body {
	background: #fafafa url(../_img/background.jpg) top center repeat-x;
	text-align: center;
	font-family: 'Helvetica neue', Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #283944;
}

a { color: #283944; text-decoration: none; }

a.hover { color: #000; text-decoration: none; }

p { margin: 0px; padding: 0px 0px 10px 0px; }

img { border: 0px; }

.clear { clear: both; }

.wrapper {
	width: 980px;
	margin: 0px auto 0px auto;
}





/* HEADING TAGS */

h1, h2 { margin: 0px 0px 10px 0px; padding: 0px; }

h3, h4 { margin: 20px 0px 10px 0px; padding: 0px; }

h2 {
	color: #54a9d0;
	font-size: 24px;
	text-shadow: 0px 1px #000;
}

h2 a {color: #54a9d0;}

h2 a:hover {color: #6bc4ed;}




/* HEADER */

.header {
	width: 980px;
	height: 147px;
	overflow: hidden;
	margin: 0px auto 0px auto;
}

.header h1 {
	width: 246px;
	height: 81px;
	text-indent: -9999px;
	background: url(../_img/logo.png) no-repeat center;
	padding: 0px;
	margin: 0px;
	float: left;
	display: block;
	position: relative;
	top: 26px;
}

.header h1 a {
	text-indent: -9999px;
	display: block;
	width: 246px;
	height: 81px;
}

.header .headerContact {
	font-size: 18px;
	font-weight: bold;
	float: right;
	position: relative;
	top: 30px;
	right: 5px;
	text-shadow: 0px 1px #fff;
}

.header ul {
	list-style: none;
	float: right;
	position: relative;
	top: 50px;
}

.header ul li {
	display: inline;
	margin: 0px 5px 0px 5px;
}

.header ul li a {
	font-size: 18px;
	padding: 3px 5px 3px 5px;
	color: #3b3b3b;
	text-shadow: 0px 1px #fff;
	font-weight: lighter;
}

.header ul li a:hover {
	background: #68aed8;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	color: #fff;
	text-shadow: 0px 1px #4588b0;
}

#selected a {
	background: #68aed8;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	color: #fff;
	text-shadow: 0px 1px #4588b0;
}





/* CONTENT BOXES */

.border {
	border: 1px solid #283944;
	margin: 0px auto 20px auto;
}

.full {
	width: 980px;
}

.medium {
	width: 600px;
	float: left;
}

.small {
	width: 360px;
	float: right;
}

.services {
	width: 313px;
	float: left;
	margin-right: 15px;
}

.servicesright {
	width: 313px;
	float: right;
}

.box {
	margin: 0px auto 0px auto;
	border: 3px solid #fff;
	text-align: left;
	padding: 10px;
	text-shadow: 0px 1px #000;
}

.blue {
	background: #283944 url(../_img/darkblue-bg.jpg) top center no-repeat;
	color: #fff;
}

.dark {
	background: #151515 url(../_img/dark-bg.jpg) top left no-repeat;
	color: #fff;
}

.dark h2 { color: #f7f7f7; }

.dark h2 a { color: #f7f7f7; }

.dark h2 a:hover { color: #ffffff; }

.box a { color: #fff; }
.box a:hover { color: #dae9f2; }

.IndexSea {
	background: #7bb0ec url(../_img/sea-bg.jpg) top center no-repeat;
	color: #283944;
	text-shadow: 0px 1px #f2f6fd;
	font-weight: bold;
}

.IndexSea a {
	color: #283944;
}

.IndexSea a:hover {
	color: #000;
}

.IndexSea h2 { color: #283944; text-shadow: 0px 1px #f2f6fd;}

.IndexSea h2 a { color: #283944; }

.IndexSea h2 a:hover { color: #000; }


/* CONTACT FORMS */

.dark ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

.dark ul li {
	margin: 0px 0px 10px 0px;
}

.dark ul li label {
	font-size: 14px;
	font-weight: bold;
}




/* PRODUCTS */

.pdf {
	width: 600;
	background: #f5eece url(../_img/pdf.gif) left center no-repeat;
	padding: 10px 10px 10px 45px;
	font-size: 18px;
	letter-spacing: -1px;
}

.pdf a {
	color: #3b3b3b;
	text-shadow: 0px 1px #fff;
}

.pdf a:hover {
	color: #000;
}





/* FOOTER */

#FooterLogo {
	float: left;
}

.FooterText {
	float: right;
	text-align: center;
	width: 837px;
}

.FooterText ul {
	list-style: none;
	position: relative;
	margin: 0px 0px 5px 0px;
	padding: 0px;
}

.FooterText ul li {
	display: inline;
	margin: 0px 5px 0px 5px;
}

.FooterText ul li a {
	font-size: 12px;
	padding: 0px
	color: #fff;
	font-weight: lighter;
}

.FooterText p {
	padding: 0px;
	font-size: 10px;
}





/* BY VENN DESIGNS */

.ByVenn{
	width: 980px;
	margin: 0px auto 0px auto;
	text-align: right;
}

.ByVenn a {
	font-size: 10px;
	color: #a2a2a2;
}

