/* CSS Document
--------------------- */

/* GENERAL code for all
-------------------------- */

* {
	padding: 0;
	margin: 0;
}
 html, body  {
	margin : 0;
	padding : 0;
	background-image: url(../images/tile3.gif);
	background-image:url(../images/tile3.gif);
	background-repeat: repeat-x;
	font-family : Arial, Helvetica, sans-serif;
	font-size: 95%;
}

#container {
}


/*  The code to style the HEADER
-----------------------------------------   */

#top {
	display: block;
	padding-left: 250px;
}
#top #header {
	background-image: url(../images/headerbar2.png);
	background-repeat: no-repeat;
	width:696px;
	margin:5px 0 0 0;
	padding: 0px;
	height: 110px;
}
h1 {
	background-repeat: no-repeat;
	text-indent: -2000px;
	background-image: url(../images/btextlogo.png);
	line-height: 120px;
}

/* The style for TOPNAV
--------------------------- */

#top #topnav {
	background-image: url(../images/menu_bar.png);
	background-repeat: no-repeat;
	height: 40px;
	width: 716px;
	text-align: center;
	padding: 4px;
	margin: 0 -20px -30px;
	position: relative;
	left: 8px;
}
#topnav ul {
	display: inline;
	text-align: center;
}
#topnav li {
	display: inline;
	margin: auto;
	height: 40px;
	width: 190px;
}
#topnav a:link {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	list-style-type: none;
	font-size: 1.1em;
	text-align: center;
	padding: 0 20px;
	letter-spacing: 1px;
}
#topnav a:visited {
	font-weight: bold;
	color: #ddd;
	text-decoration: none;
	list-style-type: none;
	font-size: 1.1em;
	text-align: center;
	padding: 0 20px;
	letter-spacing: 1px;

}
#topnav a:hover {
	font-weight: bold;
	color: #BF878F;
	text-decoration: none;
	list-style-type: none;
	font-size: 1.1em;
	text-align: center;
	padding: 0 20px;
	letter-spacing: 1px;
}
#topnav a:active {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	list-style-type: none;
	font-size: 1.1em;
	text-align: center;
	padding: 0 20px;
	letter-spacing: 1px;
}

/* The style for the MAIN
----------------------------- */
#content {
	margin-top: 20px;
}

#main {
	margin-left: 250px;
	background-color: #CFDFF5;
	background-image: url(../images/bigbox1.gif);
	width: 660px;
	padding: 10px 10px 30px 10px;
	background-repeat: no-repeat;
	border: 4px solid #396077;
}
h2 {
	color: #990000;
	font-size: 1.6em;
	margin-bottom: 12px;
	margin-top: 5px;
	margin-left: 5px;
}
#main p {
	font-size: 1em;
	color: #333333;
	line-height: 150%;
}
#main p.footnote {
	font-size: 0.8em;
	line-height: 100%;
	color: #888;
	margin-right: 20px;
	margin-bottom: 20px;
}

#main ul {
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #666;
	
}
#main li {
	list-style-type:none;
	margin: 3px;
}
#main a:link {
	color:#3C6177;
}
#main a:visited {
	color:#666666;
}
#main a:hover {
	color:#999999
}
#main a:active {
	color:#ddd
}

.i_left {
	float:left;
}
.i_right {
	float:right;
}
.i_left, .i_right {
	margin: 10px;
}

/* The code to style the left SIDEBAR
-----------------------------------------  */

#sidebar {
	width: 200px;
	position: absolute;
	top: 183px;
	padding: 10px;
	left: -6px;
}
.lefnav ul {
	list-style-type: none;
	text-align: center;
	text-indent: -40px;
}
.lefnav li {
	background-image: url(../images/leftlinkb.png);
	width: 200px;
	padding: 10px;
	background-repeat: no-repeat;
	margin-left: 20px;
}
#sidebar .lefnav {
	list-style-type: none;
	margin-bottom: 30px;
}
.lefnav a:link {
	color:#fff;
	text-decoration:none;
	font-weight:bold;
	font-size: 0.9em;
}
.lefnav a:visited {
	color:#fff;
	text-decoration:none;
	font-weight:bold;
	font-size: 0.9em;
	
}
.lefnav a:hover {
	color: #CDBE70;
	text-decoration:none;
	font-weight:bold;
	font-size: 0.9em;

}
.lefnav a:active {
	color:#fff;
	text-decoration:none;
	font-weight:bold;
	font-size: 0.9em;
}
.clear {
	clear:both;
	width: 100px;
	text-align:center;
	}

