/*
      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

	  #CD0920 Red
	  #0055A5 Blue
	  #D8D9DA Light Grey
	  #BABCBE Dark Grey
	  
*/

#wrapper_outer { 
	margin:0 auto;
	width:1003px;
	background:white url('images/bg_page.gif') 0px 0px repeat-y;
}
.no_page_bg {
	background-image:none !important;
	border:1px solid #CD0920;
}
#wrapper_header {
	width:auto;
	height:149px;
	padding:0px;
	margin:0px;
	background:transparent url('images/bg_header.gif') 0px 0px repeat-x;
}
	#wrapper_header #logo {
		position:absolute;
		top:10px;
		left:40px;
		width:121px;
		height:129px;
	}
	#wrapper_header #admin_header {
		position:absolute;
		top:63px;
		left:250px;
		width:auto;
		height:62px;
		line-height:62px;
		font-size:150%;
		color:#BABCBE;
	}
	#wrapper_header #strapline {
		position:absolute;
		top:63px;
		left:545px;
		width:432px;
		height:62px;
	}

#wrapper_top_nav {
	width:auto;
	background-color:#D8D9DA;
	border-bottom:6px solid #D8D9DA;
}
	#nav_top {
		padding-left:45px;
		height:35px;
		background:transparent url('images/bg_top_nav.gif') top left repeat-x;
		border-bottom:7px solid #CD0920;
	}
	#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 {
		background:transparent url('images/tab_left_on.gif') top left no-repeat;
	}
	#nav_top ul li.spacer {
		background:none;
	}
	#nav_top ul li a {
		padding:4px;
		color:#0055A5;
		font-size:100%;
		font-weight:normal;
		float:left;
		display:block;
		font-weight:bold;
	}
	#nav_top ul li a.selected {
		padding:4px 8px 4px 8px;
		color:#D8D9DA;
		font-weight:bold;
		background:transparent url('images/tab_right_on.gif') top right no-repeat;
	}
	#nav_top ul li a p {
		padding:11px 10px 0px 10px;
	}

#wrapper_columns {
	margin-bottom:0px;
	width:100%
}
#wrapper_left { 
	display:inline;
	margin:0px 0px 10px 20px;
	width:171px;
	float:left;
}
	#nav_left ul {
		padding:0;
		margin:0;
	}
	#nav_left ul li {
		margin-top:39px;
		width:auto;
		list-style-type:none;
		display:block;
	}
	#nav_left ul li a {
		display:block;
		color:#D8D9DA;
		padding:2px 2px 10px 2px;
		font-weight:bold;
		font-size:120%;
		height:15px;
		border-bottom:1px solid #D8D9DA;
	}
	#nav_left ul li a:hover, #nav_left ul li.selected a:hover, #nav_left ul ul.sub_categories li a:hover {
		background-color:#D8D9DA;
		color:#0055A5;
	}
		#nav_left ul li.selected a {
			color:#ffffff;
			font-weight:bold;
		}
			#nav_left ul ul.sub_categories {
				font-weight:normal;
				font-size:90%;
			}
			#nav_left ul ul.sub_categories li {
				margin-top:0px;
				border:0px !important;
			}
			#nav_left ul ul.sub_categories li a {
				padding:5px 0px 5px 25px;
				font-weight:normal;
				color:#D8D9DA;
			}
			#nav_left ul ul.sub_categories li a.selected {
				color:#ffffff;
				font-weight:bold;
			}
	#wrapper_left #bsi_logo {
		margin-top:20px;
		margin-left:-20px;
		text-align:center;
	}

#wrapper_content { 
	float:left;
	margin:10px auto;
	padding:0px;
	width:575px;
	display:inline;
	position:relative;
}
	#wrapper_content #content_copy {
		padding:0px 30px 30px 30px;
		margin-bottom:10px;
	}
		#wrapper_content #content_copy {
			color:#0055A5;
		}
		#wrapper_content #content_copy h1 {
			font-size:160%;
			line-height:1.3em;
			color:#CD0920;
			padding:8px 0px 8px 0px;
		}


#wrapper_right { 
	display:inline;
	position:relative;
	margin:10px 15px 10px 0px;
	padding:0px;
	width:207px;
	float:right;
}
	#wrapper_right #contact_details {
		color:#0055A5;
	}
		#wrapper_right #contact_details #phone {
			margin:50px 0px 20px 0px;
			text-align:center;
			font-size:200%;
		}
		#wrapper_right #contact_details #email a {
			display:block;
			color:#0055A5;
			text-align:center;
			font-size:120%;
		}

#wrapper_footer { 
	border-top:11px solid #CD0920;
	color:#201D42;
	margin:0px;
	background-color:white;
}
	#wrapper_footer #footer_contents {
		font-size:90%;
		padding:9px 20px 9px 20px;
		color:#BABCBE;
	}
	.blue_line {
		margin-top:5px;
		border-top:9px solid #0055A5;
	}

#wrapper_admin {
	padding:20px;
}
	#wrapper_admin a {
		text-decoration:underline;
	}

.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:#CD0920;
	}
	.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:#0055A5;
			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:#0055A5;
		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;
}
