/************************************************************************

	GLOBAL CSS
	==========

	Provides all global styles for the site which more specific sections 
	can be built on using the layered css technique

	Author:		Tom Harman
				Nick Watson
				Tom Fletcher
				[www.optixsolutions.co.uk]

	Listing Order:
	==============

	Universal
	Forms
	General Structure / Layout
	Navigation Elements
	Header Elements
	Body Elements
	Footer Elements
	Messages

************************************************************************/

/***********************************************************************
	UNIVERSAL STYLES
************************************************************************/

body {
	font-size: .7em;
	background-image: url(../i/layout/bg-grad.jpg);
	background-repeat: repeat-x;
	background-color: #407dac;
}

html, body, form, fieldset, h1, h2, h3, h4, h5, h6, p, pre, blockquote, ul, ol, dl, address, abbr, input, select, textarea, table, td, th {
	font-family: Arial, Helvetica, sans-serif;
}

/***********************************************************************
	IF YOU GET RANDOM SPACING AND OTHER ANNOYING WIERDNESS LOOK BELOW FIRST
************************************************************************/

div#content p, div#content h1, div#content h2, div#content h3, div#content h4, div#content h5, 
div#content h6, div#content table, div#content ul, div#content ol, div#content form {
	margin: 1em 0;
}

/***********************************************************************
	FORMS
************************************************************************/

fieldset, legend {
	border: none;
}

legend {
	background: transparent;
	font-size: 1em;
	font-weight: bold;
	margin: 1em 0;
	padding: 0 .5em;
}

label {
	float: left;
	padding: 0 1em 0 0;
	text-align: right;
}

form fieldset div {
	clear: both;
	display: block;
	margin-bottom: .5em;
	padding: 0;
}

div.submit {
	clear: both;
	text-align: center;
	width: auto;
}

div.multi input {
	border: 0;
	width: auto;
}
 
form 									{ width: 100%; }

label		 							{ float: left;	height: 22px; width: 45%; }

fieldset div input,
fieldset div select,
fieldset div textarea  			{ width: 45%; }

fieldset div input.small,
fieldset div select.small,
fieldset div textarea.small 	{ width: 25%; }

div.req label, div.req p		{ font-weight: bold; }

div.multi label 					{ height: 22px; }

div.req label:before, 
div.req p:before {
	content: "* ";
}

input:focus, textarea:focus {
	background: #fafafa;
	color: #000;
}

fieldset div input, 
fieldset div select, 
fieldset div textarea  {
	border: 1px solid #aaa;
	color: #333;
	font-weight: normal;
	padding: 1px;
}

div.submit input {
	background: #777;
	border: 1px solid #333;
	color: #fff;
	font-weight: bold;
	padding: 1px .7em;
	width: auto;
}

/***********************************************************************
	GENERAL STRUCTURE/LAYOUT
************************************************************************/
div#container{
	width: 760px;
	margin: 0 auto;
	background-color: #fff;
}
div#header{
	float: left;
	background-image: url(../i/layout/header-header.jpg);
	background-repeat: no-repeat;
	width: 760px;
	height: 282px;
}	
div#nav{
	float: left;
	width: 760px;
	background-color:#fff;
}

div#main{
	float: left;
	width: 752px;
	background-color: #fff;
	background-image: url(../i/layout/right-grad.jpg);
	background-repeat: repeat-x;
	background-color: #407dac;
	margin-left: 4px;
	
}
* html div#main{
	float: left;
	width: 752px;
	background-color: #fff;
	background-image: url(../i/layout/right-grad.jpg);
	background-repeat: repeat-x;
	background-color: #407dac;
	margin-left: 2px;
	
}
div#content{
	float:left;
	background-color:#e6f3fd;
	width: 487px;
	padding-left: 10px;
	padding-right: 20px;
	min-height: 600px;
}

div#right-panel{
	float:left;
	width: 235px;
	padding-top: 20px;

}
* html div#right-panel{
	float:left;
	width: 225px;
	padding-top: 20px;


}
div#footer{
	float: left;
	width: 760px;
	height: 50px;
	background-color:#fff;
}

