*{
	margin: 0;
	padding: 0;
}

/* BASIC */
body{
	font: 62.5% tahoma, verdana, arial, sans-serif;
	background: #f9f9f9 url('../images/bg-content.png');
	color: #333333;
}

/* FONT */
@font-face {
	font-family: 'EtelkaNarrowTextPro';
	src: url('../fonts/etelkanarrowtextpro-webfont.eot');
	src: local('☺'), url('../fonts/etelkanarrowtextpro-webfont.woff') format('woff'), url('../fonts/etelkanarrowtextpro-webfont.ttf') format('truetype'), url('../fonts/etelkanarrowtextpro-webfont.svg#webfontrN70HAf7') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'EtelkaNarrowTextPro';
	src: url('../fonts/etelkanarrowtextpro-bold-webfont.eot');
	src: local('☺'), url('../fonts/etelkanarrowtextpro-bold-webfont.woff') format('woff'), url('../fonts/etelkanarrowtextpro-bold-webfont.ttf') format('truetype'), url('../fonts/etelkanarrowtextpro-bold-webfont.svg#webfontz4POfrme') format('svg');
	font-weight: bold;
	font-style: bold;
}

/* FONT REPLACEMENT */
.replaced_title,
.replaced_text,
.replaced_with_shadow,
.replaced_buttons,
.page h1,
.page h2,
.page h3,
.page h4 {
	font-family: 'EtelkaNarrowTextPro', tahoma, verdana, arial, sans-serif;
}

.replaced_with_shadow {
	text-shadow: 1px 1px 1px #3d4753;
/*	filter:dropshadow(#3d4753, offx=1, offy=2);*/
}

/* COLOUR */
a, a:visited{
	color: #333333;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

a img{
	border: none;
}

h1, h2, h3{
	font-weight: normal;
}

.noscript p {
	padding: 10px; 
	background: yellow; 
	font-weight: bold;
	font-size: 14px;
	text-align: center;
}

p.error, div.error, p.errors{
	background: #FAF2F2;
	border-bottom: 1px solid #EBCCCC;
	margin: 15px;
	padding: 5px;
}
p.success, div.success {
	background: #F2F7F2;
	border-bottom: 1px solid #CCE0CC;
	margin: 15px;
	padding: 5px;
}

.ie6_warning{
	display: none;
}

.clear,
.clearer{
	clear: both;
}

.replaced {
	text-indent: -9999px;
}

.hide{
	display: none;
}

#home_product_description{
	color: #35383a;
}

#made_by_note{
	border-top: 1px solid #d3d3d3;
	color: #999999;
}

/* LAYOUT */

.inner_container{
	width: 980px;
	margin: 0 auto;
}

.content #content .inner_container{
	width: 960px;
	padding-left: 15px;
	padding-bottom: 20px;
}

.galleries #content .inner_container{
	width: 1000px;
}

.galleries h2.page_title{
	margin-left: 23px;
}

#header{
	background: #357ebe url('../images/bg-header.png') repeat-x top left;
/*	border-bottom: 1px solid #02254b;	*/
}

#header .inner_container{
	height: 228px;
	background: url('../images/header.png') top left no-repeat;
	position: relative;
}	

#header #heading_1{
}

#header #heading_2{
	width: 930px;
	height: 100px;
	padding: 0 10px;
	background: url('../images/bg-header-overlay.png') top left no-repeat;
	position: relative;
}

#header #heading_3{
	position: absolute;
	left: 480px;
	top: 22px;
}

#header #header_image{
	width: 495px;
	height: 171px;
	float: right;
	background: url('../images/image-header.png') repeat-x top right;
}

#home_product_description{
	height: 108px;
	background: #e4ebf4 url('../images/bg-header-products.png') repeat-x top left;
	border-bottom: 1px solid #c3c3c3;
}

#footer{
	height: 200px;
	background: #f2f5f6 url('../images/bg-footer.png') repeat-x top left;
}

/* FORM */
form input{
	font-size: 12px;
}
input.input_text{
	background-color: #f5f5f5;
	border: 1px solid #9e9f9f;
	padding: 4px;
}


/* BUTTONS */
.buttons {
	padding: 0 .6em;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 16px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	cursor: pointer;
	margin-right: 5px;
	display: inline-block;
	height: 28px;
	line-height: 28px;	
	border: 1px solid #02254B;
	background: #02254B url("../images/36px-blended.png") 50% top repeat-x;
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.7);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.7);
	text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
	color: #fff;
}

.buttons:hover {
	background-color: #103960;
}

a.buttons, a.buttons:hover {
	text-decoration: none;
	color: #fff;
}

/*a.in_cart{
	border: 1px solid #999999;
	background-color: #bbbbbb;
}*/

a.in_cart:hover{
	
}

.small_buttons {
	border: 1px solid #02254B;
	background: #02254B url("../images/36px-blended.png") 50% top repeat-x;
	padding: 0 .6em;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 10px;
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.7);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.7);
	text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	cursor: pointer;
	margin-right: 5px;
	display: inline-block;
	height: 20px;
	line-height: 20px;
	color: #fff;
}

.small_buttons:hover {
	background-color: #103960;
}

a.small_buttons, a.small_buttons:hover {
	text-decoration: none;
}

.home_buttons{
	float: right;
	border: 1px solid #02254B;
	background: #02254B url("../images/36px-blended.png") 50% top repeat-x;
	/*background-color: rgba(255,255,255,0.5);*/
	padding: 3px .6em 5px;
	text-transform: uppercase;
	font-size: 11px;
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.7);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.7);
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	cursor: pointer;
	display: inline-block;
	height: 26px;
	line-height: 13px;
	color: #fff;
	text-align: center;
}

