/* CSS */

html, body {
min-height: 100%; /*Sets the min height to the
                                        height of the viewport.*/
width: 100%;
height: 100%; /*Effectively, this is min height
                                for IE5+/Win, since IE wrongly expands
                                an element to enclose its content.
                                This mis-behavior screws up modern
                                browsers*/
margin: 0;
padding: 0;
font-family: Helvetica, Arial, sans-serif;
}

html>body {
    height: auto; /*this undoes the IE hack, hiding it
                    from IE using the child selector*/
}

body {
	/*background: #000 url(../../images/wood_background.jpg) no-repeat center top;*/
    position: absolute;
    top: 0;
}

#mainbody {
   /*Keeps content above footer. */
        padding-bottom:20px;
        height:auto;
}

.clear
{ clear:both; } 

.outer_wrapper {
	background: url(../../images/background_fade.jpg) repeat-y;
	width: 970px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin:0 auto ;
}

.container {
	margin:0 5px;
}

/*************************************
*****     Site specific styles   *****
*************************************/

body {
	font-family: Helvetica, Arial, sans-serif;
}

#container-header{
	background:url(../../images/header.jpg) no-repeat top left;
	padding: 0 5px;
}

strong, b {
	font-weight: bold;
}

a {
	text-decoration: none;
}

.large {font-size:14px; line-height:1.3em;margin-bottom:1em;}



.banner_spacer {
	margin-bottom: 20px;
}

.spacer_right {
	margin-right: 20px;
}

/* Heading Styles */

h1 {
	font-size: 30px;
	margin:10px 0 10px 0;
	color: #000033;
}

h2 {
	font-size: 18px;
	line-height: 120%;
	color: #999;
}

h3 {
	font-size: 14px;
	color: #fff;
	padding:10px 0;
	margin: 0;
	line-height: 0;
}


/* Header */
#header {
	height: 150px;
}

#top-telephone {
	color: #fff;
	font-size: 40px;
	text-align: right;
	margin:00px 5px 0 0;
}

#top-strapline {
	font-size: 19px;
	text-transform: uppercase;
	color: #ccc;
	text-align: right;
	margin:0px 5px 0 0;
}

/* Top Sub Nav */
#top-nav {
	margin-top: 20px; 
}

#top-nav ul {
	margin: 0;
	padding: 0;
}

#top-nav ul {
	list-style: none;
}

#top-nav li {
	display: inline;
	background-color: 
}

#top-nav li a {
	color: #fff;
	cursor:pointer;
  	display:block;
	float:right;
	margin-right: 10px;
	padding: 0 10px;
	height: 30px;
	line-height: 30px;
	background: #2a415e url(../../images/topnav_button_bg.gif) repeat-x;
	border: 1px solid #303f4e;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}

#top-nav li a:hover, #top-nav li a.active {
	color: #fff;
	background-color: #ed9600;
	background-position:0 -30px;
}

/* bodyblock */

.bodyblock {
	margin: 10px 0;
	position: relative;
}


.bodyblock a {
	text-decoration: none;
	color: #E47211;
}

.bodyblock a:hover {
	text-decoration: underline;
	color: #000033;
	
}


/* Homepage */

.welcome_text {
	color: #000033;
	font-size: 18px;
	line-height: 120%;
	text-align: justify;
}

/* News Articles */

.date_area {
	background-color: #000033;
	color: #fff;
	text-align: center;
	width:70px;
	height: 70px;
	margin-right: 10px;
	float: left;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}

.date_number {
	font-size: 32px;
	font-weight: bold;
}

#articles h2 {
	margin-left: 80px;
	padding: 5px 0;
}

#articles p {
	clear: both;
}

/* Application */

.applicationwrapper {
	padding-right: 10px;
}

.application
{
	background-color: #5f605a;
	padding: 10px;
	color: #fff;
	margin-bottom:10px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}

.title {
	float:left; 
	width:460px;
	margin-right:10px;
}

#options {
	float:left;
	width: 200px;
	color: white;
}

#options a, #options a:link {
	color: #fff;
}

#options a:hover  {
	color: #000033;
}

.enquire {
	background: url(../../images/email.gif) no-repeat 0 50%;
	padding-left: 20px;
	color: #fff;
}

.callback {
	background: url(../../images/telephone.gif) no-repeat 0 50%;
	padding-left: 20px;
	margin-left: 10px;
		color: #fff;

}

.footer_anchor {
	text-align: right;
}

/* Product Thumbnails */

#thumbs {
	margin: 10px 0;
}

#thumbs ul {
	margin: 0  0 0 9px;
	padding: 0;
	
}


#thumbs ul li {
	list-style-type: none;
	color: #999;
	float:left;
	margin-bottom: 10px;
	width: 100px;
	text-align: center;
	margin-right: 17px;
}

