@charset "utf-8";
/* CSS Document */

body{
	background:#333;
	text-align:center;
	padding:0;
	font-family:Georgia, "Times New Roman", Times, serif;
	margin:0;
}

h1{
	font-size:  20px;
	margin:35px 0 10px 0;
	padding:0px;
color:#333;

}
h2{}
h3{}

a:link, a:visited{
	text-decoration:underline;
}

a:hover, a:active {
	text-decoration:none;
}
a img{
	border:none;
}
#header a.logo{
	width:960px;
	height:184px;
	float:	left;
}


p{}

.clear{
	clear:both;
}

#wrapper {
	background:#fff;
	width:960px;
	margin:0 auto;
	position:relative;
	text-align: left;
}
#logo{
	width:282px;
	height:194px;
	position:absolute;
	left:50px;
	top:0px;
}
#logo a img{
	border:none;
}

#header{
	background:url(/images/gv-header4.jpg) no-repeat;
	height:218px;
}

#header ul#nav{
	list-style:none;
	background:url(/images/nav-bg.gif) repeat-x;
	display:block;
	margin:0;
	padding:0;
	clear: both;
	float: left;
	width: 100%;
	height: 52px;

}
#header ul#nav li{
	float:left;
	padding:15px 0 0 5px;
	
}

#header ul#nav li a{
	color:#e2e2e2;
	font-family:georgia;
	display:block;
	font-variant:small-caps;
	margin-right:20px;
	font-size:20px;
	text-decoration:none;
}

#header ul#nav li a:hover{
	text-decoration:underline;
}
#content{

}
table#gvColors img,
table#gvColors2 img{
border:1px solid #ccc;
}

#left-mid {
	width:670px;
	float:left;
	padding: 0 0 10px 15px;
	
}
#flashPix{
	padding:0;
	width:640px;
	height:350px;
	margin-top:10px;
}

#right-mid{
	width:258px;
	float:right;
	background: url(/images/right-col.png) no-repeat;
}
#right-mid ul{

}
#right-mid ul li{

	text-align:left;
	margin:0 0 5px 0;
}
#footer{
font-size:10px;
text-align:center;
	clear:both;
}
#footer p{
margin:0;
padding:0;

}

#customorder h1.title {
clear:both;
padding-top:15px;
}

#customorder #wrapper #header {
height:auto;
}

#customorder #wrapper #left-mid,
#customize-tool #wrapper #left-mid {
margin:0 auto;
clear:both;
float:none;
}

#customorder #wrapper #nav,
#customize-tool #right-mid,
#customorder #wrapper #right-mid {
display:none;
}