body, html {
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	background-color:white;
	background-image:url(../images/wrapper_holder_back.gif);
	background-repeat:repeat-x;
}
html {
	background-color:#fdba31;
}
a {
	color:#2f6fb1;
}
a:hover {
	color:#b31f16;
}
a img {
	border:0;
}
h1, h2 {
	color:#99241d;
	font-size:14px;
}
h2 a {
	color:#2f6fb1;
	font-size:14px;
}
h2 a:hover {
	color:#b31f16;
}
h2 span {
	color:#999;
	font-size:10px;
	display:block;
}
ul li {
	list-style-image:url(../images/list_icon.gif);
	padding-bottom:3px;
	padding-left:5px;
}
.catalog_order_link {
	font-weight:bold;
	font-size:16px;
	display:block;
	position:absolute;
	top:340px;
	left:530px;
}
/* contact */
input, textarea {
	border:1px solid #919191;
}
.form_text, .form_textarea {
	width:200px;
}
.form_textarea {
	height:90px;
}
.form_submit {
	background-color:#fdba31;
	padding:3px;
	width:100px;
	border:0;
}
.form_submit:hover {
	background-color:#b31f16;
	color:white;
}
.error {
	font-weight:bold;
	color:#CC0000;
}
#wrapper_holder {
	background-image:url(../images/body_back.gif);
	background-repeat:repeat-y;
}
#wrapper_holder_holder {
	background-image:url(../images/footer_runner.gif);
	background-repeat:repeat-x;
	background-position:bottom left;
}
#wrapper {
	margin-left:auto;
	margin-right:auto;
	width:994px;
	background-image:url(../images/wrapper_back.gif);
	background-repeat:repeat-y;
	background-color:white;
	min-height:500px;
	position:relative;
}
#top {
	height:262px;
	background-image:url(../images/top.gif);
}
	#menu {
		position:absolute;
		top:46px;
		right:20px;
	}
	#menu a {
		background-color:#99241d;
		color:white;
		text-decoration:none;
		text-transform:uppercase;
		font-weight:bold;
		padding:5px 10px;
	}
	#menu a:hover {
		color:#99241d;
		background-color:white;
	}
#left {
	float:left;
	width:252px;
	margin-left:19px;
	margin-top:-34px;
	min-height:100px;
}
	#left_yellow {
		background-image:url(../images/left_yellow_top.gif);
		background-repeat:no-repeat;
		background-color:#fdba31;
		padding:60px 18px 0px 18px;
	}
	#left_yellow_bottom {
		background-image:url(../images/left_yellow_bottom.gif);
		background-repeat:no-repeat;
		height:18px;
		margin-left:-18px;
		width:252px;
	}
	#left_pink {
		background-image:url(../images/left_pink_top.gif);
		background-repeat:no-repeat;
		background-color:#f5d2d0;
		padding:58px 18px 0px 18px;
	}
	#left_pink_bottom {
		background-image:url(../images/left_pink_bottom.jpg);
		background-repeat:no-repeat;
		height:113px;
		margin-left:-18px;
		width:252px;
	}
	#left_pink_title {
		font-weight:bold;
		text-transform:uppercase;
		color:black;
		margin-bottom:20px;
	}
	#left_pink ul li a {
		color:#b42017;
		font-weight:bold;
		text-decoration:none;
	}
	#left_pink ul li a:hover, #left_pink ul li a.active {
		color:black;
	}
#center {
	float:left;
	width:495px;
	margin:10px;
}
#right {
	float:left;
	width:200px;
	margin-top:10px;
}
#footer_pusher {
	height:20px;
	clear:both;
}
#footer {
	background-image:url(../images/footer_back.gif);
	height:22px;
	margin-left:auto;
	margin-right:auto;
	width:694px;
	clear:both;
	z-index:999;
	margin-top:-20px;
	position:relative;
	padding-top:5px;
	padding-left:300px;
	color:#b31f16;
}
#footer a {
	color:#b31f16;
}
#footer a:hover {
	color:#2f6fb1;
}

