/* Order form CSS Document */

body {
	padding: 0;
	border-top: 1em solid #babfc5;
	margin: 0;
	font-family: "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, Arial, san-serif;
	font-size: 11px;
	line-height: 1.6em;
	color: #666;
}

p {
	margin: 0 0 1.5em 0;
	padding: 0;
}
a {
	color: #0033cc;
	text-decoration: none;
}

a:hover {
	color:#cc9900;

  }
  
a:visited {
  color:#0033cc;
  }

a.img:hover {
  }
  
div {
	position: relative;
}

h1, h2, h3, h4 {
	margin: 0;
	padding: 0;
}

h1 {
	color: #092143;
	font-size: 21px;
	font-weight: bold;
	margin-bottom: 5px;
	line-height: 24px;
	font-family : Georgia, "Hoefler Text", "Times New Roman", Times, serif;
	font-style: italic;
	text-shadow: #babfc5 0px 3px 3px;
}

h2 {
	height: 1em;
	border-bottom: 1px solid #6D6D6D;
	margin: 6px 0 8px 0;
	padding: 0 0 8px 0;
	font-family : Georgia, "Hoefler Text", "Times New Roman", Times, serif;
	font-variant : small-caps;
	font-size : 16px;
	line-height : 24px;
	font-weight : normal;
	letter-spacing : 1px;
	color: #1a194f;

}

h2 a:link, h2 a:visited, h2 a:hover {
	color: #000;
}

h3 {
	font-size: 13px;
	line-height: 19px;
	padding: 0 0 8px 0;
	font-weight: bold;
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	color: #1a194f;
	margin-bottom: 3px;
}


.required-text {
	color: #cc0033;
}

dl {
	margin-top: 40px;
}

dd {
	margin: 0;
}


ul {
	margin-top: 5px;
	margin-bottom: 10px;
}

li {
	margin-bottom: 5px;
	font-size: 11px;
	list-style: square;
	color: #333;
	font-weight: normal;
}



#mainnav {
	width: 700px;
	height: 135px;
	margin-top: 15px;
	margin-bottom: 15px;
	padding: 0px;
	background: url(https://protected.fatcow.com/quietlightqlp/shop/media/img/ql_logo.png) no-repeat;
	position: relative;
	overflow: hidden;
	}
ul.navlinks {
	padding: 0px;
	margin: 0px;
	float: left;
	position: absolute;
	right: 0;
	bottom: 0;
	top: 0px;
	visibility: visible;
	}
.navlinks li {
	float: left;
	list-style: none;
	margin: 0 0 0 20px;
	padding: 0;
	line-height: 12px;
	overflow: hidden;
	}
	
#wrapper {	
	width: 700px;
	margin: 0px auto;
}

#content {
	float: left;
	margin-left: 0px;
	width: 700px;
}

#column_left {
	width: 280px;
	float: left;
	margin-right: 10px;
	margin-left: 0px;
	margin-bottom: 10px;
}

#column_right {
	float: left;
	width: 400px;
	margin-right: 0px;
	margin-left: 5px;
	margin-top: 0px;
	margin-bottom: 10px;
}

#footer {
	width: 100%;
	margin-top: 40px;
	float: left;
	background: url(https://protected.fatcow.com/quietlightqlp/shop/media/img/footer.png) repeat-x bottom;
	padding-bottom: 10px;
}

#footer p {
	font-size: .9em;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 20px;
}
