/*
dark blue box #394762
blue for header bg #41669C
pale light blue #EAF3F9 darker - #C7DFEF
light blue text #B8D8EB
body bg beige #F4F0E9
light gray at top of content e4e4e4
light gray c7cbd3
orange font f08418
*/
/* ---------------------------------------------------------------------------
	=structure
--------------------------------------------------------------------------- */
* {
	margin: 0;
	padding: 0
}
html {
	margin: 0;
	padding: 0;
}
body {
	margin: 0 auto;
	
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 82%;
	color: #000;
}

body {
	background: #fff url(../images/body-bg-pages.gif) repeat-x top left;
}	
body#home {
	background: #fff url(../images/body-bg-home.gif) repeat-x top left;
}
	
#header {
	margin: 0 auto;
	width: 100%;
	height: 121px;
	/*background: #41669C url(../images/header-bg.jpg) repeat-x top center;*/
	position: relative;
}
	#header #headerInner {
		width: 960px;
		margin: 0 auto;
		text-align: center;
		position: relative;
	}
	#header #logo {
		margin: 24px 0 0 6px;
		float: left;
	}
		#header #logo h1 {
			margin: 0;
			text-align: left;
			text-indent: -9999em;
			display: block;
			background-repeat: no-repeat;
			background-color: transparent; 
		}
			#header #logo h1 a {
				margin: 0;
				padding: 0;
				display: block;
				width: 177px;
				height: 68px;
				overflow: hidden;
				border: none;
				background: url(../images/logo.gif) no-repeat top left;
			}
	#header #tagLine {
		padding: 0;
		margin: 26px 0 0 20px;
		background: url(../images/when-being-online-counts.png) no-repeat top left;
		width: 288px;
		height: 55px;
		float: left;
	}
	#header #headerInner #companyInfo {
		position: absolute;
		top: 8px;
		right: 20px;
		color: #000;
		font-weight: normal;
		font-size: 13px;
	}
		#header #headerInner #companyInfo p {
			text-align: right;
			line-height: 1.33em;
		}
	#header #headerInner #companyInfoCall {
		position: absolute;
		top: 131px;
		right: 20px;
		color: #fff;
		font-weight: bold;
		font-size: 15px;
	}		

#container {
	padding: 0;
	margin: 0 auto;
	text-align: left;
	width: 950px;
}			

#mainContentHome {
	padding: 35px 0;
	margin-top: 15px;
}

#home-content {
}
#home-products-bullets {
	margin: 26px 0 0 0;
	padding: 25px;
	background:	url(../images/home-producsts-bg.jpg) no-repeat;
	width: 342px;
	height: 216px;
	float: left;
}
#product-images-group {
	margin: 10px 0 0 0;
	float: right;
}
#home-subcontent {
	margin: 30px 0 0 0;
	padding: 0;
}
#homeSidebarOne {
	float: left;
	width: 440px;
}
#homeSidebarTwo {
	margin-left: 50px;
	float: left;
	width: 430px;
}

#mainContentPages {
	padding: 40px 0 0 0;
	margin-top: 15px;
	min-height: 500px;
}
#mainContentPagesInner {
	margin: 60px 0;
	float: left;
	clear: both;
}

#sideLeft {
	width: 450px;
	float: left;
}
#sideRight {
	margin-left: 40px;
	width: 460px;
	float: left;
}
.productSet {
	margin: 10px 0 5px 0;
	padding: 0;
	clear: both;
	float: left;
	width: 100%;
}
.productSet img {
	float: left;
}
.productSet .info {
	margin-left: 120px;
}
.productSet .info h4 {
	margin: 0;
}
.productSet .info h4.productTitle {
	padding-bottom: 20px;
}
.contactBox {
	margin: 30px 0 0 0;
	padding: 15px 25px;
	font-weight: bold;
	background: #e6e6e6;
	clear: both;
	float: left;
	width: 100%;
}

#footer {
	padding: 4px 0;
	margin: 20px auto;
	text-align: center;
	clear: both;
	color: #999;
}


/* ---------------------------------------------------------------------------
	=headers
--------------------------------------------------------------------------- */

h1 {
	margin: 0 0 0 0;
	font-size: 2.5em;
	font-family: "Helvetica Neue", "Trebuchet MS", Helvetica, Arial, sans-serif;
}
h2 {
	margin: 0;
	padding: 0;
	font-family: Helvetica, Arial, sans-serif;
	text-align: left;
	font-size: 2em;
	font-weight: bold;
}
#mainContentPages h2 {
	color: #fff;
	font-size: 24px;
	font-weight: normal;
}
#mainContentPages h2 span {
	font-size: .8em;
}
h3 {
	margin: 0;
	padding: 0;
	font-size: 1.85em;
	font-weight: normal;
	color: #222;
	font-family: Helvetica, Arial, sans-serif;
}
#home-products-bullets h3 {
	padding: 0 0 33px 0;
}
h3.productsSection {
	margin-top: .75em
}

