body {
	font: 11px/15px Verdana, Arial, sans-serif;
	color: #1B1718;
	margin: 0;
	background-color: black;
}
a {
	color: #1B1718;
	text-decoration: none;
}
a:hover {

}
img {
	border-width: 0;
}
#wrapper {
	width: 960px;
	margin: 0 auto;
	position: relative;
}

#header {
	padding: 25px 15px 0 25px;
	border-bottom: 20px solid #00BACE;
	background: url(/images/header_scroll.gif) 190px 0 no-repeat;
	height: 71px;
}
.home #header {
	background-image: none;
}

#logo {
	float: left;
	padding: 0 0 10px 0;
}

#primary_nav {
	list-style: none;
	margin: 53px 0 0 0;
	padding: 0;
	float: right;
}
#primary_nav li {
	list-style: none;
	margin: 0;
	padding: 0;
	float: left;
}
#primary_nav a {
	display: block;
	height: 8px;
	color: white;
	background: black url(/images/primary_nav.gif) no-repeat;
	padding: 0 8px 0 0;
	margin: 0 8px 0 0;
	border-right: 1px solid white;
}

#primary_nav .home a {
	width: 32px;
}
#primary_nav .home a:hover {
	background-position: 0 -30px;
}

#primary_nav .get_started a {
	width: 76px;
	background-position: -50px 0;
}
#primary_nav .get_started a:hover {
	background-position: -50px -30px;
}

#primary_nav .portfolio a {
	width: 63px;
	background-position: -142px 0;
}
#primary_nav .portfolio a:hover {
	background-position: -142px -30px;
}

#primary_nav .shop a {
	width: 30px;
	background-position: -222px 0;
}
#primary_nav .shop a:hover {
	background-position: -222px -30px;
}

#primary_nav .contact a {
	width: 52px;
	background-position: -268px 0;
	padding-right: 0;
	margin-right: 0;
	border-right-width: 0;
}
#primary_nav .contact a:hover {
	background-position: -268px -30px;
}

#primary_nav a span {
	display: none;
}

#content {
	padding: 35px;
	background: #6D6D6D url(/images/content_scroll.gif) right bottom no-repeat;
	min-height: 360px;
}
.shop #content, .portfolio #content {
	background: white;
}
.home #content {
	padding: 0;
}

div#page_body_contents {
	width: 260px;
	margin: 0 0 0 25px;
}

h1 {
	margin: 0 0 0 0;
	background-repeat: no-repeat;
	font: normal 34px/30px Arial, sans-serif;
	height: 48px;
}
h1 span {
	display: none;
}
h2 {
	font: italic bold 12px/15px Arial, sans-serif;
	color: #00BACE;
	margin: 0;
}
p {
	margin: 0 0 11px 0;
	font: bold 12px/15px Arial, sans-serif;
}

form {
	margin: 0 0 12px 0;
	background-color: #D3D3D3;
	padding: 12px;
}
form .part {
	margin: 0 0 5px 0;
}
form label {
	display: block;
	margin: 0 0 3px 0;
}
form label.required {
	font-weight: bold;
}
textarea {
	width: 100%;
}

#projects_wrapper, #products_wrapper {
	overflow-x: auto;
	width: 960px;
	margin: 0 -35px -35px -35px;
	padding: 0 0 35px 0;
}
#projects, #products {
	position: relative;
}
.project, .product {
	float: left;
	padding-right: 35px;
}
.product {
	padding-right: 13px;
}
#projects .first, #products .first {
	padding-left: 35px;
}
#projects .last {
	padding-right: 218px;
}
#products .last {
	padding-right: 35px;
}
.project_image, .product_image {

}
.portfolio #controls, .shop #controls {
	clear: both;
}

.product .name {
	text-align: center;
	font-weight: bold;
	font-size: 14px;
	text-transform: uppercase;
	margin-top: 15px;
}
.product .description {
	text-align: center;
	font-weight: normal;
	font-size: 11px;
	margin: -11px 0 0 0;
}
.product .buy_link {
	text-align: center;
	margin-top: 15px;
}
.product .buy_link a {
	color: #00BACE;
}

#secondary_nav {
	position: absolute;
	right: 0;
	z-index: 1;
	top: 340px;
	width: 183px;
	list-style: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
}
#secondary_nav li {
	list-style: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
}
#secondary_nav .contact {
/*	height: 25px;*/
}

#secondary_nav a {
	display: block;
	width: 2196px;
	height: 26px;
	background: transparent url(/images/secondary_nav.png) no-repeat;
}

#secondary_nav .get_started a:hover {
	margin-left: -183px;
}
#secondary_nav .get_started .current, #secondary_nav .get_started .current:hover {
	margin-left: -366px;
}

#secondary_nav .portfolio a {
	margin-left: -549px;
}
#secondary_nav .portfolio a:hover {
	margin-left: -732px;
}
#secondary_nav .portfolio .current, #secondary_nav .portfolio .current:hover {
	margin-left: -915px;
}

#secondary_nav .shop a {
	margin-left: -1098px;
}
#secondary_nav .shop a:hover {
	margin-left: -1281px;
}
#secondary_nav .shop .current, #secondary_nav .shop .current:hover {
	margin-left: -1464px;
}

#secondary_nav .contact a {
	height: 25px;
	margin-left: -1647px;
}
#secondary_nav .contact a:hover {
	margin-left: -1830px;
}
#secondary_nav .contact .current, #secondary_nav .contact .current:hover {
	margin-left: -2013px;
}

#secondary_nav span {
	display: none;
}

#footer {
	border-top: 20px solid #00BACE;
	background: black;
	padding: 5px 15px;
}
#footer p {
	margin: 0;
	padding: 0;
	color: #878787;
	font-size: 10px;
	text-align: right;
}

.upload {
	position: absolute;
	width: 0;
  height: 0;
  border: 0;
}
