/* Copyright Opserty.com - Opserty. 2006. */

html, body {
	background:#C5C5C5 url(images/body_bg.gif) repeat-x top center;
	margin:0;
	padding:0;
	font-family: Tahoma, Verdana, "Trebuchet MS", Arial,  Helvetica, sans-serif;
	font-size:11px;
	line-height:150%;
	color:#000;
}
#wrap {
	margin:0 auto;
	width:736px;
	padding:0;
	background:#ffffff url(images/bg_repeat.gif) repeat-y;

}
#header {
	width:736px;
	margin:0 auto;
	height:132px;
}
#nav {
	width:732px;
	margin:0 0 0 3px;
	height:20px;
	background:#000000 url(images/nav_bg.gif) repeat-x top center;
	text-align:center;
	color:#FFFFFF;
	font-weight:bold;
	padding-top:2px;

}
#nav a {
	margin:0 10px;
	color:#FFFFFF;
	text-decoration:none;
}
#nav a:hover {
	text-decoration:underline;
}
#content {
	width:714px;
	margin:0 auto;

}
#left, #middle, #double, #right, #full {
	width:158px;
	float:left;
}
	#left .box, #middle .box, #double .box, #right .box, #full .box {
		width:158px;
		background:#FFFFFF url(images/side_box_repeat.gif) repeat-y top center;
		margin-bottom:10px;
		z-index:999;
	}
	#middle .box {
		width:387px;
		background:#FFFFFF url(images/middle_box_repeat.gif) repeat-y top center;
		
	}
	
	#double .box {
		width:545px;
		background:#FFFFFF url(images/double_box_repeat.gif) repeat-y top center;
		
	}

	#full .box {
		width:720px;
		background:#FFFFFF url(images/full_box_repeat.gif) repeat-y top center;
		
	}


	#left h1, #middle h1, #double h1, #right h1, #full h1{
	background: url(images/h1_bg.gif) no-repeat top center;
	width:148px;
	height:44px;
	color:#FFFFFF;
	font-size:12px;
	margin-bottom:-20px;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 10px;
	margin-top: 0px;
		
	}
	 #middle h1 {
		background: url(images/middle_box_1.gif) no-repeat top center;
		width:377px;
	}
	
	#double h1 {
		background: url(images/double_bg.gif) no-repeat top center;
		width:535px;
	}
	
	#full h1 {
		background: url(images/full_bg.gif) no-repeat top center;
		width:710px;
	}

	#left h2, #middle h2, #double h2, #right h2, #full h2 {
		background: url(images/small_box_footer.gif) no-repeat bottom center;
		width:158px;
		height:54px;
		margin-top:-30px;
	}

	
	* html #left h2, * html #middle h2, * html #double h2, * html #right h2, * html #full h2 {
		margin-top:0;
		line-height:100%;
		margin-bottom:0;
		font-size:1px;
	}
	
	#middle h2 {
		background: url(images/middle_box_footer.gif) no-repeat top center;
		width:387px;
		height:39px;
		
	}
	
	#double h2 {
		background: url(images/double_box_footer.gif) no-repeat top center;
		width:545px;
		height:39px;
		
	}

	#full h2 {
		background: url(images/full_box_footer.gif) no-repeat top center;
		width:720px;
		height:39px;
		
	}
	
	#left h3, #middle h3, #double h3, #right h3, #full h3 {
		color:#000000;
		margin:3px 7px;
		font-size:12px;
	}
	#left p, #middle p, #double p, #right p, #full p {
		margin:10px 7px;
	}
	#left ul, #middle ul, #double ul, #right ul, #full ul {
		margin:8px 7px;
	}
	
#middle {
	width:387px;
	margin: 0 4px;
}

#double {
	width:545px;
	margin: 0 4px;
}

#full {
	width:720px;
	margin: 0 4px;
}

#footer {
	clear:both;
	height:55px;
	width:379px;
	margin:0 auto;
}
.text-input {
	background-color:#ff0000;
	background-image: url(images/input_bg.gif);
	background-repeat: no-repeat;
	background-position: top left;
	height:20px;
	width:120px;
	padding:5px 7px 0 7px;
	border:none;
	color:#FFFFFF;
}
* html .text-input {
	background-attachment:fixed;
	}
.button {
	background:#000000 url(images/submit_bg.gif) repeat-x top center;
	height:24px;
	font-weight:bold;
	color:#FFFFFF;
	border:none;
	margin:5px;
	padding:0 10px 0 10px;
	text-align:center;
	font-size:11px;

}