#thumbs ul li.last {
	margin-right: 0px;
}

#thumbs ul li a img {
	border: 2px solid #333;
	
}

#thumbs ul li a:hover img {
	border: 2px solid #cb6507;
}

/* Product Box */

.product_box {
	width: 335px;
	background-color: #666;
	border: 2px solid #666;
	float:left;
	margin-bottom: 10px;
}

.product_box_header {
	display: block;
	background-color: #fff;
	padding-left: 5px;
}

.product_box_header h3 {
	text-transform: uppercase;
	color: #666;
	font-size: 18px;
	line-height: 24px;
	padding:15px 5px 15px 40px;
	background: url(../../images/cog.jpg) no-repeat 0 50%;
}

.product_box p {
	color: #fff;
	padding: 5px;
	text-align: justify;
}

.more_button {
	float: left;
	width: 110px;
	height: 35px;
	margin: 20px 5px 0 0;
}



/* Table */

table {
	border-spacing: 2px;
}

table tr.dark td {
	border: 1px solid #666;
	background-color: #ccc;
	padding-right:5px;
	padding-bottom:5px;
	border-spacing: 5px;
}

table tr.light td {
	border: 1px solid #666;
	background-color: #eee;
	padding-right:5px;
	padding-bottom:5px;
	border-spacing: 5px;
}

/* Right */

.news_spacer {
	padding-top: 50px;
}

#right ul {
border-top:1px solid #CCCCCC;
margin:0 0 30px;
padding:0;
}
#right ul li {
border-bottom:1px solid #CCCCCC;
list-style-image:none;
list-style-position:outside;
list-style-type:none;
}
#right ul li a {
color:#000033;
display:block;
padding:10px 5px;
text-decoration:none;
}
#right ul li a:hover {
background-color:#000033;
color:#FFFFFF;
}

/* Side */

#side{
	position: relative;
}

#side ul {
	margin:0 0 10px 10px;
	padding: 0;
}

#side ul li {
	list-style-type: none;

}

#side ul li a {
	background:url(../../images/background_side_nav.jpg) #2f3945 repeat-x;
	border: 1px solid #ccc;
	display:block;
	float:left;
	text-transform: uppercase;
	color: #fff;
	padding: 7px;
	margin-bottom: 3px;
	width: 170px;
}

#side ul li a:hover, #side ul li a.active {
	background:url(../../images/background_side_nav_hover.jpg) #e47211 repeat-x;
	color: #fff;
}

#side ul li ul {
	margin: 0;
	padding: 0;
}

#side ul li ul li a {
	background: none;
	border: none;
	color: #000033;
	text-transform: none;
	margin: 0;
	padding-left: 15px;
	background: url(../../images/side_arrows.jpg) 0 50% no-repeat;
}

#side ul li ul li a:hover, #side ul li ul li a.active {
	color: #cb6507;
	background: url(../../images/side_arrows_hover.jpg) 0 50% no-repeat;

}

/* Signup Form */

#signup-form {
	margin: 10px 0 0 10px;
}

#signup-form .inputfield {
	width: 117px;
	border: 1px solid #ccc;
	padding: 5px;
	color: #666;
}

.submit_button {
	background: #cb6507 url(../../images/background_side_nav_hover.jpg) repeat-x;
	padding: 4px 10px;
	border: 1px solid #ccc;
	color: #fff;
	font-weight: bold;
	text-align: center;
	cursor: pointer;
}


/* Right */

#right {
	margin-top: 8px;
}

#right h3 {
	color: #000033;
	font-weight: bold;
}

#contactinformation {
	margin: 0 5px;
}

.rightbox img, #map_canvas img, #google_map {
	border: 2px solid #ccc;
	margin-bottom: 30px;
	width: 226px;
}

#google_map span { display: none; }
#google_map #smc { margin-top: 25px; }

/* Form Styling */

.body_input {
	margin:0.5em 0;
	border:1px solid #ccc;
	padding: 5px;
	width: 250px;
}

.body_text {
	margin:0.5em 0;
	border:1px solid #ccc;
	padding: 5px;
	width: 250px;
	height: 150px;
}

.body_error {
	color:#cb6507;
	font-weight:bold;
	margin-left:10px;
}

.button {
	background: #cb6507 url(../../images/background_side_nav_hover.jpg) repeat-x;
	padding: 10px 20px;
	border: 1px solid #ccc;
	color: #fff;
	font-weight: bold;
	text-align: center;
	cursor: pointer;
	width: 90px;
	margin-left: 80px;
}


/* Footer */



#footer {
     background:#fff url(../../images/footer.jpg) no-repeat top left;
     width:970px;
     margin: 0 auto; 
     padding:50px 0px 20px 0px;
     color: #666;
}

