/* ------------------------------------------------------------

    Title:     Eurohaus - screen
    Author:    corinne@codacreative.co.nz
    Created:   December 2008


/* General Styles
------------------------------------------------------------------*/
html, body, form, fieldset, h1, h2, h3, h4, h5, h6, p, blockquote, ul, ol, dl {
	margin:0;
	padding:0;
	}

body {
	margin: 27px 0px 10px 0px;
	padding: 0;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	text-align: center;
	color: #333333;
	background: #CBCECF url("../images/bg-strip.gif") repeat-x;
	font-size: 0.8125em;
	line-height: 1; 
}

body#interio {
	background: #CCC;
}

p {
	font-size: 0.935em;
	line-height: 1.4em;
	margin-bottom: 10px;
	}


.hide {
	display: none;
	 }


hr {
	clear:both;
	visibility:hidden;
	margin: 0;
	padding: 0;
	}
	
.clear {
	clear:both;
	}
		
img {
	border:0;
	}	
	
.center {
margin: 0px auto;
}
	 
#wrap {
	background-color: #FFFFFF;
	margin: 0px auto;
	width: 920px;
	text-align: left; 
	border: 5px solid #FFFFFF;
	}

#gallery-page #wrap {
	width: 700px;
	}
	
h1 {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 1.9em;
	font-weight: normal;
	line-height: 1.1em;
	color: #357083;
	padding: 0;
	padding-bottom: 0.2em;
	}
	
h2 {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: normal;
	color: #7FCCFF;
	margin-bottom: 0.5em;
	}
	
h3 {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 1.3em;
	font-weight: normal;
	color: #FFFFFF;
	}
	
h4 {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: normal;
	}
	
h5 {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: normal;
	}
	
h6 {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: normal;
	line-height: 1.1em;
	}
	
.contentpadding {
	padding: 30px;
	margin-top: 14px;
	}
	
#gallery-page .contentpadding {
	margin: 0;
	}
	
	
.pgpadding {
	padding: 30px 0px 5px 30px;
	margin-top: 14px;
	}
	
a.weblink {
	text-decoration: none;
	color: #357083;
	}
	
a.weblink:hover {
	text-decoration: underline;
	}
	
/* Index Page Layout
------------------------------------------------------------------*/	
#index-page #navigation {
	width: 920px;
	height: 80px;
	background-color: #132227;
	}
	
#index-page #content {
	background: url("../images/bg-stripes-vert.gif") repeat-x;
	padding: 0 0 25px 0;
	}
	
#index-page .contentpadding {
	margin: 0;
	background-color: #FFF;
	}
	
.homepanel {
	width: 270px;
	height: 100px;
	float: left;
	margin-bottom: 10px;
	}
	
.homepanel a {
	text-decoration: none;
	color: #0B6D8A;
	}
	
.homepanel a:hover {
	color: #000;
	text-decoration: underline;
	}
	
.homepanel p {
	padding: 10px;
	border: 1px dashed #E8E9E4;
	}
	
.homepanel p:hover {
	background-color: #F1F1F1;
	}
	
#index-page .space-right {
	margin-right: 20px;
	}

.righthalf {
	background-color: #f3f3f3;
	float: right;
	width: 460px;
	height: 327px;
	}
	
#index-page .righthalf .intro {
	background: #f3f3f3 url("../images/bg-intro.gif") 0 0 no-repeat;
	padding: 70px 35px 0px 35px;
	}

#index-page .righthalf .intro h1 {
	font-size: 1.4em;
	}
	
#index-page .righthalf .intro p {
	font-size: 1.05em;
	color: #777777;
	}
	
#index-page h2 {
	margin-bottom: 0.3em;
	}
	
/* Main Navigation
------------------------------------------------------------------*/
#navigation {
	width: 920px;
	height: 80px;
	background-color: #132227;
	}
	
#navigation .cart {
	float: right;
	text-align: right;
	width: 400px;
	color: #fff;
	margin-top: 28px;
	padding-right: 20px;
}

#navigation .cart a.cartSummaryLink {
	color: #FFF;
	text-decoration: underline;
	font-weight: bold;
}
	
#nav_main {
	width: 920px;
	height: 34px;
}

#nav_main ul#nav_14623 {
	border-top: 4px solid #FFF;
	width: 920px;
	height: 24px;
	float: left;
	}

