* { margin: 0; padding: 0; }

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

body {
	padding: 0 440px 0 440px;
	margin: 0;
	text-align: center;
	background: #192E5B;
	color: #484848;
	font: 100%/110% "Verdana", Arial, Helvetica, sans-serif;
}
		
#sizer {
	margin: 0 auto 0 auto;
	padding: 0;
	width: 27%;
	max-width: 110px;  /* version for IE is at the bottom of this style block */
	text-align: left;
	font-size: 0.75em;
}

#expander {
	margin: 15px -440px 0 -440px;
	min-width: 880px; /* Critical Safari fix! */
	position: relative;
}

/* Holly hack for IE \*/
* html #expander { height: 0; }
/* */

/* helps IE get the child percentages right. */
#wrapper { width: 100%; }

/* http://positioniseverything.net/easyclearing */

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/* Header
------------------------------------------------------------------*/

#header {
	background: #fff;
	height: 150px;
}

	#headerleft {
		float: left;
		padding: 10px 0 0 35px;
		position: absolute;
	}
	
	#headerright {
		 float: right;
		 padding: 65px 10px 0 0;
	}
	
/* Columns
------------------------------------------------------------------*/

#contentwrap {
	margin-top: 15px;
	overflow: hidden;
}
#contentwrap2 { overflow: hidden; }

#col-left {
	margin: 0 315px 0 0 ;
	background: #fff;
}

#col-right {
	width:300px;
	float:right;
	text-align: center;
	padding: 7px 0 7px 0;
	background: #fff;
}

#col-single {
	background: #fff;
}
#col-single .padding {
	padding: 30px 50px 20px 35px;
	background: url(../images/curley_bracket.gif) no-repeat 10px 73px;
}

/* Footer
------------------------------------------------------------------*/

#footer {
	clear: both;
	color: #818DA5;
	font-size: 0.9em;
	float: left;
	padding: 5px 0 5px 0;
}
#footer p { margin: 0; }

	#footerright { 
		float: left;
		padding-left: 20px;
	}
	
	#footerleft {
		 float: left;
	}
	
	#footer a {
		color: #818DA5;
		text-decoration: none;
	}
	
	#footer a:hover { text-decoration: underline; }

/* Global Formatting
------------------------------------------------------------------*/

a img { border: none; }

a {
	color: #00209F;
	text-decoration: none;
}

a:hover {
	color: #00209F;
	text-decoration: underline;
}

