
body, iframe, blockquote, div, h1, h2, h3, h4, hr, img, form, fieldset
{
	margin: 0;
	border: 0;
	padding: 0;
}

body
{
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 76%;
	line-height: 1.6em;
	background: #264773 url(/images/bg_page.jpg) repeat-x top left fixed;
	padding-top: 150px; /* header + nav */
}

h1
{
	font-size: 1.4em;
	font-weight: 300;
	margin: 5px -10px 15px -10px;
	padding: 0 15px;
	color: #000000;
	min-height: 33px;
	line-height: 28px;
	background: #FFFFFF url(/images/bg_h1.gif) no-repeat top left;
}

h2
{
	clear: left;
	font-size: 1.4em;
	font-weight: 300;
	margin: 5px 0 5px 0;
	padding: 0 10px;
	color: #000000;

	height: 32px;
	line-height: 28px;
	background: #FFFFFF url(/images/bg_h2.gif) no-repeat top left;
}

#right h2
{
	clear: left;
	font-size: 1.4em;
	font-weight: 300;
	margin: 5px 0 5px 0;
	padding: 0 10px;
	color: #000000;

	height: 33px;
	line-height: 28px;

	background: #FFFFFF url(/images/bg_h2.gif) no-repeat top left;
}

#right p.h2
{
	clear: left;
	font-size: 1.4em;
	font-weight: 300;
	margin: 5px 0 5px 0;
	padding: 0 10px;
	color: #000000;

	height: 33px;
	line-height: 28px;

	background: #FFFFFF url(/images/bg_h2.gif) no-repeat top left;
}

h3
{
	margin: 10px 0 5px 0;
	line-height: 1em;
	color: #666666;
	font-size: 1.4em;
	font-weight: 300;
	font-style: italic;
}

h4
{
	font-weight: 600;
	font-size: 1.4em;
	line-height: 1em;
	color: #996600;
}

p
{
	padding: 0 0 1em 0;
	margin: 0;
}

a
{
	text-decoration: none;
	color:#000099;
}

a:visited
{
	text-decoration: none;
	color:#000099;
}

a:hover
{
	text-decoration: underline;
	color:#0000CC;
}

a:active
{
	text-decoration: none;
	color:#990000;
}

a strong
{
	font-size: 1.2em;
}

blockquote
{
	margin:0 0 2em 2em;
}

