/* Start of CMSMS style sheet 'Layout: Top menu + 2 columns' */
/* browsers interpret margin and padding a little differently, we'll remove all default padding and margins and set them later on */
* {
	margin: 0;
	padding: 0;
}
/*Set initial font styles*/
body {
	font-family: Helvetica, Arial, Geneva, sans-serif;
	font-size: 75.01%;
	line-height: 1em;
text-align: left;
}
/*set font size for all divs, this overrides some body rules*/
div {
	font-size: 1em;
}
/*if img is inside "a" it would have borders, we don't want that*/
img {
	border: 0;
}
/*default link styles*/
/* set all links to have underline and bluish color */
a, a:link a:active {
	text-decoration: none;
/* css validation will give a warning if color is set without background color. this will explicitly tell this element to inherit bg colour from parent element */
	background-color: inherit;
	color: #5ca9dd;
}
a:visited {
	text-decoration: none;
	background-color: inherit;
	color: #5ca9dd;
/* a different color can be used for visited links */
}
/* remove underline on hover and change color */
a:hover {
	text-decoration: underline;
	background-color: inherit;
	color: #2384c6;
}
/*****************basic layout *****************/
body {
	margin: 0;
	padding: 0;
	color: #666666;
	background: #3690CE url(uploads/images/layout/background_grad.gif) repeat-x left top;
	height: 100%;
	width: 100%;
}
div#pagewrapper {
position:relative;
	width:999px;
	margin: 0 auto;
	color: black;
}
/* header, we will hide h1 a text and replace it with an image, we assign a height for it so the image wont cut off */
div#header {
/* adjust according your image size */
	height: 102px;
	margin: 0;
	padding: 0;
	/* you can set your own image here, will go behind h1 a image */
	background: #ffffff;
	
}
div#header h1 a {
/* you can set your own image here */
	background: url(uploads/images/layout/logo.gif) no-repeat left top;
/* this will make the "a" link a solid shape */
	display: block;
/* adjust according your image size */
	height: 102px;
/* this hides the text */
	text-indent: -999em;
/* old firefox would have shown underline for the link, this explicitly hides it */
	text-decoration: none;
}
div#header h1 {
	margin: 0;
	padding: 0;
/*these keep IE6 from pushing the header to more than the set size*/
	line-height: 0;
	font-size: 0;
/* this will keep IE6 from flickering on hover */
	background: url(uploads/images/layout/logo.gif) no-repeat left top;
}
div#header h2 {
/* this is where the site name is */
	float: right;
	line-height: 1.2em;
/* this keeps IE6 from not showing the whole text */
	font-size: 1.5em;
/* keeps the size uniform */
	margin: 35px 65px 0px 0px;
/* adjust according your text size */
	color: #f4f4f4;
}
div.crbk {
/* sets all to 0 */
	margin: 0;
	padding: 0;
/* you can set your own image here */
	background: url(uploads/ngrey/mainrtup.gif) no-repeat right bottom;
}
div.breadcrumbs {
	margin: 0px;
	background-color: #021c3e;
height:26px;

}
div.breadcrumbs span.lastitem {
	font-weight: bold;
}
div.breadcrumbs {
color: #ffffff;
padding-top: 12px;
}



/* ------------ Header - Search ------------ */
div#search {
	width: 480px;
	height: 37px;
	margin-top: 30px;
}
div#search label {
	text-indent: -9999em;
	height: 0pt;
	width: 0pt;
	display: none;
border: 0;
	outline: 0;
}
div#search input.search-input {
/* specific size for image, your image may need these adjusted */
	width: 357px;
	height: 23px;
/* removes default borders, allows use of image */
	border-style: none;
	border: 0;
	outline: 0;
/* text color */
	color: #999;
/* padding of text */
	padding: 10px 0px 4px 10px;
	float: left;
/* set all font properties at once, weight, size, family */
	font: 14px Arial, Helvetica, sans-serif;
/* left input image, set your own here */
	background: url(uploads/images/layout/searchbar.gif) no-repeat left top;
}
div#search input.search-button {
/* specific size for image, your image may need these adjusted */
	width: 111px;
	height: 37px;
/* removes default borders, allows use of image */
	border-style: none;
/* hides text, image has text */
	text-indent: -9999em;
	float: left;
	margin: 0;
/* provides positive hover effect */
	cursor: pointer;
/* removes default size/height */
	font-size: 0px;
	line-height: 0px;
/* submit button image, set your own here */
	background: transparent url(uploads/images/layout/searchbar.gif) no-repeat right top;
}

.floaty{
float: right;
display: inline;
}



div#content {
/* some air above and under menu and content */
	margin: 0px;
	padding: 0px;
background: #ffffff url(uploads/images/layout/back.gif) repeat-y left top;
overflow:hidden;
height:100%;
}

div#contentshadow{
padding:0;
margin:0;
background: url(uploads/images/layout/content_shadow.png) no-repeat left top;
height:55px;
}


div#main {
	padding: 10px 10px 0 10px;
