/* ############### */
/* TEMPLATE STYLES */
/* ############### */

/* Styles common to all standard pages */

#sidebar {width:150px;}
#sidebar .menuwrapper {background:#000;}
#sidebar .primary-nav {list-style:none;margin:0 0 0 8px;padding:10px 0 1px;;}
#sidebar .primary-nav li {background:url(images/sidebar-primary-nav-a-bg.gif) bottom left no-repeat;font-family:Verdana, Arial, Helvetica, sans-serif;font-size:11px;margin:0 0 7px;padding:2px 0;position:relative;text-transform:uppercase;z-index:10001;}
#sidebar .primary-nav li a {color:#FAFAFA;display:block;text-decoration:none;}
#sidebar .primary-nav li a:hover {color:#969696;}
#sidebar .primary-nav li ul {background:#000000;left:142px;list-style:none;margin:0;padding:5px 5px 0;position:absolute;top:-3px;width:170px;z-index:10003;}
#sidebar .primary-nav li ul li {}

a:link {
	COLOR: #666666;
}
a:visited {
	COLOR: #000000;
}
a:hover {
	COLOR: #ff0000;
}
a:active {
	COLOR: #999999;
}
body {
	background: #FFFFFF;
	font-family: Times ;
	font-size: 10pt;
	font-weight: normal;
	COLOR: #000000;
	margin:0;
	overflow-y:scroll;
}

p { 
	font-family: Times;
	font-size: 10pt;
	font-weight: normal;
	COLOR: #000000;
}

li { 
	font-family: Times;
	font-size: 10pt;
	font-weight: normal;
	COLOR: #000000;
}

h1 {
	font-family: Times;
	font-size: 14pt;
	font-weight: normal;
	COLOR: #000000;
}

h2 {
	font-family: Times;
	font-size: 12pt;
	font-weight: bold;
	COLOR: #000000;
}

h3 {
	font-family: Times;
	font-size: 10pt;
	font-weight: bold;
	COLOR: #000000;
}

.footer{
	font-family: Verdana;
	font-size: 7pt;
	COLOR: #666666;
}

.prodwin{
	font-family: Verdana;
	font-size: 7pt;
	COLOR: #666666;
	background-attachment: fixed;
	background-image: url(../images/PRODUCT_BACKGROUND_border_1.gif);
	background-repeat: no-repeat;
	background-position: center top;

}

#prices {
	width:256px;
	height:200px;
	margin:0 0 0 20px;
	background:url(images/PRODUCT_BACKGROUND_border_1.gif) no-repeat;
	float:right;
}
#prices h3 {
	display:none;
}
#prices p {
	font-size:16px;
	font-weight:bold;
	text-align:center;
	margin:44px 0 83px 0;
}
/* ################################################# */
/* DEFAULT CLASSES (AVAILABLE FOR USE IN CMS EDITOR) */
/* ################################################# */
/* Arranged alphabetically by tag, then by class name */
/* Due to the way XStandard works, each class must be associated with a specific HTML element */

/* <div> */
div.clear {
	clear: both;
}
div.textbox {
	background: #672F08;
	margin: 1em 0;
	padding: 10px 10px 1px 10px;
}

/* <h4>, <h5>, <h6> */
h4.notopmargin,
h5.notopmargin,
h6.notopmargin {
	margin-top: 0 !important;
}

/* <img> */
img.float_left { /* used by XStandard editor for image align left property */
	float: left;
	margin: 0 15px 5px 0;
}
img.float_right { /* used by XStandard editor for image align right property */
	float: right;
	margin: 0 0 5px 15px;
}

/* <p> */
p.center {
	text-align: center;
}
p.left {
	text-align: left;
}
p.notopmargin {
	margin-top: 0 !important;	
}
p.right {
	text-align: right;
}

/* <span> */
span.bigtext {
	font-size: 130%;
	font-weight: bold;
}
span.smalltext {
	font-size: 90%;
}
span.highlight {
	color: #FFFFFF;
	font-weight: bold;
}
span.strikethrough {
	text-decoration: line-through;
}
span.underline {
	text-decoration: underline;
}

/* <table> */
table.data_table {
	border: 0;
	border-collapse: collapse;
	border-bottom: 1px solid white;
	border-right: 1px solid white;
	margin: 1em 0;
}
table.data_table caption {
	background: black;
	color: white;
	font-size: 120%;
	font-weight: bold;
	margin-bottom: 2px;
	padding: 4px;
	text-align: center;
}
table.data_table td,
table.data_table th {
	border-left: 1px solid white;
	border-top: 1px solid white;
	line-height: 130%;
	padding: 2px 4px;
}
table.data_table thead th {
	background: #666666;
	color: white;
}
table.data_table tbody th {
	background: #999999;
	color: white;
}
table.data_table td {
	background: #CCCCCC;
	color: black;
}


/* ################## */
/* EDIT BUTTON STYLES */
/* ###################*/
p#cmsedit {
	font-size: 80%;
	left: 0;
	line-height: 100%;
	margin: 0;
	position: fixed;
	top: 0;
	width: 10em;
}
p#cmsedit a {
	background: white;
	color: #666666;
	display: block;
	font-weight: normal;
	padding: 5px;
	text-decoration: none;
	opacity: 0.7;
	-moz-opacity:0.7;
}
p#cmsedit a:hover {
	color: black;
	opacity: 1;
	-moz-opacity:1;
}
/* Copyright (c) Studio 2 Online Ltd. */
