/* Global Styles */
* {
	margin: 0px;
	padding:0px;
	border:0px;
	color:#fff;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}
p{
	line-height:130%;
	}
.padding_3{
	padding:3px;
	}
.padding_5{
	padding:5px;
	}
.padding_10{
	padding:10px;
	}
.padding_15{
	padding:15px;
	}
.left{
	float:left;
	}
.right{
	float:right;
	}

/* Layout Styles */
html, body {
	height: 100%;
}
body{
	background-image:url('img/page_bg.jpg');
	background-repeat:repeat-y;
	background-position:bottom center;
	background-attachment:scroll;
	color:#fff;
	text-align:center;
	}
.wrapper {
	width:780px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0px auto -74px;
	text-align:left;
}
.header{
	width:750px;
	}
	.header .links{
		width:750px;
		background-color:#333333;
		padding:3px 0px;
		float:right;
		text-align:right;
		}
		.header .links a{
			text-decoration:none;
			padding:3px;
			}
	.header .img{
		width:750px;
		height:300px;
		clear:both;
		}
	.header .img img{
		display:none;
		}
.navigation{
	width:750px;
	height:50px;
	clear:both;
	background-image:url('img/menu_bg.png');
	background-repeat:repeat-x;
	border-bottom:1px solid #fff;
	text-align:center;
	}
	.navigation span{
		display:none;
		}
	.navigation a{
		padding:7px;
		margin:0px 20px;
		font-size:18px;
		text-decoration:none;
		font-weight:bold;
		}
	.navigation a:hover{
		background-color:#fff;
		color:#000;
		}
.submenu{
	position:relative;
	background-color:#fff;
	color:#000;
	width:750px;
	padding:5px 0px;
	text-align:center;
	}
.submenu a{
	padding:0px;
	margin:0px 10px 0px 10px;
	color:#000;
	font-size:13px;
	text-decoration:underline;
	}
.content{
	position:relative;
	clear:both;
	width:750px;
	margin-top:15px;
	}
	.content .images{
		position:relative;
		float:left;
		width: 500px;
		}
		.content .images img{
			margin-bottom:15px;
			}
	.content .text{
		position:relative;
		float:right;
		width:245px;
		background-image:url('img/right_bg.png');
		background-repeat:repeat-x repeat-y;
		border:1px solid #999999;
		text-align:center;
		}
		.content .box{
			position:relative;
			background-color:#4C4C4C;
			background-image:url('img/box_bg.jpg');
			background-repeat:repeat-y;
			padding:10px;
			text-align:left;
			}
	.content .fullpage{
		position:relative;
		border:1px solid #999999;
		}
	.content .halfpage{
		position:relative;
		width:49%;
		}
	.content h1{
		font-size:16px;
		font-weight:bold;
		margin-bottom:10px;
		}
	.content p{
		margin:5px 0px 20px 5px;
		}
.push {
	height: 74px;
}
.footer{
	width:780px;
	height:74px;
	margin:0px auto;
	text-align:center;
	background-image:url('img/footer.jpg');
	background-repeat:no-repeat;
	background-position:bottom center;
	color:#000;
	}
	.footer  a{
		padding:5px;
		text-decoration:none;
		font-weight:bold;
		color:#000;
		}
	.footer a:hover{
		background-color:#000;
		color:#fff;
		}
	.footer .copyright{
		margin-top:20px;
		color:#000;
		}

/* Input Styles */
form label {
	display: block;
	}
#contact input{
	width: 200px;
	}
#contact textarea{
	width: 600px;
	}
#contact input, textarea{
	border:1px solid #909090;
	background:#e1e1e1;
	padding:2px;
	color:#000;
	}
#contact input:focus, textarea:focus{
	background:#ffffff;
	}
#contact input#submit{
	width:auto;
	}
#prod_img {
	padding: 10px;
}