@charset "utf-8";
/* CSS Document */

body{
	margin:0px auto;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	color:#666666;
	background-image:url(../images/body-bg.gif);
	background-repeat:repeat-x;
}

h1,h2,h3,h4,a,p{font-family:Arial, Helvetica, sans-serif; font-weight:normal; margin:0px; padding:0xp;}

h1{font-size:22px; color:#636466}

h2{font-size:20px; color:#666666; display:block; margin-top:15px; margin-bottom:10px;}

a{font-weight:bold; text-decoration:none; color:#666666;}

a img{border:none}

.margin_left{margin-left:10px;}

/* Wrapper */

#wrapper{
	margin:0px auto;
	width:960px;
}

/* Header */

#header{
	width:960px;
	height:101px;
	margin-bottom:14px;
}

	#header h1{
		width:329px;
		height:101px;
		background-image:url(../images/logo.gif);
		background-repeat:no-repeat;
		float:left;
		display:block;
		margin-left:7px;
	}

		#header h1 a{
			width:329px;
			height:101px;
			display:block;
			text-indent:-999999px;
		}
		
#phone{
	height:30px;
	color:#333333;
	font-size:25px;
	float:right;
	margin-top:30px;
	margin-right:22px;
	
}

/* Navigation */

#navigation{
	width:940px;
	height:28px;
	padding-left:20px;
}

	#navigation a{
		width:100px;
		height:20px;
		background-image:url(../images/btn-bg.gif);
		background-repeat:no-repeat;
		margin-right:5px;
		float:left;
		display:block;
		text-align:center;
		padding-top:7px;
		color:#444444
	}
	
		#navigation a:hover{
			background-image:url(../images/btn-hover-bg.gif);
			background-repeat:no-repeat;
			color:#444444
		}

/* Banner */

#banner{
	width:960px;
	height:239px;
	background-image:url(../images/banner.jpg);
	background-repeat:no-repeat;
	margin-top:-1px;
	margin-bottom:40px;
}

/* Welcome_note */

#welcome_note{
	width:932px;
	padding-left:14px;
	padding-right:14px;
	padding-bottom:12px;
	margin-bottom:10px;
}

	#welcome_note h1{
		display:block;
		margin-bottom:12px;
	}
	
		#welcome_note h1 span{
			color:#c9151c;
		}

/* Content */

.content_bg_center{
	width:960px;
	background-image:url(../images/content-bg-cntr.gif);
	background-repeat:repeat-y;
}

.content_bg_top{
	width:960px;
	background-image:url(../images/content-bg-top.gif);
	background-repeat:no-repeat;
	background-position:top;
}

.content_bg_botm{
	width:960px;
	background-image:url(../images/content-bg-botm.gif);
	background-repeat:no-repeat;
	background-position:bottom;
	padding-top:17px;
	padding-bottom:17px;
}

.content_box{
	width:208px;
	background-image:url(../images/border-right.gif);
	background-position:right;
	background-repeat:no-repeat;
	float:left;
	padding-right:20px;
	text-align:center;
	margin-left:10px;
}

	.content_box h2{
		color:#ff7e04;
		display:block;
		margin-bottom:5px;
	}
	
		.content_box b{
			color:#0e6386;
			display:block;
			margin-bottom:10px;
		}
		
			.content_box img{
				margin-top:19px;
			}
		
/* Footer */

#footer_wraper{
	
	width:100%;
	height:100px;
	background-color:#c9151c;
	margin-top:25px;
	clear:both;
}

#footer{
	margin:0px auto;
	width:935px;
	padding-top:10px;
	padding-left:15px;
	color:#fae8e9;
	padding-right:10px;
	clear:both;
}

	#footer a{
		color:#fae8e9;
	}
	
		#footer a:hover{
			color:#FFFFFF;
		}
	
			#footer p{
				color:#e9a1a4;
				margin-top:15px;
			}

/* inner_pages */

#inside_wrapper{
	width:932px;
	padding-left:14px;
	padding-right:14px;
	padding-bottom:12px;
}

	#inside_wrapper h1{
		height:37px;
		width:100%;
		background-image:url(../images/heading-bg-left.gif);
		background-repeat:no-repeat;
		background-position:left;
		background-color:#fdb813;
		color:#2d2d2d;
		display:block;
		margin-bottom:12px;
		
	}
	
		#inside_wrapper h1 span{
			height:30px;
			background-image:url(../images/heading-bg-right.gif);
			background-repeat:no-repeat;
			background-position:right;
			display:block;
			padding-left:5px;
			padding-top:7px;
			
		}
		
/*Products*/

.product_box{
	width:199px;
	height:173px;
	background-image:url(../images/product-bg.gif);
	background-repeat:no-repeat;
	float:left;
	margin-left:19px;
	text-align:center;
	padding-top:16px;
	margin-bottom:16px;
}

		.product_box a{
			color:#d7d7d7;
			text-decoration:underline;
			text-decoration:underline;
			display:block;
			margin-top:27px;
		}

/*Input*/

.input{
	width:530px;
	height:20px;
	background-color:#f3f4f4;
	border:solid 1px #c0c0c0;
}

.input:hover{
	background-color:#FFFFFF;
}

.input2{
	width:530px;
	height:350px;
	background-color:#f3f4f4;
	border:solid 1px #c0c0c0;
}

.input2:hover{
	background-color:#FFFFFF;
}