@charset "utf-8";

* {
	margin:0;
	padding:0;
}
body {
	background:#0e568d;
	margin:10px auto 0px auto;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#7f7f7f;
	line-height:18px;
}
/* ------- Common ------- */
a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#0e568d;
	text-decoration:none;
}
a:hover {	
	color:#f2a61d;
	text-decoration:none;
}
p, div, h1, h2, h3, h4, h5, h6, form, input, select, option, textarea, ul {
	margin:0;
	padding:0;
}
ul li {
	margin:0;
	padding:0;
	list-style:none;
}
p {
	margin:0px 0px 10px 0px;	
}
input, select, option, textarea, a, img {
	border:none;	
}
h1,h2,h3 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:24px;
	color:#0e568d;
	margin:0px 0px 10px 0px;
}
.heading {
	font-family:Arial, Helvetica, sans-serif;
	font-size:24px;
	color:#0e568d;
	margin:0px 0px 10px 0px;
}
h2 {
	font-size:18px;	
}
h3 {
	font-size:16px;	
}
.clear {
	clear:both;	
}
.arrow {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
}
.sales {
	position:absolute;
	display:block;
	z-index:1;
	margin:-60px 0px 0px 240px;
	padding:0;
}
/* ------- Wrapper ------- */

#wrapper {
	background:#fff;
	width:1002px;
	margin:0 auto;
}

/* ------- Header ------- */
#header {
	width:1002px;
	margin:0 auto;
}

/* ------- Top header ------- */
#header #top_header {
	width:982px;
	height:190px;
	padding:10px; 
}
#top_header #logo {
	width:400px;
	display:block;
	padding:15px 0px 0px 0px;
	float:left;
}
#top_header #top_right {
	width:570px;
	float:right;
	display:block;
}
#top_right ul#top_contact li{
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#0e568d;	
}
#top_right ul#top_contact li.phone{
	background:url(../images/phone-icon.gif) no-repeat top left;
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#0e568d;
	display:block;
	padding:0px 0px 0px 0px;
	margin:0px 10px 0px 0px;
	letter-spacing:3px;
}
#top_right ul#top_contact li a.email{
	background:url(../images/email-icon.gif) no-repeat top left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:normal;
	color:#0e568d;
	text-decoration:none;
	display:block;
	padding:0px 0px 0px 30px;
	float:left;
}
#top_right ul#top_contact li a.email:hover{
	color:#f2a61d;
	text-decoration:none;
}
#top_right #search {
	float:right;
	display:block;
}
#top_right #search ul li{
	float:left;
	height:72px;
	display:block;
}
#top_right #search .select_bg{	
	background:url(../images/search_bg.jpg) no-repeat top right;
	width:294px;
	padding:15px 0 0 18px;
	font-size:14px; 
	font-weight:bold;
	color:#FFF;
}
#top_right #search .search_select{
	background:#fff url(../images/select-arrow.gif) no-repeat top right;
	width:240px;
	margin:25px 0px 0px 10px;	
	height:30px;
	display:block;
	line-height:30px;
	
}
#top_right #search .go{
	background:url(../images/go.gif) no-repeat top left;
	width:50px;
	height:72px;
	float:left;
	display:block;
	text-indent:-9999px;
}

/* ------- Custom Select box ------- */

div.selectbox-wrapper {
	position:absolute;
	background:#fff;
	width:240px !important;	
	margin:0px 0px 0px 10px;
	padding:0px;
	text-align:left;
	overflow:auto;
	z-index:99;
}
/*Drop down list styles*/
div.selectbox-wrapper ul {	
	background:#fff;
}
/* Selected item in dropdown list*/
div.selectbox-wrapper ul li.selected {
	color:#f2a61d;
	padding-bottom:15px;
}
/* Hover state for dropdown list */
div.selectbox-wrapper ul li.current {
	background:#f2a61d;
	color:#000;
}
/* Drop down list items style*/
div.selectbox-wrapper ul li {
	display:block;	
	margin:0 !important;
	padding:5px 10px 5px 10px !important;
	height:20px !important;
	width:220px;
	cursor:pointer;
	border:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#000;
	text-transform:uppercase;
}
/* Look and feel of select box */
.selectbox {
	width:220px;
	height:20px;
	display :block;
	background:#fff url(../images/select-arrow.gif) no-repeat 215px 7px;
	cursor: pointer;
	border:none;
	color:#000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	padding:5px 10px 5px 10px;
	margin:25px 0px 0px 10px;
	text-transform:uppercase;
}

/* ------- Header navigation ------- */
#header #header_nav {
	background:#f2a61d;
	width:982px;
	height:35px;
	margin:auto;
	padding:0px 10px;
	border-top:8px solid #0e568d;
}
#header_nav ul li {
	float:left;
	display:block;	
}
#header_nav ul li a {
	float:left;
	display:inline;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
	color:#000;
	text-transform:uppercase;
	line-height:35px;
	margin:0px 5px 0px 0px;
	overflow:hidden;
	padding:0px 15px;	
	text-decoration:none;	
}
#header_nav ul li a:hover {
	background:#0e568d;
	color:#fff;	
	text-decoration:none;	
}
#header_nav ul li a.active {
	background:#0e568d;
	color:#fff;	
	text-decoration:none;
}
/* ------- Header navigation ------- */

#header #header_banner {
	border:10px solid #f2a61d;
	width:960px;
	height:248px;
	margin:10px auto;
}
#rotator{ width:516px; height:248px; float:left; margin:0 0 0 0; overflow:hidden; position:relative;}
#rotator ul{ margin:0px; padding:0px; overflow:hidden;}
#rotator ul li{ list-style:none; float:left; position:absolute;}

