/*
	1312 vs. felicini
	
	written by Mike "1312" (mike_at_welovetheweb.com)
	for We Love The Web Ltd. (frank_at_welovetheweb.com)
	

*/

/* ######################################################### LAYOUT (colours at the bottom) */

body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
}

#felicini {

}	
	#mainImage {
		position: absolute;
		top: 0px;
		/*right: 0px;*/
		width: 900px;
		height: 520px;		
		left: 100px;
		/*background: #000 url(/images/mainImage/bills.jpg) no-repeat left top;*/
	}
	
	#navPrimary {
		position: absolute;
		top: 99px;
		/*right: 760px;*/
		width: 140px;
		/*min-height: 430px;*/
		height: 430px;		
		left: 100px;
	}
		
		#navPrimary ul, #navPrimary ul li {
				margin: 0px 10px 10px 0px;
				padding: 0px;
				list-style-type: none;
				font-size: 12px;
				font-weight: bold;
				text-align: right;
			}
				#navPrimary a:link, #navPrimary a:visited, #navPrimary a:hover {
					text-decoration: none;
					text-transform: uppercase;
				}				
		
	#contentArea {
		position: absolute;
		top: 320px;
		left: 240px;
		width: 620px;
		min-height: 300px;
		padding: 0px;
		margin: 0px;
		overflow: visible;
	}
	
	#hideTextSelected {
		/* position: relative;
		top: 300px;
		height: 220px; */
		position: absolute;
		top: 498px;
		left: 240px;
		width: 760px;
	}
		
		#navSecondary {
			background: #000;
			padding: 2px 0px 2px 0px;
			margin: 0px;
			min-height: 18px;
			_height: 18px;
		}
		#hideTextSelected #navSecondary {
			/* position: absolute;
			bottom: 0px; */
			width: 760px;
		}
			#navSecondary ul {
				margin: 0px 0px 2px 20px;
				padding: 0px 0px 2px 0px;
				_padding-bottom: 0px;
				font-size: 12px;
				font-weight: bold;
			}
				#hideTextSelected #navSecondary ul {
					width: 620px;
				}				
				
				#navSecondary ul li {
					margin: 0px 10px 0px 0px;					
					display: block;
					float: left;
				}
					#navSecondary a:link, #navSecondary a:visited, #navSecondary a:hover {
						text-decoration: none;
						text-transform: uppercase;
					}
				
			#showTextBtn {
				width: 170px;
				text-transform: uppercase;
				font-size: 12px;
				font-weight: bold;
				padding: 0px;
				text-align: center;				
				/*float: right;*/
				margin: -2px 0px 0px 0px;
				padding: 2px 0px 0px 0px;
				height: 18px;
				
				position: absolute;
				top: 0px;
				right: 0px;				
				margin: 0px;
				height: 18px;
				padding: 2px 0px 2px 0px;
			}
			
		.column {
			float: left;
			margin: 20px 0px 20px 20px;
			_margin: 20px 10px; /* ie behaving oddily woo */
			padding: 0px;
		}
		
			.firstColumn {
				clear: left;
			}
			.column1wide {
				width: 130px;
			}
			.column2wide {
				width: 280px;
			}
			.column3wide {
				width: 430px;
			}
			.column4wide {
				width: 580px;
			}
				#hideTextBtn {
					width: 111px;
					text-transform: uppercase;
					font-size: 12px;
					font-weight: bold;
					padding: 10px;
					text-align: center;				
					float: right;
				}
		
		/* #hideTextBtn, #contentArea and #hideTextSelected all get hidden and not hidden on hide/show text feature */
		.visible { }
		.hidden { display: none; }

#columnContainer {
	margin: 0;
}		
#footer {
	width: 620px;
	padding: 7px 0;
}
	#footer p {
		font-size: 9px;
		margin: 0;
	}
				
/* ######################################################### form css */

form fieldset {
	margin: 0px;
  	border: none;
	padding: 0px;
	font-size: 12px;
}

form legend {
	display: none;
}

form label {
	line-height: 24px;
	vertical-align: top;
	padding: 0px;
	margin: 0px;
	width: 100px;
	display: inline-block;
}

form fieldset input, form fieldset select {

}

form fieldset ol {
	padding: 0px;
	margin: 0px;
}

