/*-moz-border-radius: 10px; */
/* -webkit-border-radius: 10px;*/

/* Basic Styles & Classes */

html {

	
}

img {
	padding: 0px 0px 0px 0px;
	
}
body {
	background: #000000 url(../images/body_bg.jpg) repeat-x;
	font-family: verdana;
	font-size: 13px;
	color: #001930;
	line-height: 16px;
}


a:link {
	text-decoration: none;
}

a:visited {
	text-decoration: none;
}

a:active {
	text-decoration: none;
	outline:none;
}	

a:hover {
	text-decoration: underline;
}


:focus {
  -moz-outline-style:none;
}

/* Default text styles */

p {
	padding: 6px 0px 8px 0px;
	line-height: 1.3em;
}

em {
	font-style: italic;
}

strong {
	font-weight: bold;
}

/* */

h1 {
	font-size: 1.5em;
	color: #004e96;
}

h2 {
	font-size: 1.4em;
	color: #004e96;
}

h3 {
	font-size: 1.2em;
	color: #004e96;
	font-style: italic;
	font-weight: bold;
}

h4 {
	color: #004e96;
	font-size: 1.1em;
}

h5 {
	color: #004e96;
	font-size: 0.9em;
}


/* Layout */

#header { background: #dddddd url(../images/headerstrip.png) repeat-x; }
	#headercontent {
		width: 930px;
		height:101px;
		
		margin: 0 auto;
		/*background: url(../img/header_img2.jpg);*/
	}

	#logo {
		width:  680px;
		height: 101px;
		background: url(../images/logo.png) no-repeat;
	}
	
	#headerinfo {
		font-size: 1.4em;
		margin: 45px 40px 0px 0px;
	}


#pagecontent {
	width:  930px;	
	margin: 0 auto;
}
	#splittop {
		height: 20px;
		background: url(../images/headersplit.png) no-repeat;
	}

	#maindisplay {
		/*height: 315px;*/
		background: url(../images/content_bg.png) repeat-y;
		/*background-size: 100%;*/
	}
	
		/* -- */
		#leftcontent {
			width: 170px;
		}
			
			.pageheading {
				height: 30px;
				padding-top: 6px;
				
				background: url(../images/pageheading_bg.png) no-repeat;
			}
		
		
		/* -- */
		#rightcontent {
			
			width: 656px;
		}

	#pagesplit {
		height: 23px;
		background: url(../images/lowersplit.png) no-repeat;
	}
	
	#lowerpage {
		height: 89px;
		background: url(../images/lowerbanner.png) no-repeat;
	}
		#lowerpage h2 {
			font-size: 1.1em;
			width: 100px;
			margin: 5px 0px 0px 70px;
		}
	
	#footer {
		height: 102px;
		background: url(../images/footer.png) repeat-y;
	}

		#leftfooter {
			width: 170px;
		}
			#brochure {
				width:  70px;
				padding-top: 20px;
				padding-right: 10px;
				padding-left: 5px;
			}
			
	#address {
		padding-top: 0px;
		color: #7784a7;
	}
	
	#copyright {
		color: #5c678d;
		padding-top: 10px;
	}
	
		#footer a {
			color: #a3aede;
		}

	
	
	
	#rightfooter {
		
	}

	#affiliates {
	
	}

	#affiliates img {
		margin: 0px;
		padding: 2px;
	}



/* Navigation */
#navigation {
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 10px 0px;
	background: #004e96;
	font-size: 1.2em;
}

.current {
	font-weight: bold;
}


#photoshome {
	margin-right: 15px;
}
/* images */
.photoSmall {
	padding: 0px 0px 0px 0px;
}
.smlBorder {
	padding: 2px 2px 0px 2px;
	background-color: #eeeeee;
}



/* lists etc */

.productlist {
	background: #d6dff1;
	margin: 5px 0px 5px 0px;
	padding: 10px;

}

.productlist li{
	padding-bottom: 6px;
	list-style-type: disc;
	margin-left: 20px;
}

.productlist em {
	color: #656e7e;
}


