@charset "utf-8";
html {
	overflow: -moz-scrollbars-vertical;
	margin: 0;
	padding: 0;
	background: url(images/layout/bg2.jpg) top left repeat-x;
}
* {
	font-family: Arial, Helvetica, sans-serif;
}
body { margin:0; padding:0; width:100%;text-align: center;}
body, td, th, input, textarea, select, a {
	font-size: 14px;
	line-height: 16px;
}
form {
	padding: 0;
	margin: 0;
	display: inline;
}
input, textarea, select {
	margin: 3px 0px;
}
a, a:visited {
	color: #1B57A3;
	text-decoration: none;
	cursor: pointer;
}
a:hover {
	text-decoration: none;
	color:#930;
}
a img {
	border: none;
}
p {
	margin-top: 0px;
}
.h2 {
	padding-left: 18px;
    padding-top: 10px;
	font-size: 18px;
    text-transform: capitalize;
    color: #990000;
	font-weight: bold;
	line-height:20px;
}

/* layout */
#wrapper{
    min-width: 1010px;
}
#wrapper2{
    width: 1010px;
	margin:0 auto;
	height:100%;
}
/*MAIN CONTENT*/
#main_content {
    background: url('images/layout/main_content_bg.png') repeat-y top center;    
    width: 1010px;
	margin:0 auto;
	overflow: hidden;
	text-align: left;
}
#container {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	padding-top:0px;
	
}
#container h2 { font:bold 24px Arial, Helvetica, sans-serif; color:#990000; padding:8px 0; margin:8px 0;background:inherit;}
#container h3 { font:bold 16px Arial, Helvetica, sans-serif; color:#990000; padding:8px 0; margin:8px 0;background:inherit;}
#header {width:1010px; margin:0 auto;height:300px;background: url('images/layout/banner.png') no-repeat center bottom;}
#header .logo{
	width: 305px;
	height: 300px;
	/*    z-index: 999999; */
    margin-left: -15px;
	margin-top: -3px;
	float:left;
	padding-right:2px;
}
#header .logo a{
    display: block;
    height: 100%;
    width: 100%;
}
.main { margin:0 auto; padding:0;}
.resize { width:960px; padding:0; margin:0 auto;}
/********** header **********/
.header_resize { margin:0; padding:0; background:url(images/header_bg.gif) top repeat-x;}
.header {
	padding:0;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
/* 2 */
.header_blog2 { background:url(images/header_blog_bg.gif) top center repeat-x; padding:20px 0 0 0; margin:0; height:95px;}


/*menu*/
#callus2
{
	width:211px;
	height:80px;
	float:left;
	padding-right:5px;
	padding-left:20px;
	font-size:8px;
	margin-top:-5px;
}
#header .menu_tabs{
	list-style: none;
	padding-right: 8px;
	margin: 0;
	text-align: right;
	float: right;
	display:block;
	padding-top:15px;
	width: 400px;
}
#header .menu_tabs LI{
    float: left;
    padding-right: 5px;
    background: url('images/layout/menu_sep.png') no-repeat right;   
}
#header .menu_tabs LI A{
    height: 53px;
    min-width: 108px;
    display: block;   
    text-align: right; 
    padding: 0 8px;
}
#header .menu_tabs LI A:hover{
    background: url('images/layout/menu_hover_bg.png') repeat-x;      
}
#header .menu_tabs SPAN{
    display: block;
}
#header .menu_tabs .title{
    color: #060606;
    font-weight: bold;
    text-transform: uppercase;
    padding-top: 10px;
}
#header .menu_tabs .desc{
    font-size: 11px;
    color: #920000;  
}
/* sidemenu */
#dhtmlgoodies_menu{
	width:190px;
	font-weight:bold;
	font-size: 12px;
	text-transform: uppercase;
	
}
#dhtmlgoodies_menu	li{	/* Main menu <li> */
	list-style-type:none;	/* No bullets */
	margin:0px;	/* No margin - needed for Opera */
}
#dhtmlgoodies_menu ul{
	margin:0px;
	padding:0px;
	text-indent: 5px;
}
#dhtmlgoodies_menu ul li ul{	/* Styling for those who doesn't have javascript enabled */
	padding-left:5px;
}
#dhtmlgoodies_menu	li a{	/* Main menu links */
	text-decoration:none;	/* No underline */
	color:#fff;	/* Black text color */
	font-size:12px;
	line-height:20px;	/* 20 pixel height */
	vertical-align:middle;	/* Align text in the middle */
	border-bottom:1px solid #fff;	/* no color border */
	background:#336699; /* Maroon background color */
	margin:1px;	/* A little bit of air */
	padding-left:5px;	/* Air between border and text inside */
	display:block;
}
#dhtmlgoodies_menu	li a:hover,#dhtmlgoodies_menu .activeMainMenuItem{
	color:#FF3;
	background:#0a5193;
}
.dhtmlgoodies_subMenu{
	visibility:hidden;
	position:absolute;
	overflow:hidden;
	border-width:1px 1px 0; border-style:solid; border-color:#fff;
	background:#eee;
	text-align:left;
	font-weight:bold;
	font-size: 12px;
	text-transform: uppercase;

}
.dhtmlgoodies_subMenu ul{
	margin:0px;
	padding:0px;
	text-indent: 15px;
}
.dhtmlgoodies_subMenu ul li{
	list-style-type:none;
	
	margin:0px;
	padding:1px;	/* 1px of air between submenu border and sub menu item - (the "white" space you see on mouse over )*/
}
.dhtmlgoodies_subMenu ul li a{	/* Sub menu items */
	white-space:nowrap;	/* No line break */
	text-decoration:none;	/* No underline */
	color:#dbbf30;	/* Black text color */
	
	
	border-bottom:1px solid #fff;
		/* 16 pixels height */
	line-height:20px;	/* 16 pixels height */
	padding-left:10px;	/* 1px of "air" inside */

	display:block;	/* Display as block - you shouldn't change this */
}
.dhtmlgoodies_subMenu ul li a:hover{	/* Sub menu items - mouse over effects */
	color:#dbbf30;	/* White text */
	background: url(images/nav2_bg_over.gif) no-repeat top left;	/* Blue background */
}
/* hide a block */
.hide {display:none;}
.box {
	margin-bottom: 3px;
	background: url('images/layout/top_box.png') no-repeat;
	margin-left:10px;
}
.box .top {
	padding: 8px 0px 5px 7px;
	color: #E8D42C;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	height:18px;
	margin-left:5px;
	
}
.box .top img {
	float: left;
	margin-right: 5px;
	display:none;
}
.box .middle {
	background: url('images/mid_box.png') repeat-y;
	padding: 10px;
}
.box .bottom {
	height: 13px;
	background: url('images/layout/bottom_box.png') no-repeat;
}
.boxright {
	margin-bottom: 10px;
	background: url('images/layout/box_top.png') no-repeat;
	width:190px;
	margin-left: 15px;
}
.boxright .top {
	padding: 12px 0px 5px 7px;
	color: #990000;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	height:30px;
	margin-left:5px;
	
}
.boxright .top img {
	float: left;
	margin-right: 5px;
	display:none;
}
.boxright .middle {
	background: url('images/layout/box_middle.png') repeat-y;
	padding: 10px;
}
.boxright .bottom {
	height: 13px;
	clear:both;
	background: url('images/layout/box_bottom.png') no-repeat;
}
.boxright a, a:visited{color:#1B57A3;}
#information ul {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 8px;
	padding-left: 5px;
	padding-right: 5px;
	list-style: url('images/layout/bullet2.gif');
}
#information ul li a{
    display: block;
    height: 100%;
    width: 95%;
    padding: 10px 0 10px 5px;
    border-bottom: dotted 1px #4f4f4f;
	color:#1B57A3;
	text-decoration:none;
    
}
#information ul li a:hover{
 text-decoration:none;
	color:#e89f2c;
    
}
.boxright2 {
	margin-bottom: 10px;
	background: url('images/layout/box_top.png') no-repeat;
	width:180px;
	
}
.boxright2 .top {
	padding: 10px 0px 5px 7px;
	color: #1B57A3;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	height:30px;
	margin-left:5px;
	
}
.boxright2 .top img {
	float: left;
	margin-right: 5px;
	margin-top:-1px;
}
.boxright2 .middle {
	background: url('images/layout/box_middle.png') repeat-y;
	padding: 10px;
}
.boxright2 .bottom {
	height: 13px;
	background: url('images/layout/box_bottom.png') no-repeat;
}
.boxrigh2 a, a:visited{color:#1B57A3;}
/* body */
.body_resize {
	padding:0;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

/* */
.body {
	padding:0;
	margin:0 auto;
}
.body h2 {
	color:#990000;
	padding:8px 0;
	margin:8px 0;
	background:inherit;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	line-height: 25px;
	font-weight: bold;
}
.body h3 { font:bold 16px Arial, Helvetica, sans-serif; color:#990000; padding:8px 0; margin:8px 0;background:inherit;}
.body p {
	color:#000;
	line-height:1.8em;
	padding:3px 5px;
	margin:0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}
.body p span { color:#111; font: normal 11px Arial, Helvetica, sans-serif;}
.body a {
	color:#900;
	text-decoration:none;
}
.body .blue {
	font-size: 18px;
	text-transform: none;
	color: #1B57A3;
	font-weight: bold;
	line-height:20px;
}
.body .red {font-size: 18px;
    text-transform: capitalize;
    color: #c10000;
	font-weight: bold;
	line-height:20px;}
.body img { margin:10px auto; padding:0;}
.body img.floated { float:right; margin:5px 20px; padding:0;}
.body img.floated2 { float:left; margin:5px 20px; padding:0;}
.right {
	width:570px;
	margin:0;
	float:left;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
}
.rightsm {
	width:180px;
	margin:0;
	float:right;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
}
.left {
	width:200px;
	margin:0;
	float:left;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
}
.right_blog {width:312px; margin:0; padding:0 10px; float:left;}
.right_port {width:300px; margin:0; padding:0 10px; float:left;}
/*FBG*/
.FBG {
	margin:0;
	padding:0;
}
.FBG_resize {
	padding:5px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.FBG_resize ul { margin:0; padding:0; list-style:none;}
.FBG_resize li { padding:3px; margin:0; font: bold 11px Arial, Helvetica, sans-serif; color:#444;}
.FBG_resize li a {
	color:#000;
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}
.FBG_resize li a:hover { color:#fff;}
.FBG_resize img { float:left; margin:5px; padding:0;}
.FBG_resize p {
	color:#000;
	text-decoration:none;
	padding:5px;
	margin:0;
	line-height:1.8em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}
.FBG_resize h2 {
	color:#900;
	padding:10px 5px;
	margin:0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}
.FBG_resize .left {
	width:220px;
	float:left;
	padding:10px;
	border: 1px solid #eee;
	margin-top: 0;
	margin-right: 2px;
	margin-bottom: 0;
	margin-left: 5px;
	height:230px;
}

/********** contact form **********/
#contactform { margin:0; padding:5px 10px; background: url(images/form.png) no-repeat right center; }
#contactform * { color:#000; }
#contactform ol { margin:0; padding:0; list-style:none; }
#contactform li { margin:0; padding:0; background:none; border:none; display:inline-block; clear:both; }
#contactform li.buttonf { margin:5px 0 5px 0; clear:both; }
#contactform label { margin:0; width:80px; display:block; padding:10px 0; color:#222222; font: normal 11px Arial, Helvetica, sans-serif; text-transform:capitalize; float:left; }
#contactform label span { color:#F00; }
#contactform input.text { width:300px; border:1px solid #eaeaea; margin:2px 0; padding:5px 2px; height:16px; background:#f8f8f8; float:left; }
#contactform textarea { width:300px; border:1px solid #eaeaea; margin:2px 0; padding:2px; background:#f8f8f8; float:left; }
#contactform li.buttonf input { padding:3px 0 3px 0px; margin:10px 0 0 0; border:0; color:#FFF; float:left; }
p.response {color:#C7140E; font-weight:bold;padding:2px;font-size:14px;}
.red {color:#C7140E;}
.required {color:#C7140E;}


/*************footer**********/
.footer {width: 100%;
	clear: both;
	padding-top: 0px;
	 background:#cc0001 url('images/layout/footer_bg.jpg') repeat-x;  
    color: #fff;}
.footer_resize { width:1010px;
	margin:0 auto;
    height: 90px;
    background: url('images/layout/footer.png') no-repeat top center; }
.footer p { font-weight:normal; color:#eee;}
.footer a {
	text-decoration:none;
	padding:5px;
	margin:0;
	font-weight: bold;
	color: #ffffff;
}
.footer p.right {
	text-align:right;
	width:350px;
	margin-top:15px;
	float:right;
	padding-top: 20px;
	padding-right: 5px;
	padding-bottom: 0;
	padding-left: 0;
} 
.footer p.leftt {
	text-align:left;
	width:550px;
	margin-top:15px;
	float:left;
	padding-top: 20px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 5px;
}

p.clr, .clr { clear:both; padding:0; margin:0; background:none;}
.header_blog { background: url(images/slider_bg.gif) top center repeat-x; padding:0; margin:0; }
.header_blog_resize { width:960px; margin:0 auto; padding:0;}
.header_blog_resize h2 { font: normal 30px Arial, Helvetica, sans-serif; color:#fff; padding:30px 10px; margin:0;}
.header_blog_resize .menu2 { border-top:1px solid #232323; background:#101010; padding:15px 0; margin:0 auto;}
.header_blog_resize .menu2 ul { text-align: left;  padding:0; margin:0; list-style:none; border:0; float:left;}
.header_blog_resize .menu2 ul li { float:left; margin:0; padding:0; border:0;}
.header_blog_resize .menu2 ul li a {  border-right:1px solid #575757; float:left; margin:0; padding:0 15px; color:#575757; font:normal 11px Arial, Helvetica, sans-serif; text-decoration:none;}
.header_blog_resize .menu2 ul li a:hover { color:#939393; text-decoration:underline;}
.header_blog_resize .menu2 ul li a.active { color:#939393; text-decoration:underline;}

/* Slider */
.imageSlideshowHolder,.imageSlideshowHolder_left{
		margin:2px;	/* "Air" */
		float:left; /* Floating gallery at the right side of other web page content */		
		width:540px;	/* Image width */
		height:200px;	/* Image height */
		
		position:relative;	/* Don't remove this line */
	}
	/* Don't change these values */
	.imageSlideshowHolder img{
		position:absolute;
		left:50px;
		top:10px;
	}
.brands{
    
	width:990px;
	margin:0 auto;
	clear:both;
	    
}
.brands p{font-weight:bold; text-align:left;}
.gallery

{
float:left;
padding:1px;
margin-right:1px;
height: 50px;
width: auto;-ms-interpolation-mode:bicubic;
image-rendering: auto | optimizeSpeed | optimizeQuality | -webkit-optimize-contrast;
}
.gallery2

{
float:left;
padding:1px;
margin-right:1px;
height: 150px;
width: auto;-ms-interpolation-mode:bicubic;
image-rendering: auto | optimizeSpeed | optimizeQuality | -webkit-optimize-contrast;
}
img.info2{
	float:left;
	padding: 5px;
	background-color:#F4F4F4;
	border: 1px solid #ddd;
	vertical-align:middle;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 0;
height: 120px;
max-width:240px;
width: auto;-ms-interpolation-mode:bicubic;
image-rendering: auto | optimizeSpeed | optimizeQuality | -webkit-optimize-contrast;
}

 #pics{text-align:left;}
#pics p{
	vertical-align:top;
	width:240px;
	display:table-cell;
	display:inline-table;
	display:inline-block;
	float:left;
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 5px;
}
#pics span{
	display:inline;
	text-transform: uppercase;
	padding-left:5px;
}
#pics p img{margin-bottom:5px;}  
.tablesize {width:90%; border:1px solid #333; padding:2px;
border-collapse:collapse;
               empty-cells: hide; }
			   .tablesize td {border:1px solid #333;padding:2px;}

.heading {
	background:#990000;
	color:#fff;
	width:100%;
	display:block;
	text-indent:10px;
	letter-spacing: 1px;
	margin-top:15px;
	padding:5px;
}
.article_vertl {
	width:170px;
	float:left;
	margin:2px;
	border: 1px dotted #F90;
	height:130px;
}
.buttonss {cursor: pointer;
	border: none;
	font-weight: bold;
	background: url(images/send2.gif) no-repeat left top;
	width: 117px;
	height: 36px;
	color:#fff;}
	
	.xsnazzy h1, .xsnazzy h2, .xsnazzy p {margin:0 5px; }
.xsnazzy h1 { color:#000;}
.xsnazzy h2 { color:#000; border:0;}
.xsnazzy p {padding-bottom:0.5em; color:#000;}
.xsnazzy h2 {padding-top:0.5em; padding-left:10px;}
.xsnazzy {background: transparent; margin:1em;}

.xsnazzy em {display:block; width:0; height:0;  overflow:hidden; border-top:12px solid #fc0; border-left:12px dotted transparent; border-right:12px dotted transparent; margin-left:50px;}
/* hack for IE5.5 */
* html .xsnazzy em {width:24px; height:12px; w\idth:0; hei\ght:0;}
.xsnazzy span {display:block; width:0; height:0;  overflow:hidden; border-top:10px solid #fc0; border-left:10px dotted transparent; border-right:10px dotted transparent; margin-left:52px; margin-top:-15px;}
* html .xsnazzy span {width:20px; height:10px; w\idth:0; hei\ght:0;}

.xb1, .xb2, .xb3, .xb4, .xb5, .xb6, .xb7 {display:block; overflow:hidden; font-size:0;}
.xb1, .xb2, .xb3, .xb4, .xb5, .xb6 {height:1px;}
.xb4, .xb5, .xb6, .xb7 {background:#fc0; border-left:1px solid #fc0; border-right:1px solid #fc0;}

.xb1 {margin:0 8px; background:#Fc0;}
.xb2 {margin:0 6px; background:#Fc0;}
.xb3 {margin:0 4px; background:#Fc0;}
.xb4 {margin:0 3px; background:#Fc0; border-width:0 5px;}

.xb5 {margin:0 2px; background:#Fc3; border-width:0 4px;}
.xb6 {margin:0 2px; background:#Fc3; border-width:0 3px;} 
.xb7 {margin:0 1px; background:#Fc3; border-width:0 3px; height:2px;} 

.xboxcontent {
	display:block;
	background-color: #FC3;
	border-top-width: 0;
	border-right-width: 3px;
	border-bottom-width: 0;
	border-left-width: 3px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #Fc0;
	border-right-color: #Fc0;
	border-bottom-color: #Fc0;
	border-left-color: #Fc0;
}
#product_grid {
	list-style-type: none;
	width: 550px;
	font-size: 1.2em;
	padding: 0;
}

#product_grid li {
	display: block;
	float: left;
	width: 250px;
	border: 1px dashed #000;
	padding: 2px;
	text-align: center;
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0;
	height: 300px;
}
#product_grid img{
height: 150px;
max-width: 220px;
width: auto;-ms-interpolation-mode:bicubic;
image-rendering: auto | optimizeSpeed | optimizeQuality | -webkit-optimize-contrast;

}

