/* ///////////////////////////////////////////////////////////////////////////////////////////////
Mail Connected Styles
Date: 26/01/2010
Author: Ville Vartiainen
Agency: A&N Media

01. Main Layout
02. Homepage
03. Navigation lists
04. Content area
05. Page form (email request)

//////////////////////////////////////////////////////////////////////////////////////////////  */

@import 'reset.css';
@import 'typography.css';

/* ///////////////////////////////////////////////////////////////////////////////////////////////
01. Main Layout
//////////////////////////////////////////////////////////////////////////////////////////////  */

#wrapper {
	background:#fff url(../img/bg_page.jpg) 50% 0 no-repeat;
}


#column {
  width: 943px;
  overflow: hidden;
  margin: 0 auto;
}

a#header {
	height:103px;
	display: block;
	text-indent: -9000px;
}

#mainnav {
	height:37px; 
	background: url(../img/mainnavbar.jpg) no-repeat;
}

#search-form {
	float:right; 
	padding:7px 5px 0 0;
}
#search-form label {
	display:none;
}
#search_form_text {
	border:none; 
	width:130px;
	font-size: 1.2em;
}
#submitsearch { 
	background: url(../img/ui-search.jpg); 
	width:57px; 
	height:22px; 
	color:#fff;
	border:none;
	font-size:0.9em;
	font-weight:bold;
}

#main {
  width: 943px;
  overflow: hidden;
}



#subnavigation {
	background: url(../img/bg_subnav.jpg) no-repeat;
	width: 168px;
	float: left;
	margin-right: 20px;
	margin-top:20px;
	padding-top: 20px;
}

#content {
	float: left;
	width: 525px;
	margin-right: 30px;
	overflow: hidden;
}

#rightside {
	width: 200px;
	float: left;
	margin-top:20px;
}

#product_finder {
	background: url(../img/bg_product_finder.jpg);
	width: 200px;
	height: 64px;
	margin-bottom: 20px;
	font-size: 0.8em;
	text-align: center;
	padding-top: 8px;
}
#product_finder h3 {
	color: #1b84a9;
	font-weight: bold;
	margin: 0;
}
#product_finder select {
	font-size: 1em;
	margin-top: 1px;
	margin-right: 10px;
	width: 140px;
	height: 18px;
}
#product_finder #submit {
    width: 33px;
}
#product_finder.on {
    width: 190px;
    padding-right: 10px;	
}
#product_finder.on h3 {
	margin: 0;
}
#product_finder.on select {
	width: 140px;
}
#product_finder.on #submit {
	display: none;
}
#product_finder.on #brand,
#product_finder.on #section {
    margin-left: 8px;	
}
#product_finder ul.errors {
	float: left;
	list-style: none;
	color: #FF0000;
	margin: 0;
}
#product_finder ul.errors li {
	margin: 0 0 0 12px;
}

#print {
	width: 940px;
	overflow: hidden;
}

#print a {
	padding-left:25px; 
	background:url(../img/ico-print.gif) no-repeat; 
	color: #1b84a9;
	margin-top: 10px;
	display: block;
	height: 30px;
	width: 50px;
	float: right;
}

#footer {
	height:150px; 
	text-align: left;
}

/* ///////////////////////////////////////////////////////////////////////////////////////////////
02. Homepage
//////////////////////////////////////////////////////////////////////////////////////////////  */

#home {
	float: left;
	width: 729px;
	margin-right: 12px;
	margin-top: 20px;
	overflow: hidden;
}

.home_slugs {
	background: url(../img/home_slugs.jpg);
	color: #fff;
	width: 730px;
	height: 101px;
	overflow: hidden;
	margin-top: 20px;
}

#main .home_slugs h1 {
	color: #fff;
	font-size: 1.4em;
	margin-bottom: 5px;
}

.home_slugs div {
	float: left;
	margin-top: 15px;
}

#main .home_slugs a {
	color: #fff;
}

#main .home_slugs p {
	line-height: 15px;
}

.home_slugs div.one {
	margin-left: 35px;
	width: 180px;
}

.home_slugs div.two {
	margin-left: 40px;
	width: 220px;
}

.home_slugs div.three {
	margin-left: 40px;
	width: 170px;
}


/* ///////////////////////////////////////////////////////////////////////////////////////////////
03. Navigation lists
//////////////////////////////////////////////////////////////////////////////////////////////  */

#mainnav ul,#subnavigation ul,#quicklinks ul,ul.breadcrumb{
	margin:0; 
	padding:0; 
	list-style:none;
}

