* { 
	margin:0;
	padding:0;
}
html, body { 
	height:100%;
}
html {
	min-width:940px;
}
body { 
	background:#fff; 
	font-family:Arial, Helvetica, sans-serif;
	font-size:100%; 
	line-height:1.125em;
	color:#888;
}

img {
	border:0; 
	vertical-align:top; 
	text-align:left;
}
object { 
	vertical-align:top; 
	outline:none;
}
ul, ol { 
	list-style:none;
}
table, table td { 
	padding:0;
	border:none;
	border-collapse:collapse;
}

.fleft { 
	float:left;
}
.fright { 
	float:right;
}
.clear { 
	clear:both;
}

.col-1, .col-2, .col-3, .col-4 .col-5, .col-6{ 
	float:left;
}

.alignright { 
	text-align:right;
}
.aligncenter { 
	text-align:center;
}

.wrapper { 
	width:100%;
	overflow:hidden;
}
.container { 
	width:100%;
}

/*==== GLOBAL =====*/
#main {
	width:1050px; 
	margin:0 auto;
	font-size:.9375em;
}

#header {
	height:471px;
	background:url(images/header-bg.jpg) no-repeat 10px 84px;
}
#content {
	padding:0 0 70px 10px;
}
#footer {
	padding:25px 0 90px 0;
}


/*---- tailings ----*/
.tail-top { 
	background:url(images/tail-top.gif) left top repeat-x #ffbb00;
}
.tail-bottom { 
	background:url(images/tail-bottom.gif) left bottom repeat-x;
}


/*----- forms parameters -----*/

input, select, textarea { 
	font-family:Arial, Helvetica, sans-serif;
	font-size:1em;
	vertical-align:middle;
	font-weight:normal;
}


/*----- other -----*/
.img-indent { 
	margin:3px 20px 0 0; 
	float:left;
}
.img-box { 
	width:100%; 
	overflow:hidden; 
	padding-bottom:30px;
}
	.img-box img { 
		float:left; 
		margin:3px 20px 0 0;
	}

.extra-wrap { 
	overflow:hidden;
}


p {
	margin-bottom:18px;
}
.p1 { 
	margin-bottom:9px;
}
.p2 { 
	margin-bottom:18px;
}
.p3 { 
	margin-bottom:1px;
}
.p4 { 
	margin-bottom:36px;
}

/*----- txt, links, lines, titles -----*/
a {
	color:#282828;
	outline:none;
}
a:hover{
	text-decoration:none;
}

h1 {
	
}
h2 {
	font-size:30px;
	line-height:1.2em;
	color:#FF0000;
	margin-bottom:13px;
	width:235px;
}

h2.black {
	color:#000000;
}

h2.justify {
	text-align:justify;	
}

h2.wider {
	width:300px;	
}

h3 {
	font-size:1em;
	color:#282828;
	margin-bottom:18px;
}
h4 {
	font-size:1em;
	color:#282828;
}


.link1 { 
	display:block;
	float:left;
	background:url(images/link1-bg.gif) left top repeat-x; 
	color:#fff; 
	text-decoration:none;
	font-size:13px;
	text-transform:uppercase;
}
.link1:hover { 
	color:#000;
}
	.link1 em {
		display:block;
		background:url(images/link1-left.gif) no-repeat left top;
	}
	.link1 b { 
		display:block;
		background:url(images/link1-right.gif) no-repeat right top; 
		padding:8px 13px 8px 13px; 
		font-weight:normal; font-style:normal;
	}
	

.button { 
	float:left;
	background:url(images/button.gif) no-repeat left top;
	width:175px;
	line-height:34px;
	color:#000;
	text-align:center;
}
.line-ver, .line-ver1 { 
	background-image:url(images/line-ver.gif); 
	background-repeat:repeat-y;
	width:100%;
}


