/* Element Layout Styling */

/* Link List */

ul.link_list li {
	display: block;
}

ul.link_list li a {
	font-family: Georgia, serif;
	display: block;
	width: 276px;
	height: 29px;
	font-size: 1.8em;
	line-height: 1.6em;
	color: #0c0647;
	padding-left: 35px;
	margin-bottom: 1px;
	background: url('/images/arrow_off.gif') center left no-repeat;
}

ul.link_list li a:hover {
	color: #0c0647;
	text-decoration: none;
	background: url('/images/arrow_hover.gif') center left no-repeat;
}

/* Right Column */

div#rightColumn h1 {
	font-size: 2.4em;
	clear: left;
	float: left;
}

div#rightColumn h2 {
	margin: 0;
}

.block {
	display: block;
	width: 211px;
}

div#rightColumn span.break {
	display: block;
	clear: both;
	width: 221px;
	height: 0px;
	margin: 2em 0 2em -2em;
	background: none;
	border-bottom: 2px dotted #c7c7c7;
}

.block h2 span {
	display: none;
}

.block h2 a:hover,
.block a {
	text-decoration: none;
}

/* Panoptic */

.panoptic {
	clear: left;
	padding: 1em 0 18px;
	background: url('/images/panoptic_btm.png') bottom no-repeat
}

.panoptic a {
	color: #fff;
}

.panoptic h2 {
	height: 55px;
	margin: 0;
	background: url('/images/panoptic_top.png') top no-repeat;
}

.panoptic p {
	padding: 0 14px;
	font-size: 1.6em;
	color: #fff;
	margin: 0;
	background: url('/images/panoptic_mid.png') bottom no-repeat;
	zoom: 1;
}

/* Adverghetti */

.advertghetti {
	clear: left;
	padding: 1em 0 95px;
	background: url('/images/advertghetti_btm.png') bottom no-repeat;
}

.advertghetti h2 {
	height: 102px;
	margin: 0;
	background: url('/images/advertghetti_top.png') top no-repeat;
}

.advertghetti h2 a {
	display: block;
	height: 102px;
}

.advertghetti div.feed {
	padding: 0 14px;
	color: #fff;
	margin: 0;
	overflow: hidden;
	background: url('/images/advertghetti_mid.png') repeat-y;
}

.advertghetti h4 {
	font-size: 1.2em;
	color: #f6ff00;
	margin-bottom: 1em;
}

.advertghetti h3 {
	font-size: 1.8em;
	margin-bottom: 1em;
}

.advertghetti h3 span {
	font-size: 0.6em;
	font-weight: normal;
	margin-bottom: 1em;
}

div.advertghetti p a {
	text-decoration: none;
	display: block;
	margin: 1em 0;
	color: #fff;
}

span.read {
	display: block;
	margin: 1em 0;
	color: #f6ff00;
}

a:hover span.read {
	text-decoration: underline;
}

/* Tea and Coffee */

.tea_coffee {
	height: 131px;
	background: url('/images/tea_coffee_bk.png') top left no-repeat;
}

.tea_coffee a {
	color: #333;
}

.tea_coffee h2 {
	color: #000;
	margin-bottom: 0.3em;
	padding: 20px 80px 14px 20px;
}

.tea_coffee p {
	color: #000;
	margin: 0;
	padding: 0 80px 0 20px;
}


/* Brand */

div.logo {
	width: 145px;
	margin: 0 10px 3em 0;
	text-align: center;
	float: left;
}

div.logo p {
	font-size: 1.1em;
	line-height: 1em;
	padding: 5px;
	background: #FCFCFC;
	color: #AAAAAA;
}

/* Contact form */
form#contact_form {
	font-size: 140%;
}
	
	form#contact_form label {
		color: #838383;
		margin-bottom: 5px;
		display: block	;
	}

	form#contact_form input#name,
	form#contact_form input#subject,
	form#contact_form input#email {
		height: 18px;
		font-size: inherit;
		width: 306px;
	}

	form#contact_form input, form#contact_form textarea {
		background-color: #f9fbfc;
		border-top: 1px solid #dfe0e1;
		border-left: 1px solid #dfe0e1;
	}

	form#contact_form textarea {
		overflow: auto;
		width: 306px;
		font-size: 140%;
	}
	
	form#contact_form div.form_row {
		margin-bottom: 27px;
	}
	
	form#contact_form input.submit_this_form {
		border: none;
		background-color: transparent;
	}
	
a.title {
	color: #fff;
}

a.title:hover {
	text-decoration: underline;
}

.error_msg {
	color: red;
}
