@charset "utf-8";
/* CSS Document */

body,td,th {	font-family: Verdana, Arial, Helvetica, sans-serif;	font-size: 11px;	color: #FFFFFF;}
.image-padding-right {
	padding-right: 10px;
}

html {	height: 100%;}
body {	background-color: #000000;	margin: 0px;	height: 100%;}

/* Link Styles */
a:link {	color: #FFFF00;	text-decoration: none;}
a:visited {	color: #FFFF00;	text-decoration: none;}
a:hover {	color: #FF0507;	text-decoration: none;}
a:active {	color: #FFFF00;	text-decoration: none;}
a.red:link {	color: #e00d0f;	text-decoration: none;	font-weight: bold;}
a.red:visited {	color: #e00d0f;	text-decoration: none;	font-weight: bold;}
a.red:hover {	color: #FFFF00;	text-decoration: none;	font-weight: bold;}
a.red:active {	color: #FFFFFF;	text-decoration: none;	font-weight: bold;}
a.yellow:link {	color: #FFFF00;	text-decoration: none;}
a.yellow:visited {	color: #FFFF00;	text-decoration: none;}
a.yellow:hover {	color: #FFFF00;	text-decoration: none;}
a.yellow:active {	color: #e00d0f;	text-decoration: none;}

a.imglink:link {
	color: #FFFF00;
	text-decoration: none;
	padding: 2px;
	border: 1px solid #FFFFFF;
}
a.imglink:visited {
	color: #FFFF00;
	text-decoration: none;
	padding: 2px;
	border: 1px solid #FFFFFF;
}
a.imglink:hover {
	color: #FFFF00;
	text-decoration: none;
	padding: 2px;
	border: 1px solid #FFFF00;
}
a.imglink:active {
	color: #e00d0f;
	text-decoration: none;
	background-color: #990000;
	padding: 2px;
	border: 1px solid #FFFFFF;
}

/* Layout Elements */
#design {	background-color: #000000;	background-image: url(/images/design.jpg);	background-repeat: no-repeat;	width: 965px;	margin: auto;	height: 825px;}
#design-interior {	background-color: #000000;	background-image: url(/images/design-interior.jpg);	background-repeat: no-repeat;	width: 965px;	margin: auto;	height: 825px;}
#inner-content {	margin: auto;	width: 760px;}
#menu-div {	margin-top: 30px;	height: 350px;}
#menu-div-interior {	margin-top: 30px; margin-bottom: 20px;}
#home-text {	margin-right: 260px;	margin-left: 50px;	margin-bottom: 15px;}
#home-parts {	margin-left: 35px;}
#footer {	width: 700px;	margin-top: auto;	margin-right: auto;	margin-bottom: 50px;	margin-left: auto;	text-align: center;}

/* Common Styles */
.menu-cell {	margin-top: 30px;}
.page-title {	font-size: 24px;	font-weight: bold;	color: #FFFF00;	margin-bottom: 20px;	padding-bottom: 5px;	padding-left: 10px;	border-bottom-width: 1px;	border-bottom-style: solid;	border-bottom-color: #000000;}

.highlight {	font-family: Arial, Helvetica, sans-serif;	font-size: 20px;	font-weight: bold;	color: #e00d0f;	margin-bottom: 5px;}
.margin-bottom-25 {	margin-bottom: 25px;}
.margin-bottom-15 {	margin-bottom: 15px;}
.margin-bottom-10 {	margin-bottom: 10px;}
.product-container {	background-image: url(/images/product-container.gif);	height: 230px;	width: 200px;	background-repeat: no-repeat;}
.margin-20 {	margin: 20px;}
.margin-10 {	margin: 10px;}
.small {	font-family: Arial, Helvetica, sans-serif;	font-size: 10px;	color: #EBEBEB;}
.section-title {	font-size: 10px;	font-weight: bold;	margin-bottom: 3px;	padding-bottom: 2px;	border-bottom-width: 1px;	border-bottom-style: solid;	border-bottom-color: #593D00;	font-family: Verdana, Arial, Helvetica, sans-serif;}
.column-header {
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #990000;
	letter-spacing: 1px;
	text-align: center;
}
.column-box {	padding: 5px;	border: 1px solid #990000;	text-align: center;}
h3 {
	color: #FF0507;
}
h4 {
	font-size: 12px;
	font-weight: bold;
	color: #FFFF00;
}
.red-border {
	padding: 10px;
	border: 1px solid #FF0507;
}
.form-field {
	color: #FFFF00;
	background-color: #000000;
	border: 1px solid #FE0607;
}
.hand {
	cursor: hand;
}
.phone-number {
	font-weight: bold;
	color: #CCCCCC;
	font-size: 18px;
}
