@charset "utf-8";
/* CSS Document */

* {
	margin:0;
	padding:0;
}
body {
	background-image:url(../images/1pix.jpg);
	background-repeat:repeat-x;
	background-color:#CCCCCC;
	font-family:Verdana, Arial, Tahoma, Helvetica, sans-serif;
	font-size:11px;
	color:#333333;
	line-height:22px;
}
img, a img 	{	border:none;	}

/* layout and positioning */
#wrapper {
	width:980px;
	margin:0 auto;
	background-image:url(../images/page_bg.jpg);
	background-repeat:repeat-y;
}
	#left-shadow, #right-shadow {
		float:left;
		width:15px;
		height:700px;
		background-repeat:no-repeat;
		background-image:url(../images/fade_left.jpg);
	}
	#right-shadow {
		background-image:url(../images/fade_right.jpg);
	}
	#container {
		width:950px;
		margin:0 auto;
		float:left;
	}
		#nav-bar {
			background-color:#333333;
			height:45px;
		}
		#page {
			min-height: 500px;
			height: auto !important;
			height: 500px;
			padding-top:2px;
		}
		#col1, #col2 {
			float:left;
			min-height: 200px;
			height: auto !important;
			height: 200px;
		}
		/* column width based on page type: 
		/* t1 - e.g. home page - 3 col layout, col1 and col3 are narrow, col2 is wide
		/* t2 - e.g. showcase page - 3 col layout, col1 is narrow, col2 and col3 are equal width */
		.t1 #col1 {
			width:679px;
		}
		.t1 #col2 {
			width:271px;
		}
	#footer {
		clear:both;
		background-image:url(../images/fade_bottom.jpg);
		background-repeat:no-repeat;
		background-position:bottom;
		text-align:center;
		color:#999999;
		padding:10px 0 27px 0;
		font-size:10px;
	}
	#footer-menu {
	padding:10px 0 0 182px;
	border-top:1px solid #CCCCCC;
	margin:0 25px;
	}
	#copyright {
		clear:both;
		margin:5px 0 0 0;
	}



/* formatting */
#page a:link {
	text-decoration:none;
	color:#a20000;
}
#page a:hover {
	text-decoration:underline;
}
.no-border {
	border:none !important;
}
a.questions {
	line-height:18px;
	color:#999999;
	font-size:12px;
	font-weight:bold;
}
a.questions:hover {
	color:#000000;
}
.selected_row {
	background-color:#666666;
}
.selected_row a {
	color:#FFFFFF;
}
h1 {
	color:#333333;
	font-size:18px;
	font-weight:bold;
	line-height:23px;
	padding-top:25px;
	padding-bottom:10px;
	padding-left:92px;
}
h2 {
	color:#333333;
	font-size:14px;
	font-weight:bold;
	line-height:18px;
	padding-bottom:8px;
	padding-left:92px;
}
h3 {
	color:#a20000;
	font-size:12px;
	font-weight:bold;
	line-height:24px;
	padding-bottom:15px;
	padding-left:92px;
	padding-right:92px;
}
iframe {
	margin:0;
	padding:0;
	height:500px;
	width:270px;
	border:none
}
.tips {
	margin:0;
	padding:10px;
	height:500px;
	width:250px;
	background-color:#FFFFFF;
}
#col h2, #col2 h2 a {
	color:#0969A0 !important;
	font-size:13px;
	font-weight:bold;
	line-height:18px;
	padding:10px 0 3px 0;
}
#col2 h2 a:hover {
	text-decoration:none !important;
}
p {
	line-height:22px;
	padding:0 92px 15px 92px;
}
#col1 .nolink a:hover {
	text-decoration:none;
}
ul {
	list-style-type:none;
	margin:0 0 8px 102px;
}
ul li {
	padding:0 4px 0 20px;
	background-image:url(../images/bullet.gif);
	background-repeat:no-repeat;
	background-position:0 10px;
}
#col2 ol {
	margin:3px 0 8px 30px;
}
	#col2 ol li {
		padding:4px;
	}