div#news-box {
	margin-top: -20px;
	width: 457px;
	float: left;
}
/***********************************************************************
	HEADER ELEMENTS
************************************************************************/

/***********************************************************************
	BODY ELEMENTS
************************************************************************/
h1{
	color:  #003d6c;
	font-size: 1.6em;
	font-weight: normal;
}
h1.news{
	color:  #003d6c;
	font-size: 1.4em;
	font-weight: normal;
}
h2{
	color:  #003d6c;
	font-size: 1.4em;
	font-weight: normal;
}
h2.gallery{
	color:  #003d6c;
	font-size: 1.4em;
	font-weight: normal;
	float: left;

}
h3{
	color:  #fff;
	font-size: 1em;
	font-weight: normal;
}
p{
	color:  #003d6c;
	font-size: 1.1em;
	text-align: justify;
}
a.news-image {
	float: right;
	border: solid 1px #003D6C;
	margin-left: 10px;
}
div.home-images {
	float: left;
	width: 205px;
	margin-right: 10px;
	margin-bottom: 20px;
}
div#right-panel p.quote{
	color: #fff;
	font-size: 1.4em;
	font-weight: normal;	
	padding-left: 10px;
	padding-right: 10px; 
}
div#right-panel p.quote-right{
	color: #fff;
	font-size: 1.4em;
	font-weight: normal;	
	padding-left: 10px;
	padding-right: 10px; 
	text-align: right;
}
div.right-panel-image{
	float: left;
	margin-left: 40px;
	margin-top: 20px;
	width: 163px;
}
div.right-panel-image{
	float: left;
	margin-left: 40px;
	margin-top: 20px;
	width: 163px;
}
* html div.right-panel-image{
	float: left;
	margin-left: 20px;
	margin-top: 10px;
	width: 163px;
}

div.right-panel-image h3{
	text-align: center;
}
* html div.right-panel-image h3{
	text-align: center;
	padding-bottom: 5px;
}

div.area{
	float: left;
	background-image: url(../i/layout/right-grad.jpg);
	background-repeat: repeat-x;
	width: 480px;
	padding: 5px;
	padding-right: 10px;
	color: #fff;
	margin-bottom: 2px;
}
div.area p{
	color: #fff;
}
div.area a{
	color: #92CCCC;
}
div.area a:hover{
	color: #eee;
}
div.area h3{
	color: #fff;
	font-size: 1.4em;
}
div.area-photos{
	float: left;
	margin:10px;
	width: 100px;
/*	height: 100px;*/
/*	background-color: #fff;*/
	clear: left;
	margin-top: 20px;	
}
div.area-photos img{
	margin-bottom: 5px;
}
div.area-text{
	float: left;
	width: 340px;
}
div#content ul{
	color: #000;
	list-style: square;
	list-style-position: outside;
}
div#content ul li{
	margin-left: 15px;
}
div#content ul.styled li{
	color: #003D6C;
	font-size: 1.1em;
}
div.videoview{
	margin-left: 20px;
	margin-top: 30px;
}

div.get-directions{
	float: left;
	background-color: #407DAC;
	margin: 14px;
	color: #fff;
	padding: 10px;
	background-image: url(../i/layout/route.jpg);
	background-repeat: no-repeat;
	background-position: top right;
	padding-top: 50px;
	/*padding-bottom: 10px;*/
}
* html div.get-directions{
	float: left;
	background-color: #407DAC;
	margin: 0px;
	color: #fff;
	padding: 10px;
	background-image: url(../i/layout/route.jpg);
	background-repeat: no-repeat;
	background-position: top right;
	width: 185px;
	padding-top: 50px;
	padding-bottom: 10px;
	margin-left: 5px;
}
div.get-directions p{
	color: #fff;
	text-align: left;
}


div.get-directions form label{
	width: 80px;
	text-align: left;
}
div.get-directions form input{
	width: 85px;
	text-align: left;
}

