/* @group style */

body {
	font: 11px "Lucida Grande", Lucida, Verdana, sans-serif;
	color: #222;
	background: #eee url(img/background_glow.png) repeat-x;
}

p {
	margin: 0;
	line-height: 1.7em;
	padding-top: 20px;
	padding-left: 50px;
	padding-right: 60px;
}

h2 {
	margin: 0;
	color: #005BB1;
	padding-top: 30px;
	padding-left: 30px;
	padding-bottom: 10px;
}

h3 {
	padding-top: 25px;
	padding-left: 30px;
}

img {
	border: none;
	float: right;
}

a {
	color: #272bfc;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

td {
	font-size: 11px;
	line-height: 1.2em;
}

ul {
	padding-left: 75px;
	padding-bottom: 5px;
}

li {
	width: 350px;
	padding-top: 10px;
}

/* @end */

/* @group layout */

#content {
	width: 600px;
	border-style: solid;
	border-width: 1px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 8px;
	padding: 0;
}

#header {
	border-style: none;
	border-width: 1px;
	height: 100px;
	background: #f68932 url(img/title_glow2.png) repeat-x;
}

#navigation {
	height: 30px;
	border-width: 1px;
	background-color: #fff;
	border-top-style: solid;
	border-top-width: 1px;
	padding: 0;
	margin: 0;
	border-bottom: 5px solid #f68932;
}

#main {
	border-style: none;
	border-width: 1px;
	background-color: #fff;
}

#footer {
	border-style: none;
	border-width: 1px;
	background: #f68932;
	height: 15px;
	text-align: right;
	padding-right: 20px;
}

#cart {
	border: 1px dashed #000;
	position: relative;
	float: right;
	width: 180px;
	right: -54px;
	z-index: 1;
	height: 351px;
	background-color: #f68932;
	padding: 10px;
	top: 106px;
	visibility: visible;
}

#news {
	position: relative;
	display: block;
	clear: both;
	right: 350px;
}

#submitbutton {
	position: absolute;
	bottom: 5px;
	left: 115px;
}


/* @end */

/* @group navigation */

a.navlink {
	text-decoration: none;
	color: #383838;
	text-align: center;
	width: 120px;
	float: left;
	font: 11px/33px "Lucida Grande", Lucida, Verdana, sans-serif;
}

a.navlink:hover {
	background: #f68932 url(img/button_glow.png) repeat-x;
}

a.active {
	background: #f68932 url(img/button_glow.png) repeat-x;
}





/* @end */

/* @group footer */

a.footlink {
	color: #fff;
	text-decoration: none;
	text-align: left;
	font-size: 9px;
}



/* @end */

img.logo {
	position: relative;
	top: 30px;
	float: right;
	right: 30px;
}

img.thumb {
	clear: right;
	position: relative;
	right: -30px;
	height: 150px;
	top: 27px;
}

img.large {
	position: relative;
	right: -62px;
	padding-top: 45px;
	width: 250px;
}

img.minus {
	height: 25px;
	float: right;
}

p.location {
	text-align: right;
	clear: both;
	padding-right: 60px;
	padding-top: 50px;
	padding-bottom: 20px;
}

p.narrow {
	padding-right: 200px;
}

p.subtitle {
	padding-left: 50px;
	padding-top: 0;
	padding-right: 100px;
}