.home_buttons:hover{
	background-color: #103960;
}


/* HEADER */
#header{
	color: #fff;
}

#header a, #header a:visited{
	color: #fff;
}

#header .inner_container{
	width: 965px;
}

#header #logo-aflphotos{
	padding: 15px 0 15px 10px;
}

#header #search_box{
	padding: 10px 0 5px;
}

#header #searchBoxQ{
	background-color: #e0e7ed;
	border: 1px solid #b9b9b9;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	padding: 8px;
	font-size: 18px;
	width: 305px;
	color: #162233;
}

#header #searchBoxForm input{
	float: left;
	margin-right: 8px;
}

#header #searchBoxSubmit{
	border: 1px solid #D8D8DC;
	background: #f6f8f9 url("../images/36px-blended.png") 50% bottom repeat-x;
	padding: 0 10px;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 20px;
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
	
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	
	cursor: pointer;
	display: inline-block;
	height: 37px;
	line-height: 37px;
	color: #333333;
	letter-spacing: 1px;
}

#header .search_botton_icon{
	display: block;
	width: 32px;
	height: 37px;
	float: left;
	background: url("../images/icon-mag-glass.png") left 50% no-repeat;
}

.search_title {
	font-size: 28px;
	text-shadow: 2px 2px #000;
	padding: 0 0 5px;
}


#header #cart_summary{
	float: left;
	background: url('../images/bg-cart-summary.png') top left no-repeat;
	width: 245px;
	height: 35px;
	margin: 0 15px 5px 0;
}

#cart_summary p {
	float: left;
	font-size: 16px;
	line-height: 20px;
	padding: 5px 0 0 10px;
}

#cart_summary #btn_checkout{
	float: right;
	margin: 2px 3px;
}

#header #commercial_use_message{
	font-size: 14px;
	float: left;
	text-align: left;
	width: 170px;
	text-shadow: 0 1px 1px rgba(0,0,0,0.5);
	line-height: 17px;
}

#header #product_footylite{
	width: 440px;
	font-size: 12px;
	position: absolute;
	top: 7px;
	left: 490px;
}

#header #product_footylite a:hover{
	text-decoration: none;
}

#header #product_footylite h2{
	font-size: 30px;
	font-weight: bold;
}

#header #product_footylite .latest_news a,
#header #product_footylite .latest_news{
	font-size: 16px;
	color: #b2d0f2;
	text-transform: uppercase;
}

#header #product_footylite .latest_news_item{
	width: 250px;
	height: 84px;
	overflow: hidden;
	position: absolute;
	top: 0px;
	left: 185px;
}

#header #product_footylite .latest_news_item h3{
	font-weight: bold;
	font-size: 13px;
	height: 17px;
	overflow: hidden;
}

#header #product_footylite .download_footylite{
	position: absolute;
	bottom: -26px;
/*	left: -145px;*/
	font-size: 16px;
	left: 0;
}

#header #product_footylite #footylite_icon{
	width: 64px;
	height: 58px;
	background: url('../images/footylite.png') top left no-repeat;
	float: left;
}

/* FOOTER */
#footer{
	margin-top: 20px;
	/*padding: 20px 0;*/
}

#footer .footer_info{
	border-bottom: 1px solid #fff;
	padding: 20px 0;
	background: url('../images/logo-afl.gif') 890px 50% no-repeat;
}

#footer .footer_info ul{
	margin: 0 0 5px;
	list-style: none;
	
}

#footer .footer_info li{
	float: left;
	padding:  0 15px;
	border-right: 1px solid #666;
}

#footer .footer_info li.last{
	border: none;
}

#footer #made_by_note{
	padding: 10px 15px;
}

#footer .twitter{
	width:43px;
}

#footer #twitterlink_ie,
#footer #twitterlink {
	background: url("../images/footer-tweet.png") no-repeat scroll -31px -58px;
	display:block;
	float:right;
	margin:0 -3px -2px 0;
	position:relative;
	text-decoration:none;
	width:43px;	
	height:31px;
}

#footer #twitterlink_ie span,
#footer #twitterlink span {
	left:-9999em;
	position:absolute;
}

#footer #twitterlink_ie:hover,
#footer #twitterlink:hover {
  background-position: -91px -58px;
}

#footer #twitterlink_ie strong,
#footer #twitterlink strong {
	position: absolute;
	width: 135px;
	height: 55px;
	background: url("../images/footer-tweet.png") no-repeat 0px 0px;
	left: -9999em;
	left: -92px;
	top: -55px;
}

#footer #twitterlink_ie:hover strong,
#footer #twitterlink:hover strong {
	left: -92px;
	top: -55px;
}

/* CONTENT */
#content {
	font-size: 1.2em;
}

#content .page_title{
	font-size: 34px;
	color: #00529c;
}

#content h2{
	padding: 7px 0;
}

#content h3{
	color: #00529C;
	padding: .5em 0;
	font-size: 26px;
}

#content p {
	padding: .5em 0;
}

#content ul{
	padding: 0.5em;
}

#content li{
	margin: 0.2em 0.7em;
}



/* GALLERY */
.gallery_container{
	padding: 3px;
	background: #ebeaea;
	overflow: hidden;
}

.gallery_loading{
	background: #ebeaea url("../images/ajax-loader.gif") 50% 50% no-repeat;
}

.image_gallery_name h2{
	font-size: 34px;
	line-height: 40px;
	color: #00529C;
	text-transform: capitalize;
}

.gallery_image{
	background-color: #fff;
	padding: 6px;
	border: 1px solid #d8d8dc;
	float: left;
	position: relative;
	margin: 3px;
	overflow: hidden;
}