ul#nav_14623 li {
	padding:0;
	margin:0;
	list-style-type:none;
	float:left;
	}

ul#nav_14623 li a {
	border-right: 1px dashed #FFF;
	height: 20px;
	padding: 6px 15px 4px 15px;
	display: block;
	float:left;
	text-decoration:none;
	color: #FFF;
	font-size: 1.1em;
}

ul#nav_14623 a:hover {
	color: #A9C5D6;
	height: 20px;
	padding: 6px 15px 4px 15px;
	background: url("../images/nav-bg.gif") 0 2px repeat-x;
}

ul#nav_14623 li.selected a {
 	color:#FFF;
	background: #0B6D8A;
	height: 20px;
	padding: 6px 15px 4px 15px;
}


/* Contact Form
------------------------------------------------------------------*/
#contactForm fieldset {
	display: block;
	width: 90%;
	margin: 0 0 3em 0;
	padding: 0 15px 10px 10px;
	background-color: #F2F9FF;
	border: 0;
	color: #357083;
	font-size: 85%;
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	}
	
#contactForm legend {
	margin-top: 10px;
	display: none;
	}

#contactForm input.field {
	display: block;
	width: 100%;
	border: none;
	font-size: 1em;
	color: #357083;
	margin-top: 0.4em;
	padding: 0.2em;
	}
	
#contactForm input.check {
	display: inline;
	width: auto;
	}
	
#contactForm label {
	display: block;
	margin-bottom: 1em;
	font-weight: bold;
	}

#contactForm label.first{
	padding-top: 1em;
	}
	
#contactForm textarea {
	display: block;
	width: 100%;
	border: none;
	color: #357083;
	font-size: 1em;
	margin-top: 0.4em;
	padding: 0.2em;
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	}
	
#contactForm input.submit {
	display: block;
	width: 25%;
	border: none;
	color: #FFFFFF;
	font-weight: bold;
	background-color: #357083;
	font-size: 85%;
	margin-top: 1em;
	padding: 0.2em;
	cursor: pointer;
	}


	
/* SPECS - Table Layout and image space
------------------------------------------------------------------*/
table.designsetspecs {
	width: 450px;
	border: 0;
	padding: 0;
	font-size: 1em;
	margin: 7px 0px 20px 0px;
	text-align: left;
	vertical-align: top;
	}
	
table.designsetspecs td {
	background-color: #edf2f4;
	border-bottom: 3px solid #FFFFFF;
	text-align: left;
	vertical-align: top;
	padding: 6px;
	line-height: 1.2em;
	}

table.designsetspecs td.first {
	color: #357083;
	width: 27%;
	background-color: #E5EBED;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 0.8em;
	}
	
table.designsetspecs a {
	background: url("../images/icon_pdf.gif") 0 0 no-repeat;
	color: #357083;
	padding: 4px 0px 4px 20px;
	text-decoration: underline;
	}

table.designsetspecs a:hover {
	color: #333333;
	}
	
.details h2 {
	font-size: 1.4em;
}


	
/* Main Design Layout - half and half (brand detail etc)
------------------------------------------------------------------*/	

.stripes {
	background: url("../images/bg-stripes.gif") repeat-y;	
	}

#content .lefthalf, #wrap .lefthalf {
	width: 460px;
	float: left;
	background-color: #FFF;
	}
	
.lefthalf h1 {
	margin-bottom: 0em;
	text-transform: lowercase;
	}	
	
.lefthalf .pgroup {
	padding: 10px 3px;
	border-bottom: 1px dashed #777;
	}
	
.lefthalf .pgroup h2 {
	margin-bottom: 0.2em;
	font-size: 1em;
	}
	
.lefthalf .pgroup p {
	margin-bottom: 0em;

	}
	
.lefthalf .pgroup a {
	text-decoration: none;
	color: #0B6D8A;
	}
	
.lefthalf .pgroup a:hover {
	color: #000;
	text-decoration: underline;
	}
	
.lefthalf .pgroup:hover {
	background-color: #F8F8F8;
	}	
	
#content #righthalf {
	width: 460px;
	float: left;
	min-height:400px;
	}
	
#righthalf .smallpadding {
	background-color: #FFFFFF;
	padding-left: 4px;
	padding-bottom: 2px;
	margin-bottom: 20px;
	}
	
