/*
      Created by Keith Donegan of Code-Sucks.com
	  
	  E-Mail:Keithdonegan@gmail.com
	  
	  You can do whatever you want with these layouts,
	  but it would be greatly appreciated if you gave a link
	  back to http://www.code-sucks.com

	  #ED130F Red
	  #004480 Blue
	  #D8D9DA Light Grey
	  #BABCBE Dark Grey
	  
*/

#wrapper_outer { 
	margin:0 auto;
	width:992px;
	background-color:white;
}
.no_page_bg {
	background-image:none !important;
	border:1px solid #ED130F;
}
#wrapper_header {
	width:auto;
	height:108px;
	padding:0px;
	margin:0px;
	background-color:#004480;
	border-bottom:9px solid white;
}
	#wrapper_header #logo {
		position:absolute;
		top:29px;
		left:25px;
		width:337px;
		height:49px;
	}
	#wrapper_header #admin_header {
		position:absolute;
		top:25px;
		right:0px;
		width:600px;
		height:62px;
		line-height:62px;
		font-size:150%;
		color:white;
	}
	#wrapper_header #strapline {
		position:absolute;
		top:30px;
		right:25px;
		width:432px;
		height:62px;
		color:white;
		font-size:190%;
		font-weight:bold;
		text-align:right;
	}
		#wrapper_header #strapline a {
			color:white;
			font-size:80%;
			font-weight:normal;
		}

#header_photos {
	border-bottom:9px solid white;
}
	#header_photos img {
		border-left:9px solid white;
	}
	#header_photos img:first-child {
		border-left:0px;
	}


#wrapper_top_nav {
	width:auto;
	height:44px;
	background-color:#00437F;
}
	#nav_top {
		padding-left:15px;
		height:44px;
	}
	#online_shop a {
		position:absolute;
		right:20px;
		top:0px;
		height:44px;
		line-height:44px;
		color:#FFE618;
		font-size:140%;
		font-weight:bold;
		cursor:pointer;
	}
	#nav_top ul {
		position:relative;
		padding:0px;
		margin:0px;
	}
	#nav_top ul li {
		height:35px;
		float:left;
		padding:0px;
		margin:0px;
		list-style-type:none;
		display:inline;
	}
	#nav_top ul li.selected {
	}
	#nav_top ul li.spacer {
		background:none;
	}
	#nav_top ul li a {
		padding:4px;
		color:white;
		font-size:105%;
		font-weight:normal;
		float:left;
		display:block;
		font-weight:bold;
	}
	#nav_top ul li a.selected {
		padding:4px 8px 4px 8px;
		color:#EF110E;
		font-weight:bold;
	}
	#nav_top ul li a p {
		padding:11px 10px 0px 10px;
	}

#wrapper_columns {
	margin-bottom:0px;
	width:100%
}

#wrapper_content { 
	float:left;
	margin:14px auto;
	width:730px;
	display:inline;
	position:relative;
	border:3px solid #00437F;
}
	#wrapper_content #content_copy {
		padding:25px 30px 25px 30px;
	}
		#wrapper_content #content_copy {
			color:#004480;
		}
		#wrapper_content #content_copy h1 {
			font-size:160%;
			line-height:1.3em;
			color:#ED130F;
			padding:8px 0px 8px 0px;
			margin-bottom:0px; 
		}


#wrapper_right { 
	display:inline;
	position:relative;
	margin:14px 0px 10px 0px;
	padding:0px;
	width:235px;
	float:right;
}
	#nav_right ul {
		padding:0;
		margin:0;
	}
	#nav_right ul li {
		width:auto;
		list-style-type:none;
		display:block;
	}
	#nav_right ul li a {
		display:block;
		padding:0px;
		margin-bottom:20px;
		color:white;
		font-weight:bold;
		font-size:120%;
		height:40px;
		line-height:40px;
		border-bottom:1px solid #D8D9DA;
		background-color:#004480;
		text-align:center;
	}
	#nav_right ul li a:hover, #nav_right ul li.selected a:hover {
		color:#ED130F;
		text-decoration:none;
	}
	#nav_right ul li.selected a {
		color:#ED130F;
		font-weight:bold;
	}

#wrapper_footer { 
	color:white;
	margin:0px;
	background-color:#00437F;
	height:53px;
}
	#wrapper_footer #footer_contents {
		font-size:85%;
		padding:0px 20px 0px 10px;
		height:53px;
		line-height:53px;
	}

