@CHARSET "UTF-8";
/******* GENERAL RESET *******/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, a, abbr, acronym, address, big, cite, code, del, dfn, em,
font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody,
 tfoot, thead, tr, th, td {
border: 0pt none;
font-family: inherit;
font-size: 100%;
font-style: inherit;
font-weight: inherit;
margin: 0pt;
padding: 0pt;
/* vertical-align: baseline; */
text-decoration: none;
}

/**** YUCK! Force right scroll bar  - Keeps content from shifting *****/
/* html {
  height: 100%;
  padding-bottom: 1px;
} */
pre {
border: 0pt none;
font-family: serif;
font-style: inherit;
font-weight: inherit;
margin: 0pt;
padding: 0pt;
vertical-align: baseline;
}
body{
	line-height: 14px;
	font-size: 12px;	
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	background: #eeaa00; /* Old browsers */
	/* newer browsers */
	background: -moz-linear-gradient(top,  #eeaa00 5%, #F0E68C 40%); /* FF3.6+ */
	/* background: -moz-linear-gradient(top,  #eeaa00 0%, #F0E68C 100%); /* FF3.6+ */ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(5%,#eeaa00), color-stop(40%,#F0E68C)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #eeaa00 5%,#F0E68C 40%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #eeaa00 5%,#F0E68C 40%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #eeaa00 5%,#F0E68C 40%); /* IE10+ */
	background: linear-gradient(to bottom,  #eeaa00 5%,#F0E68C 40%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeaa00', endColorstr='#F0E68C',GradientType=0 ); /* IE6-9 */
	/* background-repeat:repeat-x; */
	margin: 0pt;
	cursor: default;
}

caption, th, td{
	font-weight: normal;
	/* text-align: left; */
}
blockquote:before, blockquote:after, q:before, q:after{
	content: "";
}
blockquote, q{
	quotes: "" "";
}
input, textarea, select{
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
strong{
	font-weight: 700;
}
ul{
	list-style: outside;
}

a{
	cursor: pointer;
	color: #CF6712;
	font-weight: 700;
	text-decoration: none;
}

a:link
{
	color: #CF6712;
	font-weight: 700;
	text-decoration: none;
}
a:visited
{
	color: #CF6712;
	font-weight: 700;
	text-decoration: none;
}
a:hover
{
	color: #505050;
	font-weight: 700;
	text-decoration: underline;
}


.clear{
	clear: both;
	height: 0;
	visibility: hidden;
	display: block;
}
/******* /GENERAL RESET *******/
/******* REUSE *******/
h1, h2, h4, h5, h6{
	font-weight: 700;
	color: #282828;
	line-height: 1.8em;
}
h2{
	font-size: 22px;
}
h3{
	font-weight: 700;
	line-height: 1.8em;
}

/******* /REUSE *******/
/******* CONTAINER *******/
#container{
	width: 900px;
	margin: 2pt;
	/* margin: 0pt auto; */
	color: #fff;
	margin-left: auto;
	margin-right: auto;
	height: auto;
	overflow: auto;
}
/******* /CONTAINER *******/
/******* CONTAINER *******/
#container2{
	width: 900px; 
	margin: 10pt;
	/* margin: 0pt auto; */
	color: #000;
	margin-left: auto;
	margin-right: auto;
	height: auto;
}
/******* /CONTAINER *******/
/******* CONTAINER *******/
#container3{
	/* width: 720px; */
	margin: 10pt;
	/* margin: 0pt auto; */
	color: #fff;
	margin-left: auto;
	margin-right: auto;
	height: auto;
}
/******* /CONTAINER *******/
/******* TOP *******/
#top{
	width: 900px;
	margin: 0 auto;
	padding: 20px 0 0 0;
}
#top h1 a{
	background: transparent url(images/logo2.jpg) no-repeat scroll left top;
	display: block;
	float: left;
	height: 200px;
	text-indent: -999999px;
	width: 900px;	/* 650px; */
}
/******* /TOP *******/
/******* MENU *******/
#top #menu {
	font-size: 14px;
	float: left;
	list-style-type: none;
	margin: 12px 0 0 26px;
}
#top #menu li{
	float: left;
	margin-right: 16px;
	text-transform: uppercase;
	color: #000;
}
#top #menu li:hover{
	color: #660000;
	cursor: pointer;
}
/******* /MENU *******/
/******* MENU *******/
#top #menu2 {
	float: left;
	list-style-type: none;
	margin: 12px 0 0 26px;
}
#top #menu2 li{
	float: left;
	margin-right: 16px;
	text-transform: uppercase;
	color: #000;
}
#top #menu2 li:hover{
	color: #660000;
	cursor: pointer;
}
/******* /MENU *******/
/******* LOADING *******/
#loading{
	width: 900px;
	background: #efefef;
	text-align: center;
	visibility: hidden;

	margin: 0 auto;	
}
/******* /LOADING *******/
/******/
#products{
	text-align: left;
}

