* {
	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: 25px;
	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: 150px;
}

#logo-splash a {
	display: block;
	position: relative;
	top: -53px;
	left: -39px;
	width: 78px;
	height: 106px;
	background-image: url("../img/AJ_logosplash1.gif?develop=aa");
}
#logo-splash a:hover {
	background-image: url("../img/AJ_logosplash2.gif?develop=aa");
}
#logo-splash span {
	display: none;
}

#logo {
	position: absolute;
	top: 38px;
	left: 57px;
}

#main_title {
	position: absolute;
	top: 106px;
	left: 208px;
}

#sub_title_left {
	position: absolute;
	top: 106px;
	left: 422px;
}

#sub_title_right {
	position: absolute;
	top: 106px;
	left: 521px;
}

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

#contact_info_right {
	position: absolute;
	top: 106px;
	left: 858px;
}

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

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

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

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

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

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

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

#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 {
	height: 1px;
}

/* FOOTER */
#footer {
	width: 1006px;
	clear: both;
	padding-bottom: 40px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 10px;
	font-weight: normal;
	line-height: 11px;
	color: #999999;
	margin-bottom: 20px;
}
#footer div.agents {
	float: right;
	margin-right: 11px;
}
#footer div.agents div {
	float: left;
}
#footer div.agents a {
	margin-right: 9px;
}

#footer div.agents div {
	position: relative;
}
#footer .agents span {
	position: absolute;
	display: none;
	top: -17px;
	left: 0px;
	background-color: #ffffff;
	white-space: nowrap;
	z-index: 100;
}

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

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

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

#project_showcase>div {
	width: 463px;
/*	height: 463px; */
	height: auto;
	margin: 5px 15px 5px 15px;
}

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

#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: 186px;
	height: 465px;
}

#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: 5px;
	margin-right: 20px;
}

.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: #999999;
	text-decoration: none;
}

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

.list_type_project a:hover {
	color: #000000;
	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;
}

/* Store PAGE */
.sale_item_thumbnails {
	position: absolute;
	top: 150px;
}
.sale_item_large a {
	display: none;
}
.sale_item_large a.selected {
	margin: 20px 0 0 0;
	display: block;
}

.paginator {
    color: #999999;
}

.paginator a {
    color: #999999;
}

.paginator a:hover {
    color: #000;
}

.paginator .grey {
    margin: 5px 0;
}

.paginator .current {
    color: #000;
    font-weight: bold;
}