/*==================boxes====================*/
.box {
	background:url(images/box-bg.jpg) no-repeat left top;
	width:301px;
	height:317px;
	color:#de7c7c;
	text-transform:uppercase;
	font-size:13px;
	position:relative;
	padding-left:15px;
}
	.box .inner { 
		padding:30px 20px 0 24px;
	}
	.box h2 {
		color:#fff;
		font-size:24px;
		line-height:1.2em;
		margin-bottom:18px;
		text-indent:0;
	}
	.box p {
		margin-bottom:30px;
	}
	
	.scroll-nav {
		position:absolute;
		left:204px;
		top:297px;
	}
		.scroll-nav li {
			float:left;
		}

.address { 
	float:left;
}
	.address dt {
		margin-bottom:16px;
	}
	.address dd { 
		clear:both;
		text-align:right;
	}
		.address dd span { 
			float:left;
			padding-right:25px;
		}
		.address dd a {
			color:#282828;
		}


/*===== header =====*/
#header .row-1 {
	height:150px;
	border-bottom:1px solid #ddd;
}

	#header .row-1 .fleft {
		padding:16px 0 0 0;
	}
	#header .nav {
		/*float:right;*/
		padding:53px 0 0 0;
		margin-left:15px;
	}
		#header .nav li {
			float:left;
			padding:0 0 0 21px;
		}
			#header .nav li a {
				float:left;
				color:#000;
				/*text-decoration:none;*/
				text-transform:uppercase;
				font-size:18px;
				line-height:1.2em;
			}
			#header .nav li a:hover, #header .nav li a.current {
				color:#dd1414;
				/*border-bottom:2px solid #dd1414;*/
			}
#header .row-2 {
	padding:35px 0 0 670px;
	border-right: 1px solid #666666;
	border-left:1px solid #666666;
	border-top:1px solid #666666;
}

/*===== content =====*/
#content {
	border-bottom:1px solid #666666;
	border-left:1px solid #666666;
	border-right:1px solid #666666;
	/*border-top: 1px solid #666666*/
}
	.list1 li {
		background:url(images/arrow1.gif) no-repeat 6px 1px;
		padding:0 0 4px 25px;
		font-size:12px;
		overflow:hidden;
		height:1%;
		vertical-align:top;
	}
		.list1 li a {
			color:#000;
			/*float:left;*/
			padding-top:0px;
		}
		.list1 li span {
			background:url(images/price-bg.gif) no-repeat left top;
			float:right;
			width:71px;
			line-height:25px;
			color:#000;
			text-indent:11px;
		}
	
	.list2 dt {
		color:#282828;
		font-weight:bold;
	}
	.list2 dd {
		padding-bottom:20px;
		color:#000000;
	}

	.list4 dt {
		color:#000000;
		font-weight:bold;
	}
	.list4 dd {
		padding-bottom:20px;
		color:gray;
	}
	
	.list3 dt {
		color:#252525;
		font-size:17px;
		margin-bottom:10px;
	}
	.list3 dd {
		background:url(images/bull1.gif) no-repeat left 7px;
		padding:0 0 2px 13px;
		font-size:14px;
	}
		.list3 dd a {
			color:#9d9d9d;
			text-decoration:none;
		}
		.list3 dd a:hover {
			color:#000;
			text-decoration:underline;
		}
	
	.list4 li {
		background:url(images/arrow1.gif) no-repeat left 3px;
		padding:0 0 11px 25px;
		font-size:12px;
		vertical-align:top;
	}
		.list4 li a {
			color:#000;
		}
	
	.leftcolumncontent li {
		font-weight:bold;
		text-align:right;
		color:#282828;
		padding-bottom:24px;
	}
		.leftcolumncontent li blockquote {
			text-align:justify;
			font-weight:normal;
			color:#888;
		}

/*===== footer =====*/
#footer {

}
	#footer .col-4 p {
		color:#252525;
		font-size:15px;
		margin-bottom:12px;
	}
		#footer .col-4 p a {
			color:#252525;
			text-decoration:none;
		}
		#footer .col-4 p a:hover {
			text-decoration:underline;
		}
		
		.phone-num dt {
			font-size:32px;
			line-height:1.2em;
			color:#dd1414;
			font-weight:bold;
		}
		.phone-num dd {
			color:#dbdbdb;
			font-weight:bold;
			text-transform:uppercase;
		}


