@charset "UTF-8";


* {
	margin:0;
	padding:0;
}

img, fieldset {
	border:0;
}

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	background:#FFF;
	color:#FFF;
}

h1 {
	font-size:18px;
	color:#554b51;
	font-weight:normal;
	padding:15px 0;
	letter-spacing:1px;
	line-height:18px;
	clear:both;
}

h2 {
	font-size:16px;
	letter-spacing:1px;
	margin:10px 0 10px 10px;
	font-weight:normal;
}

hr {
	background:#333;
	height:1px;
	border:0;
	margin:5px 0;
}

a {
	color:#666;
	text-decoration:underline;
}
	
/***************************
Homepage
***************************/

#home_global {
	margin:0 auto;
	width:960px;
	height:900px;
	background:url(/images/back_home.jpg) no-repeat;
}

#home_contain {
	width:764px;
	background:url(/images/back_home_grey.png) repeat;
	background:rgba(153,153,153,.85);
	margin:0 auto;
	color:#FFF;
}

#home_logo {
	width:764px;
	height:112px;
	margin:0 auto;
	background:url(/images/back_home_logo.png) no-repeat top left;
	position:relative;
	clear:both;
}

.home_slide {
	width:764px;
	border-bottom:1px solid #FFF;
	clear:both;
}

.home_slide span.header {
	padding-left:20px;
	color:#FFF;
	font-size:16px;
	line-height:20px;
	text-transform:capitalize;
	font-weight:bold;
	float:left;
}

.home_slide span.header a{
	color:#FFF;
	text-decoration:none;
}

.home_slide img.arrow {
	padding-left:10px;
	display:none;
}

.home_slide ul.nav {
	list-style:none;
	display:block;
	float:right;
}

.home_slide ul.nav li {
	float:left;
	margin:0 10px;
	line-height:20px;
}

.home_slide ul.nav li a{
	color:#FFF;
	text-decoration:none;
}

.home_slide .title_bar {
	height:20px;
	padding:10px 0;
	width:764px;
	clear:both;
}

.slide_content_container {
	width:764px;
	height:191px;
	position:relative;
}

button.prev, button.prev1, button.prev2, button.prev3, button.prev4, button.prev5 {
	position:absolute;
	left:3px;
	top:0;
	z-index:5;
	background:url(/images/arrow_left.png) no-repeat;
	width:28px;
	height:191px;
	border:0;
}

button.next, button.next1, button.next2, button.next3, button.next4, button.next5 {
	position:absolute;
	right:3px;
	top:0;
	z-index:5;
	background:url(/images/arrow_right.png) no-repeat;
	width:28px;
	height:191px;
	border:0;
}

#bottom_left {
	width:294px;
	padding:10px 10px 10px 25px;
	border-right:1px solid #FFF;
	min-height:170px;
	float:left;
	clear:left;
}

#bottom_left h2 {
	font-size:20px;
	letter-spacing:1px;
}

#bottom_left h2 a{
	color:#FFF;
	text-decoration:none;
}

#bottom_left p {
	font-size:10px;
	margin:7px 0;
}

#bottom_left ul {
	list-style:none;
}

#bottom_left ul li {
	height:50px;
}

#bottom_left ul li:first-child {
	background:#FFF;
}

#bottom_left ul li span.date {
	color:#493e44;
	height:20px;
	width:35px;
	padding:15px 0;
	text-align:center;
	border-right:2px solid #abaaa9;
	font-size:24px;
	display:block;
	float:left;
	clear:left;
	font-weight:bold;
}

#bottom_left ul li span.date a{
	color:#493e44;
	text-decoration:none;
}

#bottom_left ul li span.teaser {
	color:#FFF;
	height:20px;
	width:195px;
	padding:5px 0 5px 10px;
	font-size:10px;
	line-height:16px;
	display:block;
	clear:right;
	float:left;
}

#bottom_left ul li span.teaser a{
	color:#FFF;
	text-decoration:none;
}

#bottom_left ul li.first_event span.teaser a{
	color:#477787;
}

#bottom_center {
	width:204px;
	padding:10px;
	min-height:170px;
	border-right:1px solid #FFF;
	float:left;
}

#bottom_center h2 {
	font-size:16px;
	letter-spacing:1px;
}

#bottom_center h2.up {
	font-size:20px;
}

#bottom_center p {
	font-size:10px;
	margin:7px 0;
}

#bottom_right {
	width:199px;
	padding:10px 5px 0;
	text-align:center;
	float:left;
	clear:right;
}

