@charset "utf-8";
/* CSS Document */
html {
	height:100%;
}
body {
	margin:0px;
	padding:0px;
	font:12px/14px Arial;
	color:#4c4c4c;
}
img {
	border-width:0px
}
p, form, h1, h2, h3 {
	margin:0;
	padding:0
}

a {
	font:Arial, Helvetica, sans-serif;
	color:#006091;
	text-decoration:underline;
}
a:hover {
	text-decoration:none;
}
a:focus {
	outline:0px;
}
.overflow {
	overflow:hidden;
	width:expression("100%");
}
#outer {
	width:100%;
	text-align:center;
	background:#000;
}
#outer_top {
	width:100%;
	text-align:center;
	background-image: url(../images/bg1.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
#outer_bot {
	width:100%;
	text-align:center;
	background-image: url(../images/bg2.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}
#main {
	width:1152px;
	margin:0 auto;
	background-image: url(../images/bg1.jpg);
	background-repeat: repeat-x;
	background-position: 0 top;
}

/*
================================================================================
|                                     HEADER                                   |
================================================================================
*/
#header {
	height:323px;
	width:1152px;
	text-align:left;
	background-image: url(../images/header_bg.jpg);
	background-repeat: no-repeat;
}
#header #call {
	font:11px/17px Arial;
	color:#fe9e1c;
	margin: 0;
	padding-left:80px;
	width: 150px;
}