.gallery_image_description{
	position: absolute;
	bottom: 6px;
	width: 218px;
	height: 55px;
	z-index: 100;
}
.gallery_image_description .bg{
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: #fff;
	opacity: 0.5;
	filter: alpha(opacity = 50);
}

.gallery_image_description .description{
	position: absolute;
	width: 100%;
	height: 100%;
}

a.prevPage {
	cursor: pointer;
	float: left;
	background: url("../images/btn-left.gif") right 50% no-repeat;
}

a.prevPage.disabled {
	background: url("../images/btn-left-grey.gif") right 50% no-repeat;
}

a.nextPage {
	cursor: pointer;
	float: left;
	background: url("../images/btn-right.gif") left 50% no-repeat;
}

a.nextPage.disabled {
	background: url("../images/btn-right-grey.gif") left 50% no-repeat;
}

a.prevPage, a.nextPage{
	width: 15px;
	height: 100px;	
	display: block;
}

/* SCROLLER NAVIGATIOR */
.navi {
	height:20px;
	margin:0 auto;
	text-align: center;
}

.navi a{
	display: inline-block;
	width: 8px;
	height: 8px;
	margin: 3px;
	background: url("../images/navigator.png") top left no-repeat;
	overflow: hidden;
}

.navi a.active {
	background-position:0 -16px;
}

.navi a:hover {
	background-position:0 -8px;
}


.gallery_actions{
	font-size: 11px;
	width: 90%;
	margin: 10px 10px;
	height: 36px;
	line-height: 16px;
	overflow: hidden;
}

.btn_view{
	background: url("../images/btn-view-trans.png") right 50% no-repeat;
}

.btn_buy{
	background: url("../images/btn-buy-trans.png") right 50% no-repeat;
}

.gallery_round_numbers{
	font-weight: bold;
	color: #010101;
}

/* HOME */

.galleries #content .inner_container{
	width: 1000px;
}

/* HOME TWITTER */
.home .twitter_icon{
	width: 43px;
	height: 24px;
	margin: 3px 14px;
	float: left;
	background: url("../images/footer-tweet.png") no-repeat scroll -31px -58px;
}

.home #twitter_section{
	clear: both;
	border: 1px solid #eeedee;
	background-color: #eeedee;
	background-color: rgba(221, 220, 221, 0.4);
	color: #1e4586;
	font-size: 14px;
	line-height: 28px;
	margin: 5px 0 0 15px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	height: 30px;
	width: 206px;
	font-size: 18px;
	position: absolute;
	
}

.home #twitter_section a,
.home #twitter_section a:hover,
.home #twitter_section a:visited{
	color: #1e4586;
}

.home #twitter_section div{
	padding: 0;
	list-style: none;
}

.home #twitter_section .twitter_container{
	position: absolute;
	bottom: 30px;
	left: -10px;
	background: url("../images/bg-twitter-box.png") 50% 50% repeat-x;
	width: 235px;
	height: 70px;
	padding: 10px;
}

/* root element for scrollable */
.home #twitter_section .twitter_scroll {
/*	#e9e9e9;
	rgba(233,233,233,0.9);
	#d9dae0
	rgba(217,218,224,0.9);
	*/

	padding: 10px;

/*	background: #f8f8f8 url("../images/bg-dialog-box.png") 50% 50% repeat-x;
	background-color: rgba(248,248,248,0.9);
	
	background-image: -moz-linear-gradient(rgba(248,248,248,0.9), rgba(217,218,224,0.9) 50%, rgba(248,248,248,0.9));	
	background-image: -webkit-gradient(linear,left top,left bottom,from(rgba(248,248,248,0.9)),color-stop(50%,rgba(217,218,224,0.9)),to(rgba(248,248,248,0.9)));

	border: 1px solid #f8f8f8;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;

	-moz-box-shadow: 0 2px 2px #c4c4c4;
	-webkit-box-shadow: 0 2px 2px #c4c4c4;
	box-shadow: 0 2px 2px #c4c4c4;*/

	color: #1e4586;
	font-size: 12px;
	line-height: 16px;
}

.home #twitter_section .twitter_arrow{
	display: block;
	width: 15px;
	height: 7px;
	
	position: absolute;
	bottom: 0px;
	left: 40px;
/*	background: url("../images/btn-white.png") 50% bottom no-repeat;*/
}

.home #twitter_section .items{
	width: 210px;
	
}

/* HOME PRODUCT DESCRIPTION */
#home_product_description{
	font-size: 1.2em;
	margin-bottom: 20px;
}

#home_product_description .inner_container{
	position: relative;
	width: 965px;
	padding-left: 15px;	
}

#home_product_description #home_product_image{
	position: absolute;
	top: 0;
	left: -112px;
	width: 450px;
	height: 208px;
/*	background: url("../images/products-photoFrame.png") top left no-repeat;*/
}

#home_product_description ul{
	list-style: none;
/*	margin-left: 328px;*/
}

#home_product_description .three_columns li{
	width: 295px;
}

#home_product_description li{
	/*width: 280px;*/
	width: 230px;
	height: 90px;
	float: left;
	margin: 0 20px 0 0;
	padding-top: 24px;
	position: relative;
/*	background: url("../images/home-products-new.png") top left no-repeat;*/
}

#home_product_description li.last{
	margin: 0;
}

#home_product_description .product_image{
	width: 200px;
	height: 100px;
	position: absolute;
	left: -55px;
	top: 0;
}

#home_product_description #product_photos .product_image{
	background: url("../images/products-photo.png") -70px -55px no-repeat;
/*	background-position: -20px 0;*/
}

#home_product_description #product_canvases .product_image{
	background: url("../images/product-canvase.png") -70px -55px no-repeat;
