@charset "UTF-8";
/* CSS Document */
*{margin:0px; padding:0px;}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
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 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body, html {
	line-height: 1;
	font-size: 12px;
	background: url(../web_images/body.jpg);
	background-repeat: repeat;
	font-family: Tahoma;
	font-weight: normal;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

strong{
	font-weight: bold;
}


em{
	font-style:italic;
	font-size: 12px;
}


/*------------------------------
	MAIN DIVS START
-------------------------------*/

#container{
	margin: 20px auto 10px auto;
	width: 970px;
	background-color: #fff;
	background-image: url(../web_images/container_sidebar_bg.jpg);
	background-repeat: repeat-y;
}

.banner{
	width: 970px;
}

.content_container{
	float: left;
	margin-left: 15px;
	width: 775px;
}
.left_sidebar{
	float: left;
	width: 180px;
	padding-bottom: 300px;
	background-color: #dce3f6;
	background-image: url(../web_images/BBB.jpg);
	background-position: bottom;
	background-repeat: no-repeat;	
}

/*------------------------------
	PRODUCT BOXES STYLES
-------------------------------*/


.product_boxes{
	width: 225px;
	margin-left: 25px;
	_margin-left: 15px;
	margin-bottom: 25px;
	background-color: #dedbb0;
	padding-bottom: 10px;
	float: left;
}

.product_boxes img{
	margin-bottom: 10px;
}

.product_boxes p{
	font-family: Tahoma;
	font-size: 11px;
	color: #000;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	line-height: 1.5;
}

a.imglink {
	margin: 0px !important;
}

.product_boxes a{
	text-decoration: none;
	color: #0c255c;
	font-size: 14px;
	font-weight: bold;
	margin-left: 165px;
}

.product_boxes a:hover{
	text-decoration: underline;
}

/*------------------------------
	MAIN CONTENT STYLES
-------------------------------*/

.main_content{
	background-color: #f2f2f2;
	padding-top: 5px;
	padding-bottom: 25px;
}

.main_content img{
	float: left;
	margin:0px;
}

.main_content img.imgright{
	border: solid 1px #0c255c;
	float: right;
	margin:25px;
}

.main_content img.imgleft{
	border: solid 1px #0c255c;
	float: left;
	margin:25px;
}

.main_content p{
	font-size: 12px;
	font-family: Tahoma;
	line-height: 1.5;
	margin-top: 15px;
	color: #0c255c;
	margin-left: 25px;
	margin-right: 25px;
}

/*------------------------------
	H STARTS
-------------------------------*/

h1{
	color: #0c255c;
	border-bottom: solid 1px #0c255c;
	font: Tahoma;
	font-size: 30px;
	font-weight: bold;
	margin-top: 16px;
	margin-right: 25px;
	padding-left: 25px;
	padding-bottom: 8px;
}

h2{
	color: #0b255c;
	font-family: Tahoma;
	font-size: 14px;
	font-weight: bold;
	margin-top: 15px;
	line-height: 1.5;
	margin-left: 25px;
}

h3{
	color: #0b255c;
	font-family: Tahoma;
	font-size: 14px;
	font-weight: bold;
	margin-top: 15px;
	margin-bottom: 15px;
	line-height: 1.5;
	padding-left: 10px;
	padding-right: 10px;
	text-align: center;
}


h4{
	color: #fff;
	font: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: normal;
	padding: 20px;
	line-height: 2;
}

hr{
	background-color: #dcc881;
	color: #dcc881;
	border: none;
}

/*------------------------------
	COMMON STYLES
-------------------------------*/

a.sublinks{
	color: #000;
	font-size: 14px;
}

/*------------------------------
	MAIN NAVIGATION
-------------------------------*/


.navTop .active{
	text-decoration:none;
	color: #fff;
	background-image: url(../web_images/nav_active.jpg);
	background-repeat: repeat-x;
}

.navTop{
	height: 34px;
	margin-bottom: 15px;
	background: url(../web_images/nav_background.jpg);
	background-repeat: repeat-x;
}

.navTop ul {
	margin:0 0 0 0;
	padding:0;
}

.navTop ul li {
	list-style: none; 
	margin:0;
	padding:0;
	float: left;
	text-align:left;
	vertical-align: middle;
}

.navTop ul li a {
	padding-top: 10px;
	padding-bottom: 9px;
	padding-right: 33px;
	display: block;
	text-indent: 32px;
	text-decoration: none;
	color:#fff;
	font: bold 12px Tahoma;
	border-left: solid 1px #4262a5;
}

.navTop ul li a:hover {
	text-decoration:none;
	color: #fff;
	background-image: url(../web_images/nav_roll.jpg);
	background-repeat: repeat-x;
}

/*------------------------------
	FOOTER NAVIGATIOn
-------------------------------*/
.navFooter{
	width: 970px;
	margin: 0px auto 0px auto;
	height: 20px;
}

.navFooter p{
	color: #fff;
	font-family: Tahoma;
	font-weight: bold;
	font-size: 13px;
	float: right;
}

.navFooter ul {
	margin:0 0 0 0;
	padding:0;
}

.navFooter ul li {
	list-style: none; 
	margin:0;
	padding:0;
	float: left;
	text-align:left;
	vertical-align: middle;
}

.navFooter ul li a {
	padding-right: 15px;
	display: block;
	text-indent: 15px;
	text-decoration: none;
	color:#fff;
	font: bold 10px Tahoma;
}

.navFooter ul li a:hover {
	text-decoration:underline;
	color: #fff;
}
