/* --- Font Size Conversion Table From Base 16px --- */
/* ---  9px = 57% --- */
/* --- 10px = 63% --- */
/* --- 11px = 69% --- */
/* --- 12px = 75% --- */
/* --- 13px = 82% --- */
/* --- 14px = 88% --- */
/* --- 15px = 94% --- */
/* --- 16px = 100% --- */
/* --- 18px = 113% --- */
/* --- 20px = 125% --- */
/* --- 24px = 150% --- */



/* ----- IDS ----- */

/* NB --- do NOT style base HTML tags
body{}
*/

#bodyContainer { text-align:center;}
		
#container {
	margin:auto;
	min-width:750px;
	text-align:left;
	width:971px;
}

/* 1. header */
#header{
	display:block;
	width:100%;
	margin:0;
	padding: 0;
	float: left;
}

#logotypeBox {
	width:100%;
	display: block;
	float: left;
	height: 190px;
}

#searchBox {
	width:25%;
	float:left;
}

/* 2. navigation */
#navigation {
	width:100%;
	height:33px;
	background-image: url(../images/background/navBg.gif);
	background-repeat: no-repeat;
	background-position: center;
	padding-top: 8px;
	float: left;
	display: block;
}

/* 3. Main Content */

#mainContentBox {
	display:block;
	width:100%;
}

.sidePanel-left, .mainContent, .sidePanel-right { 
	display:block;
	float:left; margin:0; padding:0;
}


/* 3.1 sidePanel-left  */



/* 3.2 main content */
.mainContent {
	margin-top: 20px;
	margin-bottom: 10px;
	border-right-width: 1px;
	border-right-style: dashed;
	border-right-color: #b7b7b7;
	padding-right: 13px;
	/*padding-left: 13px;*/
	width: 634px;
}

/* 3.3 sidePanel */
.sidePanel-right {
	width: 290px;
	padding-left: 17px;
	margin-top: 20px;
	margin-bottom: 10px;
}
#tellAFriend {
	background-image: url(../images/sidePanel/sidebox_middle.gif);
	background-repeat: repeat-y;
	width: 294px;
	margin-top: 10px;
}

#eNews {
	background-image: url(../images/sidePanel/sidebox_middle.gif);
	background-repeat: repeat-y;
	width: 294px;
	margin-top: 10px;
}

.sidepanel {
	padding: 12px;
}


#tellAFriend_inner {
	background-image: url(../images/sidePanel/sidepanel_hr.gif);
	background-repeat: no-repeat;
	background-position: center 40px;
}
#eNews_inner {
	background-image: url(../images/sidePanel/sidepanel_hr.gif);
	background-repeat: no-repeat;
	background-position: center 65px;
}

/* 4. footer */
	
#footer {
	clear:both;
	display:block;
	width:100%;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 10px;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #b7b7b7;
	margin-top: 10px;
}
#footerNav {
	display:block;
	height:20px;
	float:left;
	width: 680px;
	padding-top: 12px;
}
#poweredByBox {
	display:block;
	width: 280px;
	height:40px;
	float:right;
	padding-left: 10px;
}


/* ----- CLASSES ----- */

.hide{}
.show{}

.col2 { display:block; width:100%; }
.lhcol { float:left; width: 50%; }
.rhcol { float: right; width:50%; }

.content { margin: 0; padding:0;}



/* ----- HEADINGS ----- */

/* NB --- do NOT style base HTML tags
h1{}
h2{}
h3{}
h4{}
h5{}
*/

.mainContent h2 { display:block; }
.sidePanelHeadingGrey {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 125%;
	color: #868586;
}

.sidePanelHeadingPink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 125%;
	color: #ef579f;
}

.sidePanelHeadingGreen {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 125%;
	color: #54b948;
}



/* ----- PARAGRAPHS ----- */

/* NB --- do NOT style base HTML tags
p{}
*/

p.breadcrumbs { font-size:77%; }

.sidePanelBodyGrey {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	color: #868586;
}

.sidePanelLinkPink {
	color: #ef579f;
}



/* ----- QUOTES ----- */

/* NB --- do NOT style base HTML tags
blockquote{}
blockquote p{}
cite{}
blockquote cite{}
*/



/* ----- CODE ----- */

/* NB --- do NOT style base HTML tags
pre{}
code{}
p code{}
pre code{}
*/



/* ----- LISTS ----- */

/* NB --- do NOT style base HTML tags
ol{}
ul{}

li{}

ol li{}
ul li{}
*/

#navigation ul, #footerNav ul {
	float:left;
	list-style-type:none;
	margin:0; padding:0;
	font-size:100%;
}

#navigation li, #footerNav li {
	display:inline;
	margin:0; padding:0;
}

#navigation li a {
	display:inline;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 88%;
	padding-right: 12px;
	padding-bottom: 0;
	padding-left: 12px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	text-decoration: none;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}

#navigation li.navSelected a {
	color: #f6abce;
}

#navigation li a:hover {
	color: #f6abce;
}

#navigation li.firstNav a {
	margin-left: 10px;
}

#navigation li.lastNav a {
	border-right-width: 0px;
	border-top-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#footernav li a {
	display:inline;
	font-family: Arial, Helvetica, sans-serif;
	color: #55b9df;
	font-size: 75%;
	padding-right: 12px;
	padding-bottom: 0;
	padding-left: 12px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	text-decoration: none;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}
#footer li.lastNav a {
	border-right-width: 0px;
	border-top-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#footerNav a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	color: #55b9df;
	text-decoration: none;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #55b9df;
	padding-right: 10px;
	padding-left: 5px;
}




/* ----- IMAGES ----- */

/* NB --- do NOT style base HTML tags
img{ }
img a{ }
img a:hover{ }
*/



/* ----- BREAK ----- */


/* NB --- do NOT style base HTML tags
hr{}
*/

.clearer hr { display:none; }



/* ----- LINKS ----- */

/* NB --- do NOT style base HTML tags
a{ }
a:hover{ }
a:visited, a:active, a:focus{ }
a:visited{ }
a:active{ }
a:focus{ }
*/

p.breadcrumbs a { }
p.breadcrumbs a:hover { }

a img { border-width:0;}



/* ----- TABLES ----- */

/* NB --- do NOT style base HTML tags
table{ }
caption{ }
thead{ }
tbody{ }
tfoot{ }
tr{ }
tr .alt{ }
th{ }
td{ }
*/



/* ----- FORMS ----- */

form.searchForm {
	margin:0; padding:0;
}

/* NB --- do NOT style base HTML tags
form{}

fieldset{}
legend{}
label{}
input{}
textarea{}
select{}
optgroup{}
option{}
*/



/* ----- DEFINITIONS ----- */

/* NB --- do NOT style base HTML tags

dl{}
dt{}
dd{}
*/


/* ----- CREDIT CARD SIGNUP FORM ----- */
#mcg_signup_form {
	font-size: 11px;
	font-family: Arial, Verdana;
}
#mcg_signup_form td {
	padding: 3px;
	vertical-align: middle;
}
#mcg_signup_form td input, select {
	color: #868586;
	font-size: 11px;
	font-family: Arial, Verdana;
}
#mcg_signup_form a {
	color: #EF579F;
}