html {
	margin: 0;
	padding: 0;
}

body {
	background-color: white;
	margin: 0;
	padding: 0;
}

div#header {	background: url(/images/site/header_bg.gif) no-repeat center top;
	padding-top: 30px;
	padding-left: 0;
	background-color: #fefefe;
}

div#nav {
	padding-top: 4px;
	padding-bottom: 4px;
	background: url(/images/site/topnav.gif) repeat-x 0 center;
}

div#nav ul {
	list-style-type: none;
	padding: 10px 0 0;
	margin: 0;
}

div#nav ul li {
	display: inline;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

div#nav ul li a {
	color: white;
	text-transform: uppercase;
	font: normal 0.9em Georgia, "Times New Roman", Times, serif;
	padding-right: 15px;
}

div#footer ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

ul.footer_nav {
	margin: 0;
	padding: 0;
}

ul.footer_nav li {
	border-right: 1px solid gray;
	padding-left: 20px;
			display: inline;
	margin: 0;
	padding-right: 20px;
}

ul.footer_nav li.first {

	padding-left: 0;
			display: inline;
	margin: 0;
	padding-right: 20px;
}

ul.footer_nav li.last {
	border-right: 1px none gray;
	padding-left: 10px;
			display: inline;
	margin: 0;
	padding-right: 20px;
}

div.front_img {
	padding-top: 10px;
}

/* @group Product Listing */

div.product_list {

	padding-top: 70px;
}

div.listedproducts {
	margin-bottom: 10px;
}

div.listedproducts p {
	line-height: 1.1;
	height: 50px;
}

div.left_nav {
	margin-top: 30px;
}

div.left_nav ul {
	padding: 0 0 20px;
	margin: 0 0 20px;
	list-style-type: none;
	background: url(/images/site/border1.gif) repeat-x 0 bottom;
	width: 200px;
}

div.left_nav ul li {
	padding: 0;
	margin: 0 0 0 5px;
	list-style-type: none;


}



/* @end */

/* @group blog */

div#blog {
	padding-top: 60px;
}

div.blog_entry {
	margin-bottom: 50px;
	border-bottom: 1px solid #f4f4f4;
	padding-bottom: 5px;
}

div.blog_entry div.blog_content {
	padding-left: 20px;
	margin-top: 10px;
}

div.blog_twit {
	margin-top: 30px;
}

div.twit  {
	background-color: #f3f3f3;
	margin-bottom: 3px;
	padding: 10px;
	margin-right: 40px;
}

div.twit p  {
	margin: 5px 0 0;
	padding: 5px 0 0;
	border-top: 1px dotted #bbbabb;
}

div.twit img {
	float: left;
}



/* @end */

/* @group Product Detail */

div#product_description {
	padding-right: 70px;
	padding-left: 25px;
	padding-bottom: 50px;
}

div#product_shot {
	text-align: center;
}

div#product_description div.aboutme {
	text-align: right;
	border-top: 1px solid #edebeb;
	border-bottom: 1px solid #edebeb;
	padding-top: 8px;
	padding-bottom: 8px;
	margin: 0;
}

div#product_shot_thumb {
	margin: 20px 0 0;
	padding: 0 0 20px;
	border-bottom: 1px solid #edebeb;
}

div#product_shot_thumb ul.gallery {
	padding: 30px 0 0;
	margin: 0;

}

div#product_shot_thumb ul.gallery li {
	padding: 0;
	margin: 0;
	display: inline;
}



/* @end */

div#content_top {
	margin-top: 10px;
	margin-bottom: 30px;
}

div#content {
	padding-bottom: 100px;
}

div.wesupport, div.ourstory,div#contact,div#Search {
	padding-top: 30px;
}

div.projects {
	margin-top: 40px;
	text-align: center;
}

div.projects img {

	margin: 10px auto 30px;
}

/* @group search */

div.search {
	background-color: black;
	text-align: center;
	height: 33px;
}

input#keywords {
	background-color: black;
	border-style: none;
	border-bottom: 1px dotted white;
	vertical-align: top;
	color: white;
	margin-top: 8px;
	line-height: 1;
	font-size: 1.2em;
	width: 170px;
}



/* @end */

/* @group contact */

div#contact-wrapper {
	border: 1px solid #dadada;
	padding: 20px;
	margin-top: 20px;
}

div#contact-wrapper p {
	margin-bottom: 30px;
}

div#contact-wrapper p.sent {
	font-weight: bold;
	font-style: italic;
	font-size: 1.1em;
	color: black;
	text-align: center;
	line-height: 1;
	margin-bottom: 15px;
}

div#contact-wrapper p span {
	font-weight: bold;
	font-style: italic;
	color: black;
	text-align: center;
	font-size: 1em;
}

div#contact-wrapper div {

	margin-bottom: 10px;
}

div#contact-wrapper label {
	font-style: italic;
	font-size: 1em;
	color: black;
}

div#contact-wrapper label.error {
	font-style: italic;
	font-size: 1em;
	color: #b1173f;
	margin: 0 0 10px;
	padding: 0 0 10px;
	line-height: 1;
}

div#contact-wrapper input#contactname,div#contact-wrapper input#email,div#contact-wrapper input#subject,div#contact-wrapper textarea {
	border: 1px solid silver;
	width: 100%;
}

div#contact-wrapper input#submit {
	text-align: right;
}

ul.social  {
	list-style-type: none;
	padding: 0;
	margin: 0;
	text-align: center;
}

ul.social li  {
	list-style-type: none;
	padding: 5px 0;
	margin: 0;
	display: inline;
}

ul.social li.facebook  {
	background: url(/images/site/facebook.jpg) no-repeat 0 center;
	padding-left: 20px;
	vertical-align: middle;
	padding-right: 10px;
}

ul.social li.twitter  {
	background: url(/images/site/twitter.jpg) no-repeat 0 center;
	padding-left: 20px;
	vertical-align: middle;
}



/* @end */

ul.achieves {
	list-style-type: none;
	padding: 10px;
	margin: 0 40px 20px 0;
	background-color: #f3f3f3;
}

ul.achieves li {
	list-style-type: none;
	padding: 0;
	margin: 0 0 5px;
	line-height: 1;
}

ul.achieves li a {
	font-size: 0.85em;
	line-height: 1;
	padding: 0;
	margin: 0;
}

ul.cs_nav {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

ul.cs_nav li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}