form fieldset li {
	list-style: none;
	padding: 0px;
	margin: 0px 0px 10px 0px;
}

form em {
	font-weight: bold;
	font-style: normal;
	color: #f00;
	display: none;
}

.formPaddingLeft {
	margin: 10px 0px 0px 100px;
	_margin: 0px 0px 10px 100px;
	display: block;
}				
		
/* ######################################################### headings, paras etc. */
	
h1 {
	padding: 0px;
	margin: 20px 0px;
	width: 120px;
	height: 31px;
}
	h1 span { display: none; }
	
h2 {
	font-size: 26px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	padding: 0px;
	margin: 0px;
	margin-left: -2px; /* draws randomly a bit to the right */
}
	
h3 {
	font-size: 17px;
	font-weight: normal;
	padding: 0px;
	margin: 20px 0px 10px 0px;
	margin: 10px 0px 10px 0px;
	clear: left;
	/* 5th october */
	font-size: 12px;
	font-weight: bold;
}
	

h4 {
	font-size: 12px;
	padding: 0px;
	margin: 4px 0px 0px 0px;
	/* 5th october */
	font-weight: normal;
}

h5 {
	font-size: 12px;
	padding: 0px;
	margin: 10px 0px 10px 0px;
	/* 5th october */
	font-weight: normal;
}
	li h5 { margin: 10px 0px 0px 0px; }

h6 {
	font-size: 12px;
	padding: 0px;
	margin: 0px 0px 0px 0px;
	font-weight: normal;
}
	
p {
	font-size: 12px;
	padding: 0px;
	margin: 0px 0px 10px 0px;
}
	p div, div {
		font-size: 12px;
		padding: 0px;
		margin: 0px 0px 10px 0px;
	}

small {
	font-size: 10px;
	margin: 0px;
	line-height: 11px;
}
	
a:link, a:visited, a:hover {
	text-decoration: none;
}

a.homeLink {
	width: 120px;
	height: 31px;
	display: block;
	margin: 0px;
	padding: 0px;
}

a.homeLink span {
	display: none;
}

.floatLeft {
	float: left;
}
	img.floatLeft {
		margin: 0px 10px 10px 0px;
		padding: 0px;
	}
	
.floatRight {
	float: right;
}
	img.floatRight {
		margin: 0px 0px 10px 10px;
		padding: 0px;
	}
	
.column ul {
	margin: 0px 0px 0px 18px;
	padding: 0px 0px 0px 0px;
}

.column ol {
	margin: 0px 0px 10px -20px;
	_margin-left: 22px;
}

.column ul li {
	margin: 0px 0px 5px 0px;
	padding: 0px;
	list-style-type: square;
}

.floatClear {
	display: block;
	height: 0;
	margin: 0;
	clear: both;
}

/* ######################################################### menu list */

/* I think this is right... */
ul.menuList {
	width: 600px;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 10px 0px;
	overflow: hidden;
	_margin-right: -20px;
}

ul.menuList li {
	width: 280px;
	list-style-type: none;
	margin: 0px 20px 10px 0px;
	_margin-right: 18px;
	padding: 0px;
	float: left;
}
ul.menuList li h5 {
	margin-top: 0px;
}

/* ######################################################### tables */

table {
	margin: 10px 0px 20px 0px;
	padding: 0px;
	border-collapse: collapse;
	font-size: 12px;
	width: 580px;
}
	table.pressReleases { width: 430px; }

table th {
	text-transform: uppercase;
	margin: 0px;
	padding: 2px 0px 0px 0px;
	vertical-align: top;
	width: 130px;
	text-align: left;
	height: 18px;
} 

table td {
	margin: 0px;
	padding: 4px 20px 4px 0px;
	border-bottom: 1px solid #f68a1f;
	vertical-align: top;
	width: 130px;
	_width: 110px;
} 
	table th.first, table td.first { padding-left: 10px; }
	table.pressReleases th.colspan, table.pressReleases td.colspan { width: 280px; padding-left: 10px; }

/* ######################################################### OFFER DETAIL PAGE */

#feliciniOffer {
	margin: 20px;
	padding: 0px;
	border: 2px dashed #ccc;
	_border: 4px dashed #ccc;
	background: #fff;
	width: 283px;
	height: 198px;
	overflow: hidden;
}

	#logo {
		margin: 20px 56px 10px 56px;
	}
	#content {
		width: 170px;
		margin: 0px 56px;
		height: 110px;
		overflow: hidden;
	}
	#scissors {
		position: absolute;
		top: 214px;
		_top: 217px;
		left: 265px;
	}
	