/*
================================================================================
|                                     CONTENT                                   |
================================================================================
*/
#content_top {
	background: url(../images/c_top.jpg) no-repeat top;
}
#content_bot {
	background: url(../images/c_bot.jpg) no-repeat bottom;
	padding-bottom: 40px;
}
#content {
	background-image: url(../images/c_bg.jpg);
	background-repeat: repeat-y;
	text-align:left;
}
#content h1 {
	color:#FFFFFF;
	text-transform: uppercase;
	padding:0 0 0 20px;
	font-family: "Arial Narrow";
	font-size: 24px;
	font-style: normal;
	line-height: 30px;
	font-weight: normal;
	font-variant: normal;
}
#content h1 span.bg {
	color:#004162;
	background: url(../images/h_bg.jpg) no-repeat bottom left;
	height:20px;
	padding:3px 0 2px 0;
	margin:0;
	width:496px;
	display:block;
}
#content h1 span.dark_blue {
	color:#1d3243;
	font-size: 18px;
	font-weight: bold;
}
#content h2 {
	color:#06111a;
	font:bold 18px/22px Tahoma;
}
/*
================================================================================
|                                     CENTER                                  |
================================================================================
*/
#center {
	width:640px;
	float:left;
	padding-top: 30px;
	margin-right: 5px;
}
#center #head_bg {
	width:644px;
	height:58px;
	background:url(../images/head_bg.gif) no-repeat;
	padding-bottom: 28px;
}
#center .pad {
	padding:0 20px 0 20px;
}
#center .brad {
	font:normal 10px/20px Verdana, Arial, Helvetica, sans-serif;
	color:#657093;
	padding: 0 0 15px 30px;
}
#center .brad a {
	font:normal 10px/18px Verdana, Arial, Helvetica, sans-serif;
	color:#657093;
	text-decoration:none;
}
#center .brad a:hover {
	text-decoration:underline;
}
#center .brad .active {
	text-decoration:underline;
	color:#657093;
}
/*
================================================================================
|                                     LEFT                                   |
================================================================================
*/
#left {
	width:250px;
	float:left;
	padding:0 0 0 10px;
}
/*
================================================================================
|                                     RIGHT                                   |
================================================================================
*/
#right {
	width:237px;
	background:url(../images/right_top.jpg) no-repeat;
	float:left;
	padding-top: 30px;
	padding-bottom: 25px;
	font-size: 11px;
	color: #3c3c3c;
}
#content #right h2 {
	font:normal 17px/20px Tahoma;
	margin-left:-20px;
	color:#000000;
	padding-bottom: 10px;
}
/*
================================================================================
|                                     FOOTER                                  |
================================================================================
*/
#footer {
	color:#fff;
	width:1152px;
	height:101px;
	margin:0 auto;
	background: url(../images/footer_bg.jpg) no-repeat 0px 0px;
	text-align: left;
}
#footer a {
	color:#fff;
	margin:0 8px;
	text-decoration:none;
	text-transform:uppercase;
	font-size:11px;
}
#footer .nolink {
	margin:0 8px;
	text-transform:uppercase;
	font-size:11px;
	text-decoration:underline;
}
#footer a:hover {
	text-decoration:underline;
}
#footer .footer_link {
	color:#676767;
	font: 10px Arial;
	padding: 10px 0 0 0;
	float: left;
}
#footer .footer_link a {
	font: 10px Arial;
	color:#676767;
	text-decoration:none;
	margin-right:0;
	padding-right:1px;
	text-transform:none;
	margin:0 2px;
}
#footer .footer_link a:hover {
	text-decoration:underline;
}
/*
================================================================================
|                                     CONTACT_FORM                                   |
================================================================================
*/
input {
	color:#657b8e;
	font-family:Tahoma;
	font-size:13px;
	font-weight:400;
	padding:2px 5px 2px 5px;
}
textarea {
	color:#657b8e;
	font-family:Tahoma;
	font-size:13px;
	font-weight:400;
	padding:2px 5px 2px 5px;
}
.submit, .reset {
	font:bold 11px Tahoma;
	text-align:center;
	color:#010101;
	width:63px;
	border-width:0px;
	float:left;
	cursor:pointer;
	background:url(../images/button.gif) no-repeat left top;
	vertical-align: top;
	height:24px;
	padding:0;
}
/*
================================================================================
|                                     SEARCH                                 |
================================================================================
*/
#search {
	height: 43px;
	width: 210px;
	margin-left: 25px;
	margin-bottom: 10px;
}
#search .txt {
	color:757474;
	margin:0 8px 0 0;
	font:normal 12px Arial, Helvetica, sans-serif;
}
.input_search {
	float:left;
	color: #666666;
	height:14px;
	width:116px;
	padding:0 5px 0 5px;
	margin: 2px 12px 0 0;
	font: 11px/12px Verdana;
	border-color: #7f7f7f;
}
input.textfield{	height:14px;	margin: 2px 12px 0 0;
	font: 11px/12px Verdana;
	color:#333333;
	border:solid 1px #7f9db9;
}
textarea.textfield {margin: 2px 12px 0 0;
	font: 11px/12px Verdana;
	color:#333333;
	border:solid 1px #7f9db9;}
.submit_search {
	font:bold 13px Tahoma;
	text-align:left;
	color:#fff;
	width:51px;
	height:16px;
	border-width:0px;
	float:left;
	cursor:pointer;
	margin-top: 2px;
	background-image: url(../images/search_bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
/*
================================================================================
|                                     PRODUCT                                 |
================================================================================
*/
.product_block {
	overflow:hidden;
	width:expression("100%");
	padding-bottom:10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #bfbfbf;
}
.product_name {
	font:21px/22px Verdana;
	color:#000;
	padding: 5px 0 0 5px;
	text-indent: 22px;
	background-image: url(../images/h_bg.jpg);
	background-repeat: no-repeat;
	height: 36px;
}
.best_products {
	overflow:hidden;
	width:650px;
	background-image: url(../images/best_bg.jpg);
	background-repeat: no-repeat;
	height: 144px;
	padding-bottom: 10px;
}
.grey14 {
	font:14px/16px Tahoma;
	color:#4c4c4c;
}

.credits {
	font-family:Arial Narrow;
	color:#FFFFFF;
	font-size:small;
	text-align:center;
	background-color:#7F9F6F4;
}
.credit_href{
	font-family:Arial Narrow;
	color:#FFFFFF;
	font-size:small;
}

.best_block {
	width:642px;
	background-image: url(../images/best_block_bg.jpg);
	background-repeat: repeat-x;
	height: 210px;
	padding-bottom: 10px;
}