#footerstrapline {
	clear: both;
	margin-top: 20px;
	text-align: center;
}

#footerspacer {
	margin: 0 20px;
	width: 950px;
	padding: 0;
}

.footercolumn {
	float: left;
	width: 180px;
	margin-right: 10px;
}

.footercolumn ul {
	margin: 0 0 10px 0;
	padding: 0;
}

.footercolumn li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.footercolumn li a {
	font-size: 11px;
	margin: 0;
	padding: 0;
	display: block;
}

#footer a, #footerstrapline a {
	color: #666;
	text-decoration: underline;
}

#footer a:hover, #footerstrapline a:hover {
	color: #cb6507;
	text-decoration: none;
}


/*************************
** Contact Form styling **
*************************/

#message p {margin-bottom: 0; vertical-align: top;}

/*************************
** Notification styling **
*************************/

.error-text { color: red; font-weight: bold;}
.error, .notice, .success {padding:.8em;margin-bottom:1em;border:2px solid #ddd; text-align: center; font-size: 1.2em;}
.error {background:#FBE3E4;color:#8a1f11;border-color:#FBC2C4;}
.notice {background:#FFF6BF;color:#514721;border-color:#FFD324;}
.success {background:#E6EFC2;color:#264409;border-color:#C6D880;}
.error a {color:#8a1f11;}
.notice a {color:#514721;}
.success a {color:#264409;}

.breadcrumbs { padding: 15px 5px 15px 5px; margin-top: 15px;}
.breadcrumbs a {color:#666; text-decoration:underline;}
.breadcrumbs a:hover {color: #000033;}

/* Homepage slider */
#slider_wrap {position:relative; background: #fff; padding: 1px; width:690px; border: 1px solid #cccccc; margin: 0 0 15px;} 
#slider {position:relative; width:690px; height:200px; }
#slider img { position:absolute; top:0px; left:0px;	display:none; width:690px; height:200px;}
#slider a {	border:0; display:block;}

.nivo-controlNav { position:absolute; right:20px; top:160px;}
.nivo-controlNav a {display:block; width:22px;	height:22px; background:url(../../images/bullets.png) no-repeat; text-indent:-9999px; border:0; margin-right:3px; float:left;}
.nivo-controlNav a.active {	background-position:0 -22px;}

.nivo-directionNav a {display:block;	width:30px;	height:30px;	background:url(../../images/arrows.png) no-repeat;	text-indent:-9999px;	border:0;}
a.nivo-nextNav {background-position:-30px 0; right:15px;}
a.nivo-prevNav {left:15px;}

.nivo-caption {text-shadow:none; font:normal 18px/40px Arial, sans-serif; display: none;}
.nivo-caption a {color:#efe9d1; text-decoration:underline;}

/* Homepage CTA */

a.cta_link {line-height: 40px; height: 40px; width:205px; font-weight: bold; font-size: 14px; background:#6487a7 url(../../images/cta_arrow.png) no-repeat right; padding: 0 10px; color: #fff; text-decoration: none; display: block;}
a.cta_link:hover {background-color: #ff9900; color:#fff; text-decoration: none;}

a.find_out_more {line-height: 36px; height: 36px; background: #ebebeb url(../../images/find_out_more_arrow.gif) no-repeat right; padding: 0 10px; color: #000033; text-decoration: none; margin-top: 10px; display: block; font-weight: bold;}
a.find_out_more:hover {text-decoration: underline; color: #000033;}

.youtube {margin: 15px 0 0 5px;}

#homepage_wrap h1 {padding-bottom: 10px; border-bottom: 2px solid #cccccc;}
#homepage_wrap h2 {border-bottom: 2px solid #cccccc; padding: 13px 0 10px; color: #000033; font-size: 14px; margin: 10px 0;}

/* New footer */
#footer_links hr {height: 2px; margin: 15px 5px; background-color: #cccccc; width: 940px;}
#footer_links .wrap {padding: 0 10px;}
#footer_links h2 {color: #000033; font-size: 14px; margin-bottom: 25px; font-weight: bold;}
#footer_links li {list-style-image: url(../../images/li_arrow.gif);}
#footer_links a {color: #333333; text-decoration: none;}
#footer_links a:hover {color: #ff6600; text-decoration: none;}

#footer_bar {background: #d9d9d9 url(../../images/footer_bg.jpg) no-repeat; height: 70px;}
#footer_bar a {height: 70px; line-height: 70px; display: block; text-align: center; text-decoration: none; text-transform: uppercase; color: #666666; font-size: 14px; font-weight: bold; text-shadow: 1px 1px 2px #fff;}
#footer_bar a:hover {text-decoration: none; color: #000000;}