p { margin: 0 0 1em 0; padding-left: 20px; }
p.date { font-style: italic; font-size: 0.9em; color: #95A5D5; margin: 0; }

ul, ol {
	margin: 0 0 1em 0;
	padding: 0 0 0 40px;
}

	ul ul, ol ol { margin-bottom: 0; }

.hide { display: none; }

h2 {
	margin: 0 0 0.5em 0;
	font-size: 1.5em;
	color: #000;
}

h3, h4 {
	font-size: 1.2em;
	margin: 0 0 0.5em 0;
	color: #00209F;
	padding-left: 20px;
}

h4 { color: #8F8A6D; }

.imgRight {	float: right; margin: 0 0 10px 20px; }
.imgLeft { float: left;	margin: 0 20px 10px 0; }

.clear { clear: both; }

hr {
	height: 2px;
	border: none;
	border-top: 2px solid #AABAFC;
}

.red, .notavailable { color: #f00; }
.blue { color: #3366FF; }

/* padding */

#col-left .padding {
	padding: 30px 30px 20px 35px;
	background: url(../images/curley_bracket.gif) no-repeat 10px 73px;
	min-height: 375px;
	overflow: visible;
	position: relative;
}
.colwrap-right .padding { padding: 7px; }

/* Elite Page */
.page-10 #col-left { background: none; }
.page-10 #col-left .padding.elite {
	background: #1A385C url(../images/elite_bg_dark.jpg) 0 0;
	color: #fff;
	border-left: 7px solid #ccc;
	border-right: 7px solid #ccc;
}
.page-10 #col-left { margin: 0 307px 0 0; }
.page-10 #col-left .padding.elitelight {
	background: #333A4A url(../images/elite_bg_light.jpg) 0 0;
	color: #fff;
	border-left: 7px solid #ccc;
	border-bottom: 7px solid #ccc;
	border-right: 7px solid #ccc;
}
.page-10 form {
	width: 95%;
}
.page-10 #header {
	border: 7px solid #ccc;
}
.page-10 #headerleft {
	position: absolute;
}
.page-10 #contentwrap {
	border-top: 10px solid #ccc;
	margin-top: 0;
	background: none;
}
.page-10 #col-right {
	border: 7px solid #ccc;
	border-left-width: 10px;
	border-top: none;
	width: 292px;
}
.page-10 a { color: #DDEEFF; }

/* Messages */

div.message {
	width: 100%;
	color: #fff;
	padding-top: 8px;
	font: bold 10px Verdana, Helvetica, sans-serif;
	border-bottom: 1px solid #fff;
	z-index: 200;
	padding: 6px 0;
	text-align: center;
	line-height: 1.4em;
}
div.message.info { background: #B7EF46;	color: #333; }
div.message.error {	background: #f66; }

/* Forms
------------------------------------------------------------------*/
form { margin: 0 0 0 20px; }
input, textarea, select {
	margin: 0;
	padding: 1px;
	font-size: 100%;
	font-family: inherit;
}
form fieldset {
	border: none;
}
form legend {
	padding: 0 2px;
	font-weight: bold;
	color: #00209F;
	margin-bottom: 10px;
}
form label {
	line-height: 1.3em;
	float: left;
	display: inline;
}
form div.cr { /* checkbox radio */
	float: left;
	display: inline;
}
form p {
	clear: both;
	padding: 0 0 0 5px;
	margin: 0.5em 0 0.5em 0;
}
form option { padding-right: 4px; }
form textarea { width: 250px; }
form span {
	display: inline;
	padding: 2px 0 0 20px;
	font-style: italic;
	color: #999;
	font-weight: normal;
}
form div.cr label {
    float: none;
	padding: 0;
}
form div.cr input {
	margin: 0 5px 0 0;
}
form ol {
	margin: 0;
	padding: 0;
}
form li {
	list-style: none;
	padding: 5px 5px 5px 0;
	clear: both;
	overflow: hidden;
}
.colwrap-right form ol li { margin: 0 0 0.35em 0; padding: 0; }
form div legend {
	padding: 0 0 5px;
	font-weight: normal;
}
form div label {
	display: block;
	width: auto;
}
form .mandat { font-weight: bold; }
form .sr {
	position: absolute;
	left: -9999em;
	top: 0;
	width: 1px;
	height: 1px;
	overflow: hidden;
}
form label { width: 145px; } /* Width of labels */

/*\*//*/ form legend { display: inline-block; } /* IE Mac legend fix */

form li.form-error {
	background: #FFEBEB;
	border: 1px solid #f99;
	padding: 2px;
}
form div.form-error {
	color: #FF3232;
	font-weight: bold;
	margin-bottom: 8px;
}
/* Tables
------------------------------------------------------------------*/

table { margin: 0 0 1em 18px; }
table, th, td { border: none; }
th, td { padding: 3px 6px 3px 0; }
.redth th { color: #f00; }

/* sIFR
------------------------------------------------------------------*/

/* These are standard sIFR styles... do not modify */

.sIFR-flash { visibility: visible !important; margin: 0; }
.sIFR-replaced { visibility: visible !important; }

span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}

/* These "decoy" styles are used to hide the browser text before it is replaced... the negative-letter spacing in this case is used to make the browser text metrics match up with the sIFR text metrics since the sIFR text in this example is so much narrower... your own settings may vary... any weird sizing issues you may run into are usually fixed by tweaking these decoy styles */

.sIFR-hasFlash h2 {
	visibility: hidden;
	letter-spacing: -1px;
	font-size: 23px;
	display: inline;
	line-height: 30px;
	padding-bottom: 10px;
}
.sIFR-hasFlash .padding.elite h2,
.sIFR-hasFlash .padding.elitelight h2 {
	font-size: 30px;
}

/* Shop
------------------------------------------------------------------*/
.newsitem {
	border-bottom: 2px solid #AABAFC;
	margin-bottom: 12px;
}
.productitem {
	display: block;
	clear: both;
	padding: 10px 0 0 20px;
	margin-bottom: 10px;
	border-bottom: 2px solid #AABAFC;
	background: url(../images/horiz_dots.gif) bottom repeat-x;
}
.productitem p.brand {
	margin-bottom: -0.5em;
	font-size: 0.9em;
	color: #40B6BC;
	letter-spacing: 1px;
}
.product { margin-left: 175px; }
.product table { clear: both; margin-left: 19px; }
.product form table { clear: both; margin-left: 0; }
.productitem h3 {}
.productimage {
	float: left;
	background: #fff url(../images/logo_placeholder.gif) no-repeat 0 0;
	width: 170px;
	height: 98px;
}
p.buy {
	float: right;
	font-weight: bold;
	text-transform: uppercase;
}
p.price {
	font-weight: bold;
	font-size: 1.2em;
	color: #8F8A6D;
	margin: 0.1em 5px 0 0;
}
p.cart-link {
	position: absolute;
	right: 20px;
}
p.cart-link a {
	float: right;
	display: block;
	background: url(../images/view_cart.gif) 0 0 no-repeat;
	width: 163px;
	height: 33px;
	margin: 0 5px 0 0;
	text-indent: -9999px;
}
table#cart th {
	color: #0F1344;
	padding: 2px 5px 2px 0;
}
table#cart td, table#cart th {
	padding: 2px 10px 2px 5px;
}
table#cart tr.proditem td {
	background: #E2E8FE;
}
table#cart input { margin: 0; }


/* Events */

td.location {
	width: 15%;
	font-weight: bold;
}
td.date {
	width: 15%;
}
td.eventform {
	font-size: 0.85em;
}
td.eventform table {
	width: 100%;
	margin: 0;
}
td.moredetails {
	width: 30px;
	font-size: 0.8em;
	text-align: center;
	line-height: 1.2em;
}
table form { margin: 0; width: 100%; }
table form table td { margin: 0; padding: 0; }
table form table { width: 320px; margin-bottom: 0; }
table form table p.price { text-align: right; margin-right: 15px; }