#mainnav ul li {
	float:left; 
	border-right:1px solid #999;
}
#mainnav ul li a {
	color:#fff; 
	padding:12px 1em; 
	display:block;
	text-decoration:none;
	font-weight:bold;
}
#mainnav ul li a:hover, #mainnav ul li.active a {
	background:#aab3b4; 
}

#mainnav ul li.first a:hover, #mainnav ul .first.active a  {
	background: #aab3b4 url(../img/mainnavfirst.gif) top left no-repeat; 
}

/* BREADCRUMB */

#main ul.breadcrumb, #main div.breadcrumb { 
	line-height:32px;
	list-style: none;
	padding:0;
	margin:0;
	width: 590px;
	overflow: hidden;
}
#main ul.breadcrumb li {
	float:left; 
	margin-right:5px;
}
#main ul.breadcrumb li a {
	background: url(../img/breadcrumb_arrow.gif) 0 5px no-repeat;
	color:#3c3c3c;
	padding-left: 10px;
}
#main ul.breadcrumb li.first a {
	background: none;
	padding-left: 0px;
}

/* SUBNAV */
	
#subnavigation ul li {
	line-height:2.5em; 
	border-bottom:1px dotted #ccc;
	width:160px;	
}

#subnavigation ul li li.last {
	border-bottom:none;
}

#subnavigation ul li a {
	display:block; 
	color:#3c3c3c;
	text-indent: 13px;
}
#subnavigation ul li a:hover { 
	background:url(../img/bg_subnavitem.jpg) top right repeat-y; 
	text-decoration:none !important;
}

#subnavigation ul li.active a { 
	color: #1b84a9;
}


		#subnavigation ul ul li {
			line-height:2.0em; 
			border-bottom:1px dotted #ccc;
		}
		#subnavigation ul ul li a {
			background: #fff !important;
			color: #1b84a9;
			display:block; 
			font-size:0.9em;
		}
		#subnavigation ul ul li a:hover, #subnavigation ul ul li.active a { 
	background:url(../img/bg_subnavitem.jpg) top right repeat-y !important; 
		}
		
			#subnavigation ul ul ul li {
			background:#fff url(../img/ico-navarrow.gif) 0 40% no-repeat;
			}
			
			#subnavigation ul ul ul li a {
				color: #1b84a9;
				display:block; 
				font-size:0.8em;
				padding-left: 10px;
				
			}
			#subnavigation ul ul ul li a:hover { 
				background:url(../img/bg_subnavitem.jpg) top right repeat-y;
				text-decoration:none;
			}
		
/* QUICKLINKS */

#quicklinks {
	background: #fff url(../img/quicklinks_top.jpg) top right no-repeat;
	padding-top: 20px;
	margin-bottom: 2em;
}

#quicklinks h2 {
	font:bold 1.5em Arial;
	text-indent: 28px;
}

#quicklinks ul li {
	line-height:2.5em; 
	border-bottom:1px dotted #ccc;
	background: #fff url(../img/ico-quicklinks.gif) 0 0.8em no-repeat;	
	margin: 0 0 0 28px;
	width: 150px;
}
#quicklinks ul li a {
	display:block; 
	width:100%; 
	color:#35350e;
	text-indent:15px;
}
#quicklinks ul li a:hover { 
	background:url(../img/bg_subnavitem.jpg) top right repeat-y; 
	text-decoration:none;
}

a.talk_to_us {
	display: block;
	background: url(../img/talk_to_us.jpg) 0 0 no-repeat;
	height: 72px;
	width:200px;
	text-indent: -9000px;
	margin-top: 20px;
}

a.talk_to_us:hover {
	background: url(../img/talk_to_us.jpg) 0 -71px no-repeat;
}

/* ///////////////////////////////////////////////////////////////////////////////////////////////
04. Content Area
//////////////////////////////////////////////////////////////////////////////////////////////  */

#content img {
	border: 1px solid #ccc;
	padding: 1px;
}

.main-image {
	float: right;
	padding: 1px;
	margin: 0 0 1em 1em;
}

.flipbook {
	display: block;
	background: url(../img/ico-flipbook.gif) 0 50% no-repeat;
	line-height: 20px;
	padding-left: 20px;
}

#main div.button-block {
	float: left;
	text-align: center;
	background: url(../img/button_left.jpg);
	color: #fff !important;
	height: 88px;
	padding: 15px 5px;
	width: 236px;
	line-height: 1.2em;	
	margin: 0 1em 0.6em 0;
	overflow: hidden;
}