hr
{
	clear: both;
	color:#CCCCCC;
	background-color:#CCCCCC;
	border:0;
	height:1px;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

form
{
	margin: 0;
	width: inherit;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/*                     NEW FORM                      */
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

/* See fieldset and legend fixes for background bleed in conditional ie.css */
fieldset
{
	padding: 1em 1em 1em 1em;
	margin: 1em 0 1.5em;
	border: solid 1px #CCCCCC ;
/*	background-color: #ffe; F8FFEB*/
}

legend
{
	padding: .2em 0.6em;
	color: #e86c12;
	border: solid 1px #CCCCCC;

	font-weight: 900;
	font-size: 1.2em;
}

fieldset dl {
	float: left;
	clear: both;
    margin: 0 1em;
	max-width: 40em;
	/* border: 1px solid #0000FF; */
}

fieldset dt {
	float: left;
	width: 15em;
	margin: 0;	
	font-size: 1.1em;
	font-weight: 600;
	color: #444444;
	/* border: 1px solid #00FF00; */
}

fieldset dd
{
	float: left;
	width: 18em;
    margin: .1em .1em .5em .1em ;
	/* border: 1px solid #FF0000; */
}


fieldset dd input
{
	border: 1px solid #666666;
	padding-left: 0.4em;
	margin-right: 0.4em;
	background-color: #F0F0FF;
	font-size: 1.1em;
	font-weight: 900;
	font-family: verdana, arial, helvetica, sans-serif;
}

fieldset dd select
{
	border: 1px solid #666666;
	background-color: #F0F0FF;
	margin-right: 0.4em;
	font-size: 1.1em;
	font-weight: 900;
	font-family: verdana, arial, helvetica, sans-serif;
}

fieldset dd textarea
{
	border: 1px solid #666666;
	margin-right: 0.4em;
	padding-left: 0.4em;
	background-color: #F0F0FF;
	font-size: 1.1em;
	font-weight: 900;
	font-family: verdana, arial, helvetica, sans-serif;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/*                /END NEW FORM                      */
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/*                START ADMIN PANEL                  */
/*                   STYLE FORM                      */
/*               e.g. with .fieldRow                 */
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/


fieldset .fieldRow
{
	clear: both;
    margin: 10px 0;
}

fieldset .fieldRow label
{
	display: block;
	width: 12em;
	float: left;
	font-weight: 600;
	background-color: #FAFAFA;
	font-size: 1.1em;
}

fieldset .fieldRow span.comment
{
	display: block;
	clear: left;
	width: 12em;
}

fieldset .fieldRow span.error_message
{
	display: block;
	clear: left;
	margin-left: 13em;

	/*float: left; */

}

fieldset .fieldRow input
{
	float: left;
	border: 1px solid #666666;
	padding-left: 0.4em;
	margin-right: 0.4em;
	background-color: #F0F0FF;
	font-size: 1.2em;
	font-weight: 900;
	font-family: arial, helvetica, sans-serif;
}

fieldset .fieldRow  select
{
	float: left;
	border: 1px solid #666666;
	background-color: #F0F0FF;
	margin-right: 0.4em;
	font-size: 1.2em;
	font-weight: 900;
	font-family: arial, helvetica, sans-serif;
}

fieldset .fieldRow textarea
{
	float: left;
	border: 1px solid #666666;
	margin-right: 0.4em;
	padding-left: 0.4em;
	background-color: #F0F0FF;
	font-size: 1.2em;
	font-weight: 900;
	font-family: arial, helvetica, sans-serif;
}

.controlRow
{
	clear: both;
	max-width: 525px;
	margin-top: 15px;
}

.controlButton a
{
	position: relative;
	display: block;
	width: 8em;

	color: #000000;
	background-color: #FFE8D8;
 	border: 1px solid #666666;
	margin: 5px;
	padding: 0;

	font-weight: 900;
 	text-align: center;
	font-size: 1em;
	text-decoration: none;
}

.controlButton a:hover
{
	color: #990000;
	background-color: #FFEEFF;
	border-color: #333333;
	text-decoration: none;
}

.controlButton a:active
{
	color: #FF0000;
	background-color: #CCCCCC;
	text-decoration: none;
}

input.submit,
a.submit
{
	display: block;
	color: #FFFFFF;
	background: #D2812A url(/images/button.gif) repeat-x center left ;
	border: 1px solid #FFFF00;
	cursor: pointer;
	font-weight: 600;
	text-align: center;
	font-size: 1.2em;
	padding: 3px 10px;
	margin: 0 0 3px 0;
	text-decoration: none;
	white-space: nowrap;
}

input.submitOnMouseOver
{
	color: #FFFFFF;
	background: #D2812A url(/images/button_hi.gif) repeat-x center left;
	border: 1px solid #FFFFFF;
	font-weight: 600;
	text-align: center;
	cursor: pointer;
	font-size: 1.2em;
	padding: 3px 10px;
}

input.submitOnMouseDown
{
	color: #003300;
	background: #D2812A url(/images/button.gif) repeat-x center left;
	border: 1px solid #003300;
	cursor: pointer;
	font-weight: 600;
	text-align: center;
	font-size: 1.2em;
	padding: 3px 10px;
}

a.txtviewCart
{
	display: block;
	color: #FFFFFF;
	background: #D2812A url(/images/button.gif) repeat-x center left ;
	border: 1px solid #FFFF00;
	cursor: pointer;
	font-weight: 600;
	text-align: center;
	font-size: 1.2em;
	padding: 3px 10px;
	margin: 0 0 3px 0;
	text-decoration: none;
	white-space: nowrap;
}

a.flashBasket
{
	display: block;
	color: #FFFFFF;
	background: #D2812A url(/images/button_hi.gif) repeat-x center left ;
	border: 1px solid #FF0000;
	cursor: pointer;
	font-weight: 600;
	text-align: center;
	font-size: 1.2em;
	padding: 3px 10px;
	margin: 0 0 3px 0;
	text-decoration: none;
	white-space: nowrap;
}
.resultRow
{
	margin: 0 10% 0 10%;
}

.resultRow h3
{
	padding-bottom: 0.2em;
}

.resultRow p
{
	padding-left: 2em;
}

.finput
{
	color: #CC0000;
	font-weight: 900;
	width: 15em;
	border: 1px solid #666666;
	padding-left: 0.4em;
	margin-bottom: 0.4em;
	background-color: #EEEEFF;
	font-size: 1em;
	font-weight: 900;
	font-family: verdana, arial, helvetica, sans-serif;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.error_msg
{
	background-color: #FFF0FF;
	border: 1px solid #CC0000;
	padding: 1em;
	margin-bottom: 1em;
}

.status_msg
{
	background-color: #F0FFFF;
	border: 1px solid #00CC00;
	padding: 1em;
	margin-bottom: 1em;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.grey
{
	color: #666666;
	font-weight: 300;
	font-size: 0.9em;
	text-align: left;
	padding-left: 10px;
}

.grey strong
{
	color: #000000;
}


h2.white
{
	color: #FFFFFF;
	text-align: left;
	padding-left: 10px;
	background: none;
}

p.white
{
	color: #FFFFFF;
	font-weight: 300;
	font-size: 0.9em;
	text-align: left;
	padding-left: 10px;
}

.note
{
	color: #666666;
	font-size: 0.9em;
	font-weight: 900;
}

.note a
{
	color: #666699;
	text-decoration: none;
}

.note a:hover
{
	color: #996666;
	text-decoration: none;
}

.nowrap
{
	white-space: nowrap;
}

.clear
{
	clear: both;
	height:1px;
	margin-top:-1px;
	overflow:hidden;
	zoom:1
}

.error
{
	color: #990000;
}

.summary
{
	background-color: #FFDDFF;
	width:20%;
	margin:0 15px 0 0;
	padding:20px;
}

.left
{
	float:left;
}

.right
{
	float:right;
}

img.left
{
	padding: 2px;
	margin: 0 10px 10px 0;
	border: 1px solid #CCCCCC;
}

a:hover img.left
{
	border: 1px solid #999999;
}

img.icon
{
	padding: 2px;
	margin-bottom: 10px;
	border: 1px solid #CCCCCC;
}

.price
{
	font-weight: 900;
	font-size: 1.6em;
}

.amount
{
	font-weight: 900;
	font-size: 1.6em;
}

/* checkout js form */

#registerForm input.error,
#registerForm select.error
{
	border: 2px solid #990000;
	clear: left;
	float:left;
}

#registerForm label.error {
	color: #990000;
	display: block;
	clear: left;
	float:left;
}

#registerForm .submit
{
	width: 100%;
}

/* checkout js form */

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/*                     LAYOUT                        */
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

#header
{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 99px;
	z-index: 6;
	padding: 0;
}

#categoryNav
{
	position: absolute;
	top: 109px;
	left: 0;
	right: 0;
	height: 41px;
	z-index:5;
}

#globalNav
{
	position:absolute;
	top: 86px;
	left: 0;
	right: 0;
	z-index:7;
}

.inner
{
	position:relative;
	width: 960px;
	margin: 0 auto;
}

#header .inner
{
	margin: 0 auto;
	height: 108px;
	background: url( /images/bg_header.jpg ) no-repeat 0 -15px;
}

#globalNav .inner
{
	text-align: right;
	position: relative;
}

#globalNav .inner #session
{
	position: absolute;
	top: 0;
	left: 30px;
}



#categoryNav .inner
{
	height: 41px;
	background: url( /images/bg_nav.jpg ) no-repeat top center;
}

#page
{
	position:relative;
	width: 940px; /* 950 -10px paddingleft */
	margin: 0 auto 15px auto;
	padding: 0 0 15px 10px;
	color: #252525;
	background: #FFFFFF url(/images/tp_page.jpg) no-repeat top center;
}

/* #left
{
	position:relative;
	display: inline;
	float: left;
	width: 200px;
	margin: 0;
	padding: 0;
	left: -520px;
	
	display: none;
	visibility: hidden;
}*/


#content
{
	position:relative;
	width: 640px;
	float:left;
	left: 20px;
	margin: 0 30px 0 0;
	padding: 0;
}

#right
{
	position: relative;
	display: inline;
	float: left;
	width: 210px;
	margin: 0 0 0 30px;
	padding: 0;
	text-align: center;
}

/* flash banner added 08/11/10 */

#banner 
{
	background-color: #000000;
	margin-left: -10px;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/*            CATEGORY NAV (products) #categoryNav   */
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/* SF Navigation : *** ESSENTIAL STYLES ***          */
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.sf-menu, .sf-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
}
.sf-menu {
	line-height:	1.0;
}
.sf-menu ul {
	position:		absolute;
	top:			-999em;
	width:			18em; /* left offset of submenus need to match (see below) */
}
.sf-menu ul li {
	width:			100%;
}
.sf-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
	float:			left;
	position:		relative;
}
.sf-menu a {
	display:		block;
	position:		relative;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left:			0;
	top:			2.5em; /* match top ul list item height */
	z-index:		99;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left:			18em; /* match ul width */
	top:			0;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left:			18em; /* match ul width */
	top:			0;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/*  SF Navigation : Customisations                   */
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

span.sf-sub-indicator
{
	color:#666666;
	padding-left: 5px;
}

ul.sf-menu
{
	margin: 0 0 0 2em;
	padding: 0;
	line-height: 2em; /*40px*/
}

ul.sf-menu li
{
 	margin: 0 0 0 2em; 
 	padding: 0 5px; 
}

ul.sf-menu li ul
{
 	margin: 0; 
 	padding: 0; 
}

ul.sf-menu li ul li
{
 	margin: 0; 
 	padding: 0; 
}

ul.sf-menu li a
{ 
	color: #FFFFFF;
	font-size: 1.4em;
	line-height: 33px;
	text-decoration: none;
}

ul.sf-menu li a:visited
{
	color: #FFFFFF;
	text-decoration: none;
}

ul.sf-menu li a:hover
{
	color: #FDFEC9;
	text-decoration: none;
}

ul.sf-menu li a:active
{
	color: #FDFEC9;
	text-decoration: none;
}

ul.sf-menu li ul {
	background-color: #000000;
	margin: 6px 0 0 0;
	border: 1px solid #CCCCCC;
}

ul.sf-menu li ul li a
{ 
	padding: 2px 5px;
	font-size: 1em;
	line-height: 1.4em;
}

ul.sf-menu li ul li a:hover
{ 
	background-color: #333333;
}

ul.sf-menu li.selected 
{
/*	background: url(/images/nav-hi-left.gif) no-repeat top left; */
}

ul.sf-menu li.selected a
{
	text-decoration: none;
	color: #444499;
/*	background:  url(/images/nav-hi-right.gif) no-repeat top right; */
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/*                    SEARCH FORM                    */
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

#categoryNav .inner form
{
	position: absolute;
	diplay: block;
	top: 7px;
	right: 10px;
	width: 200px;
}

#categoryNav .inner form input
{
	background-color: #F0F0FF;
	border: 2px inset #CCCCCC;
}

#categoryNav .inner form input.searchBtn
{
	color: #FFFFFF;
	background-color: #FF9900;
		background: #000000 url(/images/bg_g_nav.gif) repeat-x center left;
	font-weight: 900;
	border: 2px inset #CCCCCC;
}



/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/*                     GLOBAL NAV                    */
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

#globalNav ul
{
	margin: 0 20px 0 0;
	padding: 0;
	white-space: nowrap;
	list-style: none;	
}

#globalNav li
{
	display: inline;
	list-style: none;
	margin: 0;
	padding: 0 5px;
	border-top: 1px solid #000000; 	
	border-left: 1px solid #666666; 	
	border-right: 1px solid #333333; 	
	background: #000000 url(/images/bg_g_nav.gif) repeat-x center left;

}

#globalNav li a
{
	color: #CCCCCC;
	padding: 0 5px 2px 5px;
	font-size: 1em;
	font-weight: 600;
 	text-align: center;
	text-decoration: none;
}

#globalNav li a:visited
{
	color: #CCCCCC ;
	text-decoration: none;
}

#globalNav li a:hover
{
	color: #FFFFFF;
	text-decoration: none;
}

#globalNav li a:active
{
	color: #CCCCCC;
	text-decoration: none;
}

#globalNav li.tabSelected a
{
	color: #FFFFFF;
	text-decoration: none;
}


/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/*                 CubeCart Specific                 */
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.tdCartSubTotal
{
	border-top: 15px solid #FAFAFF;
}

.pagination
{
	clear:both;
	text-align: center;
}

table.tblList td
{
	border-bottom: 1px solid #F0F0F0;
}

.tdListTitle
{
	border-top: 1px solid #F0F0F0;
	background-color: #FFFFF0;
}

.tdEven
{
	background-color: #FFFFFA;
}

.txtPrice
{
	font-size: 1.3em;
	font-weight: 900;
	
}

.txtOldPrice
{
	text-decoration: line-through;
}

.txtSale,
#sale
{
	font-size: 1.4em;
	color: #CC0000;
}

#floatingPrice
{
	display:none;
	visibility: hidden;

	margin-top:30px;
	clear: both;

}

#floatingPrice h2 a
{
	text-decoration: none;

}

#floatingPrice
{
	display: block;

}

#floatingPrice p
{
	margin: 2px 10px 5px 10px;
	padding: 5px 0;
	border: 1px solid #999999;
	background-color: #FCFCFC;
}

#floatingPrice p span#financePrice
{
	font-weight: bold;
	color: #CC0000;
}


#customPrice
{
	display: block;
	margin: 2px 10px 5px 10px;
	padding: 15px 0;
	font-size: 2em;
		color: #CC0000;
	border: 1px solid #999999;
	background-color: #FCFCFC;
}

.productView
{
	width: 100%;
	float:left;
	clear:both;
	position:relative;
}

.productImages
{
	width: 250px;
	margin:	0 0 60px 0;
	float:left;
	text-align: center;
	
}

.productDetails 
{
	margin: 0 0 0 250px;
	padding: 0 30px;
}

.productDetails ul
{
	margin: 0;
	padding: 0;
	list-style: none;
}

.productBuyRow
{
	margin: 10px 0 10px 250px;
	padding: 10px 50px;
	background-color: #FFFFF0;
	border-top: 1px solid #CCCCC0;
	border-bottom: 1px #CCCCC0 solid;

}

.product Options
{
	width: 80%;
}

.txtButton {
	color: #FFFFFF;
	background: #D2812A url(/images/button.gif) repeat-x center left ;
	border: 1px solid #FFFF00;
	padding: 2px;
	line-height: 18px;
	text-align: center;
	text-decoration: none;
}
a.txtButton {
	color: #FFFFFF;
	background: #D2812A url(/images/button.gif) repeat-x center left ;
	border: 1px solid #FFFF00;
	padding: 2px;
	line-height: 20px;
	text-align: center;
	text-decoration: none;
}
a.txtButton:hover {
	color: #FFFFFF;
	background: #D2812A url(/images/button_hi.gif) repeat-x center left ;
	border: 1px solid #66bbba;
	padding: 2px;
	line-height: 20px;
	text-align: center;
	text-decoration: none;
}

.txtError
{
	color: #CC0000;	
	font-weight: 900;
}
.txtCartPrice {
	color: #760000;
	padding-right: 3px;
}
.txtCart {
	color: #000000;	
}
.cartTotal {
	border-top: 1px dashed #e1e1e1;
	padding-top: 2px;
	margin-top: 3px;
	margin-bottom: 5px;
}
.trail
{
	clear:both;
	margin: 10px 0;
	padding: 5px 0;
	font-size: 0.9em;
	color: #999999;
	border-top: 1px solid #CCCCCC;
}

.catLogo
{
	background-color: #000000;
	text-align: center;
	margin: 0 5px;
	padding: 2px;
	border: 2px outset #CCCCCC;
}

.cartProgress
{
	font-weight: normal;
	color: #666666;
	padding: 4px;
	border: 1px solid #e1e1e1;
	margin: 0 0 15px 0;
	text-align: center;
	height: 25px;
	display:block;
	clear: both;
}

.cartProgress span
{
	color: #009900;
	font-weight: bold;
}

.txtcartProgressCurrent {
	color: #009900;
	font-weight: bold;
}

.tdcartTitle
{
	font-weight: 900;
	background-color: #FAFAFF;
}

#subCats {

}

#subCats .subCat
{
	display: block;
	float:left;
	text-align: center;
}

#subCats .subCat a
{
	display: block;
	width: 200px;
	min-height: 195px;
	padding: 10px 0 0 0;
	margin: 0 0 10px 0;
	font-size: 1.2em;
	font-weight: 900;
	text-decoration: none;
	border: 1px solid #FFFFFF;
}

#subCats .subCat a:hover
{
	background-color: #FFFFFA;
	border: 1px solid #666666;
}
	

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/*                    CONTENT                        */
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

#left h2
{
	text-align: center;
	padding: 0;
}
	
#content h2
{
	line-height: 28px;
	
	clear: left;
	font-size: 1.4em;
	font-weight: 300;
	margin: 15px 0 15px 0;
	padding: 0 0 0 8px;
	color: #000000;
	border: 1px solid #CCCCCC;
	background: #FFFFFF url(/images/bg_h2_grey.gif) repeat-x bottom left;
}

#right h2
{
	margin-left: -10px;
	margin-right: -10px;

	background: #FFFFFF url(/images/bg_h2_right.gif) no-repeat top left;
}
#right p.h2
{
	margin-left: -10px;
	margin-right: -10px;

	background: #FFFFFF url(/images/bg_h2_right.gif) no-repeat top left;
}

.buttons a
{
	display: block;
	background: #FFFFFF url(/images/bg_h2_grey.gif) repeat-x bottom left;
	border: 1px solid #CCCCCC;
	margin: 0 0 1px 0;
	padding: 0 5px;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/*                     FOOTER                        */
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

#footer
{
	position: relative;
	width:100%;
	clear:both;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 0 0 1em 0;
	color: #FFFFFF;
}


/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.helper
{
	text-align: center;
	padding: 1em 0 0.5em 0;
}

.helper a
{
	color: #CEEAEB;
	padding: 0 0.75em;
	text-decoration: none;
}

.helper a:hover
{
	color: #FFFFFF;
}

.helper a:active
{
	color: #FFEEEE;
}

.helper img
{
	vertical-align: middle;
	margin-right: 0.5em;
}

.copyright
{
	text-align: center;
	font-weight: 300;
	padding: 1em 1em 2em 1em;
	font-size: 0.9em;
	color: #E0E0E0 ;
}

.ssl
{
	position:absolute;
	left: 10px;
	top: 5px;
}

.credits { text-align: right; margin-right: 10px; font-family: arial, sans-serif; font-size: 0.9em; line-height: 0.9em; color: #999999; }
.credits a { font-family: arial, sans-serif; font-size: 9px; color: #999999; text-decoration:none; }
.credits a:visited { color: #999999; text-decoration:none; }
.credits a:hover { color: #FFFFCC; text-decoration:none; }
.credits a:active { color: #FFFFFF; text-decoration:underline; }

