/* Layout and Style

Color Combo 130

light Blue:	#386a99
Mid Blue:	#205180
Dark Blue:	#040a0e; (Background)

*/

html {
	min-height: 100%;
	height: auto;
}

body {
	margin: 0px;
	padding: 0px;
	background-color: #040a0e;
	font-family: "Trebuchet MS", Verdana, Helvetica, sans-serif;
	font-size: 1em;
	color: #CCCCCC;
	background-position: top center;
	background-repeat: repeat-x;
}

#container {
	width: 100%;
	min-height: 300px;
	overflow: hidden;
}

#container #header {
	width: 770px;
	height: 110px;
	left: -385px;
	top: 15px;
	margin-left: 50%;
	margin-bottom: 20px;
	padding: 0px;
	position: relative;
	background-image: url(../images/header-bg.jpg);
	background-repeat: repeat-x;
}

#container #content #navigation {
	top: 0px;
	margin-left: -170px;
	float: left;
	width: 155px;
	border-right: solid 1px #CCCCCC;
	font-size: 0.8em;
	color: #FFFFFF;
	padding-bottom: 15px;
	line-height: 2em;
}

#container #content #navigation ul {
	padding: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 15px;
	list-style: none;
}

#container #content #navigation a {
	padding-left: 5px;
	color: #FFFFFF;
	background-color: #205180;
	display: block;
	text-decoration: none;
	width: 130px;
	margin-bottom: 7px;
}

#container #content #navigation a:hover {
	background-color: #386a99;
}

#container #content {
	position: relative;
	width: 600px;
	padding-top: 15px;
	padding-right: 0px;
	padding-left: 170px;
	padding-bottom: 15px;
	margin-left: 50%;
	left: -385px;
}

#container #content h1 {
	font-size: 1em;
	color: #A31E39;
	margin: 0px;
	text-transform: capitalize;
}

#container #content p {
	font-size: 0.8em;
	line-height: 2em;
	margin-top: 1em;
	margin-bottom: 2em;
}

#container #content a {
	color: #FFFFFF;
	text-decoration: none;
	border-bottom: solid 1px #386a99;
}

#container #content a:hover {
	color: #FFFFFF;
	text-decoration: none;
	border-bottom: solid 1px #FFFFFF;
}

#container #content #navigation a {
	border-bottom: none;
	border-bottom-width: 0px;
}

.tabletext {
	font-size: 0.8em;
	line-height: 1.6em;
}

.textfield {
	padding: 3px;
	margin: 3px;
	width: 350px;
	color: #333333;
	border: solid 1px #386a99;	
}

.submitbutton {
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 15px;
	padding-right: 15px;
	margin: 3px;
	color: #333333;
	border: solid 1px #386a99;
	background-color: #FFFFFF;
}

.textarea {
	padding: 3px;
	margin: 3px;
	width: 350px;
	max-width: 350px;
	height: 100px;
	max-height: 200px;
	color: #333333;
	border: solid 1px #386a99;	
}

#container #content #stockproduct {
	height: 160px;
	clear: right;
	overflow: visible;
}

#container #content #stockproduct #trailer {
	background-image: url(../images/thumbnail-bg.gif);
	background-repeat: repeat-y;
	padding: 0px 10px;
	margin-right: 20px;
}

#container #content #stockproduct h1 {
	color: #FFFFFF;
	font-size: 1em;
	font-weight: bold;
	line-height: 1.5em;
	margin: 0px;
	text-transform: capitalize;
}

#container #content #stockimages {
	width: 255px;
	padding-left: 15px;
	float: right;
}

#container #content #stockimages #thumb {
	border: 0px;
	margin-bottom: 15px;
}

#footer {
	clear: both;
	text-align: center;
	font-size: 0.8em;
	line-height: 2em;
	padding: 25px;
}

#footer a {
	color: #FFFFFF;
	text-decoration: none;
	border-bottom: solid 1px #386a99;
}

#footer a:hover {
	color: #FFFFFF;
	text-decoration: none;
	border-bottom: solid 1px #FFFFFF;
}