#section{
	padding:40px 0;
	position:relative;
	text-shadow:1px 1px 0 black;
	
	min-height:450px;
	height:auto !important;
	height:450px;

	background:#081b26;
	
	-moz-box-shadow:0 0 10px black inset;
	-webkit-box-shadow:0 0 10px black inset;
	box-shadow:0 0 10px black inset;
}

#content{
	width:960px;
	margin:0 auto;
}

#footer{
	background:url("../media/bottom_bg.jpg") repeat;
	border-top:1px solid #133446;
	padding:20px;
	text-align:center;
}

#welcomeMessage,
.productSection,
.productSection p{
	-moz-border-radius:16px;
	-webkit-border-radius:16px;
	border-radius:16px;
}

.productSection{
	background:url("../media/front_section_bg.jpg") repeat;
	height:360px;
	margin-top:20px;
	padding:45px;
	position:relative;
}

.productSection h2{
	background-color:#081B26;
	line-height:1;
	margin:-50px -50px 0;
	padding:30px 30px 40px;
}

.productSection p{
	background-color:#091E2A;
	line-height:1.5;
	margin:40px 0 0 -20px;
	padding:20px;
	position:relative;
	width:340px;
}

.productSection img{
	float:right;
	height:342px;
	position:absolute;
	right:40px;
	top:40px;
	width:435px;
}

a.readMore{
	background:url("../media/read_more.png") no-repeat 0 0;

	/*
	float:left;
	margin:30px 0 0 20px;
	*/
	
	display:block;
	margin:50px 80px;
	
	height:62px;
	text-indent:-9999px;
	text-transform:uppercase;
	width:180px;
	border:none;
	cursor:pointer;
	
	-moz-border-radius:12px;
	-webkit-border-radius:12px;
	border-radius:12px;
	
	-moz-box-shadow:2px 2px 4px black;
	-webkit-box-shadow:2px 2px 4px black;
	box-shadow:2px 2px 4px black;
}

a.readMore:hover{
	background-position:left -62px;
}

.line{
	height:1px;
	overflow:hidden;
	line-height:1px;
	background-color:#020f17;
	border-bottom:1px solid #0c2636;
	margin-bottom:35px;
}