* {
	margin: 0;
	padding: 0;
}

body {
	
}

/* DEFAULT LINK STYLES */
a:link {
	color: #009999;
	font-weight: normal;
	text-decoration: none;
}

a:visited {
	color: #009999;
	text-decoration: none;
}

a:hover {
	color: #000000;
}

/* COMMON TEXT DETAILS */
.mainText {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
	line-height: 12px;
	color: #999999;
}
.mainText h1 {
	font-size: 13px;
	font-weight: bold;
	line-height: 14px;
	color: #000000;
	padding: 4px 0px 1px 0px;
	margin: 0px;
}
.mainText h2 {
	font-size: 12px;
	font-weight: normal;
	line-height: 13px;
	color: #000000;
	padding: 2px 0px 0px 0px;
	margin: 0px;
}
.mainText h3 {
	font-size: 11px;
	font-weight: normal;
	line-height: 12px;
	color: #000000;
	padding: 0px 0px 0px 0px;
	margin: 0px;
}

.mainTextBold {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
	line-height: 12px;
	color: #999999;
}

.mainTextBoldBlack {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
	line-height: 12px;
	color: #000000;
}

.centredText {
	text-align: center;
}

.newsText {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 10px;
	font-weight: normal;
	line-height: 11px;
	margin-right: 5px;
	color: #999999;
}
.newsText h1 {
	font-size: 13px;
	font-weight: bold;
	line-height: 14px;
	color: #000000;
	padding: 4px 0px 1px 0px;
	margin: 0px;
}
.newsText h2 {
	font-size: 12px;
	font-weight: normal;
	line-height: 13px;
	color: #000000;
	padding: 2px 0px 0px 0px;
	margin: 0px;
}
.newsText h3 {
	font-size: 11px;
	font-weight: normal;
	line-height: 12px;
	color: #000000;
	padding: 0px 0px 0px 0px;
	margin: 0px;
}

.projectMoreInfoText {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 10px;
	font-weight: normal;
	line-height: 11px;
	color: #999999;
}

.projectMoreInfoTextVid {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 10px;
	font-weight: normal;
	line-height: 11px;
	color: #999999;
}

.newsDateText {
	font-weight: bold;
	color: #000000;
}

.storeMainText {
	color:#999999;
	font-family:Helvetica,Arial,sans-serif;
	font-size:11px;
	font-weight:normal;
	line-height:12px;
}

/* MAIN CONTAINER FOR ALL PAGE CONTEXT */
#container {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	line-height: 12px;
	/*	margin: 0 auto;*/
}

/* HEADER */
#header {
	position: relative;
	clear: both;
	height: 135px;
}

#logo {
	position: absolute;
	top: 8px;
	left: 36px;
	width: 156px;
	height: 87px;
}

#main_title {
	position: absolute;
	top: 104px;
	left: 514px;
	width: 139px;
	height: 15px;
}

#sub_title_left {
	position: absolute;
	top: 107px;
	left: 203px;
	width: 163px;
	height: 22px;
}

#sub_title_right {
	position: absolute;
	top: 607px;
	left: 512px;
	width: 344px;
	height: 20px;
}

#contact_info_left {
	position: absolute;
	top: 106px;
	left: 761px;
}

#contact_info_right {
	position: absolute;
	top: 632px;
	left: 59px;
	background-color: #F0F0F0;
}

#contact_info_about {
	position: absolute;
	top: 106px;
	left: 802px;
}

#contact_info_links {
	position: absolute;
	top: 106px;
	left: 759px;
}

#contact_info_contact {
	position: absolute;
	top: 106px;
	left: 739px;
}

#contact_info_store {
	position: absolute;
	top: 106px;
	left: 713px;
}

#contact_info_store_item {
	position: absolute;
	top: 106px;
	left: 545px;
}

/* BODY OF THE PAGE */
#body {
	width: 1006px;
}

/* NAVIGATION */
#navigation {
	float: left;
	clear: left;
	width: 200px;
}

#links {
	padding-left: 60px;
	padding-top: 5px;
}

#navigation ul {
	display: block;
	padding: 0px;
}

#navigation li {
	display: block;
	padding: 0px;
}

#navigation a {
	padding: 0px;
	color: #999999;
	text-decoration: none;
}

#navigation a:visited {
	color: #999999;
	text-decoration: none;
}

#navigation a:hover {
	color: #000000;
	text-decoration: none;
}

#navigation a.navSelected {
	color: #000000;
}

/* PAGE CONTENT */
#content {
	float: left;
}

/* FOOTER */
#footer {
	clear: both;
	padding-top: 50px;
}

#contact_info span {
	padding: 0px 8px 0px 8px;
}

/* CSS for the main home page */
#blog_list {
	float: left;
	overflow: auto;
	height: 465px;
	width: 245px;
	margin-top: 5px;
	margin-right: 5px;
}

#project_showcase {
	float: left;
	width: 500px;
	margin-left: 20px;
}

#project_showcase>div {
	width: 500px;
	height: 463px;
	margin: 0px 20px 10px 15px;
}

#project_showcase>div img {
	margin: 0px 25px;
}

#project_showcase .browse_links {
	height: 20px;
	margin-top: 27px;
}

#project_showcase .browse_links .previous {
	
}

#project_showcase .browse_links .next {
	
}

