/* CSS Document */

body {
	background-image:url(orderImages/bkg.jpg);
	background-repeat:repeat;
}

table {
	padding-bottom:15px;
}

#wrapper {
	width:800px;
	margin-left:auto;
	margin-right:auto;
	background-image:url(orderImages/header.gif);
	background-position:0px 0px;
	background-repeat:repeat-x;
	}
	
#header {
	width:100%;
	margin-left:auto;
	margin-right:auto;
	background-image:url(orderImages/headerbkg.gif);
	background-position:0px 0px;
	background-repeat:repeat-x;
	}
	
#sidebar {
	width:800px;
	margin-left:auto;
	margin-right:auto;
	background-image:url(orderImages/sidebar.gif);
	background-position:0px 0px;
	background-repeat:repeat-y;
	}
	
#stripe {
	width:800px;
	margin-left:auto;
	margin-right:auto;
	background-image:url(orderImages/stripe.gif);
	background-position:right;
	background-repeat:repeat-y;
}

#footer {
	width:100%;
	height:30px;
	background-color:#c69002;
}

#customquote {
	width:796px;
	height:30px;
	background-color:#bdbd68;
	background-image:url(orderImages/sidebar.gif);
	background-position:0px 0px;
	background-repeat:repeat-y;
}

#customquote p{
	text-align:right;
	margin-top:0px;
	padding-top:5px;
	padding-right:15px;
	color:#000;
}

#customquote a{
	color:#333;
	text-decoration:none;
}

#customquote a:hover{
	color:#333;
	text-decoration:underline;
}

#footer p{
	text-align:center;
	margin-top:0px;
	padding-top:5px;
	color:#FFFFFF;
}

#footer a{
	color:#FFFFFF;
	text-decoration:none;
}

#footer a:hover{
	color:#FFFFFF;
	text-decoration:underline;
}

#nav{
	float:left;
	width:175;
	color:#bdbd68;
	background-color:#7b6995;
	background-image:url(orderImages/sidebar.gif);
	background-position:0px 0px;
	background-repeat:repeat-y;
	
}

#nav ul li{
	list-style:none;
	font-size:15px;
	font-family:Arial, Helvetica, sans-serif;
	margin-left:-20px;
}

#nav ul li a{
	display:block;
	padding-left:20px;
	color:#bdbd68;
	text-decoration:none;
}

#nav ul li a:hover{
	text-decoration:none;
	background-image:url(orderImages/arrow.gif);
	background-repeat:no-repeat;
}

body#reorder a#reorderlink{
	display:block;
	padding-left:20px;
	color:#bdbd68;
	text-decoration:none;
	background-image:url(orderImages/arrow.gif);
	background-repeat:no-repeat;

}

.response {
	padding-left:200px;
	color:#CC0000;
}

h1 {
	font-size:18px;
	padding-left:185px;
}
	
h2 {
	font-size:14px;
	font-weight:400;
	padding-left:210px;
}
	
h3 {
	font-size:12px;
	font-style:italic;
	font-weight:100;
	padding-left:210px;
}
	
li{
	font-size:13px;
	padding-top:8px;
}

li span{
	font-style:italic;
}

p {
	font-size:13px;
	font-weight:600;
	text-align:right;
}

.description {
	font-size:12px;
	font-weight:100;
}

.description a {
	color:#666666;
	font-size:12px;
	font-weight:100;
}

.description a:hover {
	color:#000000;
	font-size:12px;
	font-weight:100;
	text-decoration:none;
}	

.disclaimer {
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	width:375px;
	text-align:left;
	padding-top:10px;
	padding-bottom:10px;
}

.hidden{
	visibility:hidden;
}


#hiddenSelect1 {
	display:none;
}

#visibleFields1 {
	display:table-row;
}

#hiddenSelect2 {
    display:none;
}
#visibleFields2 {
    display:table-row;
}

#hiddenSelect3 {
    display:none;
}
#visibleFields3 {
    display:table-row;
} 