#wrapper_admin {
	padding:20px;
}
	#wrapper_admin a {
		text-decoration:underline;
	}

.boxed {
	width:235px;
	border:1px solid #004480;
	margin-bottom:20px;
	padding:0px;
}
	.boxed h2 {
		height:33px;
		line-height:33px;
		color:white;
		padding:0px 0px 0px 10px;
		background-color:#004480;
		font-size:110%;
		margin:0;
	}
	.boxed p {
		text-align:left;
		margin:0px;
		padding:10px;
		font-weight:bold;
		color:#808080;
	}
	.boxed ul, .boxed li{
		margin:0;
		padding:5px 10px 0px 10px;
		list-style-type:none;
		color:#808080;
	}
	.boxed ul li {
		background:none;
		padding:0px;
	}
	.boxed ul li a {
		font-weight:bold;
		color:#808080;
		display:block;
		text-decoration:none;
		border-top:1px solid #808080;
		padding:10px 0px 10px 0px;
	}
	.boxed ul li:first-child a {
		border-top:0px;
	}

.boxit1 {
	width:207px;
	margin-bottom:20px;
	background-color:white;
	border:1px solid #BABCBE;
}
	.boxit1 h2 {
		margin:0px;
		padding:5px 10px 5px 10px;
		color:white;
		background-color:#ED130F;
	}
	.boxit1 .links {
		padding:0px 15px 25px 15px;
	}
		.boxit1 .links ul {
			padding:0;
			margin:0;
		}
		.boxit1 .links ul li {
			width:auto;
			list-style-type:none;
			display:block;
		}
		.boxit1 .links ul li a {
			display:block;
			color:#004480;
			padding:8px 2px 5px 2px;
			font-weight:bold;
			font-size:100%;
			height:15px;
			border-bottom:1px solid #D8D9DA;
		}
.boxit2 {
	background-color:#BABCBE;
}
	.boxit2 .copy {
		color:white;
		font-style:italic;
		padding:15px 10px 15px 10px;
	}

.btn_link {
	margin-bottom:15px;
}
	.btn_link a {
		width:192px;
		height:39px;
		line-height:39px;
		font-weight:bold;
		font-size:115%;
		color:white !important;
		text-align:center;
		background:transparent url('images/button_link.gif') 0 0 no-repeat;
		display:block;
	}
.admin_highlighted {
	font-style:italic;
	color:#D8D9DA;
}
#contact_us {
	width:100%;
}
#contact_us th {
	width:20%;
	text-align:left;
	padding-bottom:5px;
}
#contact_us td {
	width:80%;
	padding-bottom:5px;
}
#contact_us td .txt, #contact_us td .txtArea {
	width:95%;
}
#item_list {
	color:black;
}
	#item_list .item_list_item {
		border:1px dashed #BABCBE;
		padding:10px 10px 30px 10px;
		margin-bottom:15px;
		height:1%;
	}
	.item_list_item h2 {
		color:#004480;
		text-decoration:underline;
	}
	.item_list_item a.news_link {
		display:block;
		position:absolute;
		bottom:5px;
		background-color:#F0EEEA;
	}
	img.news_image {
		padding:5px;
		border:1px solid #D8D9DA;
	}
	#all_images {
		float:right;
		margin:0px 0px 15px 20px;
		text-align:center;
	}
		#all_images .caption {
			font-size:90%;
			font-style:italic;
			text-align:center;
		}
.file_icon {
	width:16px;
	height:16px;
	vertical-align:middle;
	margin-right:7px;
	margin-bottom:3px;
}
.ctrl_msg {
	font-weight:normal;
	font-size:90%;
}

.DisplayProductDetails {
	position:relative;
	padding:0;
	float:left;
	width:95%;
	text-align:left !important;
	font-size:100%;
}
.DisplayProductDetails .ProductImage {
	background-color:white;
	padding:0;
	margin:0 0px 5px 0px;
	float:left;
	border:1px solid #BABCBE;
}
.DisplayProductDetails .DisplayProductDetailsText {
	width:340px;
	background-color:white;
	padding:0;
	margin:0 20px 0px 0px;
	float:left;
}
.DisplayProductDetails label {
	width:340px;
	text-align:left;
	margin-bottom:2px;
	display:block;
	font-weight:bold;
}
.DisplayProductDetails .prod_desc {
	width:340px;
	float:left;
	text-align:left;
	margin-bottom:10px;
}
.DisplayProductDetails #MainImageHolder {
	float:left;
}