/* main container */
#photoalbum {
}
	/* category item */
	.photoalbum_category {
		margin-right:30px;
		margin-top:20px;
		float:left;
		position:relative;
	}
	.photoalbum_category .cat_link{
		color:black;
		text-decoration:none;
		padding:5px;
		padding-left:100px;
		padding-top:30px;
		background-color:#c3c3c3;
		width:180px;
		display:block;
		height:25px;
		font-size:13px;
	}
	/* link back to previous photoalbum page */
	#photoalbum_link_back {
		float:right;
		font-size:10px;
		font-weight:normal;
	}
	
	.photoalbum_category a:hover{
		background-color:#afafaf;
		color:white;
	}
	.photoalbum_category img {
		margin-right:5px;
	}
	/*  Images overview 
	  container with all photos when category is viewed */
	#photoalbum_photos {
	}
	h2#photoalbum_title {
		font-size:12px;
	}
	/* container for photo when category is viewed */
	.photoalbum_photo {
		float:left;
		margin-right:6px;
		text-align:center;
		margin-bottom:20px;
	}
	/* style whitespace (background color) around the photos */
	.photoalbum_photo a {
		background-color:#c3c3c3;
	}
	.photoalbum_photo a:hover {
		background-color:#afafaf;
	}
	#photoalbum_photo img {
		border:0;
	}

.guestbook_form_name {
	width:295px;
}
.guestbook_form_message {
	height:80px;
	width:400px;
}
.guestbook_form_submit {
	width:150px;
}
#guestbook_saved {

}
.guestbook_error {
	font-weight:bold;
	color:#C00;
}
.gb_message_holder {
	background-color:#ffd47b;
	padding:20px;
	margin:20px 0px;
}
.gb_message_info {
	margin-bottom:10px;
	height:15px;
}
.gb_date {
	float:right;
}
.gb_name {
	font-weight:bold;
}
.gb_message {

}
/* navigation */
.fade_away {
	color:#CCC;
}
.jumpout {
	font-weight:bold;
	color:#990000;
	font-size:12px;
}


/* Homepage */
.home_type {
	float:left;
	width:135px;
	margin-bottom:10px;
}
.home_type_img_link {
	margin-bottom:2px;	
}
.home_type_link {
	display:block;
	text-align:center;
}

/* Catalog */
.catalog_product {
	float:left;
	width:245px;
	margin-top:10px;
	height:160px;
	margin-right:2px;
}
.catalog_product_title {
	font-size:12px;
	font-weight:bold;
	color:#9a251e;
	padding-bottom:2px;
}
.catalog_procuct_img {
	float:left;
	border:0;
	margin-right:5px;
	margin-bottom:5px;
}
#product_next {
	float:right;
	font-weight:bold;
}
#product_previous {
	float:left;
	font-weight:bold;
}
/* products details */
.product_left {
	float:left;
	width:250px;
}
.product_img {
	margin-bottom:10px;	
}
.product_colors {
	float:left;	
	width:150px;
}
.product_description {
	padding-bottom:10px;	
}
.product_prices {
	margin-left:-3px;	
}