width:655px;
float:left;
position:relative;

}
div#sidebar {
	float: right;
	width: 300px;
	display: block;
	margin: 0;
	padding: 10px;


}
div#sidebarb {
	
}
div#sidebarb div#news {
/* less margin surrounding the news, sidebarb has enough */
	margin: 0 0 10px 0;
}
div#sidebara {
	
}
div#fulldiv{
float:left;
width:999px;
padding:0;
}
div#fulldiv-left {
	padding: 10px;
width:655px;
float:left;
position:relative;

}
div#fulldiv-right {
	float: right;
	width: 300px;
	display: block;
	margin: 0 0 20px;
	padding: 10px;


}

div.footback {
/* keep footer below content and menu */
	clear: both;
/* this sets 10px on right to let the right image show, the balance 10px left on next div */
	padding: 0px 10px 0px 0px;
/* you can set your own image here */
	background-color: #2384c6;


}
div#footer {
/* this sets 10px on left to balance 10px right on last div */
	padding: 0px 0px 0px 10px;
/* color of text, the link color is set below */
	color: #595959;
/* you can set your own image here */
	background-color: #2384c6;
}
div.leftfoot {
	float: left;
	width: 30%;
	margin-left: 20px
}
div#footer p {
/* sets different font size from default */
	font-size: 0.9em;
/* some air for footer */
	padding-top: 4px;
	margin: 0;
}
div#footer p a {
/* footer link would be same color as default we want it same as footer text */
	color: #c3d6e4;
}

div#footerbase{
	margin: 0px;
	background-color: #021c3e;
	color:#FFFFFF;
	padding:10px;
display:block;
overflow:auto;
}
.leftcol{
float:left;
}
.rightcol{
float:right;
}

/* as we hid all hr for accessibility we create new hr with div class="hr" element */
div.hr {
	height: 1px;
	padding: 1em;
	border-bottom: 1px dotted black;
	margin: 1em;
}
/* relational links under content */
div.left49 {
/* combined percentages of left+right equaling 100%  might lead to rounding error on some browser */
	width: 70%;
}
div.right49 {
	float: right;
	width: 29%;
/* set right to keep text on right */
	text-align: right;
}
/********************CONTENT STYLING*********************/
/* HEADINGS */
div#content h1 {
/* font size for h1 */
	font-size: 2em;
	line-height: 1em;
	margin: 0;
}
h2 {
	color: #2384C6;
font-weight:normal;
	font-size: 30px;
	text-align: left;
letter-spacing:-2px;
padding-bottom:10px;
line-height:normal;

}
h3 {
	color: #5CA9DD;
	font-size: 1.3em;
font-weight:normal;
	line-height: 1.3em;
	padding-bottom:10px;
}
h4 {
	color: #FFFFFF;
	font-size: 1.2em;
	font-weight: normal;
	line-height: 1.3em;
padding-top:10px;
border-bottom: 1px solid #5CA9DD;	
}
h4 a{
	color: #FFFFFF;	
}
h4 a:hover{
	color: #021c3e;
text-decoration:none;	
}
h5 {
	color: #FFFFFF;
font-weight: bold;
	font-size: 1.0em;
	padding:3px;
background-color:#5ca9dd;
}
h6 {
	color: #294B5F;
	font-size: 1em;
	line-height: 1.3em;
	margin: 0 0 0.25em 0;
}


/* END HEADINGS */

.clear{
clear: both;
}

div#content ul {
   margin: 0px;
   padding: 0px;
color:#5CA9DD;
list-style: disc;
}
div#content li {
   color:#666666;
margin:0;
padding:0;
}



/* TEXT */
p {
/* default p font size, this is set different in some other divs */
	font-size: 1em;
color:#666666;
/* some air around p elements */
	margin: 0 0 1.5em 0;
	line-height: 1.4em;
	padding: 0;
}
blockquote {
	border-left: 10px solid #ddd;
	margin-left: 10px;
}
strong, b {
/* explicit setting for these */
	font-weight: bold;
}
em, i {
/* explicit setting for these */
	font-style: italic;
}
/* Wrapping text in <code> tags. Makes CSS not validate */
code, pre {
/* css-3 */
	white-space: pre-wrap;
/* Mozilla, since 1999 */
	white-space: -moz-pre-wrap;
/* Opera 4-6 */
	white-space: -pre-wrap;
/* Opera 7 */
	white-space: -o-pre-wrap;
/* Internet Explorer 5.5+ */
	word-wrap: break-word;
	font-family: "Courier New", Courier, monospace;
	font-size: 1em;
}
pre {
/* black border for pre blocks */
	border: 1px solid #000;
/* set different from surroundings to stand out */
	background-color: #ddd;
	margin: 0 1em 1em 1em;
	padding: 0.5em;
	line-height: 1.5em;
	font-size: 90%;
}
/* Separating the divs on the template explanation page */
div.templatecode {
	margin: 0 0 2.5em;
}
/* END TEXT */
/* LISTS */
/* lists in content need some margins to look nice */
div#main ul,
div#main ol,
div#main dl {
	font-size: 1.0em;
	line-height: 1.4em;
	margin: 0 0 1.5em 0;
}
div#main ul li,
div#main ol li {
	margin: 0 0 0.25em 3em;
}
/* definition lists topics on bold */
div#main dl {
	margin-bottom: 2em;
	padding-bottom: 1em;
	border-bottom: 1px solid #c0c0c0;
}
div#main dl dt {
	font-weight: bold;
	margin: 0 0 0 1em;
}
div#main dl dd {
	margin: 0 0 1em 1em;
}
/* END LISTS */

