@charset "utf-8";
/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #000000;
	text-align: center;
	font-size: 85%;
	background-image: url(../images/bg.jpg);
	background-position: center;
	background-repeat: no-repeat;
}
#ucart h2 {
	color: #7f0000;
}
#container {
	margin: 75px auto 125px auto;
	text-align: left;
	width: 955px;
	height: 600px;
}
#nav {
	position: relative;
	height: 20px;
	text-transform: uppercase;
}
#nav ul {
	list-style-type: none;
	margin: 0px 0px 0px -15px;
	padding: 0px;
	height: 55px;
	display: inline;
}
#nav li {
	display: inline;
	color: #ffffff;
	padding-left: 15px;
}
#google {
	display: inline;
	width: 200px;
	position: absolute;
	top: 0px;
	right: 10px;
	text-align: right;
}
#page {
	background-color: #000000;
	position: relative;
}
#ucart #page {
	background-color: #087672;
	position: relative;
}
#contentBg {
	background-color: #996633;
	padding: 0px;
	width: 60%;
	height: 566px;
	width: 550px;
	overflow: hidden;
}
#ucart #contentBg {
	background-color: #c69c6d;
	padding: 0px;
	width: 60%;
	height: 566px;
	width: 550px;
	overflow: hidden;
}
#mainPicture {
	position: relative;
	overflow: hidden;
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	padding-top: 10px;
}
#thumbs {
	position: absolute;
	top: 400px;
	right: -15px;
}
#content {
	background-color: #ffffff;
	position: relative;
	height: 525px;
	overflow: auto;
	margin: 10px;
	padding: 10px;
	text-align: left;
}
#content a, #content a:link, #content a:visited {
	color: #7f0000;
	text-decoration: none;
}
#ucart #content a, #ucart #content a:link, #ucart #content a:visited {
	color: #7f0000;
	text-decoration: none;
	font-weight: bold;
}
#content a:hover {
	text-decoration: underline;
}
#ucart #content a:hover {
	text-decoration: underline;
}
#logo {
	margin: 10px 0px 10px 10px;
}
#logoHome {
	position: absolute;
	left: 620px;
	top: -60px;
	z-index: 1;
}
#content #logo {
	float: left;
}
#content hr {
	clear: both;
}
form label {
	display: block;
}
form label input, form label textarea, form label span {
	display: block;
	margin-left: 15px;
}
#from {
	width: 200px;
}
#subject {
	width: 250px;
}
#message {
	width: 400px;
	height: 100px;
}
#topImg {
	float: right;
}
#rightImg {
	position: absolute;
	top: 20px;
	right: 45px;
}
#tasks {
	position: absolute;
	top: 65px;
	left: 585px;
	width: 300px;
	color: #ffffff;
	text-align: left;
}
#tasks p {
	margin-bottom: 2em;
}
#tasks ul {
	margin: 0em;
	padding: 0em;
	list-style-type: none;
}
#tasks li {
	margin: .6em 0em;
}
#playagain {
	position: absolute;
	top: 490px;
	left: 575px;
	margin: 10px;
}
#playagain a:link, #playagain a:visited {
	text-transform: uppercase;
}
#contactInfo {
	color: #ffffff;
	position: absolute;
	top: 525px;
	left: 575px;
	margin: 10px;
}
#transparent {
	position: absolute;
	top: 440px;
	left: -20px;
	height: 70px;
	width: 20px;
	background-image: url(../images/green_bg.gif);
	background-repeat: repeat-x;
}
#ucart #transparent {
	position: absolute;
	top: 440px;
	left: -20px;
	height: 70px;
	width: 20px;
	background-image: url(../images/red_bg.gif);
	background-repeat: repeat-x;
}
#companyHours {
	position: absolute;
	width: 330px;
	top: 420px;
	left: 625px;
	border: 1px solid #f0000;
}
#companyInfo {
	width: 200px;
	position: absolute;
	top: 110px;
	left: 300px;
}
#bottom {
	background-color: #087672;
	height: 4px;
}
#ucart #bottom {
	background-color: #7f0000;
	height: 4px;
}
#videoHome {
	position: absolute;
	top: 150px;
	left: 590px;
}
div.president {
	padding-top: 90px;
	margin-right: -42px;
}
iframe {
	width: 425px;
	margin: 0em auto;
	display: block;
}
/** Link Styles **/
a, a:link, a:visited {
	color: #ffffff;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
/** Class Styles **/
.company {
	font-weight: bold;
}
.error {
	color: #F00;
}
.white {
	color: #FFFFFF;
	margin-top: 100px;
}
#ucart #calculator {
	width: 350px;
	margin: 0em auto;
}
#ucart label {
	display: block;
	position: relative;
	line-height: 2em;
}
#ucart label input {
	position: absolute;
	left: 150px;
	top: 0em;
	width: 60px;
	text-align: right;
}
#ucart label.measurement {
	display: inline;
}
#ucart #thicknessLabel {
	display: inline;
}
#ucart #inchLabel {
	position: absolute;
	left: 320px;
	margin-top: 4px;
}
#ucart #feetLabel {
	position: absolute;
	left: 390px;
	margin-top: 4px;
}
#ucart #inchLabel input, #ucart #feetLabel input {
	position: static;
	left: 0em;
	top: 0em;
	width: auto;
	display: inline;
}