@charset "utf-8";
/* CSS Document */
/*
 
###############################################################################################################
# JandC Installation Services - Global Cascading Style Sheet (Media Target = Web Browser)                     #
#~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~#
# Hand Crafted With Care By Oliver Sanders, Copyright © JandC Installation Services 2008, All Rights Reserved #
# Portions Copyright © Oliver Sanders 2008, All Rights Reserved                                               #
#~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~#
# Feel Free To Have A Look Arround This CSS File As It Is Always The Best Way To Learn Some Of	              #
# The Nifty Little Tricks Employed To Make Things Look Extra Marvellous.                                      #
############################################################################################################### 

*/

body {
	background-color: #cae2f4;
	background-image: url(../PageBackground.png);
	background-repeat: repeat-x;
	margin:0 auto;
	padding:0;
	text-align:center;
}
a:link{
	color: #1F4969;
	text-decoration: none;
}
a:visited{
	color: #1F4969;
	text-decoration: none;
}
a:hover{
	color: #7CB6E4;
	text-decoration: none;
}
img{border:0;}
#container
{
	width: 620px;
	margin: 0 auto 0 auto;
	padding: 0px 0px 0px 0px;
	vertical-align:top;
	text-align:center;	
}
#header
{
	width:491px;
	height: 107px;
	margin: 0 auto 0 auto;
	padding: 0px 0px 0px 0px;
	vertical-align:top; 
}
#topnav
{
	width: 620px;
	height: 50px;
	background-image: url(../NavCentreBackground.png);
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	background-repeat: repeat-x;
	background-position: top;
}
#topnav_left{
	margin: 0;
	width: 20px;
	height:50px;
	float: left;
	background-image: url(../NavLeft.png);
	background-repeat: no-repeat;
	background-position: left top;	
}
#topnav_right{
	margin: 0;
	width: 20px;
	height:50px;
	float: right;
	background-image: url(../NavRight.png);
	background-repeat: no-repeat;
	background-position: right top;	
}
#topnav_centre{
	height: 50px;
	padding-left: 0;
	padding-right: 0;
	padding-top: 10px;
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #E4F1FA;
}
#topnav_links{
	width:345px;
	padding: 0;	
  	margin:0 auto; 
  	list-style-type:none;
}
#topnav_links li{
	height: 30px;	
	width: 115px;
	line-height: 30px;
	float:left;
}
#topnav_links a{
	display:block;
	float:left;
	height: 30px;
	width: 115px;
	text-decoration: none;
	text-align: center;
	background-image: url(../NavButton.png);
	background-repeat: no-repeat;
	background-position: center 0px;
	color: #E4F1FA;
	border: 0;	
}
#topnav_links a.active{
	background-position: center -60px;
	color: #D2E8F7;
}
#topnav_links a.active:hover{
	background-position: center -60px;
	color: #FFFFFF;		
}
#topnav_links a:hover{
	background-position: center -30px;
	color: #FFFFFF;	
}
#topnav_links a:active{
	background-position: center 0px;
	color: #B8DAF1;
}
#content_area{
	width: 620px;
	margin: 0;
	padding: 0;
	text-align:center;
	background-image: url(../ContentBackground.png);
	background-repeat: repeat-y;
	background-position: center top;
	background-color:#FFFFFF;
}
#content{
	width: 600px;
	margin: 0 auto;
	padding-top:5px;
	padding-bottom:10px;
	text-align: justify;
	background-color:#FFFFFF;
}
#content h1{
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 3px;
	padding-bottom: 7px;
	margin-top: 5px;
	color: #2B6391;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: 900;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #7BAED9;
	background-image: url(../HeadingGrad.png);
	background-repeat: repeat-x;
	background-position: left bottom;
}
#content h1 img{ margin-right: 10px; }
#content h3
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: italic;
	color: #3170A4;
	padding-right: 15px;
	padding-left: 15px;
	padding-top: 3px;
	text-decoration: none;
	font-weight: 900;
}
#content h3.lighter
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: italic;
	padding-right: 15px;
	padding-left: 15px;
	padding-top: 3px;
	text-decoration: none;
	font-weight: 900;
	color: #6AA5D5;
}
#content p{
	padding-left: 15px;
	padding-right: 15px;
	color: #3479B2;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}
