/* CSS Document for CONTACTS 2009 Microsite */
/* All content Copyright The Spotlight. Written by Isabelle Kosciusko. */

/* --------------- default values -------------- */

#hide {
	display: none;
}

* { /* For all elements */
	margin: 0;
	padding: 0;
	border: 0;
}

.clear {
	clear:both;
	height: 10px;
	font-size: 1%;
}

.replace {
	display: none;
}

a {
    color: #e62d92;
	text-decoration: underline;
	outline: none !important;
}

a:visited {
	color: #e62d92;
	text-decoration: underline;
	outline: none !important;
}

a:hover {
	color: #e62d92;
	opacity: 0.7;
	text-decoration: underline;
	outline: none !important;
}

body {
	background: url('../_img/bg_body.jpg') repeat-x top left;
	font-size: 12px;
	line-height: 1.3em;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	color: #000;
}

p {
	padding: 0 0 10px 0;
	color: #000;
	font-size: 1em;
	line-height: 1.4em;
}

h1 {
	color: #e62d92;
	font-size: 1.4em;
	line-height: 1.2em;
	margin: 0 0 10px 0;
	}

h2 {
	color: #e62d92;
	}
	
h3 {
	font-size: 1.2em;
	color: #000;
	margin: 5px 0 10px 0;
	line-height: 1.3em;
	}
	
.pink, h3.pink {
	color: #e62d92;
	}
	
p.padbot5 {
	padding-bottom: 5px;
}

p.halfSize {
	width: 210px;
	float: left;
	margin-top: 5px;
	}
	
p.margbot50 {
	margin-bottom: 50px !important;
	}
	
p.padtop10 {
	padding-top: 10px;
	}

/* --------------- Basic Layout Elements -------------- */

#frame {
	margin: 0 auto;
	width: 718px;
	padding: 0;
	text-align: left;
	position: relative;
}

#frame #header {
	width: 708px;
	height: 124px;
	display: block;
	background: url('../_img/bg_header.jpg') no-repeat top right;
	position: relative;
}

#frame #header p {
	padding: 0;
	}
	
#frame #header h2 {
	position: absolute;
	top: 14px;
	left: 166px;
	width: 235px;
	font-size: 1.2em;
	}
	
ul#nav {
	list-style-type: none !important;
	height: 22px;
	width: 520px;
	margin-left: 10px;
	margin-top: 8px;
	}
	
ul#nav li {
	display: block;
	float: left;
	}
	
ul#nav li a {
	display: block;
	float: left;
	padding: 0 50px 0 0;
	color: #fff;
	text-decoration: none !important;
	font-size: 1.2em;
	}
	
ul#nav li a.active {
	color: #000;
	text-decoration: none !important;
	}
	
#content {
	margin-top: 25px;
	margin-left: 10px;
	width: 425px;
	padding: 0 30px 0 15px;
	border-left: 1px solid #e62d92;
	border-right: 1px solid #e62d92;
	float: left;
	}
	

#content ul.body {
	list-style-type: none !important;
	padding: 5px 0 20px 0;
	width: 430px;
	clear: both !important;
	height: auto !important;
	}
	
#content ul.body li {
	background: url('../_img/bulletpoint.jpg') no-repeat top left;
	padding: 0 0 2px 15px;
	}	
	
	
#content ul.bodyhalf {
	list-style-type: none !important;
	padding: 5px 0 20px 0;
	width: 430px;
	clear: both !important;
	height: auto !important;
	}
	
#content ul.bodyhalf li {
	background: url('../_img/bulletpoint.jpg') no-repeat top left;
	padding: 0 0 2px 15px;
	float: left;
	display: block;
	width: 190px;
	}
	
#frame #contentRight {
	float: right;
	width: 217px;
	margin-top: 25px;
	}
	
p.btn {
	margin: 10px 0 20px 0;
	}
	

/* --------------- Sections -------------- */	

ul.sections {
	list-style-type: none !important;
	width: 430px;
	margin: 0 0 20px 0 !important;
	height: 23px;
	padding: 0;
	}

ul.sections li {
	float: left;
	display: block;
	margin-right: 20px;
	height: 23px;
	width: 80px !important;
	}
	
ul.sections li a {
	float: left;
	display: block !important;
	margin: 0;
	padding: 0;
	height: 23px;
	}
	
ul.sections li a.active {
	opacity: 0.6;
	}
	
table {
	margin: 10px 0 20px 0;
	}	
	
table th, table tr td.pink, table tr.odd td.pink {
	background: #e62d92;
	color: #fff;
	}	
	
table tr td, table tr th {
	padding: 8px;
	}
	
table tr.odd td {
	background: #fceaf4;
	}

p.grey {
	color: #666;
	}
	
	
/* --------------- Footer -------------- */	
	
#footer {
	width: 700px;
	margin: 20px 0 20px 8px;
	font-size: 0.9em;
	}
	
#footer p.copyright {
	float: left;
	width: 300px;
	}
	
#footer p.published {
	float: right;
	width: 200px;
	text-align: right;
	}
	
	
	
/* --------------- Form -------------- */	

form {}

form fieldset {}
 
form fieldset p {
	height: 28px;
	padding: 0 0 8px 0;
	}
	
form fieldset p label {
	float: left;
	display: block;
	width: 140px;
	margin-top: 10px;
	}
	
form fieldset p input.textBox {
	float: right;
	display: block;
	width: 260px;
	border: 1px solid #e42e93;
	height: 22px;
	padding: 1px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	background: url('../_img/bg_input.jpg') no-repeat top left;
	font-size: 1em;
	}
	
select.textBox {
	display: block;
	width: 424px;
	border: 1px solid #e42e93;
	height: 24px;
	padding: 1px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	background: url('../_img/bg_input.jpg') no-repeat top left;
	font-size: 1em;
	}
	
textarea {
	display: block;
	width: 420px;
	border: 1px solid #e42e93;
	height: 50px !important;
	padding: 1px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	background: url('../_img/bg_input.jpg') no-repeat top left;
	font-size: 1em;
	clear: both;
	}
	
label.fullWidth {
	width: 420px !important;
	float: none !important;
	margin-bottom: 5px;
	}
	
input.fullWidth {
	width: 420px !important;
	float: none !important;
	}
	
.autoheight {
	height: auto !important;
	}
	
input#submit {
	background: url('../_img/btn_submit.jpg') no-repeat top left;
	width: 90px;
	color: #fff;
	height: 23px;
	float: right;
	margin-top: 10px;
	}

#frame #content #right {
	width: 182px;
	position: absolute;
	bottom: 300px;
	right: 25px;
}


#right #error, #right #leadCreationError {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 180px;
	border: 2px solid #ca0303;
	background: #fff;
	color: #ca0303;
	padding: 10px;
}


#right #error p, #right #leadCreationError p {
	color: #ca0303;
}

#right #error h5, #right #leadCreationError h5 {
	color: #ca0303;
	font-size: 14px;
	line-height: 1.2em;
	padding-bottom: 10px;
}

#right #error ul, #right #leadCreationError ul {
	color: #ca0303;
	list-style-type: none;
}


#right #error ul li, #right #leadCreationError ul li {
	color: #ca0303;
	padding-left: 15px;
	padding-bottom: 5px;
	background:  url('../_img/bulletpoint_error.gif') no-repeat top left;
}