#header_banner #banner_content{	
	float:right;
	width:410px;
	padding:15px 20px 10px 0px;
	font-size:12px;
	color:#0e568d;
	clear:right;
}
#banner_content .home_icons {
	text-align:right;
}
.home_icons img {
	margin:5px 15px 0px 0px;	
}

/* ------- Container ------- */
#container {
	width:980px;
	margin:0 auto;
}
#container .box {
	background:url(../images/border-patern.gif) repeat-x bottom;
	width:315px;
	height:170px;
	margin:0px 15px 15px 0px;
	display:block;
	overflow:hidden;	
	float:left;
}
#container .no-margin {
	margin:0px 0px 15px 0px !important;	
}
.box .box_icon {
	width:56px;
	height:52px;
	display:block;
	float:left;
}
.box .box_heading {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#0e568d;
	text-transform:uppercase;
	float:left;
	display:block;
	padding:10px 0px 0px 0px;
}
.box_heading span{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:14px;	
	color:#7f7f7f;
	text-transform:lowercase;	
	display:block;
}

/* ------- Featured Products------- */

#container #featured_products {
	background:url(../images/featured-bg.gif) repeat-x top left;	
	height:264px;
	margin:0px 15px 0px 0px;
	padding:15px 10px;
	display:block;
}
#featured_products .f_products {
	width:460px;
	float:left;
	margin:0px 25px 0px 0px;
	display:block;
	overflow:hidden;
}
#featured_products .products-no-margin {
	margin:0px 0px 0px 0px !important;	
}
.f_products .f_product_img {
	float:left;
	display:block;
	background:#fff;
	text-align:center;
}
.f_product_img .product_border {
	 border:5px solid #dfdfdf;	
}
.f_products .f_product_content {
	background:#fff;
	float:left;	
	width:205px;
	height:160px;
	display:block;
	padding:10px;
	margin:12px 0px 0px 0px;
	overflow:hidden;
}
.f_product_content .f_heading {
	font-size:14px;
	font-weight:bold;
}

/* ------- Footer ------- */
#footer {
	background:#0e568d url(../images/footer-bg.gif) no-repeat bottom;
	width:100%;
	height:90px;
}
#footer #footer_content {
	width:980px;
	margin:0 auto;
	padding:15px 0px 0px 0px;
	color:#fff;
}
#footer_content a {
	color:#fff;
	font-weight:normal;
	margin:0px 5px 0px 0px;	
	text-decoration:none;
}
#footer_content a:hover {	
	border-bottom:1px solid #fda501;
}
#footer_content span {
	padding:0px 5px;	
}

/* ------- Who We Are Page ------- */

.box_icon2 {
	width:56px;
	height:52px;
	display:block;
	float:left;
}
.box_heading2 {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:normal;
	color:#0e568d;
	text-transform:capitalize;
	float:left;
	display:block;
	padding:10px 0px 0px 0px;
}
.box_heading2 span{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:14px;	
	color:#7f7f7f;
	text-transform:lowercase;	
	display:block;
}
.table_style1 td {
	background:#fff;
	border:1px solid #c8c8c8;
	text-align:center;
	padding:10px;
}
.table_style1 td.table_content {	
	text-align:justify;
}
.table_style1 h3 {
	font-size:14px;
	font-weight:bold;
	color:#f2a61d;
	margin:0px 0px 10px 0px;
	padding:0px 0px 3px 0px;
	border-bottom:2px solid;
}
.price_style1{
	font-size:13px;
	font-weight:bold;
	color:#0e568d;
}
.content_heading {
	font-size:16px;
	text-transform:capitalize;
}
.quick_links {
	background:#f2a61d;
	color:#fff;
	padding:5px;
	margin:0px 0px 6px 0px;
}
.img_border1 {
	border:5px solid #d4d4d4;	
}
#contact_from {
	margin:0;
	padding:10px;
	background:#efefef;
	border:1px solid #ccc;
}
#contact_from .input_txt {
	width:250px;
	border:1px solid #ccc;
	float:left;
	padding:3px;
	margin:0px 0px 5px 0px;
	font-size:12px;
	color:#0e568d;
}
#contact_from span {
	width:140px;	
	float:left;
	font-size:13px;
	color:#0e568d;
}
#contact_from .textarea {
	width:250px;
	height:240px;
	border:1px solid #ccc;
	float:left;
	padding:3px;
	margin:0px 0px 5px 0px;
	font-size:12px;
	color:#0e568d;
	overflow:auto;
}
#contact_from .submit {
	clear:both;
	font-size:13px;
	color:#fff;
	background:#f2a61d;
	display:block;
	padding:5px;
	margin:0px 0px 0px 140px;
}
.phone_big {
	font-size:17px;
	font-weight:bold;
}
.phone_big .phone_no_margin {	
	margin:5px 0px 0px 85px;
	display:block;
	color:#F2A61D;
	text-align:right
}
.yellow {
	color:#F2A61D;	
}
.contact_bt {
	height:15px;
	text-align:right;
	padding:10px 10px 0px 0px;
}
.contact_bt a {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:16px;
	text-transform:uppercase;
	font-weight:bold;
	color:#0E568D;
	text-decoration:none;
}
.contact_bt a:hover {
	color:#f2a61d;
	text-decoration:none;
}
ol.num_list {
	margin:0px 0px 0px 30px;
}
ol.num_list li{
	margin:0px 0px 8px 0px;
}
.heading3 {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:normal;
	color:#0e568d;
	text-transform:capitalize;	
	padding:10px 0px 0px 0px;	
}

.heading4 {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:normal;
	color:#0e568d;
	text-transform:capitalize;	
	padding:0px;	
}
