/*
 
 ________________________________
 Designed & Built By Fred DRW
 ________________________________
	  
*/

/* << Main Page Styles >> */

body {

	padding: 0px;
	margin: 0px;
	background-image: url(images/elements/bg/mainbg.jpg);
	background-repeat: repeat-x;
	background-color: #909090;
	
}

#outershell_2 {

	width: 934px;
	height: 453px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 80px;
	background-image: url(images/elements/bg/2.png);
	background-repeat: no-repeat;
	
}

#outershell_3 {

	width: 934px;
	height: 453px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 80px;
	background-image: url(images/elements/bg/3.png);
	background-repeat: no-repeat;
	
}
#outershell_4 {

	width: 934px;
	height: 453px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 80px;
	background-image: url(images/elements/bg/4.png);
	background-repeat: no-repeat;
	
}

#outershell_5 {

	width: 934px;
	height: 453px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 80px;
	background-image: url(images/elements/bg/1.png);
	background-repeat: no-repeat;
	
}

#content {

	width: 900px;
	height: 332px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 17px;
	
}

#picture {

	width: 430px;
	height: 332px;
	float: left;
	
}

#textbox {

	width: 450px;
	height: 322px;
	float: right;
	overflow: hidden;
	background-image: url(images/elements/bg/textboxbg.png);
	margin-right: 10px;
	margin-top: 10px;
	
}

#textbox h1 {

	margin: 0px;
	font-family: Tahoma, Verdana, sans-serif;
	color: #CCCCCC;
	font-size: 15px;
	padding-right: 15px;
	padding-left: 15px;
	padding-bottom: 8px;
	padding-top: 15px;
	font-weight: bold;
	
}

#textbox p {

	margin: 0px;
	font-family: Tahoma, Verdana, sans-serif;
	color: #CCCCCC;
	font-size: 14px;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 5px;
	font-weight: normal;
	
}

#textbox a:link {

	color: #CCCCCC;
	text-decoration: underline;
	
}

#textbox a:visited {

	color: #CCCCCC;
	text-decoration: underline;
	
}

#textbox a:hover {

	color: #CCCCCC;
	text-decoration: none;
	
}

#textbox a:active {

	color: #CCCCCC;
	text-decoration: none;
	
}
	

/* << Navigation Styles >> */

#nav {

	width: 900px;
	height: 87px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(images/elements/bg/navbg.png);
	background-repeat: no-repeat;
	
}

#nav h1 {

	margin: 0px;
	font-family: Tahoma, Verdana, sans-serif;
	color: #CCCCCC;
	font-size: 14px;
	padding-left: 29px;
	padding-top: 54px;
	font-weight: normal;
	
}

#link1 {

	width: 225px;
	height: 87px;
	float: left;
	
}

#link1:hover {

	background-image: url(images/elements/bg/homebg.png);
	background-position: 0px 11px;
	text-decoration: underline;
	color: #CCCCCC;
	cursor: pointer;
	background-repeat: no-repeat;
	
}

#link2 {

	width: 225px;
	height: 87px;
	float: left;
	
}

#link2:hover {

	background-image: url(images/elements/bg/aboutbg.png);
	background-position: 0px 11px;
	text-decoration: underline;
	color: #CCCCCC;
	cursor: pointer;
	background-repeat: no-repeat;
	
}

#link3 {

	width: 225px;
	height: 87px;
	float: left;
	
}

#link3:hover {

	background-image: url(images/elements/bg/hybridsbg.png);
	background-position: 0px 11px;
	text-decoration: underline;
	color: #CCCCCC;
	cursor: pointer;
	background-repeat: no-repeat;
	
}

#link4 {

	width: 225px;
	height: 87px;
	float: left;
	
}

#link4:hover {

	background-image: url(images/elements/bg/contactbg.png);
	background-position: 0px 11px;
	text-decoration: underline;
	color: #CCCCCC;
	cursor: pointer;
	background-repeat: no-repeat;
	
}

#thanks {

	margin: 0px;
	font-family: Tahoma, Verdana, sans-serif;
	color: #CCCCCC;
	font-size: 14px;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 5px;
	font-weight: normal;
	
}
