/* 
    Document   : allhomes
    Created on : 2009-07-03, 15:51:29
    Author     : Goweb.ie
    Description:
*/


body{
	font: 100% Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-size:14px;
	background-color: #16455B;
}
body.home #body_upper{
	background-image: url(../img/bg_home.png);
	background-repeat: repeat-x;
}
body.other #body_upper{
	background-image: url(../img/bg.png);
	background-repeat: repeat-x;
}
body.distribution #body_upper{
	background-image: url(../img/bg_dist.png);
	background-repeat: repeat-x;
}
a{
	color: #99CC00;
	text-decoration:none;
	outline:none;
}
a:hover{
	text-decoration:underline;
}
a img{
	border: none;
}
#body_upper{
	background-color:#FFF;
}

#mainContent strong {
	color:#666666;
}

#container {
	width: 930px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left;
}
#container p, #container_lower p{
	padding:0;
	margin: 0 0 8px 0;
}
#header {
	height: 101px;
	padding: 10px 0px 0 10px;
	margin-bottom: 16px;
	background: url(../img/header.png) no-repeat right top;
	position:relative;
}

img.logo{
	float:left;
	
}
#menu_mini{
	position:absolute;
	right:0;
	top:10px;
	color:#1A4B60;
	text-align: right;
	width: 600px;
}
#menu_mini a{
	color:#1A4B60;
}
#menu{
	position:absolute;
	bottom:0px;
	right:-9px;
	height:40px;
}
.menu_item{
	float:left;
	cursor: pointer;
}
#menu .selected{
	cursor:auto;
}
.menu_left{
	float:left;
	background:url(../img/menu_tab_left.png) no-repeat left;
	height:40px;
	width:8px;
}
.menu_right{
	float:left;
	background:url(../img/menu_tab_right.png) right;
	height:30px;
	padding: 10px 20px 0 5px;
	color:#FFF;
	font-weight: bold;
	font-size: 16px;
	text-transform:uppercase;
}
.menu_right a{
	color:#FFF;
}
.selected .menu_left{
	background-image:url(../img/menu_tab_sel_left.png);
}
.selected .menu_right{
	background-image:url(../img/menu_tab_sel_right.png);
}
#upperContent {
	background:url(../img/shadow.png) no-repeat top center;
	height: 236px;
	margin-bottom: 25px;
	padding-top: 20px;
	color:#FFF;
	clear:both;
}
#upperContent div.inner{
	width:930px;
}
#upperContent p.title{
	font-size:26px;
	color:#FFF;
}
#upperContent div.box img{
	border: solid 3px #FFF;
}
#upperContent div.box{
	float:right;
	margin-left: 25px;
	background:url(../img/foto_shadow.png) no-repeat center bottom;
	padding-bottom:12px;
}
.bt_distribution{
	width:226px;
	height:66px;
	background: url(../img/bt_distribution_shadow.png) no-repeat bottom;
	margin-top: 20px;
}
.bt_distribution img{
	border:none;
	margin: 0;
}
#mainContent {
	background:url(../img/shadow.png) no-repeat top center;
	padding: 0;
	clear:both;
}
.home #mainContent{
	height: 500px;
}
.other #mainContent{
	height: 600px;
}
.distribution #mainContent {
	height: 489px;
	color:#FFF;
}
div.left_col, div.right_col{
	float:left;
	padding-top:20px;
}
div.left_col{
	width: 645px;
	padding-right: 15px;
	padding-bottom: 20px;
}
div.right_col{
	width: 255px;
	padding-left: 15px;
	position:relative;
}
#mainContent h1{
    margin-top:16px;
}
.home #mainContent div.left_col, .home #mainContent div.right_col{
	/*height: 368px;*/
}
.distribution_left_col, .distribution_right_col{
	float:left;
	padding-top:20px;
}
.distribution_left_col{
	width: 602px;
}
.distribution_right_col{
	width: 328px;
	position:relative;
}

div#all div.inner{
	width:195px;
	float:left;
	padding-right:30px;
	height: 316px;
	background:url(../img/inner..png) repeat-y 210px;
}
div#all div.right{
	padding-right:0;
	background: none;
}
#mainContent div.box{
	width:192px;
	background-color:#3C6F85;
	border:solid 2px #FFF;
	text-align:center;
	padding: 8px 0 6px 0;
	margin-bottom:5px;
}

#mainContent div.special_offer_box{
	width:192px;
	background-color:#9C0;
	border:solid 2px #FFF;
	text-align:center;
	padding: 8px 0 6px 0;
	margin-bottom:5px;
}

div.hidden{
	display:none;
}
#mainContent div.hidden div.box, div.special_offer_box, #mainContent #about_us div.box{
	float:left;
	margin-right: 15px;
}
.strong{
	font-weight:bold;
	color:#666666;
}

.strong_green{
	font-weight:bold;
	color:#99CC00;
}

#box_map{
	color:#FFF;
	width:226px;
	height:273px;
	background:url(../img/box_map.png) no-repeat;
	margin-bottom:5px;
	padding: 10px 27px 0 15px;
	position:absolute;
}
#box_map img{
	border: solid 2px #99CC00;
}
#box_newsletter{
	color:#9C0;
	background:url(../img/newsletter.png) no-repeat;
	width:233px;
	height:110px;
	padding: 10px 20px 0 15px;
	position:absolute;
	top: 303px;
}