/*	background-position: -320px 0;*/
}

#home_product_description #product_frames .product_image{
	background: url("../images/products-frame.png") -60px -55px no-repeat;
/*	background-position: -630px 0;*/
}

#home_product_description .place_holder{
	display: block;
	width: 110px;
	height: 40px;
	float: right;
}

#home_product_description h2{
	font-size: 34px;
	color: #fff;
	font-weight: bold;
	margin-left: 120px;
}

#home_product_description .product_from_price{
	text-transform: uppercase;
	color: #E41E31;
	font-size: 18px;
	font-weight: bold;
	margin-left: 120px;
}

#home_product_description p{
/*	padding: 10px 0;*/
}

#home_product_description #app_store{
	text-align: right;
	margin: 5px;
	float: right;
}

#home_product_description .product_description_container{
	position: absolute;
	bottom: 80px;
	left: 50px;
		
	width: 250px;
	height: 106px;
/*	padding-bottom: 7px;*/
	background: url("../images/bg-dialog-box.png") 50% bottom no-repeat;
	font-size: 11px;
}

#home_product_description .product_description_arrow{
	display: block;
	width: 240px;
	height: 19px;
	
	position: absolute;
	bottom: -12px;
	left: -5px;
}

#home_product_description .product_description{
/*	#e9e9e9;
	rgba(233,233,233,0.9);
	#d9dae0
	rgba(217,218,224,0.9);
	*/
	width: 210px;
	padding: 18px 20px 0;
/*	border: 1px solid #e9e9e9;
	
	background: #f8f8f8;*/
/*	background-color: rgba(248,248,248,0.9);*/
	/*background-image: -moz-linear-gradient(rgba(248,248,248,0.9), rgba(217,218,224,0.9) 50%, rgba(248,248,248,0.9));	
	background-image: -webkit-gradient(linear,left top,left bottom,from(rgba(248,248,248,0.9)),color-stop(50%,rgba(217,218,224,0.9)),to(rgba(248,248,248,0.9)));*/
	
/*	border: 1px solid #f8f8f8;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	
	-moz-box-shadow: 0 2px 2px #55779e;
	-webkit-box-shadow: 0 2px 2px #55779e;
	box-shadow: 0 2px 2px #55779e;*/
	
	color: #1e4586;

}

/* TEAMS */

#teams{
	border-bottom: 1px solid #bdbdbd;
	padding: 0 0 15px 210px;
	margin: 0 0 20px 12px;
/*	width: 965px;*/
	
	width: 755px;
}

.team_grid_item {
	margin-left: 7px;
	float: left;
}

h2#team_grid_heading{
	display: none;
	float: left;
	color: #e41e31;
	font-size: 34px;
	line-height: 40px;
	margin: 0 10px 0 11px;
	padding: 0;
	width: 180px;
	text-transform: capitalize;
}

/* HOME GALLERY */

#home_galleries{
	width: 1000px;
	margin-top: 15px;
}

.home .gallery_container{
	width: 952px;
	height: 478px;
}

.home h2.home_title{
	margin-left: 8px;
	text-transform: capitalize;
}

#home_galleries .gallery_heading {
	background: #d4d4d8 url('../images/bg-home-gallery-top.png') top left repeat-x;
	margin-left: 15px;
	height: 59px;
	width: 956px; 
	border: 1px solid #d4d4d8;
	-moz-border-radius-topleft: 8px;
	-webkit-border-top-left-radius: 8px;
	-moz-border-radius-topright: 8px;
	-webkit-border-top-right-radius: 8px;	
}

#home_galleries .gallery_heading h2{
	margin-left: 87px;
	text-align: center;
	width: 780px;
	border-left: 1px solid #eae9e9;
	border-right: 1px solid #eae9e9;
	padding: 0;
	line-height: 59px;
}

#home_galleries .gallery_heading a.prevPage,
#home_galleries .gallery_heading a.nextPage{
	margin: 0;
	height: 59px;
	width: 86px;
}

#home_galleries .gallery_heading a.prevPage:hover,
#home_galleries .gallery_heading a.nextPage:hover{
	background-color: #EBEAEA;
}

#home_galleries .gallery_heading a.prevPage{
	background: url("../images/home-left.png") 50% 50% no-repeat;
	border-right: 1px solid #d4d4d8;
}

#home_galleries .gallery_heading a.nextPage{
	float: right;
	background: url("../images/home-right.png") 50% 50% no-repeat;
	border-left: 1px solid #d4d4d8;
}

#home_galleries .home_scrollable {
	/* required settings */ 
    position:relative; 
    overflow:hidden; 
    width: 958px; 
    height:484px;
	float: left;
}

#home_galleries .items{
	/* this cannot be too large */ 
    width:20000em; 
    position:absolute;
}

#home_galleries .item{
/*	width: 952px;*/
	float: left;
}

#home_galleries a.prevPage,
#home_galleries a.nextPage{
	margin-top: 190px;
}

#homepage_ad_1{
	float: right;
	margin: 60px 20px 0 0;
	width: 148px;
	height: 590px;
	background-color: #000;
}

#homepage_ad_2{
	margin: 20px auto 0;
	width: 728px;
	height: 90px;
	background-color: #000;
}

#homepage_ad_3{
	width: 468px; 
/*	background: black; */
	height: 60px;
/*	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.7);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.7);*/
}

#home_galleries .gallery_control{
	margin-left: 15px;
	width: 956px;
	background: #ebe6e6 url('../images/bg-home-gallery-bottom.png') top left repeat-x;
	border: 1px solid #d4d4d8;
	-moz-border-radius-bottomleft: 8px;
	-webkit-border-bottom-left-radius: 8px;
	-moz-border-radius-bottomright: 8px;
	-webkit-border-bottom-right-radius: 8px;
	text-align: center;
}

