@charset "utf-8";
/* CSS Document */

/*reset all styles*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

h1 {
	font-size:24px;
	line-height:26px;
	}
	
h2 {
	font-size:20px 
	}
	
h3 {font-size: 18px;
	}	
	
p {
	margin:10px 0;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	line-height: 12.5pt;
	font-weight:200;
	}
	
ul {
	margin:10px 25px;
	}

body {
	background:url(images/bluebg.png) top left repeat-x;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;	
	font-weight:200;
	line-height: 12.5pt;
	color:#000000;	
	}

#header {
	background:url(images/whitebg.png) repeat-y;
	width:950px;
	height:25px;
	margin:0 auto;
	}
	
#headerbg {
	height:300px;
	background:url(images/yellow-bar.png) repeat-x;
	position:relative;
	margin-top:-25px;
	width:auto;
	z-index:99;
	}
		
#container {
	position:relative;
	width:950px;
	margin:0 auto;
	margin-top:-269px;
	background:url(images/whitebg.png) repeat-y;
	}

#nav {
	position:relative;
	margin-top:250px;
	float:left;
	width:950px;
	margin-left:10px;
	z-index:100;
	}
	
#nav a.left {
	background:url(images/leftside.png) no-repeat;
	}

#nav a.right {
	background:url(images/rightside.png) no-repeat;
	}

#nav a {
	text-indent:-99999px;
	float:left;
	}

#nav a.store, #nav a.about, #nav a.services, #nav a.projects, #nav a.contact, #nav a.more, #nav a.left {
	width:145px;
	height:32px;
	}

#nav a.left, #nav a.right {
	width:31px;
	height:32px;
	}

#nav a.store {
	background:url(images/store.png) no-repeat;
	}

#nav a.store:hover {
	background-position: -145px 0;
	}
	
#nav a.about {
	background:url(images/about.png) no-repeat;
	}
	
#nav a.about:hover {
	background-position: -145px 0;
	}

#nav a.services {
	background:url(images/services.png) no-repeat;
	}

#nav a.services:hover {
	background-position: -145px 0;
	}

#nav a.projects {
	background:url(images/projects.png) no-repeat;
	}

#nav a.projects:hover {
	background-position: -145px 0;
	}

#nav a.contact {
	background:url(images/contact.png) no-repeat;
	}

#nav a.contact:hover {
	background-position: -145px 0;
	}

#nav a.more {
	background:url(images/more.png) no-repeat;
	}

#nav a.more:hover {
	background-position: -145px 0;
	}
	
#content {
	background:transparent;
	margin:auto;
	width:850px;
	height:auto;
	clear:both;
	padding-left:45px;
	padding-right:45px;
	padding-top:25px;
	padding-bottom:30px;
	}
	
#content #left {
	float:left;
	width:500px;
	margin:auto auto 30px auto;
	}
	
#content #left .entry {
	background:#eeeeee;
	width:500px;
	padding:20px;
	}

#content #left .entry p.quote {
	font-weight:600;
	font-style: italic;		
	padding-left:40px;
	padding-right:40px;	
	}
	
#content #left .entry img.float-right {
	float:right;
	padding-left:15px;
	margin:5px;
	}
	
#content #left .entry a {
	color:#21b2fd;
	}
	
#content #left .entry ul li {
	padding-left:15px;
	}
	
#content #left .entry-footer {
	float:left;
	width:500px;
	clear:both;
	}
	
#content #left .entry-footer a {
	text-indent:-999999px;
	float:left;
	width:500px;
	height:96px;
	margin-left:-2px;
	}
	
#content #full {
	float:left;
	width:815px;
	margin:auto auto 30px auto;
	}
	
#content #full .entry {
	background:#eeeeee;
	width:815px;
	padding:20px;
	}
	
#content #full .entry img.float-right {
	float:right;
	padding-left:15px;
	margin:5px;
	}
	
#content #full .entry a {
	color:#21b2fd;
	}
	
#content #full .entry p.post-meta {
	color:#777778;
	font-size:11px;
	line-height:11px;
	}
	
#content #full .entry p.post-meta a {
	color:#0070b6;
	border-bottom:1px dotted #4d6470;
	}
	
#content #full .entry ul li {
	padding-left:15px;
	}
	
#content #full .entry-footer {
	float:left;
	width:500px;
	clear:both;
	}
	
#content #full .entry-footer a {
	text-indent:-999999px;
	float:left;
	width:500px;
	height:96px;
	margin-left:-2px;
	}
	
#right {
	float:right;
	width:150px;
	margin-right:135px;
	}
	
#content #right .entry {
	background:#eeeeee;
	width:250px;
	padding:20px;
	}
	
#content #right .entry img.center {
	float:center;
	padding-left:0px;
	padding-right:15px;
	padding-top:15px;
	padding-bottom:15px;
	margin:5px;
	clear:both;
	}
	
#content #right .entry a {
	color:#21b2fd;
	}
	
#content #right .entry p.post-meta {
	color:#777778;
	font-size:11px;
	line-height:11px;
	}
	
#content #right .entry p.post-meta a {
	color:#0070b6;
	border-bottom:1px dotted #4d6470;
	}
	
#content #right .entry ul li {
	padding-left:15px;
	}
	
#content #right .entry-footer {
	float:left;
	width:100px;
	clear:both;
	}
	
#content #right .entry-footer a {
	text-indent:-999999px;
	float:left;
	width:100px;
	height:96px;
	margin-left:-2px;
	}
	
#footerbg {
	background:url(images/yellow-bar-low.png) repeat-x;
	height:65px;
	position:relative;
	margin-top:-30px;
	width:auto;
	z-index:99;
	}

#footerWhitebg {
	background:url(images/whitebg.png) repeat-y;
	width:950px;
	height:15px;
	margin:0 auto;
	z-index:1;
	}
	
#footer-wrap {
	position:relative;
	margin-top:10px;
	border:none;
	font-size:10px;
	line-height:12px;
	padding:27px;
	z-index:101;
	text-align:center
	}

img.float-left {
	float:left;
	margin:0 5px 0 0;
	}

img.header {
	position:relative;
	margin-top:45px;
	}
	
a.footer:link {color: #000000; text-decoration: none}   
a.footer:visited {color: #111111; text-decoration: none} 
a.footer:hover {color: red; text-decoration: none}   
a.footer:active {color: blue; text-decoration: none}

e; text-decoration: none}

table {
	border-collapse:collapse;
	table-layout:fixed;
	}