#bottom_right h2 {
	margin-left:0;
}

#bottom_right p a, #bottom_right p{
	color:#FFF;
	font-size:12px;
}

#progress {
	position:absolute;
	bottom:5px;
	left:40%;
	z-index:5;
}

div.prog_box {
	float:left;
	width:20px;
	height:10px;
	margin:0 5px;
	border:1px solid #FFF;
}


/***************************
Standard Interior
***************************/

#global {
	margin:0 auto;
	width:960px;
	height:900px;
	background:url(/images/back_interior.jpg) no-repeat top left;
}

#contain {
	width:764px;
	margin:0 auto;
	color:#FFF;
}

#logo {
	width:764px;
	height:97px;
	margin:0 auto;
	background:url(/images/back_logo.png) no-repeat top left;
	position:relative;
	clear:both;
}

#logo a.home {
	display:block;
	width:200px;
	height:85px;
	position:absolute;
	top:5px;
	left:10px;
}

#log {
	width:250px;
	position:absolute;
	right:25px;
	top:10px;
}

#log label {
	display:block;
	float:right;
	font-size:12px;
	color:#666;
}

#log input.text {
	background:#333;
	color:#FFF;
	border:1px solid #CCC;
	padding:2px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	width:100px;
}

#log td {
	padding:2px;
}

#log p {
	font-size:12px;
	text-align:right;
	position:relative;
	top:-13px;
}

#login_button {
	position:absolute;
	top:5px;
	right:50px;
	width:130px;
	text-align:center;
	font-size:12px;
}

#cart_total {
	position:absolute;
	bottom:-20px;
	right:10px;
}

#cart_total a {
	color:#0d1f36;
	font-size:12px;
}

#content {
	width:764px;
	background:url(/images/back_content.png) repeat-y;
}

#nav {
	width:749px;
	height:20px;
	padding:0 5px 0 10px;
	background:url(/images/back_nav.jpg) repeat;
	clear:both;
	line-height:20px;
	overflow:hidden;
}

#nav img {
	margin:0 10px;
	padding-top:3px;
	float:left;
}

#nav div.current {
	float:left;
	height:20px;
}

#nav div.current a {
	color:#FFF;
	text-decoration:none;
}

#nav span.current {
	font-size:13px;
	font-weight:bold;
	float:left;
}

#nav ul.off {
	list-style:none;
	display:block;
	float:right;
}

#nav ul.off li {
	font-size:15px;
	font-weight:bold;
	float:left;
	margin:0 10px;
}

#nav ul.off li a{
	color:#FFF;
	text-decoration:none;
	font-size:12px;
}

#banner_container {
	width:764px;
	height:157px;
	clear:both;
	position:relative;
}

#banner_container button.prev {
	position:absolute;
	left:3px;
	top:78px;
	z-index:5;
	background:url(/images/arrow_left.png) no-repeat;
	width:16px;
	height:13px;
	border:0;
}

#banner_container button.next {
	position:absolute;
	right:3px;
	top:78px;
	z-index:5;
	background:url(/images/arrow_right.png) no-repeat;
	width:16px;
	height:13px;
	border:0;
}

#footer {
	width:764px;
	height:20px;
	background:#000;
	clear:both;
}

#footer p {
	float:right;
	line-height:20px;
	font-size:10px;
	padding-right:15px;
}

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

#left {
	width:479px;
	padding:0 25px 15px 25px;
	float:left;
	clear:left;
	font-size:12px;
	line-height:16px;
}

#right {
	width:215px;
	padding:10px;
	float:right;
	clear:right;
}

#left a {
	color:#FFF;
	text-decoration:underline;
}

#left img {
	margin:10px;
}

#left ul {
	padding-left:10px;
	list-style-position:inside;
}

#left p {
	font-size:12px;
	line-height:16px;
	margin:10px 0;
}

#left #subnav {
	margin:10px 0;
	clear:both;
}
#left ul#sub_nav {
	list-style:none;
	display:inline;
}

#left ul#sub_nav li {
	float:left;
	margin:0 7px;
	font-size:12px;
}

#left ul#sub_nav li a{
	color:#FFF;
	text-decoration:none;
}

#left div.asset h3 {
	text-decoration:underline;
}

#left div.asset hr {
	height:1px;
	border:0;
	background:#666;
}

#right p {
	font-size:10px;
	margin:10px 0;
	line-height:16px;
}

