body {

background-color:#000;}

div.cs_container {
	margin-left: auto;
	margin-right: auto;
	width: 900px;
	background-color:#fff;
}

div.header {
	position: relative; top: 0px; left: 0px;
	width: 900px;
	height: 118px;	
}

div.topnav_one {
	position: relative; top: 5px; left: 0px;
	width: 900px;
	height: 25px;
}

div.topnav_two {
	position: relative; top: 8px; left: 0px;
	width: 900px;
	height: 25px;
}

div.tn_one {
	position: relative; 
	float: left;
	width: 225px;
	height: 25px;
}

div.tn_two {
	position: relative; 
	float: left;
	width: 180px;
	height: 25px;
}

div.hdr {
	position: absolute; top: 0px; left: 0px;
	width: 900px;
	height: 118px;
	z-index: 5;
}

div.logo {
	position: absolute; top: 10px; left: 20px;
	z-index: 50;
}

div.hdr_links {
	position: absolute; top: 10px; right: 20px;
	text-align: right;	
	z-index: 50;
}

div#footer {
	position: relative; top: 15px; left: 0px;
	width: 900px;
	text-align: center;
	background-color:#fff;
}


/*  [[[ Home Page ]]] */
div.home_imgs {
	position: relative;	top: 13px; left: 0px;
	width: 900px;
	height: 301px;
}

div.home_text {
	position: relative; top: 25px; left: 0px;
	width: 900px;
}

div#h_l {
	position: absolute; top: 5px; left: 20px;
	width: 100px;
	height: 60px;	
	z-index: 1000;
}

div#h_m {
	position: absolute; top: 5px; left: 140px;
	width: 360px;	
	text-align: justify;
}

div#h_r {
	position: relative; top: 5px; left: 520px;
	width: 360px;	
	text-align: justify;
	padding-left: 10px;	
	border-left: dotted #9e2229;
}

div.h_l_img {  }

div.h_l_txt { 
	z-index: 10; 
	position: absolute; top: 5px; left: 20px; 
	width: 100px;
	height: 60px;
}

div#footer_home {
	position: relative; top: 65px; left: 0px;
	width: 900px;
	text-align: center;
	background-color:#fff;
}

/* [[  Sub Pages  ]] */

div.content  {
	position: relative; top: 13px; left: 0px;
	width: 900px;
}

div.cont_lft {
	position: absolute; top: 5px; left: 0px;
	width: 300px;
}

div#cont_mid {
	position: relative; top: 0px; left: 300px;
	width: 400px;
	min-height: 465px;
	height: auto !important;
	height: 465px;
	text-align: justify;
	padding: 15px;
}

div.cont_rgt {
	position: absolute; top: 0px; left: 730px;
	width: 170px;
}

div.vert_links {
	position: relative; top: 15px; left: 0px;
	height:525px;
	background-color:#EAEAEA;
	padding:5px;
} 

div.product_row {
	position: relative; top: 0px; left: 0px;
	width: 400px;
	height: 150px;
}

div.product {
	width: 100px;
	height: 150px;
	float: left;
	margin-right: 25px;
}


/* [[  Text  ]] */

.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	font-weight: 700;
	line-height: 1.7em;
}
a.text:link, a.text:visited { text-decoration: none; color: #9e2229; }
a.text:hover { text-decoration: underline; color: #a77307; }

.hdr_links {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #fff;
}
a.hdr_links:link, a.hdr_links:visited { text-decoration: none; }
a.hdr_links:hover { text-decoration: underline; }

.cont_title {
	font-family: Bank Gothic, Lucida Sans;
	font-size: 18px;
	font-weight: bold;
	color: #a4222a;
	letter-spacing: 4px;
	text-align: left;
}

.vert_links {
	font-family: Bank Gothic, Lucida Sans;
	font-size: 12px;
	font-weight: 700;
	color: #ab7507;
	line-height: 1.7em;
}
a.vert_links:link, a.vert_links:visited { text-decoration: none; }
a.vert_links:hover { text-decoration: none; color: #000; }