#feliciniOffer h1 { display: none; }
#feliciniOffer h2 { font-size: 15px; margin: 0px 0px 5px 0px; font-weight: bold; text-align: center; }
#feliciniOffer p { font-size: 11px; margin: 0px 0px 3px 0px; text-align: justify; line-height: 13px; }
#feliciniOffer small { font-size: 9px; margin: 0px; line-height: 9px; text-align: right; }

/* ######################################################### EMAIL */

#feliciniEmail {}
	#feliciniEmail #navPrimary {
		position: absolute;
		top: 0px;
		/*right: 760px;*/
		width: 140px;
		min-height: 430px;
		_height: 430px;		
		left: 50px;
		background: none;
	}
	#feliciniEmail #contentArea {
		position: absolute;
		top: 0px;
		/*right: 140px;*/
		width: 620px;
		min-height: 300px;
		padding: 0px;
		margin: 0px;
		overflow: visible;
		left: 190px;
	}
	#feliciniEmail img {
		float: left;
		margin: 0px 10px 10px 0px;
		width: 106px;
	}
	#feliciniEmail h3 {
		clear: left;
	}


/* ######################################################### COLOR WAYS */

body.night { background: #a12003 url("/images/sitewide/body-grad-night.jpg") repeat-x top left; }
body.day { background: #ffb061 url("/images/sitewide/body-grad-day.jpg") repeat-x top left; }

.night #navPrimary { background: url("/images/sitewide/nav-grad-night.jpg") no-repeat top left; }
.day #navPrimary { background: url("/images/sitewide/nav-grad-day.jpg") no-repeat top left; }

.night #navPrimary a:link, .night #navPrimary a:visited { color: #000; }
.night #navPrimary a:hover { color: #fff; }
.day #navPrimary a:link, .day #navPrimary a:visited { color: #000; }
.day #navPrimary a:hover { color: #fff; }	
/*
.night #contentArea { background: #1f0C02; }
.day #contentArea { background: #fff5ec; }
*/
.night #columnContainer { background: #1f0C02; }
.day #columnContainer { background: #fff5ec; }

.night #navSecondary { background: #000; }
.day #navSecondary { background: #f68a1f; }

.night #navSecondary a:link, .night #navSecondary a:visited { color: #fff; }
.night #navSecondary a:hover { color: #ef8114; }
	.night #navSecondary .current a { color: #ef8114; }
.day #navSecondary a:link, .day #navSecondary a:visited { color: #fff; }
.day #navSecondary a:hover { color: #630; }
	.day #navSecondary .current a { color: #4e2a07; }

	
.night h1 { background: url("/images/sitewide/felicini-logo-night.gif") no-repeat top left; }
.day h1 { background: url("/images/sitewide/felicini-logo-day.gif") no-repeat top left; }

.night h2 { color: #ef8114; }
.day h2 { color: #ef8114; }

.night h3 { color: #fff; }
.day h3 { color: #4e2a07; }

.night h4 { color: #ef8114; }
.day h4 { color: #ef8114; }

.night h5 { color: #eee; }
.day h5 { color: #1f0c02; }

.night h6 { color: #ccc; }
.day h6 { color: #300; }

.night p, .night .column li { color: #fff; }
.day p, .day .column li  { color: #1f0c02; }

.night small { color: #fff; }
.day small { color: #1f0c02; }

.night strong { color: #ccc; }
.day strong { color: #300; }

.night a:link, .night a:visited { color: #ffb061; }
.night a:hover { color: #ccc; }
.day a:link, .day a:visited { color: #a12003; }
.day a:hover { color: #000; }

.night #hideTextBtn { background: #a12003; }
.day #hideTextBtn { background: #ffe2c5; }

.night #showTextBtn { background: #a12003; }
.day #showTextBtn { background: #a12003; }

.night fieldset { color: #fff; }
.day fieldset { color: #1f0c02; }

.night table { color: #fff; }
.day table { color: #1f0c02; }

.night table th { background: #f68a1f; color: #fff; }
.day table th { background: #f68a1f; color: #fff; }