body {
	color: #003366;
	padding: 0;
	margin: 0;
	font: 100% Arial, Helvetica, sans-serif;
	background: url(../images/body_bg.gif) repeat-y;
}
/* Headings */
h1, h2 {
	font-family: "Trebuchet MS", Arial, sans-serif;
	text-transform: uppercase;
	color: white;
}
h2 {
	margin-top: 40px;
}
h3 {
	position:relative;
	font-size: 1em;
	font-weight: bold;
	margin-top: 15px;
	margin-bottom: 2px;
}
p.fixed {
	position: relative;
	margin: 2px 0;
}
span.price {
	position: absolute; 
	right: 0; 
	top: 0;
	font-weight: normal;
}
span.radiance,
span.Radiance,
span.radience { 
	color: white; 
	font-style: italic; 
	padding: 0 10px;
}
#content {
	width: 530px;
	font-size: 0.8em;
	padding: 224px 20px 10px;
}
#content a,
#footer a {
	color: #C3D5E5;
}
#content a:hover,
#footer a:hover {
	color: #036;
}
#content p {
	line-height: 1.3em;
	margin-top: 3px;
	color: #2E5B87;
}
#title,
#crumbs {
	margin: 5px 0;
}
#crumbs {
	text-align: right;
	color: #9BB9D4;
}
#crumbs a {
	color: #9BB9D4;
}
#crumbs a:hover {
	color: #FFF;
}
#title {
	color: #FFFFFF;
	background-color: #7AA3C5;
	padding: 5px 13px;
	margin: 0 -17px 0 -13px;
	text-shadow: #036 2px 2px 3px;
	font: 1.4em "Trebuchet MS", Arial, sans-serif;
	text-transform: uppercase;
}
html>body #title {
	padding: 5px 10px;
	margin: 0 -20px 0 -10px;
}
#skip,
#sidebar h3,
#top h1 {
	display: none;
}
#content-container {
	background: url(../images/content_bg.jpg) no-repeat;
	margin-left: 200px;
}
#sidebar {
	margin-top: 200px;
	width: 180px;
	float: left;
	padding: 0 10px;
}
#sidebar ul {
	margin-left: 0;
	padding-left: 0;
}
#sidebar ul li {
	list-style: none;
	margin: 0;
	padding: 0;
}
#navigation ul {
	border-bottom: 1px solid #E6E6E6;
}
#navigation a {
	border-top: 1px solid #E6E6E6;
	text-decoration: none;
	color: #004E91;
	display: block;
	font-size: 0.8em;
	padding: 0.25em;
	font-family:"Trebuchet MS", Arial, sans-serif;
}
#navigation a:hover {
	color: #FFF;
	background-color: #004E91;
	border-top: 1px solid white;
}
#extras a {
	text-decoration: none;
	font-size: 0.8em;
	color: #E66331;
	padding: 0.25em;
	display: block;
	border-top: 1px solid white;
	font-family:"Trebuchet MS", Arial, sans-serif;
}
#extras a:hover {
	color: #FFF;
	background-color: #E66331;
}
#footer {
	color: #C3D5E5;
	font-size: 0.7em;
	margin-left: 220px;
}
#address {
	color: #999999;
	font-size: 0.8em;
	padding: 0 0.25em;
}
#top {
	position: absolute;
	left: 30px;
	top: 26px;
	width: 136px;
	height: 154px;
	background: url(../images/logo.gif) no-repeat;
}
#header-img {
	background: url(../images/headers/header01.jpg);
	width: 570px;
	height: 223px;
	position: absolute;
	left: 200px;
	top: 0px;
	z-index:10;
}
table.styled th {
	border-right: 1px solid #82A8C9;
	border-bottom: 1px solid #82A8C9;
	border-top: 1px solid #82A8C9;
	text-align: left;
	padding: 7px 3px 6px 6px;
	background: url(../images/table_th_bg.jpg);
}
table.styled th.nobg {
        border-top: 0;
        border-left: 0;
        border-right: 1px solid #82A8C9;
        background: none;
}
table.styled td {
	border-right: 1px solid #82A8C9;
	border-bottom: 1px solid #82A8C9;
	background: #D0DBE6;
	padding: 6px;
}
table.styled td.alt {
        background: #B9CEE1;
}
table.styled td.spec {       
        border-left: 1px solid #82A8C9;
        border-top: 0;
}
table.styled td.specalt {
        border-left: 1px solid #82A8C9;
        border-top: 0;
}
#content li {
	list-style: url(../images/bullet.gif);
}
.clear {
    display: inline-block;
    width: 100%;
}
.left-col {
	width: 230px;
	float:left;
}
.right-col {
	width: 230px;
	margin-left: 290px;
}
#content h4 {
	color: #FFF;
	margin: 0;
	padding: 3px 0px 0px;
	font-size: 1em;
}
.item p {
	padding-left: 1em;
	margin: 5px 0 5px;
}
.item {
	padding: 5px 10px;
	margin-bottom: 15px;
	border-top: 1px solid #AFC7DD;
	background: url(../images/item_bg.jpg) repeat-x;
}
.item ul {
	margin-bottom: 0;
}
fieldset {
	border: 0 none;
	margin: 0;
	padding: 0;
}
._required,
._error {
	color: #E66331;
}
._required {
	font-size: 1.2em;
}
th {
	font-weight: normal;
	vertical-align: middle
}
input, textarea {
	border-width: thin;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	padding: 3px;
}
#navigation a.current {
	background-color: #004E91;
	color: white;
	cursor: default;
}
#extras a.current {
	color: #FFF;
	background-color: #E66331;
	cursor: default;
}
#social a {
	text-decoration: none;
	font-size: 0.8em;
	color: #004E91;
	padding: 0.25em;
	display: block;
	border-top: 1px solid white;
	font-family:"Trebuchet MS", Arial, sans-serif;
}
ul#social li a:hover {
	color: #FFF;
	background-color: #9bb9d4 !important;
}
ul#social li a {
    padding-left: 22px;
}
ul#social li#twitter a {
    background: transparent url('../images/icon_twitter.png') no-repeat 3px center;
}
ul#social li#facebook a {
    background: transparent url('../images/icon_facebook.png') no-repeat 3px center;
}
ul#social li#blogger a {
    background: transparent url('../images/icon_blogger.png') no-repeat 3px center;
}
#content img.styled {
	border: 1px solid #719DC2;
	padding: 4px;
	background-color: white;
}

div.items {
    float: left;
}
div.menu-item {
    margin-bottom: 20px;
}
div.menu-item.multi .clear {
    margin-bottom: 10px;
}
div.menu-item:first-child {
    padding-top: 20px;
}
div.menu-item h3 {
    float: left;
    width: 340px;
    margin: 0;
}
div.menu-item p {
    margin: 0 0 5px;
}
div.menu-item ul {
    margin: 0;
    padding: 0;
    list-style: none;
    float: right;
}
div.menu-item ul li {
    display: inline;
}
div.menu-item ul li {
    color: white;
}
div.menu-item ul li:last-child,
div.menu-item ul li.price {
    font-weight: bold;
    margin-left: 20px;
    color: #036 !important;
}
div.extras ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
div.extras > ul > li {
    font-weight: bold;
    float: left;
}
div.extras ul ul {
    float: right;
}
.clear:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.menu-item img, img.framed {
    padding: 2px;
    background-color: white;
    border-radius: 3px;
    box-shadow: 0px 1px 1px #666;
}

