/*--------------------------------------------------------------------------------------
-----------------------------------------------------------------------------------------
MICRO SITE CREATOR - SIMON & SCHUSTER 
CBenge
Start Date 08th Jan 2009
-----------------------------------------------------------------------------------------
/*--------------------------------------------------------------------------------------

/*IMPORT FILES*/
/*@import url("bigGraphicText.css");
@import url("twoSingleItems.css");*/

/*CSS - RESET*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd,
q, s, samp, small, strike, /*strong,*/ sub, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td 
{margin: 0; padding: 0; border: 0; outline: 0; font-weight: inherit; font-style: inherit; font-size: 100%; font-family: inherit; vertical-align: baseline;}

table, tbody, tfoot, thead, tr, th, td 
{vertical-align:top}

/*---------------CLEARFIX------------------*/
.clearfix:after { content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
.clearfix { display: inline-block;}
html[xmlns] .clearfix { display: block; }
* html .clearfix { height: 1%;}

/*---------------END CLEARFIX------------------*/



ul {margin:0 0 12px 16px;}
form p {}
.left { float:left;}
.right {float:right;}
.clear {clear:both;}
.gutter {margin-right:15px;}
.bold {font-weight:bold;}
.marginRight {margin-right:25px}
.marginTop {margin-top:15px;}


body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	padding: 0px;
	line-height: 12pt;
	margin: 0px;
	background: url('../images/body-bg.jpg') 0 -2px;
	background-color: #F5F5F5;
	background-repeat: repeat-x;
	color: #666666;
}
p {margin: 0 0 1em;padding: 0px;}
h1{float:left;color:#EE1431; margin-top:6px; font-size: 1.3em;font-weight: normal;}

h2 {
	color: #032C63;
	font-size: 1.3em;
	font-weight: normal;
	margin: 0 0 6px 0;
}

h3 {
	font-size: 1.3em;
	font-weight: normal;
	margin-bottom: 8px;
}

h4 {
	color: #032C63;
	font-size: 1.2em;
	font-weight: normal;
	padding: 0 0 10px 0;
	margin: 0;
}

h5 {
	color: #757E9B;
	font-size: 1.2em;
	padding: 0;
	margin: 0;
}

a {
	outline: none;
	color: #032C63;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a.redLink:link, a.redLink:visited {color:#ff0033;}
a.redLink:hover {background:#ff0033; color:#fff; padding:0 0 0px; text-decoration:none;}

img {
	border: none;
}
select { width:190px; }