/* sitemap list */
.sitemap li {
	font-weight:bold;
}
.sitemap ul {
	margin:0 0 5px 0 !important;
}
.sitemap ul li {
	background-image:url(../images/bullet2.gif) !important;
	background-position:0 12px !important;
	padding:8px 0 0 15px !important;
	font-weight:normal !important;
}

/* boxes*/
#col2 .login_box, .trade_box, .steel_box, .distributor_box {
	width:256px;
	height:88px;
	background-repeat:no-repeat;
	margin:12px 0 16px 0;
}
#col2 .login_box {
	background-image:url(../images/login_bg.gif);
}
#col2 .trade_box {
	background-image:url(../images/trade_advantages_bg.gif);
}
#col2 .steel_box {
	background-image:url(../images/steel_frames_bg.gif);
}
#col2 .distributor_box {
	background-image:url(../images/distributor_bg.gif);
}
#col2 .login_box h1 {
	font-size:11px;
	font-weight:bold;
	color:#a20000;
	padding:5px 15px 0 15px;
}
#col2 .login_box p {
	font-size:10px;
	line-height:18px;
	color:#333333;
	padding:0 15px 0 15px;
}
#col2 .trade_box p {
	font-size:11px;
	line-height:16px;
	color:#FFFFFF;
	padding:38px 5px 0 15px;
}
#col2 .trade_box a {
	font-weight:bold;
	color:#000000;
}
#col2 .trade_box a:hover {
	font-weight:bold;
	color:#a20000;
}
#col2 .steel_box p {
	font-size:11px;
	line-height:16px;
	color:#FFFFFF;
	padding:38px 5px 0 15px;
}
#col2 .steel_box a {
	font-weight:bold;
	color:#000000;
}
#col2 .steel_box a:hover {
	font-weight:bold;
	color:#a20000;
}
#col2 .distributor_box p {
	font-size:11px;
	line-height:16px;
	color:#FFFFFF;
	padding:38px 5px 0 15px;
}
#col2 .distributor_box a {
	font-weight:bold;
	color:#FFFFFF;
}
#col2 .distributor_box a:hover {
	font-weight:bold;
	color:#000000;
}
.blue {
	color:#0969A0;
}
.bold {
	font-weight:bold;
}

/* gallery thumbs */
.gallery {
	display:block;
	float:left;
	margin:8px 0 0 8px;
}
.gallery img {
	border:4px solid #FFFFFF;
}

/* contact page */
#contact1 {
	float:left;
	width:350px;
	margin-right:20px;
}
#contact1 .text p {
	padding:0 20px 0 92px;
}
#contact2 {
	float:left;
	width:309px;
}
#contact2 .text p {
	padding:0;
}
.pretty-form ul {
	margin:0px !Important;
}
.pretty-form li {
	padding:5px 0 !important;
	background-image:none !important;
}
.pretty-form label {
	display:block;
	float:left;
	width:65px;
}
.pretty-form .input {
	width:185px;
	font-family:Verdana, Arial, Helvetica, sans-serif, Tahoma;
	font-size:11px;
	border:1px solid #999999;
	padding:2px;
}
.error {
	border:1px solid #CC0000;
	padding:10px;
	margin:5px 10px 5px 0;
	font-size:10px;
	color:#CC0000;
	background-color:#FFF5F2;
}
.message {
	border:1px solid #C5DCA6;
	background-color:#F8FEF1;
	padding:10px;
	margin:5px 10px 5px 0;
	font-size:10px;
}
.home_pic img {
	margin-right:-10px;
}

/* Hax (don't look here) */
.clearfix:after { content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0; }
.clearfix { display: inline-block; }
html[xmlns] .clearfix { display: block; }
* html .clearfix { height: 1%; }
/* END: Hax (don't look here) */