#divMsg {
display: none;
width:200px;
color:#CB0000;text-align:center;	
font-size:11px;
}

/*----- forms -----*/
input.submit {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:transparent url(images/smal-butons.png) no-repeat scroll 0 0;
color:#FFFFFF;
cursor:pointer;
float:left;
font-family:Arial,Helvetica,sans-serif;
font-size:12px;
font-weight:bold;
height:23px;
padding:0 0 0;
text-align:center;
width:61px;
}

#divFormHeader {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:transparent url(images/hrequestaquote.png) no-repeat scroll left top;
height:43px;
width:198px;
margin-left:-1px;
text-align:center;
color:#FFFFFF;
font-family:"Trebuchet MS",Arial,Helvetica,sans-serif;
font-size:14px;
font-size-adjust:none;
font-stretch:normal;
font-style:normal;
font-variant:normal;
font-weight:bold;
line-height:normal;
padding:15px 0 0 0px;
text-transform:uppercase;
}

#divForm {
width:195px;
height:310px;
border:1px solid #000000;
margin-top:-15px;
}

#divForm h3 
{
	font-size:17px;
	line-height:1.2em;
	color:#FF0000;
	margin-bottom:13px;
	width:235px;
}

#divForm .required {
	color:Red;
	font-weight:bold;
}

#divForm .cspan {
display:block;
margin-left:30px;
}
.formTextarea {
border:1px solid #000000;
color:#616161;
font-size:11px;
height:56px;
line-height:18px;
padding:0;
}

.formInput {
border:1px solid #000000;
color:#616161;
font-size:11px;
height:20px;
margin:0 0 6px;
padding:0 0;
display:block;
}

#contacts-form fieldset {
	border:none;
}
	#contacts-form label {
		display:block;
		height:60px;
		overflow:hidden;
	}
		#contacts-form input {
			width:265px;
			padding:2px 3px 2px 5px;
			color:#111;
		}
		#contacts-form textarea {
			width:265px;
			padding:1px 3px 1px 5px;
			color:#111;
			height:230px;
			margin-bottom:35px;
			overflow:auto;
		}
		#contacts-form .link1 {
			float:right;
			margin-left:15px;
		}

/* ------ mdm add 03/16/2010 ------*/
.custom #custom_footer_nav {text-align: center; }
 
.custom #custom_footer_nav ul {
list-style-image:none;
list-style-position:outside;
list-style-type:none;
margin:0;
padding:0 0 20px;
font-size: 14px;
}
.custom #custom_footer_nav li {
border-right: 1px solid #326FBE;
display: inline;
margin-right: 20px;
padding-right: 20px;
}
.custom #custom_footer_nav li.noborder {
border-right: 0px;
}
.custom #custom_footer_nav li a {
color:#000000 ; /*#777777;*/
font-weight:normal;
text-decoration:none;
}

/*mdm add 03/30/2010*/

div.productgallery {
	margin-left:50px;
	position:relative;
}
  div.productgallery div.row {
    clear: both;
    border:1px solid black;
    width:500px;
    margin-bottom:1px;
  }
  div.productgallery div.row span.productcol1 {
	width: 151px;
	height: 113px;
	text-align: center;
	/*float:left;*/
  }
  
  div.productgallery div.row span.productcol2 {
	width: 500px;
	height: 113px;
	text-align: left;
	padding-left: 15px;
  }
  
  div.productgallery div.row span.productcol2 span.text {
    color: #494949;
	font-family: arial;
	font-size: 11px;
  }
  
  #preview{
    position:absolute;
    border:1px solid #000;
    background:#fff;
    padding:5px;
    display:none;
    color:#fff;
}
/*==========================================*/