#main div.button-block ol,
#main div.button-block ul  {
    line-height: 1.2em;
    margin-bottom: 1em;
    height: 3.6em;
}

#main div.button-block p {
	padding: 0;
	margin: 0;
}

#main div.button-block.odd {
	background: url(../img/button_right.jpg);
}

#main div.button-block a {
	color: #fff !important;
	background: url(../img/button_link_arrow.png) 100% 75% no-repeat;
	padding-right: 10px;
}

#main div.button-block h2 {
	display: block;
	width: 230px;
	margin-bottom: 5px;
	color: #fff;
	font-size: 1em;
	font-weight: bold;
}

.gallery img {
	width: 160px;
	height: 205px;
}

table.moreinfo div {
	padding-bottom: 10px;
}


/* SEARCH RESULTS */
#search_results h1 {
    margin: 0.4em 0 0.2em;
}
#search_results p {
	padding-bottom: 0.2em;
    border-bottom: 1px solid #999;
}
#search_results ul {
    margin: 0;
}
#search_results li {
    margin: 0 0 1.6em;
    list-style: none;
}
#search_results h2 {
    margin-bottom: 0.3em;
}
#search_results .excerpt {
    width: 60%;
    margin-bottom: 0.4em;
}
#search_results em {
    background: #faff82;
    font-style: normal;
    font-weight: bold;
}
#search_results cite {
    font-style: normal;
    color: #1B84A9;
    /*color: #9f991e; /* dark mustard */
}

/* CONTACTS */

#main ul.contact_land {
	background: url(/img/contact_landing.jpg);
	list-style: none;
	height: 393px;
	width: 523px;
	overflow: hidden;
	padding-top: 90px;
	margin: 0 0.5em 1.5em;
}

.contact_land li {
	list-style: none;
	display: block;
	float: left;
	margin: 0 0 20px 40px;
	height: 60px;
	width: 120px;	
}

.contact_land li a {
	display: block;
	float: left;
	height: 60px;
	width: 120px;
	text-indent: -9000px;
}

.contact, .manager, .depthead {
	float:left; 
	width:46%;
	height: 100px;
	border-bottom:1px solid #ccc; 
	margin:0 0.5em 0.5em 0;
	padding:0 0.5em; 
	border-right:1px solid #ccc;
	background:url(../img/box-bg.jpg) bottom left repeat-x;
	font-size:0.9em;
}

.manager {
	background:url(../img/box-bg-blue.jpg) bottom left repeat-x;
	width:500px;
}

.contact.depthead {
	background:url(../img/box-bg-headdept.jpg) bottom left repeat-x;
}

#main .contact h2, #main .manager h2, #main .depthead h2 {
	font-size:1.2em; 
	padding:0; 
	margin:0 0 10px 0; 
	font-weight:bold;
	color:#3c3c3c;
}

.contact a, .manager a, .depthead a { 
	display: block; 
	clear: both;	
	padding: 2px 0; 
	width: 240px;
	overflow: hidden;
}

#main .contact img,#main .manager img,#main .depthead img {float:left; margin-right:8px; border: none;}

#main .contact p, #main .manager p, #main .depthead p {margin:0; padding: 0;}

.contact dt {
	display: none;
}

.contact dd {
	padding: 2px 0;
}
/* NEWS*/

.news-item {
	border-bottom: 1px dotted #999;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

/* ///////////////////////////////////////////////////////////////////////////////////////////////
05. Page form (email request)
//////////////////////////////////////////////////////////////////////////////////////////////  */

#content form h2 {
	font-size: 16px;
	margin-bottom: 20px;
}

#content form ul {
	list-style: none;	
}

#content form ul li {
	width: 500px;
	overflow: hidden;
	margin-bottom: 15px;
}

#content form li label {
	display: block;
	float: left;
	width: 150px;
	margin-right: 10px;
	line-height: 20px;
}

#content form li input {
	float: left;
	width: 300px;
}

#content form #send {
	width: auto;
	float: none;
	margin-left: 160px;
	margin-top: 10px;
}

#content form li textarea {
	float: left;
	width: 300px;
	height: 100px;
}

#content form ul.errors {
	display: block;
	clear: both;
	background: #f6ff06;
	font-weight: bold;
	margin: 0 0 0 160px;
	line-height: 15px;
	width: 305px;
	text-indent: 10px;
}

#main p.thankyou {
	background: #c4ed98;
	text-indent: 10px;
	font-weight: bold;
	padding: 3px 5px;
}