h4 {
	margin: 1.5em 0 1.5em 0;
	font-weight: bold;
	font-size: 1.25em;
	color: #000;
}
#productsBrief h2 {
	padding: 11px 0 9px 0;
	margin: 0;
	font-weight: bold;
	font-size: 18px;
	text-align: center;
	text-transform: uppercase;
	font-family: helvetica, arial, sans-serif;
	color: #000;
	background: url(../images/pricing-header-bg.png) repeat-y top center;
	border-bottom: 1px solid #777;
}
div#productsBrief h3 {
	margin: 15px 0;
	color: #000;
	font-weight: bold;
	font-size: 20px;
}

h5 {
	margin: 10px 0;
	font-size: 100%;
	font-family: "Helvetica Neue", "Trebuchet MS", Helvetica, Arial, sans-serif;
}


/* ---------------------------------------------------------------------------
	=paragraphs
--------------------------------------------------------------------------- */

p {
	margin: .5em 0 .5em 0;
	padding: 0;
	line-height: 1.5em;
}
#footer p {
	margin: 0;
	padding: 6px 0 0 0;
}
#footer span {
	padding-right: 8px;
	margin-bottom: 2px;
	float: right;
	line-height: normal;
	color: #ddd;
	font-size: 12px;
}
#footer span a {
	color: #ddd;
}


/* ---------------------------------------------------------------------------
	=links
--------------------------------------------------------------------------- */

a:link {
	color: #000;
}
a:visited {
	color: #000;
}
a:hover {
	text-decoration: none;
}


/* ---------------------------------------------------------------------------
	=lists
--------------------------------------------------------------------------- */

dl {
	margin-bottom: 25px;
}
dt {
	margin-bottom: 2px;
	font-size: 110%;
	font-weight: bold;
	color: #000;
}
dd {
	margin-bottom: 15px;
}
ul, ol {
	margin: 15px 0 20px 15px;
	font-family: Arial, Helvetica, sans-serif;
}
li {
	margin-bottom: 4px;
}
ul.bullets {
	margin-left: 15px;
}
ul.bullets li {
	margin: 0 0 .6em 0;
	padding: 0 0 0 22px;
	background: url(../images/bullet-oval.gif) no-repeat 0 .3em;
	list-style: none;
}
ul.productBullets {
	margin: 12px 0px 8px 0;
	padding: 1em;
	float: right;
	border: 1px solid #ccc;
}
ul.productBullets li {
	margin: 0 0 .33em 0;
	padding: 0 0 4px 28px;
	background: url(../images/check.png) no-repeat 0 0;
	list-style: none;
	font-weight: bold;	
}
	ul.productBullets li a, ul.productBullets li a:visited {
		color: White;
	}
ul.noBullet {
	margin-left: 0;
	list-style: none;
}


/* ---------------------------------------------------------------------------
	=misc
--------------------------------------------------------------------------- */

img {border: none;}

select {
	margin: 0;
	padding: 0;
}
select option {
	padding-right: 5px;
}

.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

/* ---------------------------------------------------------------------------
	=tables
--------------------------------------------------------------------------- */

table.productList {
	margin-top: 6px;
	margin-left: 1em;
	font-size: 12px;
	width: 98%;
}
table.productList td {
	padding: 2px 0 4px 0;
	margin: 0;
	width: 49%;
}


/* ---------------------------------------------------------------------------
	=navigation
--------------------------------------------------------------------------- */

#header #mainNavWrap				{ text-align: left; clear: both; }			  
#header #mainNavWrap #mainNav		{margin: 39px 0 0 0;  list-style: none; text-align: left;float: left;}
#mainNav li							{ display: inline; margin: 0 2px 0 0; float: left;}
#mainNav li a						{ padding: 7px 25px 7px 6px; color: #fff; text-transform: uppercase;                                     
									  text-decoration: none;
									  font-size: 15px;
									  font-weight: bold;
									  font-family: Helvetica, Arial, sans-serif;
									  }
#mainNav li a:hover                 { text-decoration: underline; }


body#home #mainNav li.home a,
body#trophies #mainNav li.trophies a,
body#tools #mainNav li.tools a,
body#art #mainNav li.art a,
body#news #mainNav li.news a,
body#contact #mainNav li.contact a { }