#home_galleries .gallery_control ul{
/*	float: left;*/
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: center;
}

#home_galleries .gallery_control li{
	display: inline-block;
	text-transform: capitalize;
	line-height: 40px;
	font-size: 16px;
	cursor: pointer;
	padding: 0 10px;
	margin: 0 25px;
	color: #00529C;
}

#home_galleries .gallery_control li a{
	color: #00529C;
}

.gallery_control a:hover{
	text-decoration: none;
}

#slideshow_close_control{
	float: right;
	padding: 20px 20px;
}

#slideshow_close{
	color: #fff;
}

#home_galleries .gallery_control li:hover{
	background: url('../images/btn-grey.png') 50% bottom no-repeat;
	border-bottom: #969ba1 2px solid;
}

#home_galleries .gallery_control li.current{
	background: url('../images/btn-grey.png') 50% bottom no-repeat;
	border-bottom: #969ba1 2px solid;
}

#home_galleries .gallery_control .first{
	display: inline-block;
	width: 114px;
	float: left;
	border-right: 1px solid #eae9e9;
}

#home_galleries .gallery_control .last{
	display: inline-block;
	width: 114px;
	float: right;
	border-left: 1px solid #eae9e9;
}

#home_galleries .more_galleries{
	line-height: 42px;
	font-size: 16px;
}

#home_galleries .more_galleries a{
	display: inline-block;
	width: 113px;
	color: #E41E31;
	margin: 0;
	border-right: 1px solid #d4d4d8;
	text-transform: uppercase;
	font-weight: bold;
}

#home_galleries .gallery_control .last a{
	border-right: none;
	border-left: 1px solid #d4d4d8;
}


.more_galleries a:hover{
	text-decoration: none;
	background: #EBEAEA;
}

.no_ads .gallery_image,
.ads_version_1 .gallery_image,
.home .gallery_image img.image{
	width: 218px;
	height: 218px;
}

.no_ads #homepage_ad_1,
.no_ads #homepage_ad_2,
.ads_version_1 #homepage_ad_1,
.ads_version_2 #homepage_ad_2{
	display: none;
}

.ads_version_2 #home_galleries{
	width: 822px;
}
.ads_version_2 #home_galleries .home_scrollable{
	width: 792px;
	height: 583px;
}

.ads_version_2 #home_galleries .home_scrollable .item{
	
}

.ads_version_2 .gallery_container{
	width: 792px;
	height: 503px;
}

.ads_version_2 .gallery_image,
.ads_version_2 .gallery_image img.image{
	width: 178px;
	height: 232px;
}

.ads_version_2 .gallery_image_description{
	width: 178px;
}

.no_ads .gallery_round_numbers,
.ads_version_1 .gallery_round_numbers,
.no_ads .team_verses,
.ads_version_1 .team_verses{
	display: block;
	width: 125px;
	line-height: 18px;
}



/* GALLERY PAGE*/
#main_galleries .scrollable{
	/* required settings */ 
    position:relative; 
    overflow:hidden; 
    width: 952px; 
    height:360px;
	float: left;
}

#main_galleries .scrollable .items{
	/* this cannot be too large */ 
    width:20000em; 
    position:absolute;
	background: #ebeaea;
}

#main_galleries .scrollable .gallery_container{
	height: 354px;
}

#main_galleries .scrollable .item{
	width: 952px;
	float: left;
}

.small_preview .gallery_image,
.small_preview .scrollable .gallery_image img.image{
	width: 102px;
	height: 102px;
}

.small_preview .gallery_image{
	padding: 4px;
}

#main_galleries a.prevPage,
#main_galleries a.nextPage{
	margin-top: 125px;
}

#main_galleries .pagination{
	position: relative;
	text-align: right;
	padding: 10px 30px;
}

#main_galleries .pagination .display_page_number{
	position: absolute;
	right: 40px;
	top: 8px;
}

/* COLLECTION PAGE */
#main_collections{
/*	margin-top: 20px;*/
}

#main_collections .pagination{
	text-align: right;
	padding: 5px 30px;
}

#main_collections .scrollable{
	/* required settings */ 
    position:relative; 
    overflow:hidden; 
    width: 960px; 
    height:722px;
	float: left;
}

#main_collections .scrollable .items{
	/* this cannot be too large */ 
    width:20000em; 
    position:absolute;
	background: #ebeaea;
}

#main_collections .scrollable .gallery_container{
	height: 722px;
}

#main_collections .scrollable .item{
	width: 960px;
	float: left;
}

.small_preview .gallery_image,
.small_preview .scrollable .gallery_image img.image{
	width: 102px;
	height: 102px;
}

.small_preview .gallery_image{
	padding: 4px;
}

.large_preview .gallery_image,
.large_preview .scrollable .gallery_image img.image{
	width: 218px;
	height: 218px;
}

.large_preview .gallery_image{
	padding: 6px;
}

.large_preview .gallery_round_numbers,
.large_preview .team_verses{
	display: block;
	width: 125px;
}

#main_collections a.prevPage,
#main_collections a.nextPage{
	margin-top: 310px;
}

/* ORDER PAGE */
#small_galleries .scrollable{
	/* required settings */ 
    position:relative; 
    overflow:hidden; 
    width: 950px; 
    height:125px;
	float: left;
	margin-top: 15px;
}

#small_galleries .scrollable .items{
	/* this cannot be too large */ 
    width:20000em; 
    position:absolute;
	background: #ebeaea;
}