div.get-directions form input#button{
	width: 183px;
	text-align: center;

}
div#map{
	float: left;
	width: 495px;
	height: 400px;
}
div.click-map{
	float: left;
	width: 205px;
	margin-left: 14px;
}
* html div.click-map{
	float: left;
	width: 205px;
	margin-left: 5px;
}
div.click-map a{
	float: left;
	background-image: url(../i/layout/see-map.jpg);
	background-repeat: no-repeat;
	width: 205px;

	height: 76px;	
	text-indent: -999em;
}

div.click-map a:hover{
	float: left;
	background-image: url(../i/layout/see-map-roll.jpg);
	background-repeat: no-repeat;
}

div.price-list{
	float: left;
	width: 493px;

}
div.column1{
	float: left;
	width: 150px;
	height: 45px;
	background-color: #B0C4DE;
	margin: 1px;
}
div.column2{
	float: left;
	width: 170px;
	height: 45px;
	background-color: #B0C4DE;
	margin: 1px;
}
div.column3{
	float: left;
	width: 156px;
	height: 45px;
	padding-left: 2px;
	padding-right: 2px;
	background-color: #B0C4DE;
	margin: 1px;
}
div.column1-top{
	float: left;
	width: 150px;
	height: 45px;
	background-color: #407DAC;
	margin: 1px;
}
div.column2-top{
	float: left;
	width: 170px;
	height: 45px;
	background-color: #407DAC;
	margin: 1px;
}
div.column3-top{
	float: left;
	width: 160px;
	height: 45px;
	background-color: #407DAC;
	margin: 1px;
}

div#content div.price-list p.top{
	padding:0px;
	margin:0px;
	padding-top:8px;
	text-align: center;
	color: #fff;
}
div#content div.price-list p{
	padding:0px;
	margin:0px;
	padding-top:8px;
	text-align: center;
}