#right p.read_more {
	float:right;
	font-size:12px;
	margin-top:0;
}

#right p.read_more a{
	color:#FFF;
	text-decoration:none;
}

#right div.break {
	height:1px;
	width:200px;
	border-bottom:1px solid #4f6975;
	margin:0 auto;
}

#right div.right_header {
	position:relative;
}

#right div.right_header img {
	position:absolute;
	top:5px;
	left:-15px;
}

#right ul {
	list-style:none;
}

#right ul li {
	height:50px;
}

#right ul li:first-child {
	background:#FFF;
}

#right ul li span.date {
	color:#493e44;
	height:20px;
	width:35px;
	padding:15px 0;
	text-align:center;
	border-right:2px solid #abaaa9;
	font-size:24px;
	display:block;
	float:left;
	clear:left;
	font-weight:bold;
}

#right ul li span.date a{
	color:#493e44;
	text-decoration:none;
}

#right ul li span.teaser {
	color:#FFF;
	height:20px;
	width:155px;
	padding:5px 0 5px 10px;
	font-size:10px;
	line-height:16px;
	display:block;
	clear:right;
	float:left;
}

#right ul li span.teaser a{
	color:#FFF;
	text-decoration:none;
}

#right ul li.first_event span.teaser a{
	color:#477787;
	text-decoration:none;
}

#right div.social img {
	float:left;
	margin:10px 15px;
}

#left div.system_header {
	width:450px;
	height:30px;
	cursor:pointer;
	padding:0 10px;
	border-bottom:1px solid #333;
	position:relative;
}

#left div.system_header a{
	width:100%;
	height:100%;
	display:block;
	position:absolute;
	top:0;
	left:0;
}

#left div.system_header p {
	font-size:12px;
	line-height:30px;
	letter-spacing:1px;
	display:inline;
	margin:0;
	padding:0;
	font-weight:bold;
	text-shadow: #111 2px 2px 4px;
}

#left div.system_header span {
	float:right;
	line-height:30px;
}

#left div.system_info {
	display:none;
	height:100px;
	width:450px;
	padding:0 10px;
}

ul.system {
	margin:1em 0;
	padding:0 0 0 40px;
	list-style-type:disc;
	color:#FFF;
	font-size:30px;
}

#left ul.system li {
	color:#FFF;
	margin:10px 0;
}

#left ul.system li a {
	color:#FFF;
	text-decoration:none;
	font-size:14px;
}

/***************************
Ecommerce
***************************/

#ec_content {
	width:764px;
	background:url(/images/back_ec_content.jpg) repeat-y;
}

#ec_left {
	width:196px;
	padding:0 20px 20px;
	background:url(/images/back_ec_left.png) no-repeat top left;
	float:left;
}

#ec_left h3 {
	color:#554b51;
	font-size:14px;
	margin:15px 0 7px 0;
}

#ec_left ul {
	margin-top:10px;
	list-style:none;
}

#ec_left ul li{
	margin:2px 0;
}

#ec_left ul li a{
	color:#666;
	text-decoration:none;
	font-size:11px;
}

#ec_left p {
	color:#5b8a93;
	font-size:10px;
}

#ec_left p.alphabetical, #ec_left p.alphabetical a{
	padding-top:20px;
	color:#5B8A93;
	text-decoration:none;
}

#ec_right {
	width:498px;
	padding:10px 15px;
	float:left;
	color:#666;
	font-size:12px;
}

#ec_right .table_login label{
	color:#666;
	display:block;
	float:right;
}

#ec_right .table_login td {
	padding:3px;
}

#ec_right .table_login input {
	background:#666;
	border:1px solid #000;
	color:#FFF;
	padding:2px;
}

#ec_right div.cat_contain {
	width:468px;
	min-height:154px;
	background:#c3d3d9;
	margin:30px 0;
	position:relative;
	font-size:11px;
}

#ec_right div.cat_contain div.cat_image {
	float:left;
	border:2px solid #554b51;
	width:150px;
	height:150px;
	margin-right:10px;
}

#ec_right div.cat_contain h3 {
	color:#554b51;
	font-size:20px;
	text-transform:capitalize;
	padding:10px 0;
	font-weight:normal;
	letter-spacing:1px;
}

#ec_right div.cat_contain .radio {
	margin:0 3px;
}

#ec_right div.cat_contain p {
	margin:10px 0;
}

#ec_right div.cat_contain .qty {
	width:30px;
	margin:0 5px;
	border:1px solid #999;
	padding:2px;
}

