@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;
	text-align: center;
	background:#8d8d8d;
	/* background-image: url(images/bg-main.png); */
	background-repeat:repeat-x;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	margin: 0pt;
	cursor: default;
}
table{
	border-collapse: separate;
	border-spacing: 5pt;
}
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: #660000;	/*#296ba5; */
	font-weight: 700;
	text-decoration: none;
}

a:link
{
	color: #660000;	/* kinda maroon */
	font-weight: 700;
	text-decoration: none;
}
a:visited
{
	color: #660000;	/* kinda maroon */
	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, h3, h4, h5, h6{
	font-weight: 700;
	color: #250517;   /*#6ea6fb; */
	line-height: 1.8em;
}
h2{
	font-size: 22px;
}

/* .tgl { width: 800px; } */

/******* /REUSE *******/
/******* CONTAINER *******/
#container{
	width: 800px;
	margin: 2pt;
	/* margin: 0pt auto; */
	color: #fff;
	margin-left: auto;
	margin-right: auto;
	height: auto;
	overflow: auto;
}
/******* /CONTAINER *******/
/******* CONTAINER *******/
#container2{
	/* width: 760px; */
	margin: 10pt;
	/* margin: 0pt auto; */
	color: #000;
	
}
/******* /CONTAINER *******/
/******* CONTAINER *******/
#container3{
	/* width: 720px; */
	margin: 10pt;
	/* margin: 0pt auto; */
	color: #fff;
}
/******* /CONTAINER *******/
/******* TOP *******/
#top{
	width: 800px;
	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: 46px;
	text-indent: -999999px;
	width: 205px;
}
/******* /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;	/*#736F6E   #c2c2c2; */
}
#top #menu li:hover{
	color: #660000;	/* #6fa5fd;*/
	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;	/*#c2c2c2; */
}
#top #menu2 li:hover{
	color: #660000;	/* #6fa5fd;*/
	cursor: pointer;
}
/******* /MENU *******/
/******* LOADING *******/
#loading{
	width: 800px;
	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: #efefef;
	padding:5px;
}
#content p{
	margin-bottom: 0.7em;
}
#content a{
	font-weight: 700;
	color: #660000;	/* #6fa5fd; */
	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: #efefef;
	/* border: 3px solid #CC0033; */
	/* width: 95%; */
}
#content2 p{
	margin-bottom: 0.7em;
}
#content2 a{
	font-weight: 700;
	color: #660000;	/* #6fa5fd;*/
	border-bottom: 1px dotted #660000;
}
/******* /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: #efefef;
}
#content3 p{
	margin-bottom: 0.7em;
}
#content3 a{
	font-weight: 700;
	color: #660000;	/* #6fa5fd;*/
	border-bottom: 1px dotted #660000;
	
}
/******* /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: 40%; 
  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 *******/