.box {
	background: #d6dff1;
	/*margin: 5px 0px 5px 0px;
	padding: 10px;*/
}
/* General Layout Classes */

.fullwith {
	width: 100%;
}

.fullheight {
	height: 100%;
}

.left {
	float: left;
}

.right {
	float: right;
}

.lMargin {
	margin-left: 40px;
}

.rMargin {
	margin-right: 40px;
}

.clearfloats {
	clear: both;
}

/* --- */

.seo { /*Hides text content as were using a graphic instead */
	display: none;
}

.hidden {
	display: none;
}

.rounded {
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
}

.roundedSml {
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}


.center {
}

.indent {
	padding-left: 20px;
}


/*Contact Form */
#contact-area {
	/*width: 600px;*/
	margin-top: 25px;
}

#contact-area input, #contact-area textarea {
	padding: 5px;
	width: 471px;
	font-family: Helvetica, sans-serif;
	font-size: 1.0em;
	margin: 0px 0px 10px 0px;
	border: 2px solid #ccc;
}

#contact-area textarea {
	height: 90px;
}

#contact-area textarea:focus, #contact-area input:focus {
	border: 2px solid #900;
}

#contact-area input.submit-button {
	width: 100px;
	float: right;
	margin-right: 55px;
}

label {
	float: left;
	text-align: right;
	margin-right: 15px;
	width: 100px;
	padding-top: 5px;
	font-size: 1.1em;
}


/* debug */

.bug1 {
	border: 1px dotted red;
}

.bug2 {
	border: 1px dotted yellow;
}

.bug3 {
	border: 1px dotted green;
}

.bug4 {
	border: 1px dotted blue;
}

.bug5 {
	border: 1px dotted pink;
}


/* JQuery Tools */


/* panes */
#scrollquote {
	/*background: url(/tools/img/tabs/blue_panes.jpg) no-repeat 0 -100px;*/	
	width: 640px;
	height:89px;
}


/* single pane */
#scrollquote div {
	display:none;	
	color:#fff;	
	/*margin:20px 40px;*/
}

/* some decorations for elements inside single pane */
#scrollquote div h3 {
	font-weight:normal;
	color:#7a88ba;
	/*text-align: right;*/
	margin:4px 30px 0px 0px;
	font-size: 1em;
}

#scrollquote blockquote {
	color: #5f6a91;
	font-style: italic;
	font-size: 1.1em;
	margin:0px 30px 0px 0px;
}

#scrollquote em {
	font-style: italic;
}


/* override the root element to enable scrolling */
#scrollquote {
	position:relative;
	overflow:hidden;
	clear:both;
}

/* override single pane */
#scrollquote div {
	float:left;
	display:block;
	width: 660px;

	/*border:  1px dotted red;*/
}

/* our additional wrapper element for the items */
#scrollquote .items {
	width:20000em;
	position:absolute;
	clear:both;
	margin:0;
	padding:0;
}

#scrollquote .less, #scrollquote .less a {
	color:#999 !important;
	font-size:11px;
}



/*Menu Navigation */
ul.menu, ul.menu ul {
  list-style-type:none;
  margin: 0px 0px 0px 0px;
  padding: 0;

  font-size: 0.9em;
}

ul.menu a {
  display: block;
  text-decoration: none;	
}

ul.menu li {
  margin-top: 1px;
  
}

ul.menu li a {
  color: #fff;	
  padding: 6px 0px 6px 10px;
  background: #3478b8 url(../img/nav_bg_hover.png) no-repeat;
}

ul.menu li a:hover {
  background: #4197e7;
}

ul.menu li ul li a {
	font-size: 0.9em;
  background: #81b6e7 url(../img/nav_bg_hover.png) no-repeat;
  color: #004e96;
  border-left: 3px #3478b8 solid;
  border-right: 3px #3478b8 solid;
  padding-left: 10px;
}

ul.menu li ul li a:hover {
  background: #6691b8;
  border-left: 3px #0078aa solid;
  padding-left: 10px;
}



/* Wufoo CONTACT FORM */