#small_galleries .scrollable .gallery_container{
	height: 120px;
}

#small_galleries .scrollable .item{
	width: 118px;
	float: left;
	
}

#small_galleries a.prevPage,
#small_galleries a.nextPage{
	margin-top: 25px;
}

/* COLLECTION GALLERY */
#collection_galleries{
	width: 1000px;
}

#collection_galleries .gallery_container{
	width: 952px;
	height: 1436px;
	background: #ebeaea;
}


#collection_galleries .collection_scrollable {
	/* required settings */ 
    position:relative; 
    overflow:hidden; 
    width: 958px; 
    height: 1436px;
	float: left;
}

#collection_galleries .items{
	/* this cannot be too large */ 
    width:20000em; 
    position:absolute;
}

#collection_galleries .item{
	width: 952px;
	float: left;
}

#collection_galleries a.prevPage,
#collection_galleries a.nextPage{
	margin-top: 550px;
}

#collection_galleries .gallery_image,
#collection_galleries .gallery_image img.image{
	width: 218px;
	height: 218px;
}

#collection_galleries .gallery_round_numbers,
#collection_galleries .team_verses{
	display: block;
	width: 125px;
}


/* ORDER PAGE */
form dl.order_form dt,
#confirm_cart dl.order_form dt {
	width: 110px;
	text-align: left;
	color: #55444B;
	
}

form dl.order_form dt{
	margin: 5px 0;
}

#confirm_cart .col_payment dl.order_form dt{
	margin: 3px 10px 3px 0;
}

#confirm_cart .col_payment dl.order_form dd{
	clear: right;
}

form dl.order_form dd,
#confirm_cart dl.order_form dd {
	width: 310px;
}
	
#display_cart,
#confirm_cart,
#table_cart_summary {
	width: 960px;
	font-size: 12px;
	margin: 0 auto;
}

#display_cart div.col_option,
#display_cart div.col_image,
#display_cart div.col_quantity,
#display_cart div.col_print,
#display_cart div.col_price,
#display_cart div.col_total,
#display_cart div.col_size,
#display_cart div.col_billing,
#display_cart div.col_shipping,
#display_cart div.col_preview,
#confirm_cart div.col_billing,
#confirm_cart div.col_shipping,
#confirm_cart div.col_payment{
	margin: 0 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	float: left;
}

#display_cart div.billing_address,
#display_cart div.shipping_address,
#display_cart div.col_billing,
#display_cart div.col_shipping,
#confirm_cart div.col_billing,
#confirm_cart div.col_shipping,
#confirm_cart div.col_payment{
	width: 430px;
}

#display_cart #order_confirmation{
	clear: both;
	padding-bottom: 20px;
}

#display_cart .col_option{
	width: 120px !important;
	width: 130px;
}

#display_cart .col_preview,
#display_cart .col_image{
	width: 200px;
}

#display_cart .col_preview img{
	margin: 0 auto;
}

#display_cart .col_preview .preview_container {
	position: relative;
	overflow: hidden;
	text-align: center;
}

#display_cart .col_preview .preview_border{
	background-color:#FFFFFF;
	/*border: 1px solid #D8D8DC;*/
	border: 1px solid #666;
	/*padding: 4px;*/
	overflow: hidden;
	max-width: 150px;
	max-height: 150px;
	margin: 0 auto;
}


#display_cart div.col_size{
	width: 180px;
	margin: 0;
	padding: 0;
}

#table_cart_summary .col_size{
	width: 180px;
}

#display_cart div.col_quantity{	
	margin: 10px 0;
	padding: 0;
	line-height: 20px;
}

#table_cart_summary .col_quantity{
	width: 140px;
}

#display_cart div.col_print,
#table_cart_summary .col_print{
	width: 200px;
}

#display_cart .col_price,
#table_cart_summary .col_price{
	width: 110px;
	margin: 0;
}
#display_cart .col_total{
	width: 100px;
}

#display_cart .col_amount{
	width: 280px;
}

#display_cart .col_coupon{
	width: 300px !important;
	width: 280px;
	margin: 0;
	padding: 5px 0;
	
}

#display_cart .col_image img{
	display: block;
	margin: 0 auto;
}

#display_cart .col_image .col_crop{
	width: 120px;
	display: block;
	margin: 0 auto;
}

#display_cart .col_crop input,
#display_cart .col_crop label{
	float: left;
	margin: 5px;
}

#display_cart div.field_row,
#display_cart div.order_address,
#confirm_cart div.order_address {
/*	background-color: #F7F7F7;*/
	margin-bottom: 5px;
	clear: both;
}

#confirm_cart div.order_address {
	margin: 10px 0 5px;
}

#display_cart div.field_row{
	height: 230px;
}

#display_cart .crop_image,
#display_cart .image_preview,
#display_cart .confirm_price{
	text-align: center;
}


#display_cart div.choose_print_option,
#display_cart div.crop_image,
#display_cart div.confirm_price{
	padding: 0 !important;
	margin-top: 10px !important;
}

#display_cart .choose_print_option,
#display_cart .crop_image,
#display_cart .confirm_price,
#display_cart .billing_address,
#display_cart .shipping_address,
#display_cart .image_preview{
	color: #00529C;
	font-size: 24px;
}

#display_cart .col_information{
	width: 276px;
	height: 25px;
}

#display_cart .col_information .col_price,
#display_cart .col_information .col_total{
	padding-top: 5px;
	padding-bottom: 5px;
	font-weight: normal;
}

#display_cart div.col_price{
	margin-left: 30px !important;
	margin-left: 10px; /* ie6 hack */
}

#display_cart div.col_amount{
	margin: 0 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	float: right;
}

#display_cart div.col_option{
	float: right;
}