/* Tool */
.tool_product {
	background-color:#b31e17;
	padding:5px;
	clear:left;
	margin-top:5px;
	margin-left:-18px;
	margin-right:-18px;
}
.tool_product_title {
	font-weight:bold;
	color:white;
	padding-bottom:4px;
}
.tool_procuct_img {
	float:left;	
	margin-right:10px;
}
.tool_product_delete {
	background-color:#fdb930;
	text-decoration:none;
	color:#b31e17;
	float:right;
	margin-right:-5px;
	margin-top:-5px;
	display:block;
	padding:2px;
}
.tool_product_delete:hover {
	background-color:black;
	color:white;
}
.tool_product_settings {
	background-color:#f5d2d0;	
	clear:both;
	margin-left:5px;
	margin-right:1px;
	background-image:url(../images/tool_product_layin_bottom.gif);
	background-position:bottom left;
	padding-bottom:20px;
	background-repeat:no-repeat;
	margin-top:5px;
}
.sizeInput {
	width:30px;	
}
.sizeSmallInput {
	width:20px;
	text-align:center;
}
.printColorInput {
	width:50px;
	margin-bottom:1px;
}
.colorSetter {
	border:inherit;	
}
.tool_product_sizes {
	margin-left:80px;
}
.colorSetterHolder {
	display:none;	
}
.tool_total_shirts {
	font-weight:bold;
	font-size:24px;
	color:white;	
}
.tool_total_shirts_holder {
	color:white;	
}
.tool_product_colors {
	border-collapse:collapse;	
}
.tool_showAllColors {
	background-color:#fdb930;
	text-decoration:none;
	color:#b31e17;
	display:block;
	padding:2px;
	text-align:center;
	display:none;
}
.tool_showAllColors:hover {
	background-color:black;
	color:white;
}
#tool_center select {
	height:20px;
}
#tool_upload_header {
	background-color:black;
	color:white;
	padding:5px;
	font-weight:bold;
	clear:both;
}
.tool_print {
	background-color:#b31f16;
	height:200px;
	float:left;
	width:350px;
	margin-bottom:5px;
	text-align:center;
	position:relative;
}
.tool_print img {
	margin-top:30px;	
}
.tool_print_settings {
	background-color:#f5d2d0;
	height:190px;
	float:right;
	width:175px;
	border-left:5px solid white;
	padding:5px;
	text-align:left;
	position:relative;
}
.tool_print_settings_title {
	font-weight:bold;
	font-size:12px;
	margin-bottom:5px;
}
.tool_select_area {
	border:1px solid white;
	position:absolute;
	cursor:pointer;
	background-color:black;
}
#f_b {
	left:90px;
	top:64px;
	width:25px;
	height:15px;
}
#f_m {
	left:48px;
	top:54px;
	width:60px;
	height:50px;
}
#a_t {
	left:48px;
	top:34px;
	width:60px;
	height:10px;
}
#a_m {
	left:48px;
	top:54px;
	width:60px;
	height:50px;
}
#a_b {
	left:48px;
	top:139px;
	width:60px;
	height:10px;
}
#r_m {
	left:69px;
	top:54px;
	width:26px;
	height:70px;
}
#r_t {
	left:62px;
	top:49px;
	width:18px;
	height:15px;
}
#r_b {
	left:72px;
	top:115px;
	width:20px;
	height:12px;
}
#l_m {
	left:63px;
	top:54px;
	width:26px;
	height:70px;
}
#l_t {
	left:77px;
	top:49px;
	width:18px;
	height:15px;
}
#l_b {
	left:66px;
	top:115px;
	width:20px;
	height:12px;
}
.activePosition {
	border:1px solid gold;	
}
.custom_sizes {
	display:none;	
}
.printcolors_holder {
	position:absolute;
	top:90px;
	height:100px;
	width:200px;
	display:none;
}
.tool_upload_frame {
	width:703px;
	height:30px;
	border:1px solid #ccc;
	padding-top:3px;
}
#tool_naw_holder {
	background-color:#fdb930;
	color:#b31e17;
	padding:5px;
	margin-top:5px;
}
.tool_comments {
	width:180px;
	height:140px;
}
#switch_invoiceaddress {
	width:auto;
	border:none;
}
label {
	cursor:pointer;	
}
#invoiceaddress_holder {
	display:none;
}
#tool_naw_holder table {
	border-collapse:collapse;	
}
table tr td {
	padding:1px;	
}
#tool_calculator_holder {
	background-color:#fdb930;
	color:#b31e17;
	padding:5px;
	margin-top:5px;
	position:relative;
}
.tool_calculator_product_title {
	font-weight:bold;
	margin-top:10px;
}
#tool_submit {
	position:absolute;
	top:50px;
	right:20px;
	display:block;
	border:1px solid #b31e17;
	padding:10px;
	background-color:#f5d2d0;
	font-size:16px;
	text-decoration:none;
	color:black;
}
#tool_submit:hover {
	color:white;	
	background-color:#b31e17;
}