#righthalf .halfdivider {
	background: #024453 url("../images/bg-middivider.gif") repeat-x;
	width: 456px;
	height: 28px;
	clear: left;
	}
	
body#interio #righthalf .halfdivider {
	background: #000;
	}	
	
#righthalf .spaceabove {
	margin-top: 20px;
	}
	
.halfdivider h3 {
	margin-left: 20px;
	padding-top: 5px;
	text-transform: lowercase;
}

#righthalf ul.rightrow {
	width: 456px;
	height: 103px;
	background-color: #FFFFFF;
	clear: both;
	padding-bottom: 3px;
	}
	
ul.rightrow li {
	padding:0;
	margin:0;
	list-style-type:none;
	float:left;
	width: 227px;
	height: 100px;
	border-right: 1px dashed #999999;
	}
	
ul.rightrow li a {
	border:0;
	display:block;
	text-decoration:none;
	width: 227px;
	height: 100px;
	border-bottom: 3px solid #999999;
	color: #333333;
}

ul.rightrow li a p {
	margin-left: 120px;
	margin-right: 10px;
	padding-top: 10px;
	}
	
ul.rightrow li a img {
	float: left;
	}

ul.rightrow li a:hover {
	color: #7FCCFF;
	border-bottom: 3px solid #7FCCFF;
	background-position: 0px -100px;
	}
	
ul.rightrow li.note {
	font-size: 0.9em;
	height: 100px;
	border-bottom: 3px solid #999999;
	background-color: #F8F8F8;
	}	

ul.rightrow li.note p {	
	padding: 10px 20px;
	}
	
	
.dropdown {
	padding: 10px 0px 10px 0px;
	height: 24px;
	}
	
.dropdown form {
	text-align: right;
	background: #BBCFD9 url("../images/bg-dropdown.gif") no-repeat 0 0;
	height: 24px;
	text-transform: lowercase;
	}
	
.dropdown form label {
	margin-right: 10px;
	font-size: 0.95em;
	color: #357083;
	}
	
.dropdown form label a {
	color: #357083;
	text-decoration: underline;
	}
	
.dropdown form label a:hover {
	color: #86CEFF;
	}
	
	

	
/* brands overview Design Layout 
------------------------------------------------------------------*/	

#content .brandover-left {
	width: 920px;
	float: left;
	background: #F7F7F7 url("../images/bg-steam.gif") 0 0 no-repeat;
	margin-top: 1px;
	margin-bottom: 2px;
	}
	
#content .brandover-left .contentpadding {
	padding: 30px 350px 30px 30px;
	}

	
#content .middivider {
	background: #024453 url("../images/bg-middivider.gif") repeat-x;
	width: 920px;
	height: 28px;
	}

#content .middivider h3 {
	margin-left: 30px;
	padding-top: 5px;
}

#content .middivider h3 a {
	color: #FFF;
	text-decoration: none;
}

#content .brandselection, #content .literature {
	background: url("../images/bg-stripes-vert.gif") repeat-x;
	padding-bottom: 60px;
	}
	
#content .brandselection table.catalogueTable, #content .brandselection table.productTable {
	/*width: 920px;*/
	clear: right;
	background-color: #FFFFFF;
	padding-bottom: 5px;
	}
	
#content div.literature div.literature-casing, #content .brandselection td.catalogueItem {
	padding:0;
	margin:0;
	width: 229px;
	height: 100px;
	border-right: 1px dashed #999999;
	border-bottom: 3px solid #999999;
}

#content div.literature div.literature-casing {
	float: left;
	background-color: #FFF;
}

#content div.literature div div.padding {
	padding: 10px;
}

p.literature-container {
	margin-bottom: 0.6em;
	line-height: 1.1em;
}


#content .brandselection td.catalogueItem p a, p.literature-container a {
	text-decoration:none;
	color: #357083;	
}
#content .brandselection td.catalogueItem p {
	padding-top: 10px;
}

#content .brandselection td.catalogueItem img {
	float: left;
	margin-right: 10px;
}		

#content .brandselection td.catalogueItem p a:hover, p.literature-container a:hover {
	color: #7FCCFF;
	text-decoration: underline;
	}

/* News Items
------------------------------------------------------------------*/
	