#ec_right div.cat_contain .submit {
	border:0;
	background:url(/images/add_cart.png) no-repeat;
	width:88px;
	height:37px;
}

#ec_right div.cat_contain div.price {
	position:absolute;
	bottom:5px;
	right:5px;
	height:12px;
	padding:5px 10px;
	background:url(/images/price_back.jpg) repeat-x #000;
	color:#FFF;
	font-size:14px;
	border:1px solid #FFF;
	line-height:12px;
}

#ec_right div.cat_contain div.price em{
	font-size:10px;
}

/**********************************
Cart
**********************************/

div.cart_container {
	margin:30px 0;
}

div.cart_container div.cart_image {
	float:left;
	margin-right:15px;
}

div.cart_container div.cart_info {
	float:left;
}


table.cart_object td.title {
	width:286px;
	border-bottom:1px solid #cac5c6;
	border-right:1px solid #cac5c6;
	font-size:16px;
	color:#554b51;
}

table.cart_object td.title em {
	font-size:11px;
}

table.cart_object td.header {
	width:54px;
	padding:10px 5px;
	font-size:10px;
	border-bottom:1px solid #cac5c6;
	border-right:1px solid #cac5c6;
	color:#000;
	text-align:center;
}

table.cart_object td.spec {
	width:54px;
	padding:10px 5px;
	font-size:10px;
	border-right:1px solid #cac5c6;
	color:#000;
	text-align:center;
}

table.cart_object td.desc {
	border-right:1px solid #cac5c6;
	padding:3px 5px;
	font-size:10px;
	text-align:justify;
	color:#333;
}

table.cart_object input.qty {
	width:20px;
	padding:2px;
	border:1px solid #999;
}

div.cart_procedure {
	float:right;
}

div.cart_procedure input, div.cart_procedure img {
	display:block;
	clear:both;
	margin:5px 0;
	float:right;
}

div.cart_procedure table td label, div.checkout_procedure table td label {
	display:block;
	text-align:right;
	margin:3px 10px;
	font-weight:bold;
	color:#444;
}

div#rel1, div#rel2 {
	width:230px;
	padding:5px;
	float:left;
	height:90px;
}

div#rel1 {
	border-right:1px solid #666;
	border-bottom:1px solid #666;
}

div#rel2 {
	border-bottom:1px solid #666;
}

div#rel1 img, div#rel2 img{
	float:left;
	padding:0 5px;
}

div#rel1 p, div#rel2 p {
	text-align:left;
	font-size:11px;
}

div#rel1 p.rel_head, div#rel2 p.rel_head {
	color:#463940;
	font-size:12px;
	padding:0 0 5px 0;
}

div.checkout_procedure {
	float:right;
	text-align:right;
	width:300px;
}

div.checkout_procedure input.checkout {
	border:0;
	width:85px;
	height:25px;
	margin-top:15px;
	background:url(/images/checkout.png) no-repeat;
}

span.backorder {
	color:#900;
	float:right;
	font-size:10px;
	padding:3px;
}

p.disclaim {
	text-align:center;
	padding-top:10px;
	font-size:10px;
	color:#CCC;
}

/**********************************
Checkout
**********************************/

table.checkout td {
	padding:5px 0;
}

table.checkout td label {
	display:block;
	text-align:right;
	margin:0 5px;
}


fieldset.checkout p {
	margin:10px 0;
}

fieldset.checkout p a#same {
	text-decoration:underline;
	color:#666;
}

fieldset.checkout table.totals label {
	display:block;
	text-align:right;
	margin:3px 10px;
	font-weight:bold;
	color:#444;
}

/* ======================================
Table Sorted
=======================================*/

.table_sorted thead th {
	background:#103445;
	color:#FFF;
	padding:4px 0;
	font-weight:bold;
}

.table_sorted thead th span{
	text-decoration:underline;
	cursor:pointer;
}

.table_sorted tbody td {
	text-align:left;
	padding:5px;
}

.table_sorted tbody td a {
	color:#000;
	text-decoration:none;
}

.table_sorted tbody tr.even {
	background:#5e7881;
}

.table_sorted tbody tr.odd {
	background:#758f98;
}

/**********************************
General
**********************************/

div.error {
	background:#611414;
	color:#FFF;
	padding:10px;
	text-align:center;
	margin:10px auto;
	border:1px solid #FFF;
	font-size:12px;
}

.clear {
	clear:both;
}

.fltleft {
	float:left;
}

.fltright {
	float:right;
}