body,td,th {
	font-family: Arial;
	font-size: 11px;
}
body {
	background-color: #000000;
	margin:0 auto;
	text-align: center;
}
a:link {
	color: #999999;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #999999;
}
a:hover {
	text-decoration: none;
	color: #333333;
}
a:active {
	text-decoration: underline;
	color: #999999;
}

/* Layout Format */

.bg_outer {
	width:100%;
	background-image:url(../images/front/bg_outer_main.jpg);
	overflow:hidden;
}
.bg_inner {
	width:100%;
	background-image:url(../images/front/bg_outer_top.jpg);
	background-position:top;
	background-repeat:repeat-x;
}
.maincontent{
	width:864px;
	margin:0px auto;
	background-image:url(../images/front/bg_main_tile.jpg);
	background-position:center;
	background-repeat:repeat-y;
	overflow:hidden;
	padding:0px 0px 0px 2px;
}
.Header{
	width:860px;
	height:204px;
	background-image:url(../images/front/bg_header.jpg);
	background-position:left top;
	position:relative;
	margin-left:1px;
*	margin-left:2px;
}
.Content{
	width:590px;
	float:left;
	position:relative;
	margin:11px 20px 12px 12px;
	text-align: left;
}
.Nav{
	width:210px;
	background-image:url(../images/front/bg_leftbar_tile.jpg);
	background-position:right top;
	float:left;
	position:relative;
	margin-left: 12px;
	overflow:hidden;
}
.Nav1{
	width:210px;
	background-image:url(../images/front/bg_leftbar_head.jpg);
	background-position:right top;
	background-repeat:no-repeat;
	float:left;
	position:relative;
}
.Nav1 a{
	text-decoration:none;
	color:#999999;
}
.Nav1 a:hover{
	text-decoration:none;
	color:#666666;
}
.Nav2{
	width:193px;
	background-image:url(../images/front/bg_leftbar_foot.jpg);
	background-position:right bottom;
	background-repeat:no-repeat;
	float:left;
	position:relative;
	padding-left: 17px;
	padding-top: 12px;
	padding-bottom:50px;
	text-align: left;
}
.Nav2 a{
	text-decoration:none;
	color:#999999;
	display:block;
	padding:0px 17px 6px 5px;
}
.Nav2 a:hover{
	color:#333333;
}
h1{
	font-size:13px;
	font-weight:bold;
	color:#FF4040;
	margin:0px 17px 10px 0px;
}
h3{
	font-size:12px;
	font-weight:bold;
	color:#FF4040;
	margin:0px 17px 10px 0px;
}
p{
	color:#666666;
	font-size:11px;
	margin:0px 0px 10px 0px;
}

.topnav {
	width:829px;
	height:32px;
	display:block;
	margin:0px 18px;
	background-image:url(../images/front/nav_top_bg_main.jpg);
}
.topnav table {
	border-collapse:collapse;
	padding:0;
	margin:0;
	border:none;
	width:829px;
	height:32px;
}
.topnav table tr {
	padding:0;
	margin:0;
}
.topnav table tr td {
	padding:0;
	margin:0;
}
.topnav table tr td a, .topnav table tr td a:link, .topnav table tr td a:visited {
	display:block;
	height:24px;
*	height:32px;
	padding:8px 1px 0px 1px;
	text-decoration:none;
	color:#FFFFFF;
	text-transform:lowercase;
	text-align:center;
	min-width:157px;
	background-image:url(../images/front/nav_top_bg_main.jpg);
	background-position:top;
}
.topnav table tr td a:hover {
	background-image:url(../images/front/nav_top_over.jpg);
	height:23px;
*	height:31px;
	padding:9px 0px 0px 2px;
}
.topnav table tr td.divide {
	width:2px;
	background-image:url(../images/front/nav_top_divide.jpg);
}
.topnav table tr td.endcap {
	width:11px;
}

/* Form Format */

.box {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	height: 15px;
	width: 150px;
	border: 1px solid #333333;
}
.box_big {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	height: 85px;
	width: 150px;
	border: 1px solid #333333;
}

/* mouseover buttons */

a.but_custombuilt {
	display:block;
	padding:0;
	margin-left:-12px;
	width:192px;
	height:77px;
	background-image:url(../images/front/but_custombuilt.jpg);
	background-position:top left;
}
a.but_custombuilt:hover {
	background-position:bottom left;
}

a.but_specials {
	display:block;
	padding:0;
	margin-left:-12px;
	width:192px;
	height:77px;
	background-image:url(../images/front/but_specials.jpg);
	background-position:top left;
}
a.but_specials:hover {
	background-position:bottom left;
}

a.but_customgallery {
	display:block;
	padding:0;
	margin-left:100px;
	width:400px;
	height:77px;
	background-image:url(../images/front/but_customgallery.jpg);
	background-position:top left;
}
a.but_customgallery:hover {
	background-position:bottom left;
}