div#main div#content p.breakme{
	padding:0px;
	margin:0px;
	font-size: 0em;
	clear: both;
}
div.contact-form{
	float: left;
	width: 230px;

}
* html div.contact-form{
	width: 200px;
}
div.contact-form p{
	color: #fff;
	padding: 20px;
	
}
div#right-panel div.contact-form div.ddfmwrap form.ddfm fieldset p.fieldwrap{
	width: 220px;

	padding:0px;
	margin:0px;
}
* html div#right-panel div.contact-form div.ddfmwrap form.ddfm fieldset p.fieldwrap{
	width: 200px;
}
div#right-panel div.contact-form div.ddfmwrap form.ddfm{
	width: 230px;
	
}
* html div#right-panel div.contact-form div.ddfmwrap form.ddfm{
	width: 200px;
	margin:0px;
	padding:0px;
}
div#right-panel div.contact-form div.ddfmwrap form.ddfm fieldset p.fieldwrap label{
	width: 90px;
	height: 22px;
	padding:0px;
	margin:0px;
	margin-right: 5px;
	padding-top: 4px;
	margin-bottom:2px;
	color:#fff;

}
div#right-panel div.contact-form div.ddfmwrap form.ddfm fieldset p.fieldwrap input{
	width: 115px;
	height: 22px;
	padding:0px;
	margin:0px;
	margin-bottom:2px;
}
* html div#right-panel div.contact-form div.ddfmwrap form.ddfm fieldset p.fieldwrap input{
	width: 95px;
	height: 22px;
	padding:0px;
	margin:0px;
	margin-bottom:2px;
}
div#right-panel div.contact-form div.ddfmwrap form.ddfm fieldset p.fieldwrap input.fmverify{
	width: 44px;
	height: 22px;
	padding:0px;
	margin:0px;
	margin-bottom:2px;
}
* html div#right-panel div.contact-form div.ddfmwrap form.ddfm fieldset p.fieldwrap input.fmverify{
	width: 30px;
	height: 22px;
	padding:0px;
	margin:0px;
	margin-bottom:2px;
}
div#right-panel div.contact-form div.ddfmwrap form.ddfm fieldset p.fieldwrap textarea{
	width: 115px;
	padding:0px;
	margin:0px;
	margin-bottom:2px;
}
* html div#right-panel div.contact-form div.ddfmwrap form.ddfm fieldset p.fieldwrap textarea{
	width: 95px;
	padding:0px;
	margin:0px;
	margin-bottom:2px;
}
div#right-panel div.contact-form div.ddfmwrap form.ddfm fieldset div.submit{
	width: 150px;
}
* html div#right-panel div.contact-form div.ddfmwrap form.ddfm fieldset div.submit{
	width: 100px;
	float: right;
}
* html div#right-panel div.contact-form div.ddfmwrap form.ddfm fieldset div.submit input{
	width:100px;
	float: right;

}
/***********************************************************************
	NAVIGATION
************************************************************************/
div#nav ul{
	float: left;
	margin-left: 4px;
	width: 752px;
	height: 32px;
	border-bottom: 6px #003d6c solid;
}
* html div#nav ul{
	float: left;
	margin-left: 2px;
	width: 752px;
	height: 32px;
	border-bottom: 6px #003d6c solid;
}
div#nav ul li{
	float: left;	
}
div#nav ul div.share{
position: relative;
	float: left;
	width: 100px;
	height: 30px;	
	padding-top: 7px;
	padding-left: 30px;	
	display: block;
}
* html div#nav ul div.share{
font-size: .8em;
}
* html div#nav ul div.share span{
	padding-left: 17px;
	padding-top: 0px;
}
* html div#nav ul div.share a{
	margin: 0px;
	padding: 0px;
}
* html div#nav ul div.share a:hover{
	background-color: transparent;
	color: #000;
	margin: 0px;
	padding: 0px;
}
div#nav ul li a{
	float: left;
	height: 24px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 8px;
	font-size: 1.5em;
	color: #003d6c;
	background-color: #fff;
}
div#nav ul li a:hover{
	background-color: #003d6c;
	color: #fff;
}
/***********************************************************************
	FOOTER ELEMENTS
************************************************************************/
div#footer p{
	color: #000;
	padding-left: 10px;
	padding-top: 10px;
}
div.byoptix{
	margin: 0 auto;
	width: 200px;
	color: #fff;
}
div.byoptix a{
	color: #fff;
}
div.byoptix a:hover{
	color: #ccc;
}
/***********************************************************************
	MESSAGES
************************************************************************/

.error, .notice, .message { 
	color: #b22;
	font-weight: bold;
}

.error ol li {
	font-weight: normal;
	list-style-type: lower-roman;
	list-style-position: inside;
	margin-left: 0;
	padding-left: 1em;
	text-indent: 1em;
}
/***********************************************************************
	SOCIAL BOOKMARK LINKS LIST
************************************************************************/
div#social-bookmark-links{
	float: left;
	clear: both;
	border: 1px solid #cccccc;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
}
div#social-bookmark-links ul{
	
}
div#social-bookmark-links ul li{
	float: left;
}
div#social-bookmark-links ul li a{
	float: left;
	height: 20px;
	padding-left: 22px;
	padding-top: 2px;
	background-repeat: no-repeat;
	margin-right: 5px;
}
div#social-bookmark-links ul li a:hover{
	float: left;
	color: Maroon;
}

/**icon setting**/
div#social-bookmark-links ul li a#delicious{
	background-image: url(../i/icons/delicious.jpg);
/*	width: 60px;*/
}
div#social-bookmark-links ul li a#digg{
	background-image: url(../i/icons/digg.jpg);
/*	width: 35px;*/
}
div#social-bookmark-links ul li a#stumble{
	background-image: url(../i/icons/stumble.jpg);
/*	width: 85px;*/
}
div#social-bookmark-links ul li a#facebook{
	background-image: url(../i/icons/facebook.jpg);
/*	width: */
}
div#social-bookmark-links ul li a#reddit{
	background-image: url(../i/icons/reddit.jpg);
}
/*****************/