#righthalf .blog-post {
	border-bottom: 3px solid #999999;
	margin-bottom: 3px;
	margin-top: 1px;
	padding: 5px 15px;
	}
	
.newsitem {
	border-bottom: 3px solid #999999;
	margin-bottom: 6px;
	margin-top: 1px;
	padding: 5px 15px;
	height: 100px;
	}
	
#righthalf .blog-post:hover, .newsitem:hover {
	border-bottom: 3px solid #7FCCFF;
	}
	
.blog-post h2.post-title {
	border-bottom: 1px solid #ccc;
	font-size: 18px;
	margin: 0 0 10px 0;
	padding: 0 0 3px 0;
}
	
.newsitem h4 {
	padding-top: 9px;
	font-size: 1.1em;
	margin-bottom: 0.2em;
	}
	
.newsitem p {
	font-size: 0.92em;
	margin-right: 12px;
	}
.newsitem img {
	float: left;
	margin-right: 14px;
}
	
.blog-post a, .newsitem a {
	color: #357083;
	text-decoration: none;
	}
	
.blog-post a:hover, .newsitem a:hover {
	color: #082B34;
	text-decoration: underline;
	}	
	
/* Contact Items
------------------------------------------------------------------*/
	
.contactitem {
	width: 200px;
	float: left;
	margin-top: 15px;
	margin-right: 10px;
	font-size: 1.1em;
	}
	

/* Image Gallery
------------------------------------------------------------------*/
#navigation h1 {
	color: #FFF;
	padding-top: 13px;
	margin-left: 30px;
	}
	
table.gallerythumbs {
	margin-top: 20px;
	width: 640px;
	background: url("../images/bg-gallerythumbs.gif") 0 0 repeat-y;
	}
	
table.gallerythumbs td {
	width: 128px;
	text-align: center;
	padding: 7px 0px;
	}
	
table.gallerythumbs td a img {
	border: 1px solid #999;
	}
	
table.gallerythumbs td a:hover img {
	border: 1px solid #000;
	}


/* Product Group Overview Rollovers
------------------------------------------------------------------*/
#nav-pg-vchina a {
	width: 229px;
	height: 100px;
	background-image: url("../images/pg-overview-basins.jpg");
	background-repeat: no-repeat;
}


#nav-pg-furniture a {
	width: 229px;
	height: 100px;
	background-image: url("../images/pg-overview-furniture.jpg");
	background-repeat: no-repeat;
}


#nav-pg-tapware a {
	width: 229px;
	height: 100px;
	background-image: url("../images/pg-overview-tapware.jpg");
	background-repeat: no-repeat;
}

#nav-pg-mirrors a {
	width: 229px;
	height: 100px;
	background-image: url("../images/pg-overview-mirrors.jpg");
	background-repeat: no-repeat;
}

#nav-pg-lights a {
	width: 229px;
	height: 100px;
	background-image: url("../images/pg-overview-lights.jpg");
	background-repeat: no-repeat;
}

#nav-pg-accessories a {
	width: 229px;
	height: 100px;
	background-image: url("../images/pg-overview-accessories.jpg");
	background-repeat: no-repeat;
}

#nav-pg-baskets a {
	width: 229px;
	height: 100px;
	background-image: url("../images/pg-overview-baskets.jpg");
	background-repeat: no-repeat;
}

#nav-pg-parts a {
	width: 229px;
	height: 100px;
	background-image: url("../images/pg-overview-parts.jpg");
	background-repeat: no-repeat;
}


/* Footer
------------------------------------------------------------------*/
#footer {
	font-size: 0.85em;
	color: #FFFFFF;
	width: 920px;
	height: 20px;
	clear:both;
	}
	
#footer {
	background: #000000 url("../images/bg-footer.gif") repeat-x;
}
	
body#interio #footer {
	background: #000000;
	}
	
#gallery-page #footer {
	width: 700px;
	}
	
#footer span.copyright {
	float: left;
	padding-left: 15px;
	padding-top: 4px;
	}
	
#footer span.contact {
	float: right;
	padding-right: 15px;
	padding-top: 4px;
	}
	
#footer a {
	text-decoration: none;
	color: #FFFFFF;
	margin-left: 35px;
	}
	
#footer a:hover {
	text-decoration: underline;
	}