/* INFORMATION PAGES */
#page_text_about {
	float: left;
	overflow: auto;
	height: 465px;
	width: 248px;
	margin-top: 5px;
	margin-right: 9px;
}

#page_text_contact {
	float: left;
	width: 186px;
	margin: 5px 8px 4px 0px;
}

#page_text_links {
	float: left;
	height: 465px;
	width: 156px;
	margin: 1px 58px 34px 0px;
}

#page_text_links a {
	display: block;
}

#page_image {
	float: left;
	width: 463px;
	margin: 5px 0px 22px 0px;
	text-align: center;
}

#page_image img {
}

/* CSS for the project pages */
#project_list {
	float: left;
	width: 250px;
	height: 468px;
}

#project_content {
	float: left;
	width: 500px;
	margin: 3px 6px 5px 6px;
}

#project_content div.showcase {
	float: left;
	height: 137px;
	width: 137px;
	background-color: #999999;
	margin-right: 23px;
	margin-bottom: 23px;
	border: 2px solid #ffffff;
}

#project_content div.showcase:hover {
	border: 2px solid #999999;
}

#project_content div.showcase div {
	text-align: center;
	vertical-align: middle;
}

#project_content div.showcase div a {
}

#project_content div.showcase div a img {
}

/* PROJECT DETAILS PAGES */
#project_detail {
	float: left;
	width: 500px;
	margin: 5px 8px 5px 8px;
}

#project_detail>div {
	padding-bottom: 27px;
}

#project_detail>div img {
}

#project_detail .movie {
	margin-left: -40px;
}

#project_detail .info .projectMoreInfoText {
	margin-top: 18px;
}

/* SALES ITEM PAGES */
#sale_item_detail {
	float: left;
	width: 500px;
	margin: 3px 0px 0px 0px;
	padding: 0px;
}

#sale_item_detail div.sale_item_image {
}

#sale_item_detail div.sale_item_info {
	margin: 30px 0px 19px 0px;
}

#sale_item_detail div.sale_item_purchase {
	margin: 12px 0px 24px 0px;
}

#sale_item_detail div.browse_links {
	margin: 10px 0px 12px 0px;
}

#sale_item_detail div.store_links {
	margin: 10px 0px 12px 0px;
}

#sale_item_list {
	float: left;
	width: 185px;
}

#store_content {
	float: left;
	width: 700px;
	margin: 0px;
}

#store_content>span {
	display: block;
	margin: 50px;
}

#store_content div.showcase {
	float: left;
	width: 141px;
	margin-right: 23px;
	margin-bottom: 23px;
}

#store_content div.showcase div.sale_item_image {
	height: 137px;
	width: 137px;
	margin: 0px 0px 15px 0px;
	border: 2px solid #ffffff;
}

#store_content  div.showcase div.sale_item_image:hover {
	border: 2px solid #999999;
}

#store_content div.showcase div.sale_item_info {
	margin: 0px 0px 0px 0px;
}

#store_content div.showcase div.sale_item_purchase {
	margin: 12px 0px 8px 0px;
}

#store_content div.sale_item_line_break {
	clear: both;
}

/* PAYPAL SCREENS */
#order_form {
	float: left;
	width: 600px;
	line-height: 14px;
}

#order_form .strong {
	font-weight: bold;
}

#order_form label {
	display: block;
	float: left;
	width: 140px;
	height: 1em;
	font-size: 14px;
	padding-right: 20px;
}

#order_form p {
	clear: right;
	display: block;
	height: 1em;
	font-size: 14px;
	font-family: inherit;
}

#order_form input[type=submit] {
	float: left;
	clear: both;
	width: auto;
	display: inline;
	vertical-align: bottom;
}

/* PROJECT LISTS, ETC */
.list_type_project {
	margin-top: 0px;
	margin-right: 5px;
}

.list_type_project ul {
	display: block;
	padding: 0px;
	margin-bottom: 24px;
}

.list_type_project li {
	display: block;
	padding: 0px;
}

.list_type_project a {
	padding: 0px;
	color: #0099BC;
	text-decoration: none;
}

.list_type_project a:visited {
	color: #009999;
	text-decoration: none;
}

.list_type_project a:hover {
	color: #0099FF;
	text-decoration: none;
}

.list_type_project a.navSelected {
	color: #000000;
}

.list_type_blog ul {
	display: block;
	padding: 0px;
}

.list_type_blog li {
	display: block;
	padding: 0px 30px 11px 0px;
}

.list_type_blog li div {
	padding: 0px 0px 11px 0px;
}


/* PAGINATION ELEMENTS */
#pagination {
}

#pagination a {
	display: inline;
}

#pagination a:link {
	display: inline;
	color: #009999;
	font-weight: normal;
	text-decoration: none;
}

#pagination a:visited {
	color: #009999;
	text-decoration: none;
}

#pagination a:hover {
	color: #000000;
}

#pagination em {
	font-style: normal;
}

/* MESSAGES */
#flashMessage {
	padding: 5px;
	margin: 10px auto;
	text-align: center;
	background: rgb(255,249,168) none repeat scroll 0%;
	border: 1px solid rgb(119,113,0);
}

.error {
	background: #bbbbbb none repeat scroll 0%;
	border: 1px solid red;
	color: red;
	padding: 5px;
	margin: 5px 0px 5px 0px;
}

.error_message {
	padding: 2px 1px 2px 1px;
	color: red;
}