/******* CONTENT *******/
#content{
	color: #000;
	/* margin: 0 0 20px 0; */
	line-height: 1.3em;
	font-size: 11px;
	text-align: left;
	/* border: 1px solid black; */
	height: 1%;
	width: auto;
	overflow: hidden;
	background: #ffffff;
	padding:5px;
}
#content p{
	margin-bottom: 0.7em;
}
#content a{
	font-weight: 700;
	color: #CF6712;
	/* border-bottom: 1px dotted #660000; */
}
/******* /CONTENT *******/
/******* CONTENT *******/
#content2{
	color: #000;
	/* margin: 0 0 20px 0; */
	line-height: 1.3em;
	font-size: 11px;
	/* border: 1px solid #d0ccc9; */
	background: #ffffff;
	/* border: 3px solid #CC0033; */
	/* width: 95%; */
	padding:5px;
}
#content2 p{
	margin-bottom: 0.7em;
}
#content2 a{
	font-weight: 700;
	color: #CF6712;
	border-bottom: 1px dotted #CF6712; 
}
/******* /CONTENT *******/
/******* CONTENT *******/
#content3{
	color: #000;
	/* margin: 0 0 20px 0; */
	line-height: 1.3em;
	font-size: 12px;
	text-align: left;
	/* GREY */
	/* border: 3px solid #d0ccc9; */
	/* width: 90%; */
	background: #ffffff;
	padding:5px;
}
#content3 p{
	margin-bottom: 0.7em;
}
#content3 a{
	font-weight: 700;
	color: #CF6712;
	border-bottom: 1px dotted #CF6712;
}
/******* /CONTENT *******/
/** NOTES **/
#notes{
	color: #7e7e7e;
	margin: 0 0 20px 0;
	line-height: 1.3em;
	font-size: 12px;
	border: 1px solid #d0ccc9;
	padding: 3pt;
	background: #C0C0C0;
}
/** /NOTES **/
/******* FOOTER *******/
#footer{
	overflow:auto;	
	background: #C0C0C0;
	/* border: 1px solid #d0ccc9; */
	width: 100%;
	/*padding: 2px; */
	color: #000;
	font-size: 11px;
}
#left, #right {
  width: 45%; 
  margin:1px; 
  padding: 1em;
  background: #C0C0C0;
}

#left {   
  float:left; 
}
#right {   
	float:right; 
	text-align: right;
}
/******* /FOOTER *******/

/******* HEADER *******/
#header{
	background: #C0C0C0;
	border: 1px solid #d0ccc9;
	padding: 10px;
	color: #000;
	font-size: 11px;
	text-align: left;
}

#header_right{
	background: #C0C0C0;
	border: 1px solid #d0ccc9;
	padding: 10px;
	color: #000;
	font-size: 11px;
	text-align: right;
}
/******* /HEADER *******/