.DisplayProduct {
	position:relative;
	padding:10px;
	float:left;
	width:130px;
	height:20.5em;
	text-align:left;
	border:2px solid #FF9B20;
	line-height:150%;
	font-size:100%;
	margin-bottom:10px;
	background-color:white;
}
.ColPos1 {
	margin-left:0px;
	margin-right:10px;
}
.ColPos2 {
	margin-left:0px;
	margin-right:10px;
}
.ColPos3 {
	margin-left:0px;
	margin-right:0px;
}
.DisplayProduct:hover {
	background-color:#FFF4E9;
}
.DisplayProduct .ProductImage {
	background-color:white;
	padding:0;
	margin:0;
	margin-bottom:5px;
	/*margin:0 20px 5px 0px;*/
	float:left;
	border:1px solid #BABCBE;
}
.DisplayProduct .DescOnly {
	color:#BABCBE;
}
.DisplayProduct .MoreInfo {
	padding:0;
	margin:0;
	position:absolute;
	left:10px;
	bottom:5px;
	width:10.5em;
	height:2.7em;
}
	.DisplayProduct .MoreInfo a {
		font-size:90%;
		color:#BABCBE;
	}
.DisplayProduct .ZoomImage {
	padding:0;
	margin:0;
	position:absolute;
	right:10px;
	bottom:10px;
	width:22px;
	height:22px;
}
.DisplayProduct  .highlighted {
	font-weight:bold;
	font-size:130%;
	color:#BABCBE;
}
.ThumbnailImage {
	float:left;
	width:60px;
	margin-right:10px;
	margin-bottom:10px;
}

.pagination {
	margin-top:-20px;
	margin-bottom:15px;
}
.pagination h3 {
	font-size:105%;
	text-decoration:underline;
}

.highlight_word {
	color:#D8D9DA;
	font-weight:bold;
	border-bottom:1px dashed #BABCBE;
}

#breadcrumbs {
	margin:5px 0px 5px 0px;
	font-size:95%;
	float:right;
	color:#BABCBE;
	font-weight:bold;
	z-index:2;
}
	#breadcrumbs a {
		color:#D8D9DA;
		font-weight:normal;
		text-decoration:underline;
	}

#product_details {
	border:2px solid #FF9B20;
	margin-top:20px;
	padding:15px;
	background-color:white;
}
#product_details h2 {
	font-weight:normal;
	color:#D8D9DA;
	font-size:100%;
	text-decoration:none;
	margin:0px;
	padding:0px 0px 5px 0px;
}
#product_details p {
	color:#BABCBE;
	margin:0px;
	padding:0px 0px 5px 0px;
}
#product_details .Highlighted {
	font-size:110%;
	color:#D8D9DA;
	font-weight:bold;
}
#product_details #product_options {}
#product_details #product_options td, #product_details #product_options th {
	color:#BABCBE;
	vertical-align:top;
	padding-bottom:3px;
}
#product_details #product_options td.desc {
	width:70%;
}
#product_details #product_options td.price {
	width:20%;
}
#product_details #product_options td.qty {
	width:10%;
}
#product_details .imgsubmit2 {
	width:161px;
	height:43px;
}
#table_basket {
	margin:10px 0px 10px 0px;
	width:100%;
}
#table_basket th {
	background-color:#FF9B20;
	color:#D8D9DA;
	font-weight:bold;
	padding:5px;
	border:1px solid #D8D9DA;
	vertical-align:top;
}
#table_basket td {
	font-weight:normal;
	padding:5px;
	border:1px solid #D8D9DA;
	vertical-align:top;
}
#table_basket td a {
	text-decoration:underline;
	color:#D8D9DA;
}
#table_basket .blank {
	background-color:transparent;
	border:none;
}

#newsletter {
	width:600px;
}
#newsletter input {
	text-align:left !important;
	width:30%;
}
#newsletter th {
	text-align:left !important;
	width:150px;
}
#newsletter td {
	width:450px;
}
#newsletter .txt {
	width:99%;
}
#newsletter .btn3 {
	text-align:center !important;
}