#display_cart .cart_total,
#display_cart div.col_total,
table#table_cart_summary .cart_total{
	font-weight: bold;
	text-align: right;
}

table#table_cart_summary .cart_total{
	padding-right: 30px;
	width: 80px;
}

#display_cart #total_container,
table#table_cart_summary #total_container{
	font-weight: bold;
}

#display_cart #total_container td,
table#table_cart_summary #total_container td{
	border-top: 2px solid #CDCDCD;
	border-bottom: 2px solid #CDCDCD;
	font-size: 14px;
}

#display_cart #total_container .cart_total,
table#table_cart_summary #total_container .cart_total {
	color: #DC011B;
}

#display_cart h4{
	margin: 5px 0;
	padding: 10px 20px;
	text-transform: uppercase;
	background-color: #EDF3F8;
	border-top: 1px solid #E5E8E9;
	border-bottom: 1px solid #E5E8E9;
	font-size: 12px;
}

#confirm_cart h4{
	margin: 0;
	padding: 5px 0;
	text-transform: uppercase;
	font-size: 12px;
}

#display_cart #cart_items{
	padding: 0;
}

.order_input {
	text-align: center;
}

.delete_item,
.add_another{
	display: block;
	margin: 5px 0 ;
	padding-left: 17px;
	line-height: 14px;
}

#redeem,
.delete_item,
.add_another,
#button_processCart,
#button_makeChanges{
	border: none;
	text-decoration: none;
}

.delete_item{
	background: url('../images/icon_remove.gif') top left no-repeat;
}

.add_another{
	background: url('../images/icon_add.gif') top left no-repeat;
}

#table_cart_summary td,
#table_cart_summary th {
	margin: 0;
	padding: 10px 10px;
	border: none;
}

table#table_cart_summary thead{
	background-color: #EDF3F8;
}

table#table_cart_summary thead th{	
	border-top: 1px solid #E5E8E9;
	border-bottom: 1px solid #E5E8E9;
}

table#table_cart_summary td{
	border-top: 1px solid #CDCDCD;
}

table#table_cart_summary .col_total{
	width: 150px !important;
}

#confirm_cart .col_image{
	width: 250px;
}

#confirm_cart .col_quantity{
	width: 80px;
	text-align: center;
}

#confirm_cart .col_size{
	width: 200px;
	text-align: center;
}

#confirm_cart .col_price{
	text-align: right;
	padding-right: 30px;
}

#confirm_cart table#table_cart_summary .col_price{
	
}

#confirm_cart table#table_cart_summary .col_total{
	width: 80px !important;
	text-align: right;
	padding-right: 30px;
}

table#table_cart_summary table td{
	border: none;
}

table#table_cart_summary table{
	margin: 0;
	padding: 0;
}

table#table_cart_summary table td.col_image{
	padding: 5px 10px 5px 0;
}

table#table_cart_summary td.item_row{
	border-top: none;
	border-bottom: 1px dotted #CDCDCD;
}

#confirm_cart dl {
	display: block;
	clear: both;
	padding: 0px;
	margin: 0px;
	margin-top: 5px;
}

#confirm_cart dt, #confirm_cart dd {
	display: block;
	float: left;
	display: inline;
	line-height: 20px;	
	margin: 0px;
	padding: 0px;	
	margin-bottom: 5px;
}

#confirm_cart dt {
	margin-right: 10px;	
}

#confirm_cart .col_coupon {
	font-weight: bold;
}

#confirm_cart dd {
	font-weight: bold;
}

#order_confirmation .submit_image {
	float: left;
	margin: 5px 0 5px 10px;
}

.different_shipping input.submit_image{
	margin: 5px 0 !important;
}

#payment_information input.input_text{
	width: 250px;
}

#confirm_cart .submit_form {
	float: right;
	margin: 0 90px 20px 0;
}

#confirm_cart #button_processCart {
	margin-left: 10px;
}

#display_cart .resize_error,
#display_cart .preview_error{
	display: none;
	padding: 2px 0 .5em 24px;	
	background: url("../images/alert.gif") left 50% no-repeat;
	/*float: left;*/
}

#display_cart .resize_error_msg,
#display_cart .preview_error_msg{
	font-size: .9em;
}

/*
 * imgAreaSelect default style
 */

.imgareaselect-border1 {
	background: url("../images/border-v.gif") repeat-y left top;
}

.imgareaselect-border2 {
    background: url("../images/border-h.gif") repeat-x left top;
}

.imgareaselect-border3 {
    background: url("../images/border-v.gif") repeat-y right top;
}

.imgareaselect-border4 {
    background: url("../images/border-h.gif") repeat-x left bottom;
}

.imgareaselect-border1, .imgareaselect-border2,
.imgareaselect-border3, .imgareaselect-border4 {
    opacity: 0.6;
    filter: alpha(opacity=60);
}

.imgareaselect-handle {
    background-color: #fff;
    border: solid 1px #000;
    opacity: 0.6;
    filter: alpha(opacity=60);
}

.imgareaselect-outer {

}

.imgareaselect-selection {  
}

/* IMAGE DISPLAY */
#single_image{
	padding: 10px 15px 20px;	
	position: relative;
}

#single_image .content_left{
	width: 465px;
	float: left;
	height: 460px;
}

#single_image .content_right{
	margin-left: 20px;
	width: 465px;
	float: left;
	height: 100%;
	padding-bottom: 35px;
}

#single_image .display_image img{
/*	width: 450px;*/
	display: block;
	background-color: #fff;
	padding: 6px;
	border: 1px solid #d8d8dc;
	margin: 0 auto;
	cursor: pointer;
}