/* The server side includes styling 
-----------------------------------------*/
#ssi_text h4 {
	font-weight:bold;
	margin: 10px 0px;
	border-bottom: 1px dashed;
	border-bottom-color: #CFDFF5;

}
#ssi_text {
	margin-left: 20px;
	color: #CFDFF5;
}
#footer {
	color: #CFDFF5;
	font-weight: bold;
	font-size: 0.9em;
	text-align: center;
	margin-left: 254px;
	border: 2px solid #CFDFF5;
	margin-top: 0px;
	padding: 5px;
	width: 666px;
	margin-bottom: 30px;
}
/* The code for the FAQS
--------------------------- */

#faqs a:link {
	color:#333333;
	text-decoration:underline;
}
#faqs a:visited {
	color: #777;
}
#faqs a:hover {
	color: #999;
}
#faqs a:active {
}

h5 {
	margin: 5px 0px;
	color: #396077;
}

.top {
	text-align: left;
	margin-right: 60px;
	padding-bottom: 10px;
}
p.top a:link, p.top a:visited, .top a:hover, p.top a:active {
	text-decoration: none;
	font-size:0.8em;
	margin-left: 20px;
}
p.top a:link, p.top a:visited, p.top a:active {
color:#888;
}
p.top a:hover {color: #aaa;}
.product_desc {
	font-size: 0.8em;
	color: #999999;
	text-decoration: none;
}

/* Styleing the FORM 
------------------------*/

fieldset {
	padding: 10px;
	border: 1px solid #396077;
	width: 70%;
	margin: 10px;
}

input, textarea {
	color: #666666;
	border: 1px solid #fff;
}
input[type=text]:focus, textarea:focus {
	background-color: #EDF0F2;
	color: #000;
	border: 1px solid #990000;
}
input#button1, input#button2, input#button3, input#button4 {
	color : #4A6678;
	padding-right : 0.5em;
	cursor : pointer;
	width : 80px;
	margin-left : 8px;
	margin-top: 10px;
	padding: 2px;
}
#button1:hover, #button2:hover {
	color: #666666;
}
#personal legend {
	padding: 10px;
}
#container #content #main #form1 {
	padding: 10px;
	margin: 10px;
}

 /* The style to cool up the PRODUCT LIST
 ------------------------------------------------ */

#container #content #main .prodlist {
	border-top:1px dashed #BF878F;
	padding-bottom: 5px;
	margin-top: 5px;
	clear: both;
	padding-top: 10px;
}
.prodlist img {
	float: left;
	margin-right: 20px;
}
.prodlist h4 {
	font-size: 1.3em;
	color: #666666;
}

.prod_sub {
	color: #3C6177;
}
h2 a {
	text-decoration:none;
	
}
.t_colors {
	clear: right;
	padding: 3px;
	margin-top: 30px;
	margin-left: 300px;
}

.t_colors img {
	float:none;
	margin: 3px;
	width: 15px;
	height: 15px;
	border: 1px solid #666;
}

/* The code to stle the PRICE TABLE
------------------------------------------- */
.pricetable {
	background-color: #fffffe;
	padding: 10px;
	border: 1px dotted #aaa;
	margin: 10px;
	text-align: center;
}
th {
	color: #3C6177;
}
td, tr {
	border: 1px dotted #aaa;
	padding: 2px 5px; 	
}

#footer a:link {
        text-decoration:none;
	color:#CFDFF5;
}
#footer a:visited {
	text-decoration:none;
	color:#CFDFF5;
}
#footer a:hover {
	text-decoration:none;
	color:#CFDFF5
}
#footer a:active {
	text-decoration:none;
	color:#CFDFF5
}