#content p.galleryheading{ font-size:18px; font-weight:bolder; margin-bottom:5; }
#content p.smaller{ font-size: 13px; }
#content p.nextstep{
	text-align:right;
	display:block;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-style: normal;
	line-height: 30px;
	font-weight: bold;
	text-decoration: none;
	background-image: url(../NextStepArrow.png);
	background-repeat: no-repeat;
	background-position: right center;
	height: 30px;
	color: #6AA5D5;
	padding-right: 30px;
	margin-top: 20px;
	margin-bottom: 10px;
	margin-left: 0;
	margin-right: 0;
}
#content p.nextstep a:link{
	color: #6AA5D5;
	text-decoration: none;
}
#content p.nextstep a:visited{
	color: #6AA5D5;
	text-decoration: none;
}
#content p.nextstep a:hover{
	color: #418BC9;
	text-decoration: none;
}
#content p span.dropcap{
	font-size: 16px;
	color: #4A91CA;
}
#content p span.smallprint{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #84A7C1;
}
#content p span.mainInfo{
	font-size: 18px;
	font-weight: 900;
	color: #265984;
}
#content p span.mainInfoSmaller{
	font-size: 16px;
	font-weight: 900;
	color: #265984;
}
.centered{ text-align: center; }
#content div.leftcontent{ width: 432px; }
#content div.leftcontent p{ padding-right:0; }
#content div.leftcontent p.nextstep{ padding-right:30px; }
div.content_subsection{
	margin-bottom: 20px;
	margin-top: 15px;
	padding-bottom: 2px;	
	background-image: url(../SectionSeperator.png);
	background-position: center bottom;
	background-repeat: no-repeat;
}
div.GalleryTitle_Section{
	margin-bottom: 20px;
	margin-top: 30px;
	padding-bottom: 2px;	
	background-image: url(../SectionSeperator.png);
	background-position: center bottom;
	background-repeat: no-repeat;
}
#leftnav{
	float: left;
	padding: 0;
	margin: 15px 0;
	width: 170px;
	text-align:left;
}
#leftnav_top{
	margin:0;
	padding:0;
	width: 150px;
	height: 15px;
	background-image: url(../LeftNavTop.png);
	background-repeat: repeat-x;
	background-position: left bottom;
}
#leftnav_bottom{
	margin:0;
	padding:0;
	width: 150px;
	height: 15px;
	background-image: url(../LeftNavBottom.png);
	background-repeat: repeat-x;
	background-position: left top;
}
#leftnav ul{
	padding: 0;
	margin: 0;
	list-style:none;
}
#leftnav li{
	display: block;
	margin: 0;
	height: 25px;
}
#leftnav li a{
	display: block;
	margin: 0;
	width: 150px;
	height: 25px;
	color: #6AA5D5;
	line-height: 25px;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	background-color: #dde8f0;
	background-image: url(../LeftNavButtonHover.png);
	background-repeat: no-repeat;
	background-position: left -25px;
}
#leftnav li a:hover{
	width: 170px;
	background-position: left 0;
	color: #418BC9;
}
#leftnav li a:active{
	width: 170px;
	background-position: left 0;
	color: #2B6595;
}
#leftnav li.selected a{
	display: block;
	margin: 0;
	width: 170px;
	height: 25px;
	color: #E4F1FA;
	line-height: 25px;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	background-image: url(../LeftNavButtonSelected.png);
	background-color:#FFFFFF;
	background-repeat: no-repeat;
	background-position: left center;
}
#leftnav li.selected a:hover{
	width: 170px;
	background-position: left center;
	color: #B6DAEF;
}
#leftnav li.selected a:active{
	width: 170px;
	background-position: left center;
	color: #9ACBE9;
}
#content_afternav{
	width: 429px;
	float: left;
	margin: 0;
}
#content_afternav h2{
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 0;
	padding-bottom: 7px;
	margin-left: 7px;
	margin-top: 5px;
	color: #2B6391;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: 900;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #7BAED9;
	background-image: url(../HeadingGrad.png);
	background-repeat: repeat-x;
	background-position: left bottom;
}
#footer{
	height: 38px;
	width: 620px;
	margin: 0;
	background-color: #FFFFFF;
	background-image: url(../FooterCentreBackground.png);
	background-repeat: repeat-x;
	background-position: center top;	
}
#footer_left{
	margin: 0;
	width: 20px;
	height:38px;
	float: left;
	background-image: url(../FooterLeft.png);
	background-repeat: no-repeat;
	background-position: left top;
}
#footer_right{
	margin: 0;
	width: 20px;
	height:38px;
	float: right;
	background-image: url(../FooterRight.png);
	background-repeat: no-repeat;
	background-position: right top;
}
#footer_centre{
	padding-left: 0;
	padding-right: 0;
	line-height:28px;
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #84A7C1;
}
#footer_centre span{ color:#5989AC; }
div.imagerow{
	width: 600px;
	height: 90px;
	margin: 30px 0 10px 0;
	padding: 0;
	clear: both;
	text-align: center;
	background-image: url(../ImageRow_Reflection.png);
	background-repeat: repeat-x;
	background-position: center top;
}
div.imagerow img.thumbHeading{
	margin: 0 5px 0 15px;
	padding: 0;
	border: 0;
}
div.imagerow img.thumbHeading_Before{
	margin: 0 4px 0 0;
	padding: 0;
	border: 0;
}
div.imagerow a{
	margin: 0; 
	padding: 0; 
	border: 0; 
	text-indent: 0;
}
div.imagerow a img{
	margin: 0 1px 0 0;
	padding: 0;
	border: 0;
	text-indent: 0;
}
div.imagerow_sets{
	width: 600px;
	height: 93px;
	margin: 10px 0 10px 0;
	padding: 0;
	clear: both;
	text-align: center;
	background-image: url(../ImageRow_Reflection_Larger.png);
	background-repeat: repeat-x;
	background-position: center top;
}
div.imagerow_sets a{
	margin: 0; 
	padding: 0; 
	border: 0; 
	text-indent: 0;
}
div.imagerow_sets a img{
	margin: 0 1px 0 0;
	padding: 0;
	border: 0;
	text-indent: 0;
}
div.warning
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align:center;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #FF9900;
	background-color: #FFFFCC;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
	padding-top: 4px;
	padding-right: 15px;
	padding-bottom: 4px;
	padding-left: 15px;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFCC00;
	border-bottom-color: #FFCC00;
}
div.noscript_warning {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align:center;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #6AA5D5;
	background-color: #D7E9F7;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
	padding-top: 4px;
	padding-right: 15px;
	padding-bottom: 4px;
	padding-left: 15px;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #7BAED9;
	border-bottom-color: #7BAED9;
}
