/* ------------------------------ pulldowns ------------------------------ */
.sitewrap:after, .layerwrap:after, .topMenu:after, .topSpares:after, .topMains:after, .subMenu:after, .mainContent:after, .bottomLeft:after, .bottomRight:after, .menu:after, .pulldown:after, .frmItem:after, form:after {
	content: 'css pulldown';
	display: block;
	visibility: hidden;
	height: 0;
	float: none;
	clear: both;
}

/* ------------------------------ default setup ------------------------------ */
* {
	margin: 0;
	padding: 0;
	font-family: arial, sans-serif;
	font-size: 100%;
	line-height: 130%;
}

/* ------------------------------ tags ------------------------------ */
html { background: url('/images/skin_images/main_fade.jpg') #9CF repeat-y center; }
body {
	font-size: 80%;
	padding: 20px 0;
	/*background: url('/images/skin_images/snowflakes.jpg') no-repeat fixed center top;*/
}

a:link, a:visited { text-decoration: none; }
a:hover { text-decoration: underline; }
a:link { color: #F60; }
a:visited { color: #A30; }
h1, h2, h3, h4, h5, h6, p, ul, ol { padding-bottom: .75em; }

h1 { font-size: 130%; }

h2 {
	font-size: 170%;
	text-align: center;
}

h3 { padding-top: .5em; }

li {
	list-style-position: outside;
	margin-left: 1.5em;
}
li li { margin-left: 1em; }

table { border-collapse: collapse; }

td { vertical-align: top; }

a img { border: 0; }

/* ------------------------------ classes ------------------------------ */
/* -------------------- layout -------------------- */
.sitewrap {
	width: 768px;
	margin: 0 auto 0;
	padding: 15px;
	background: #FBFBE3;
	border: 1px solid #F00;	
}

.layerwrap {
	padding: 0 2px 2px;
	border: 1px solid #24618E;
	}

.strapLine {
	font-size: 90%;
	width: 300px;
	text-align: center;
	margin: 5px auto 20px;
	color: #FFF;
	font-weight: bold;
	font-size: 80%;
}

/* -------------------- menus -------------------- */
.menu, .menu * {
	margin: 0;
	padding: 0;
	list-style: none;
}

.menu li { float: left; }

.menu a:link, .menu a:visited { display: block; }


/* ---------- top menu ---------- */
.topMenu {
	padding-left: 50px;
	font-size: 90%;
}

.topMenu b {
	display: block;
	padding: 3px 5px 3px 0;
	background-image: url('/tabrightJ.gif');
	background-position: 100% 0;
	background-repeat: no-repeat;
}

.topMenu a:link, .topMenu a:visited {
	padding-left: 5px;
	color: #24618E;
	text-decoration: none;
	white-space: nowrap;
	background-image: url('/tableftJ.gif');
	background-position: 0 0;
	background-repeat: no-repeat;
}

.topMenu a:hover {
	color: #FFF;
	background-position: 0 -42px;
	text-decoration: none;
}

.topMenu a:hover b  { background-position: 100% -42px; }


/* ---------- sub menu ---------- */
.subMenu {
	margin: 15px auto 0;
	border-left: 2px solid #000;
	font-weight: bold;
	font-size: 85%;
	line-height: 110%;
	width: 560px; /* adjust when new item added - can't auto-center as floats used (confused IE) */
}

.subMenu li { border-right: 2px solid #000; }
.subMenu a:link, .subMenu a:visited { padding: 0 5px; }

/* ---------- extras ---------- */
.productImage {
	padding: 0 0 10px 10px;
	float: right;
}
h2.large {
	text-align: center;
	font-size: 250%;
}


/* ---------- forms ---------- */
fieldset {
	border: 1px solid #554744;
	width: 90%;
	padding: 10px 20px;
	margin-top: 10px;
}
.error fieldset {
	border: 1px solid #F00;
	background: #FDD;
}
legend {
	color: #FFF;
	background: #554744;
	border: 1px solid #000;
	padding: 2px 6px;
	font-weight: bold;
}
.error legend { 
	background: #F00;
	border: 1px solid #F00;
}


/* ------------------------------ id's ------------------------------ */
#usr_fstName { font-size: 150%; }