#single_image .content_left{	
/*	height: 460px;*/
	position: relative;
}

#single_image .content_left .image_loading{	
	position: absolute; 
	display: none; 
	width: 470px; 
	height: 470px; 
	background: #f9f9f9 url("../images/ajax-loader.gif") 50% 50% no-repeat;
	top: 0; 
	left: 0;
}

#single_image #image_collection{
	
}

#single_image .image_description_left{
	float: left;
	width: 260px;
}

#single_image .image_description_right{
	float: left;
	width: 200px;
}

#single_image .image_photographer h4,
#single_image .image_features h4,
#single_image .image_share h4{
	padding: 1em 0 .5em;
}

#single_image .image_photographer ul,
#single_image .image_share ul{
	list-style: none;
	margin: 0;
	padding: 0;
}

#single_image .image_features ul{
	margin: 0;
	padding-top: 0;
	padding-bottom: 0;
}

#single_image .image_features li{
	margin-top: 5px;
	margin-bottom: 5px;
}

#single_image .image_photographer li,
#single_image .image_share li{
	margin: 5px 0;
}

#single_image .image_round_name{
	font-weight: bold;
}

#single_image #btn_buy_print{
	
	border: 1px solid #E41E31;
	background: #E41E31 url("../images/36px-blended.png") 50% top repeat-x;
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.7);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.7);
	text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
	color: #fff;
}

#single_image .image_buy_prints{
	float: left;
	margin-right: 5px;
}

#single_image #btn_slideshow{
	display: none;
}

#single_image .image_slideshow{
	float: right;
}

#single_image .image_date,
#single_image .image_id{
	font-size: .9em;
	color: #999;
}

#single_image .image_date{
	float: right;
	padding-right: 20px;
}

#single_image .image_description,
#single_image .image_buy_prints,
#single_image .image_slideshow{
	padding: .7em 0;
}

.order_image .content_left{
	height: auto !important;
}

.order_image .content_right{
	float: right;
}

.order_image table{
	float: right;
}

.order_image table td,
.order_image table th {
	padding: 5px 5px;
	border-bottom: 1px dotted #D8D8DC;
}

.order_image table th{
	text-align: left;
}

.order_image .item_quantity,
.order_image .item_quantity input.input_text{
	width: 60px;
	margin-right: 20px;
}

.order_image .item_name{
	width: 180px;
}

.order_image .item_paper{
	font-weight: bold;
	display: block;
}

.order_image .image_order_table tr:hover{
	background-color: #ebeaea;
}

.order_image .item_unit_price,
.order_image .item_subtotal{
	text-align: right;
	font-weight: bold;
	width: 100px;
}

.order_image .order_action{
	position: absolute;
	bottom: 15px;
	right: 10px;
	float: right;
}

.order_image .item_option{
	width: 80px;
	text-align: right;
	font-weight: bold;
}

/* Slideshow Control */
#enlarge_image_box,
#slideshow_box{
	display: none;
	background: #020d19 url('../images/bg-watermark.png') left 89px repeat;
}

#slideshow_control_container {
	background: #020d19;
	position: absolute;
	padding: 2px;
	text-align: center;
	top: 0;
	width: 100%;
	z-index: 9999;
}

#slideshow_control a{
	color: #fff;
}

#slideshow_control{
	display: block;
	margin: 0 auto;
	width: 180px;
}

#large_single_image {
	width: 100%;
	height: 100%;
	overflow: hidden;
	
}

#large_single_image .slide_image{
	
	width: 100% !important;
	height: 100% !important;	
}

#slideshow_box #large_single_image .display_image{
	top: 58px;
}

#large_single_image .display_image{
	position: absolute !important;
	width: 100% !important;
	height: 100% !important;
	text-align: center;
	background: url("../images/ajax-loader-dark.gif") 50% 50% no-repeat;
}

#large_single_image .display_image img{
	margin: 0 auto;
	display: block;
	/*height: 100%;*/
}

#slideshow_previous,
#slideshow_pause,
#slideshow_next,
#slideshow_resume{
	display: block;
	width: 58px;
	height: 55px;
	float: left;
}

#slideshow_previous {
	background: url('../images/back_dull.gif') top left no-repeat;
}
#slideshow_previous:hover{
	background: url('../images/back.gif') top left no-repeat;
}

#slideshow_pause {
	background: url('../images/pause_dull.gif') top left no-repeat;
}

#slideshow_pause:hover {
	background: url('../images/pause.gif') top left no-repeat;
}
#slideshow_next {
	background: url('../images/forward_dull.gif') top left no-repeat;
}
#slideshow_next:hover{
	background: url('../images/forward.gif') top left no-repeat;
}
#slideshow_resume {
	background: url('../images/play_dull.gif') top left no-repeat;
}
#slideshow_resume:hover{
	background: url('../images/play.gif') top left no-repeat;
}

#slideshow{
	
}

#search_dialog_box,
#dialog_box {
	display: none;
	text-align: center;
	padding: 50px 0 0;
	font-size: 1.2em;
}

.fb_link{
	padding: 5px 0 5px 24px;
	background: url("../images/facebook.gif") left 50% no-repeat;
}

.twitter_link{
	padding: 5px 0 5px 24px;
	background: url("../images/twitter.png") left 50% no-repeat;
}

.delicious_link{
	padding: 5px 0 5px 24px;
	background: url("../images/delicious.gif") left 50% no-repeat;
}

#image_direct_link{
	width: 12em;
}

.bc_link{
	text-transform: capitalize;
}

.loading{
	display: none;
	float: left;
	width: 30px;
	height: 30px;
	margin-right: 5px;
	background: url("../images/ajax-loader.gif") 50% 50% no-repeat;
}