/* BOXES */

.sbox {
background: #ffffff;
width:300px;
padding-bottom:10px;
}
.sboxtop{
height:40px;
padding:0;
background: #5CA9DD;
}
.sboxmid{
background: url(uploads/images/layout/sbox_mid.gif) repeat-y left top;
padding:10px;
}
.sboxmid img {
display:inline;
padding:5px;
}
.sboxbase{
background: url(uploads/images/layout/sbox_base.gif) no-repeat left top;
height: 15px;
padding:0px;
}
.titles {
visibility:hidden;
}

.paddy{
padding-bottom:10px;
border:0;
}
.rightimg{
float:right;
border:0;
padding-left:10px;
padding-bottom:5px;
}

.gallerybox {
background: #ffffff;
padding-bottom:10px;
width:655px;
}
.gallerytop{
height:40px;
padding:0;
background: #5CA9DD;
}
.gallerymid{
background: url(uploads/images/layout/lbox_mid.gif) repeat-y left top;
overflow:hidden;
}
.gallerybase{
background: url(uploads/images/layout/lbox_base.gif) no-repeat left top;
height: 15px;
}

.locatorbox {
background: #ffffff;
padding-bottom:10px;
width:655px;
}
.locatortop{
height:40px;
padding:0;
background: #5CA9DD;
}
.locatormid{
background: url(uploads/images/layout/lbox_mid.gif) repeat-y left top;
overflow:hidden;
}
.locatorbase{
background: url(uploads/images/layout/lbox_base.gif) no-repeat left top;
height: 15px;
}

#media{
width:315px
display:inline;
}
.mediabox {
background: #ffffff;
padding-bottom:10px;
width:655px;
}
.mediatop{
height:40px;
padding:0;
background: #5CA9DD;
}
.mediamid{
background: url(uploads/images/layout/lbox_mid.gif) repeat-y left top;
padding:1px;
overflow:hidden;
}
.mediabase{
background: url(uploads/images/layout/lbox_base.gif) no-repeat left top;
height: 15px;
}
.mediatitle{
margin:0;
padding:10px;
background: url(uploads/images/layout/media_green_down.gif) repeat-x left top;
display:block;
color:#ffffff;
font-weight:bold;
}
.mediamid a{
margin:0;
padding:10px;
background: url(uploads/images/layout/mediabutton_down.gif) repeat-x left top;
display:block;
}
.mediamid a:hover{
padding:10px;
background: url(uploads/images/layout/mediabutton_up.gif) repeat-x left top;
display:block;
color:#ffffff;
font-weight:bold;
text-decoration:none;
}

.productbox {
background: #ffffff;
padding-bottom:10px;
width:300px;
}
.producttop{
height:40px;
padding:0;
background: #5CA9DD;
}
.productmid{
background: url(uploads/images/layout/sbox_mid.gif) repeat-y left top;
padding:10px;
overflow:hidden;
}
.productbase{
background: url(uploads/images/layout/sbox_base.gif) no-repeat left top;
height: 15px;
}
.productmid2{
background: url(uploads/images/layout/sbox_mid.gif) repeat-y left top;
padding:0;
}
.productbase2{
background: url(uploads/images/layout/window2.jpg) no-repeat left top;
padding:10px;
overflow:hidden;
}
.productbox2 {
background: #ffffff;
padding-bottom:10px;
width:315px;
}
.productbox2top{
height:40px;
padding:0;
background: #5CA9DD;
}
.productbox2mid{
background: url(uploads/images/layout/media_mid.gif) repeat-y left top;
padding:0;
}
.productbox2base{
background: url(uploads/images/layout/bifoldbox2.jpg) no-repeat left top;
overflow:hidden;
padding:10px;
}
.productbox3base{
background: url(uploads/images/layout/patiodoor2.jpg) no-repeat left top;
overflow:hidden;
padding:10px;
}

/* END BOXES */

/*GOOGLE MAPS*/
.searchArea {
		width:220px;
		height:229px;
		padding:10px;
		font-size:13px;
		color:#676767;
	}
	#map {
		width:415px;
		height:259px;
		overflow:hidden;
		background-color:#000000;
	}
	.searchArea p {
		margin-top:0px;
		margin-bottom:15px;
	}
	.searchArea input.text {
		border:1px solid #dededc;
		font-size:12px;
		font-weight:bold;
		padding:5px 10px 5px 10px;
		width:190px;
	}
/* End of 'Layout: Top menu + 2 columns' */