#box_testimonials{
	background:none;
	width:255px;
	height:110px;
	padding: 5px;
	position:absolute;
	top: 430px;
	border-top: 1px solid #1B4B61;
	border-bottom: 1px solid #1B4B61;
	left: 17px;
	padding-left: 0px;
	padding-right: 0px;
}

#box_newsletter form label{
	font-weight:bold;
}
#box_newsletter form input{
	margin-top:5px;
}
.box_big img{
	margin:0;
	border: 3px solid #FFF;
}
div.box_big{
	background:url(../img/foto_shadow.png) no-repeat center bottom;
	padding-bottom:12px;
	
}
#box_form{
	background:url(../img/form.png) no-repeat;
	height: 428px;
	width: 294px;
	padding: 15px 28px 0 17px;
	position:absolute;
}
#box_form hr{
	padding:0;
	margin:5px 0;
}
#box_form form label{
	font-weight:bold;
}
#box_form form input{
	width: 292px;
	margin: 0 0 10px 0;
}
#box_form form textarea{
	width: 292px;
	height: 5em;
	margin: 0 0 10px 0;
}
#box_form form input.human{
	display:none;
}
#box_form .submit{
	width: 136px;
	height: 24px;
	float:right;
	background: url(../img/submit_delivey.png) no-repeat;
	color:#FFF;
	border:none;
	margin:0;
	padding:0;
}
#body_lower{
	background: url(../img/bg_lower.png) repeat-x;
	padding-top: 8px;
}
.distribution #body_lower{
	background: url(../img/bg_footer.png) repeat-x;
}
#container_lower{
	margin: 0 auto;
	text-align:center;
	width: 930px;
}
#lowerContent {
	background:url(../img/shadow.png) no-repeat top center;
	height: 152px;
	margin-bottom: 0px;
	clear:both;
	text-align:left;
}
#lowerContent p{
    margin-top:0px;
}
#lowerContent div.left_col, #lowerContent div.right_col{
	height: 132px;
	padding-bottom: 0px;
}
#lowerContent a {
	text-decoration:underline;
}
#lowerContent div.box{
	float:left;
	margin: 0 20px;
	background:url(../img/client_shadow.png) no-repeat bottom center;
	padding-bottom: 11px;
}
#lowerContent div.box img{
	border: solid 5px #3C6F85;
	margin-bottom:0;
}
#footer {
	padding: 0;
	color: #99CC00;
	font-size:14px;
	clear:both;
	height: 90px;
}
#footer_left, #footer_right{

}

#footer_left{
	width: 920px;
	float:left;
	text-align: left;
	padding-left: 10px;
	margin: 0;
}
#footer_right{
	width: 318px;
	float:left;
	text-align:right;
	padding-right: 10px;
}
#footer p{
	padding: 0;
	margin: 5px 0 0 0;
}

.footer_logo{
}

.title{
	color: #99CC00;
	font-weight:bold;
	font-size: 20px;
}

.title2{
	color: #1B4B61;
	font-weight:bold;
	font-size: 16px;
}

.link{
	color: #99CC00;
	cursor: pointer;
	font-weight: bold;
}

.link_special{
	color: #3C6F85;
	cursor: pointer;
}

.over{
	text-decoration:underline;
}
.text_field{
	width:165px;
	margin-right:0px;
}
#box_newsletter .submit{
	color:#FFF;
	border:none;
	width:56px;
	height:24px;
	background: url(../img/submit.png) no-repeat;
}
/* Slider classes */
.slider-wrap {
	margin: 0;
	position: relative;
	width: 100%;
}
.stripViewer { /* This is the viewing window */
	position: relative;
	overflow: hidden; 
	/*border: 5px solid #000; /* this is the border. should have the same value for the links */
	margin: auto;
	width: 605px; /* Also specified in  .stripViewer .panelContainer .panel  below */
	height: 132px;
	clear: both;
}
.stripViewer .panelContainer { /* This is the big long container used to house your end-to-end divs. Width is calculated and specified by the JS  */
	position: relative;
	left: 0; top: 0;
	width: 100%;
	list-style-type: none;
	/* -moz-user-select: none; // This breaks CSS validation but stops accidental (and intentional - beware) panel highlighting in Firefox. Some people might find this useful, crazy fools. */
}
.stripViewer .panelContainer .panel { /* Each panel is arranged end-to-end */
	float:left;
	height: 100%;
	position: relative;
	width: 605px; /* Also specified in  .stripViewer  above */
}
.stripViewer .panelContainer .panel .wrapper { /* Wrapper to give some padding in the panels, without messing with existing panel width */
	padding: 10px;
}
.stripNavL, .stripNavR { /* The left and right arrows */
	position: absolute;
	top: 35px;
	text-indent: -9000em;
}
.stripNavL a, .stripNavR a {
	display: block;
	height: 40px;
	width: 20px;
}
		
.stripNavL {
	left: 0;
}
		
.stripNavR {
	right: 0;
}
		
.stripNavL {
	background: url(../img/arrow_left.png) no-repeat center;
}
		
.stripNavR {
	background: url(../img/arrow_right.png) no-repeat center;
}
.stripNav { display: none }

.testimonials_logo_float {float:left; margin-right:10px;}

.small_img{
	border:solid 5px #3C6F85;
	text-align:center;
	margin-bottom:5px;
	float: left;
	margin-right: 10px;
}
	
