html, body {
	padding:0;
	margin:0;
}

body {
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	font-size: 13px;
	background-color: #3d3d3d;
	color:white;
	background-image: url('../images/bg.png');
	background-position: top;
	background-repeat: repeat-x;
}

#main_container {
	width:900px;
	margin:0 auto;
}

#main_container #nav {
	/* background-color: #555;
	/* background: url('../images/nav.png'); */
	background-position: top left;
	background-repeat: repeat-x;
	padding:1px;
	color: white;
	margin:-15px 0 0 0;
	float:right;
}

#main_container #header {
	line-height: 70px;
	background-image:url('../images/logo.png');
	background-repeat: no-repeat;
	background-position: left center;
}

#main_container #nav ul {
	margin-left:0;
}

#main_container #nav li {
	list-style: none;
	display: inline;
	margin: 0;
	padding:0 20px;
}

#main_container #hugh {
	background-color: #789d40;
	background-image: url('../images/hugh.jpg');
	background-position:center;
	width:860px;
	height:179px;
	margin-top:0;
	padding:20px;
	overflow: hidden;
}

#main_container #content {
	margin-top:20px;
}

#main_container #footer {
	font-size:0.85em;
	text-align: left;
	margin:25px 0 10px 0;
}

div.float {
	float:left;
}

.fltRt {
	float:right;
}

/* hugh */

.hOne {
	width:475px;
}

.hTwo {
	margin-top:-75px;
	margin-left:100px;
}
/* duo */

.dOne {
	width:425px;
	margin-right:25px;
}

.dTwo {
	width:425px;
	margin-left:25px;
}

.dOne p, .dTwo p {
	padding:0 20px;
}

/* trio */

#trio li, #content li {
	list-style: square;
	margin-left:-22px;
}

.tOne, .tTwo, .tThree {
	width:265px;
}
.tOne {
	padding:0 12px;
}

.tTwo {
	padding:0 27px;
}

.tThree {
	padding-left:26px;
}

.qOne {
	width:255px;
}

.qTwo, .qThree, .qFour {
	text-align: center;
	width:215px;
}

/* .qOne {
	padding:0 12px;
}
.qTwo {
	padding:0 12px;
}
.qThree {
	padding:0 12px;
}
.qFour {
	padding:0 0 0 12px;
} */

.odd {
	background-color: #4c4c4c;
}

div.spacer {
	clear: both;
	font-size: .1em;
}

input.box, .contact textarea {
	font-size:1.2em;
	border:none;
	border:1px dashed #6c6c6c !important;
	background-color:#3d3d3d;
	color:white;
}

.errmsg {
	background-color: #f0b8b8;
	background-image: url('../images/error.png');
	background-position: 15px center;
	background-repeat: no-repeat;
	width:500px;
	margin:0 auto;
	text-align: center;
	border: 1px solid red;
	color:#333;
	padding: 20px 0;
}

.package {
	border:1px dashed #6c6c6c;
	background-color:#3d3d3d;
	color:white;
	padding-left:30px;
}

.package input {
	float:left;
	margin:18px 0 0 -20px;
}

.sheep {
	margin-top:-1px;
}

.pakRed, .pakGreen, .pakBlue {
	background-repeat: no-repeat;
	background-position: 320px 12px;
	padding-right:68px;
}

.pakRed {
	background-image: url('../images/pakRed.jpg');
}

.pakGreen {
	background-image: url('../images/pakGreen.jpg');
}

.pakBlue {
	background-image: url('../images/pakBlue.jpg');
}

.option {
	border-bottom: 1px dotted #666;
	height: 48px;
}

.option p {
	vertical-align: middle !important;
	margin:0 0 0 12px !important;
	padding:0;
	line-height: 48px;
}

.desc {
	color:gray;
	font-size: 0.9em;
}

.hidden, .hide {
	display: none;
}

/* text elements */

h1 {
	margin-left:-10000px;
}

h2 {
	padding:0;
	margin:0;
	font-size:2.5em;
}
h6 {
	display: inline;
}
p {
	padding:0;
}

a {
	color:#c9e49f;
	text-decoration: none;
	border-bottom:1px dotted #999;
}

abbr {
	color:#ccc;
}

.em {
	font-style: italic;
}

p.total, .total {
	font-size:2em;
}

input.total {
	background-color:#3d3d3d;
	font-size:1em;
	border:none;
	text-align:left;
	color:white;
}

/* * html .yui-picker-bg{ /*Requires CSS. Do not edit/ remove *
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://yui.yahooapis.com/2.5.1/build/colorpicker/assets/skins/sam/picker_mask.png',sizingMethod='scale');
} */