@charset "utf-8";
/* CSS Document */

/* ==========================================
 Really Easy Cart 
  Default Page Css Doc 
=========================================== */

* { margin: 0px; padding: 0px; }

body {
	font-family : "Helvetica Neue", arial, Tahoma, Sans-Serif;
	font-size : 12px;
	color : #000000;
	background-color: #ffffff;
}

/* == Common == */
a {
	text-decoration: none;  
	cursor: pointer;
	border: 0px;
	color: #000000;
}
a:hover {
	text-decoration: underline;
}

img { border: 0px; }

p {padding :7px 0; margin : 0;}
h1 {
	font-size:26px;
	font-weight:bold;
	color: #000000;
}
h2 {
	font-size:19px;
	font-weight:normal;
	color: #000000;
	font-weight:normal;
}
h3 {
	font-size:16px;
	color: #000000;
}
h4 {font-size:15px;font-weight:normal;padding-bottom:5px;}


/* Inputs, text / submits */
input, textarea {
	color: #000000 !important;
	padding: 4px;
	border: 1px solid #666;
	font-family : "Helvetica Neue", arial, Tahoma, Sans-Serif;
}
input[type=text] {
}
input[type=submit] {
	padding: 2px;
}

/* CSS IE6 HACK */
/*\*/ * html input[type=submit] { height:40px; } /**/

/* == Alignments == */
.alignleft {float:left;}
.alignright {float:right;}
.center {text-align:center;}
img.alignleft {margin:0 10px 2px 0;}
img.alignright {margin:0 0 2px 10px;}
img.center {display:block; margin-left:auto;margin-right:auto;}

/* Add clear space in html, e.g. <br class="clr" /> */
.clr {
	clear: both; 
	margin: 0px; 
	padding: 0px; 
	font-size: 1px; 
	line-height: 1px;
	height: 1px;
}


/* ==========================================
 Header 
  the setup of the header section of the page
=========================================== */

/* Outside Header */
.header-outer {
	background-color: #DDBB1D;
	border-bottom: 4px solid #989898;  
	background-image: url(../admin/images/Ormerod_Rutter_accountants_3.jpg); 
	background-repeat: repeat-y; 
	background-position: top center;
	
	}
/* Inside Header */
.header-inner {
    width: 912px;
    margin: auto;
	position: relative;
	z-index: 1;
	color: #000000;
	height: 170px;
}
.header-inner a {
	color: #000000;
}
/* Header Componants */
.header_logo {
  float: left;
}
.header_title {
	font-size: 32px;
	padding-top: 14px;
	/*font-family: Georgia, "Times New Roman", Times, serif; */
	color: #000000;
}
.header_phone_number {
	float: right;
	clear: right;
	font-size: 20px;
	color: #000000;
}
.header_slogan {
	font-size: 18px;
	font-style: italic;
	color: #000000;
}
.header_search_box {
  float: right;
  clear: right;
  margin-top: 40px;
  z-index: 99; 
  position: relative;
}
.header_top_links_box {
  float: right;
  clear: right;
  z-index: 99; 
  position: relative;
}
/* Positsion the menu at the bottom of the header */
.header_menu {
	position: absolute;
	bottom: 0px;
	z-index: 1000;
	left: 0px;
}

.header_add_this {
  position: absolute;
  right: 20px;
  top: 0px;
  z-index: 99;
}
/* Add/Share This Site Social Networking Icons Button */
#add_this_button {
	position: absolute;  
	z-index: 999; 
	right:0; 
	width: 106px;
	padding: 6px; 
	background-color: #989898; 
	color: #000000;
}
#add_this_button a {
	color: #000000; 
}



/* ==========================================
 Main Content / Middle 
  this is the middle section of the page, 
  where all the main content is shown
=========================================== */

#middle-outer {
	background-position: center top;
	background-image: url(../admin/images/back_repeat.png);
	background-color: #ffffff;	
	background-repeat:repeat-y;
}
#middle-inner {
	width: 912px;
	margin: 0 auto; 
}
/* CSS IE6 HACK */
/*\*/ * html #middle-inner { width: 922px; } /**/

/* Main Content */
#content {
	padding: 2px;
	min-height: 400px;
	margin-top: 10px;
	 
		width: 900px 
	;
}

/* CSS IE6 HACK */
/*\*/ * html #content {   width: 900px; ; } /**/

/* set some styling on all lists  */
#content ul {list-style-position: inside; padding: 6px; list-style-type: none;}
li {list-style: none;}
#content li {list-style-type: none;  list-style: none;}

/* Sidebar */
#sidebar {
	width: 284px; 
	padding: 2px; 
	margin: 0px;
	float:  right ;
	color: #434343;
	 
		margin-left: 0px;
	}



/* ==========================================
 Footer 
  the setup of the footer section of the page
=========================================== */

#footer-outer {
	background-position:center top; 
	text-align: left;
	background-color: #DDBB1D;
	 border-top:4px solid #989898; 		background-repeat: ;
	
	}
#footer-inner {
	width:912px;
	margin:0 auto; 
	padding:10px 0; 
	font-size:11px; 
	text-align:center; 
	width: 902px;
	margin: auto;
	font-size: 12px;
	text-align: left;
	color: #000000;
}

#footer-inner a, #footer-inner a:link, #footer-inner a:visited, #footer-inner a:hover {
	color: #000000; 
}
#footer-inner h2{
	font-size: 12px;
	color: #000000;
}
#top_footer {
	width: 880px;
	clear: both;
	padding: 10px;
	text-align: left;
	font-size: 14px;
}
#middle_left_footer {
	width: 430px;
	float: left;
	padding: 10px;
}
#middle_right_top_footer {
	width: 430px;
	float: right;
	padding: 10px;
}
#middle_right_bottom_footer {
	width: 430px;
	float: right;
	padding: 10px;
	font-size: 10px;
}
#bottom_footer {
	width: 880px;
	clear: both;
	padding: 10px;
}

/* Footer Site Map */
ul.footer_site_map {
	list-style: none;
	display: block;
}
ul.footer_site_map li {
	display: inline-block;
	float: left;
	padding: 4px;
	margin-left: 4px;
	margin-right: 2px;
	min-width: 100px;
}
ul.footer_site_map li a {
	font-weight: bold;
}
ul.footer_site_map li ul {
	list-style: none;
	display: inline;
}
ul.footer_site_map li ul li {
	display: list-item;
	display: inline !ie;
	border-right: 0px;
	padding: 2px;
	clear: left;
	padding-left: 8px;
	margin-left: 0px;
}
ul.footer_site_map li ul li a {
	font-weight: normal;
}



/* ==========================================
 Pagination 
  the paging for products 
=========================================== */
.pagination{
	padding: 4px;
	margin-top: 4px;
}
.pagination ul{
	margin: 0;
	padding: 0;
	text-align: left; 
	font-size: 16px;
	color: #000000;
}
.pagination li{
	list-style-type: none;
	display: inline;
	padding-bottom: 1px;
	color: #000000;
}
.pagination a, .pagination a:visited{
	padding: 4px 6px;
	text-decoration: none;
	border: 1px solid #000000;
	background-color: #989898;
	color: #000000 !important;
}
.pagination a:hover, .pagination a:active{
	border: 1px solid #000000;
	background-color: #989898;
	color: #000000 !important;
}
.pagination a.currentpage{
	font-weight: bold;
	background-color: #989898;
	color: #000000 !important;
}
.pagination a.disablelink, .pagination a.disablelink:hover{
	background-color: white;
	cursor: default;
	color: #929292;
	border-color: #929292;
	font-weight: normal !important;
}
.pagination a.prevnext{
	font-weight: 20px;
	font-variant: small-caps;
}
.return_link {
	padding: 6px;
	border: 2px solid;
	border-color: #FFFFFF;
	color: #000000;
	background-color: #FFF;
}
.zoom { color: #000000; }





/* ==========================================
 Buttons such as next page, search, back and more
=========================================== */
.generated_button {
	padding:0px 6px;
	border:1px solid #666666;
	height:24px; 
	line-height:24px;
	font-size:12px;
	margin-right:10px;
	display:inline-block;
	text-decoration:none;	
	font-size: small;
	font-weight: bold;
	border-radius: 2px; 
	-moz-border-radius: 2px; 
	-webkit-border-radius:2px;
	background-color: #989898;
	color: #000000;
}
.generated_button a, .generated_button a:link, .generated_button .link{
	color: #000000;
}




/* ==========================================
 Rounded Corners 	OLD METHOD 
 still used on main content and sidebar apps
=========================================== */
/********************* ROUNDED CONTENT SIDEBAR 1 ************************/
#rounded_sidebar {
	margin-top: 8px;
	margin-bottom: 8px;
	margin-left: 6px;
	margin-right: 6px;
	width:100%;
	background-color: #DDBB1D; 
	color: #000000;
}
#rounded_sidebar h2, #rounded_sidebar h3, #rounded_sidebar a, #rounded_sidebar p {
	color: #000000;
}
#rounded_sidebar_2 h2, #rounded_sidebar_2 h3, #rounded_sidebar_2 a, #rounded_sidebar_2 p {
	color: #000000;
}
b.rtop_sidebar, b.rbottom_sidebar{display:block;background: #ffffff;}
b.rtop_sidebar b, b.rbottom_sidebar b{
	display:block;
	height: 1px;
	overflow: hidden;
	background: #DDBB1D;
}
b.r1_sidebar{margin: 0 5px}
b.r2_sidebar{margin: 0 3px}
b.r3_sidebar{margin: 0 2px}
b.rtop_sidebar b.r4_sidebar, b.rbottom_sidebar b.r4_sidebar{margin: 0 1px;height: 2px}
/********************* ROUNDED CONTENT SIDEBAR 2 ************************/
#rounded_sidebar_2 {
	margin-top: 8px;
	margin-bottom: 8px;
	margin-left: 6px;
	margin-right: 0px;
	width:100%;
	background-color: #989898; 
	color: #000000;
}
#rounded_sidebar_2 h2, #rounded_sidebar_2 h3, #rounded_sidebar_2 a, #rounded_sidebar_2 p{
	color: #000000;
}
b.rtop_sidebar_2, b.rbottom_sidebar_2{display:block;background: #ffffff;}
b.rtop_sidebar_2 b, b.rbottom_sidebar_2 b{
	display:block;
	height: 1px;
	overflow: hidden;
	background: #989898;
}
b.r1_sidebar_2{margin: 0 5px}
b.r2_sidebar_2{margin: 0 3px}
b.r3_sidebar_2{margin: 0 2px}
b.rtop_sidebar_2 b.r4_sidebar_2, b.rbottom_sidebar_2 b.r4_sidebar_2{margin: 0 1px;height: 2px}

/***************************** Rounded Content NORMAL **************************/
#rounded {
	margin:auto;
	width:100%;
	background-color: #FFF;
}
b.rtop, b.rbottom{display:block;background: #ffffff;}
b.rtop b, b.rbottom b{
	display:block;
	height: 1px;
	overflow: hidden;
	background: #FFF;
}
b.r1{margin: 0 5px}
b.r2{margin: 0 3px}
b.r3{margin: 0 2px}
b.rtop b.r4, b.rbottom b.r4{margin: 0 1px;height: 2px}
#inside_main {
	padding:1%;
	width:96%;
}
/********************************************************************************/



/* ==========================================
 Rounded Corners 	NEW! !! --> OLD METHOD ABOVE --> !! 
 Add Css Round corners (not availbale in IE )
 JavaScript available to fix IE 
 Eventualy all rounded parts will be converted to this new method
=========================================== */
.round-top {
	border-radius-topleft: 6px; 
	border-radius-topright: 6px; 
	-moz-border-radius-topleft: 6px; 
	-moz-border-radius-topright: 6px; 
	-khtml-border-top-left-radius: 6px;
	-khtml-border-top-right-radius: 6px; 
	-webkit-border-top-left-radius: 6px;
	-webkit-border-top-right-radius: 6px;
}
.round-bottom {
	border-radius-bottomleft: 6px; 
	border-radius-bottomright: 6px; 
	-moz-border-radius-bottomleft: 6px; 
	-moz-border-radius-bottomright: 6px; 
	-khtml-border-bottom-left-radius: 6px;
	-khtml-border-bottom-right-radius: 6px;
	-webkit-border-bottom-left-radius: 6px;
	-webkit-border-bottom-right-radius: 6px;
}
.round-small {
	border-radius: 4px; 
	-moz-border-radius: 4px; 
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
}
.round-medium {
	border-radius: 8px; 
	-moz-border-radius: 8px; 
	-webkit-border-radius: 8px;
	-khtml-border-radius: 8px;
}
.round-large {
	border-radius: 14px; 
	-moz-border-radius: 14px; 
	-webkit-border-radius: 14px;
	-khtml-border-radius: 14px;
}








/* ==========================================
 Content Slider
 The big content slider on the main pages
=========================================== */
#content-slider-outer {
	margin: 0px;
	margin-top: -12px;
	margin-bottom: 10px;
	padding: 0px;
	position: relative;
	text-align: left;
	/*margin-left: -7px;
	margin-left: -6px !ie;*/
	margin-left: -5px;
	
	
		width: 912px;
		
	background-color: #989898;
}

#content-slider-outer .content-slider-pannel {
	margin: 0px;
	padding: 0px;
	position: absolute;
	left: 0px;
	text-align: left;
	height: px;
	
	
		width: 912px;
		
	
	}

#content-slider-outer .content-slider-pannel-active {
	margin: 0px;
	padding: 0px;
	display: block;
	position: absolute;
	text-align: left;
	
	height: px;
	
	
		left: -912px;
	width: 9120px;
	}
#content-slider-outer h2{
	padding-left: 30px;
	padding-top: 20px;
	font-size: 24px;
	font-weight: bold;
	width: 100%;
}
#content-slider-outer p{
	padding-left: 50px;
	padding-top: 4px;
	font-size: 14px;
	display: block;
}

#content-slider-outer #content-slider-inner {
	margin: 0px;
	padding: 0px;
	border: 0px solid #000;
	height: px;
	overflow: hidden;
	position: relative;
	
	
		width: 912px;
	}

#content-slider-outer .content-slider-menu {
	background-color: #333333;
	height: 34px;
	border: 1px solid #000;
	border-top: none;
	text-align: center; 
	display: none;
}
#content-slider-outer .content-slider-menu ul{
	list-style: none;
	height: 20px;
	display: block;
}
#content-slider-outer .content-slider-menu ul li{
	display: block;
	float: left;
}
#content-slider-outer .content-slider-menu ul li a{
	display: block;
	padding: 6px 12px;
	margin: 0px 4px;
	float: left;
	color: #FFFFFF;
}
#content-slider-outer .content-slider-menu ul li a:hover{
	background-color: #000000;
	cursor: pointer;
}
#content-slider-outer .content-slider-menu ul li a.active{
	background-color: #000000;
}

#next_button_content_slider {
	position: absolute;
	top: 0px;
	right: 0px;
	cursor: pointer;
	
	
		display: none;
	}
#pre_button_content_slider {
	position: absolute;
	top: 0px;
	cursor: pointer;
	
	
		display: none;
	}



/* ==========================================
 Modal windows and popups css templates 
=========================================== */

/* ==========================================
 Email to friend  
  popup modal box that allows visitors to send 
  content/pages links to there friends easily
=========================================== */
#email_popup_box_back {
	position: fixed;
	width: 100%;
	filter:alpha(opacity=0);
	-moz-opacity:0;
	opacity:0;
	top: 0%;
	left: 0%;
	z-index:90;
	height: 100%;
	background-color: #000000;
}
#email_popup_box_main_pos {
	position: fixed;
	top: 0%;
	left: 0%;
	filter:alpha(opacity=0);
	-moz-opacity:0;
	opacity:0;
	z-index: 94;
	width: 100%;
}
#email_popup_box_main {
	width: 340px;
	height: auto;
	margin: auto;
	margin-top: 100px;
	border-radius: 10px; 
	-moz-border-radius: 10px; 
	-webkit-border-radius:10px;
	padding: 4px;
	z-index:98;
	color:#000000;
	background-color: #DDBB1D;
	border: 3px solid #989898;
}
#email_popup_box_main h3 {
	padding: 2px;
	margin: 2px;
	padding-top: 4px;
	margin-top: 4px;
	margin-left: 4px;
	font-size: 18px;
	color: #FFFFFF;
}
#email_popup_box_main span {
	padding: 1px;
	margin: 1px;
	padding-left: 6px;
}
#email_popup_box_main strong {
	width: 50px;
	display: inline-block;
	vertical-align: top;
}
.email_close_button {
	float: right;
	cursor: pointer;
	padding: 4px;
	margin: 0px;
}
#email_popup_box_main input, #email_popup_box_main textarea {
	margin: 2px;
	width: 260px;
	border: 1px solid #ccc;
	overflow: auto;
	font-family: Arial, Helvetica, sans-serif; 
}
#email_popup_box_main textarea {
	font-size: 11px;
	height: 80px;
}
#email_popup_box_main input[type=submit] {
	margin: 10px;
	width: 100px;
}




/* ==========================================
 shopping Cart
 Modal window and shopping cart styling 
=========================================== */
#outside_product_modal {
	width: 580px;
}

div#modal_window_box p {
	color: #000000;
	font-size: 12px;
}
div#modal_window_box a {
	color: #000000;
}
div#modal_window_box h2 {
	font-size: 24px;
	font-weight: bold;
	color: #000000;
}

table#products_keywords a{
	color: #000;
	line-height: 16px;
}
table#products_keywords p{
	color: #000;
	line-height: 16px;
}
table#products_keywords *{
	color: #000;
	line-height: 16px;
}
table#products_keywords strong{
	color: #000;
	line-height: 16px;
	font-size: 15px;
}
/* carts & checkout product images */
.cart_image_checkout {
	max-height: 110px;
	border: 0px;
	max-width: 110px;
}	
/*\*/ * html .cart_image_checkout { width: 100px; height: 100px; } /**/

/* modal parts */
#modal_window_background {
	position: fixed;
	width: 100%;
	height: 1px;
	background-color: #000000;
	filter:alpha(opacity=0);
	-moz-opacity:0;
	opacity:0;
	top: 0%;
	left: 0%;
	z-index:97;
}
#modal_window_positioning {
	position:absolute;
	width: 100%;
	top: 0%;
	left: 0%;
	z-index:98;
}
#modal_window_box {
	width: 600px;
	height: 1px;
	border-radius: 10px; 
	-moz-border-radius: 10px; 
	-webkit-border-radius:10px;
	float: none;
	margin: auto;
	margin-top: 100px;
	filter:alpha(opacity=0);
	-moz-opacity:0;
	opacity:0;
	padding: 4px;
	z-index:99;
	color: #000000;
	background-color: #DDBB1D;
	border: 3px solid #989898;
}
/* CSS IE6 HACKs */
/*\*/ * html #modal_window_positioning { position: absolute; } /**/
/*\*/ * html #modal_window_background { position: absolute; } /**/

#modal_window_close {
	float:right;
	width:auto;
	text-align:right;
	height: 1px;
}
#modal_cart_total {
	float: right;
	width: 180px;
	font-size: 14px;	
}
#modal_cart_total .caps {
	font-size: 18px;	
}
#modal_cart_total em {
	font-size: 12px;
	text-decoration: none;
	font-style: normal;
}
#outside_all {
	background-color: #FFF;
	color: #000;
}
#outside_all a{
	color: #000;
}
#outside_all p{
	color:#000;
}
#outside_all td{
	color: #000;
}	
#proceed {
	font-size: small;
	font-weight: bold;
	font-style: italic;
	float:right;
	height: 40px;
}


/* ==========================================
 Images Lightbox 
 Images Use this to pop up in a modal window 
=========================================== */
#lightboxGallery-outer {
	width: 800px;
	height: 480px;
	position: relative;
	float: none;
	margin: auto;
	margin-top: 60px;
	filter:alpha(opacity=0);
	-moz-opacity:0;
	opacity:0;
	z-index:92;
	overflow: visible;
}
#lightboxGallery-outer .lightboxGallery-pannel {
	margin: 0px;
	padding: 0px;
	display: none;
	position: absolute;
	width: 100%;
	text-align: center;
}

#lightboxGallery-outer .lightboxGallery-pannel-active {
	margin: auto;
	padding: 0px;
	display: block;
	position: absolute;
	text-align: center;
	width: 100%;
}

#lightboxGallery-outer #lightboxGallery-inner {
	margin: auto;
	padding: 0px;
	height: 440px;
	overflow: hidden;
	position: relative;
	width: 700px;
}
#lightboxGallery-outer #lightboxGallery-inner img {
	border-radius: 6px !important; 
	-moz-border-radius: 6px !important; 
	-webkit-border-radius:6px !important;
	padding: 10px !important;
	margin: auto;
	max-height: 370px;
	max-width: 680px;
	background-color: #FFFFFF !important;
}
#outer-lightboxGallery-titlebox {
	text-align: center;
	margin-top: -40px;
	margin-bottom: 10px;
	max-width: 700px;
	max-height: 200px;
	position: absolute;
	bottom: 40px;
	width: 100%;
	color: #000;
}
#lightboxGallery-outer #lightboxGallery-titleBox {
	margin-left: auto;
	margin-right: auto;
	background-color: #FFFFFF;
	color: #000;
	padding: 4px;
	padding-left: 10px;
	padding-right: 10px;
	border-radius: 6px; 
	-moz-border-radius: 6px; 
	-webkit-border-radius:6px;
	display: inline;
}

#lightboxGallery-outer #closeLightboxGallery {
	position: absolute;
	top: 0px;
	right: 0px;
	cursor: pointer;
}
#lightboxGallery-outer #nextLightboxGallery {
	position: absolute;
	top: 100px;
	right: 0px;
	cursor: pointer;
}
#lightboxGallery-outer #preLightboxGallery {
	position: absolute;
	top: 100px;
	left: 0px;
	cursor: pointer;
}

#lightboxGallery-outer .lightboxGallery-menu {
	text-align: center;
	position:absolute;
	bottom: 40px;
	width: 100%;
	display: block;
}
#lightboxGallery-outer .lightboxGallery-menu ul{
	list-style: none;
	display: inline-block;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	background-color: #FFFFFF;
	border-radius: 6px; 
	-moz-border-radius: 6px; 
	-webkit-border-radius:6px;
	height: 30px;
	width: 540px;
}
#lightboxGallery-outer .lightboxGallery-menu ul li{
	display: inline;
}
#lightboxGallery-outer .lightboxGallery-menu ul li a{
	display: inline;
	margin: 0px 4px;
	color: #FFFFFF;
}
#lightboxGallery-outer .lightboxGallery-menu ul li a:hover{
	cursor: pointer;
}
#lightboxGallery-outer .lightboxGallery-menu ul li a.active{
}
/*lightbox buttons*/
#next_button {
	position: absolute;
	top: 100px;
	right: 0px;
	cursor: pointer;
}
#pre_button {
	position: absolute;
	top: 100px;
	cursor: pointer;
}
		
#modal_image_window_outer {
	position: fixed;
	width: 100%;
	filter:alpha(opacity=0);
	-moz-opacity:0;
	opacity:0;
	top: 0%;
	left: 0%;
	z-index:90;
	height: 100%;
	display: none;
	background-color: #000000;
	color: #000;
}

#modal_image_window_box {
	position:fixed;
	width: 100%;
	top: 0%;
	left: 0%;
	z-index:91;
	display: none;
	color: #000;
}
/* CSS IE6 HACKs */
/*\*/ * html #modal_image_window_box { position: absolute; height: 600px;  } /**/
/*\*/ * html #modal_image_window_outer { position: absolute; height: 1000px; width: expression( ((document.documentElement.clientWidth) ? document.documentElement.clientWidth : document.body.clientWidth ) + 'px' );  } /**/



/* ==========================================
 Popups
 Error Msg's and general msg's
=========================================== */
/* Basic's of error box's */
div.error_box, div.good_news, div.bad_news, div.warning, div.helpful_hint, div.normal_message {
	border: none;
	border-top: 1px solid;
	border-bottom: 1px solid;
	padding: 4px;
	margin: 2px;
	padding-left: 34px;
	background-repeat: no-repeat;
	background-position: 6px 4px;
	color: #000000;
}

div.error_box a, div.good_news a, div.bad_news a, div.warning a, div.helpful_hint a, div.normal_message a {
	color: #000000;
	text-decoration: underline;
}
/* Error Reporting Box */
.error_box {
	background-color:#FF998A;
	border-color:#CC0000;
	background-image: url(../images/glossy_icons/cancel.png);
}
/* Good News Reporting Box */
.good_news {
	background-color:#E3FCE3;
	border-color: #9FE8B8;
	background-image: url(../images/glossy_icons/ok.png);
}	
/* Bad News Reporting Box */
.bad_news {
	background-color:#FFE8E5;
	border-color: #F7AEA5;
	background-image: url(../images/glossy_icons/alert.png);
}
/* Warning Reporting Box */
.warning {
	background-color:#FFF6BF;
	border-color: #F8DD70;
	background-image: url(../images/glossy_icons/golden_offer.png);
}
/* Helpful Hint */
.helpful_hint {
	background-color:#C6D9F9;
	border-color: #6699CC;
	background-image: url(../images/glossy_icons/question.png);
}
/* Basic White message */
.normal_message {
	background-color:#F8F8F8;
	border-color: #CCCCCC;
	background-image: url(../images/glossy_icons/info.png);
}





/* ==========================================
 Modal Window Setup 
 	for use with all new modal windows 
	apart from the "email to friend", "cart" and images. 
	(Soon these will be added to this tho) 
=========================================== */
#obj_modal_outer {
}
#obj_modal_background {
	position: fixed;
	width: 100%;
	filter:alpha(opacity=0);
	-moz-opacity:0;
	opacity:0;
	top: 0%;
	left: 0%;
	z-index: 2000;
	height: 100%;
	background-color: #000000;
}
#obj_modal_content_positioning {
	position: absolute;
	top: 0%;
	left: 0%;
	filter:alpha(opacity=0);
	-moz-opacity:0;
	opacity:0;
	z-index: 2010;
	width: 100%;
}

/* Modal box that can slide from the top of the screen */
.obj_modal_slide_top {
}
.obj_modal_slide_top .obj_main {
	background: #FFF;
	padding: 4px 100px;
	vertical-align: middle;
	border-bottom: 3px solid #989898;
}
.obj_modal_slide_top .obj_modal_close {
	background: #FFF;
	float: right;
	margin-right: 30px;
	margin-top: -3px;
	padding: 2px 6px;
	border: 3px solid #989898;
	border-top: 0px;
}

/* Modal Box in middle of screen */
.obj_modal_box {
	width: 400px;
	height: 300px;
	background-color: #FFFFFF;
	padding: 10px;
	margin: auto;
	margin-top: 100px;
	text-align: left;
	border: 3px solid #989898;
}
.obj_modal_box .obj_modal_close {
	float: right;
	color: #000;
}

/* Splash Page (appears on checkout page load if set) */
.splash_close {
	float:right;
	cursor:pointer;
}
#splash_page_main {
	height: auto;
	width: 600px;
	margin: auto;
	margin-top: 100px;
	background-color: #FFF;
	border: 3px solid #111;
	border-radius: 10px; 
	-moz-border-radius: 10px; 
	-webkit-border-radius:10px;
	padding: 4px;
	z-index:98;
	color: #000;
}
#splash_page_main_inner {
	border-radius: 4px; 
	-moz-border-radius: 4px; 
	-webkit-border-radius:4px;
	color: #000;
	padding: 6px;
	min-height: 200px;
}



/* ==========================================
 Page specific and customer css, 
 such as how the register page of the customer page is layed out
=========================================== */

/* ==========================================
 Register Page
 Stying for the register page steps 
=========================================== */
ul.main_reg_details {
	list-style: none;
}
ul.main_reg_details li{
}
ul.main_reg_details li label{
	width: 105px;
	display: block;
	float: left;
	text-align: right;
	padding-right: 9px;
}
ul.main_reg_details li input{
}
ul.billing_address {
	list-style: none;
	float: left;
	display: block;
	padding-left: 0px;
	width: 280px;
}
ul.billing_address li{
}
ul.billing_address li label{
	width: 90px;
	display: inline-block;
	text-align: right;
	padding-right: 9px;
}
ul.billing_address li input{
	width: 140px;
}
ul.delivery_address {
	list-style: none;
	display: block;
	padding-left: 0px;
}
ul.delivery_address li{
}
ul.delivery_address li label{
	width: 115px;
	display: block;
	float: left;
	text-align: right;
	padding-right: 9px;
}
ul.delivery_address li input{
	width: 145px;
}
ul.delivery_address li:hover{
}
.outside_box_columbs {
	margin-top: 14px;
}



/* ==========================================
 Customer Home Page 
 when customers loggin to the site 
 they are greated with a unique home page 
 Customer home shell html cannot be changed but the style can
=========================================== */
/* Customer page use's a different outer content called "content2" rather than just "content" */
#content2 {
	float: right;
	width:712px;
	padding: 15px 0 0 0px;
	min-height: 400px;
	margin-left: 0px;
}
#content2 ul {list-style-position:inside;padding:7px;}
/* Again for customer page we use "sidebar2" instead of just "sidebar" */
#sidebar2 {
	float:left;
	width:180px;
	padding:5px;
	margin-top: 10px;
	color: #434343;
}
#content2 h2 {	
	padding-bottom:5px;
	margin:0 0 5px 0;
	color: #000000;
}
#content2 h2 a, #content h3 a {
	color: #000000;
}
#content2 h2 a:hover,  #content h3 a:hover  {
	text-decoration :none;
	color: #000000;
}
#sidebar2 h3 {
	font-size:15px;
	padding-bottom:5px;
	margin:10px 0 5px 0;
	color: #000000;}
#sidebar2 ul {
	list-style:none;
}
#sidebar2 li {
	padding:5px 5px 5px 15px;
	line-height:16px;
}
#sidebar2 li a {
	color: #434343;
}



/* ==========================================
 Product Page! 
  the products more information page
=========================================== */
.product_page_outer {
	padding: 4px;
	margin: 4px;
}

.product_page_main_details {
	width: 50%;
	float: right;
}

.product_page_image_box {
	width: 49%;
	text-align: center;
	vertical-align: middle;
}

ul.product_buttons, ul.product_footer_buttons {
	list-style: none;
	display: block;
	margin: 0px;
	margin-left: -10px;
	padding-left: -10px;
	padding: 0px;
}
ul.product_buttons li, ul.product_footer_buttons li {
	display: inline-block;
	display: inline !ie;
	margin-left: -6px;
}
ul.product_buttons li a, ul.product_footer_buttons li a {
	display: inline-block;
	width: 110px;
	margin: 4px;
	float: left;
}
ul.product_buttons li a img, ul.product_footer_buttons li a img {
	padding: 4px;
}

.product_reviews, .product_tags, .product_show_more_box, .product_attributes, .product_description, .product_options {
	margin: 4px;
	padding: 2px;
}
.product_reviews h2, .product_tags h3, .product_show_more_box h3, .product_attributes h3, .product_description h3, .product_options h3 {
	border-top: 1px solid #989898;
	clear: both;
	padding-top: 4px;
}


ul.product_footer_buttons {
	list-style: none;
	display: block;
	margin: 0px;
	padding: 0px;
}
ul.product_footer_buttons li {
	display: inline;
}
ul.product_footer_buttons li a {
	display: inline-block;
}

/** Text Parts **/
/*Product name*/
h1.product_name {
	clear: both;
	margin-top: 8px;
	font-size: 24px;
	font-weight: normal;
}
/*price*/
.product_price {
	font-size: 14px;
}
/*price:old*/
.product_price .old_price {
	color: #CC0000;
	text-decoration: line-through;
	font-size: 12px;
}

.product_price .comming_soon {
	color: #33CC00;
}

.product_price .out_of_stock {
}

input#quantity {
	background-color:#FFF;
	padding: 3px;
	margin: 2px;
	text-align: center;
	border: 1px solid #CCC;
	font: normal 1em;
	color: #222;
	width: 30px;
	vertical-align: middle;
}

/*bread crumb*/
.bread_crumb {
}

/* products multiple images */ 
.products_other_images {
	margin:4px; 
	padding:2px; 
	margin-top: 10px;
}
.products_other_images .other_image_box {
	width:50px; 
	height:50px; 
	padding:4px; 
	float:left;
}
.products_other_images .other_image_box img {
	max-width:50px; 
	max-height:50px;
	border: 0px; 
}
/* CSS IE6 HACK */
/*\*/ * html .products_other_images .other_image_box img { width:50px; height:50px; } /**/ 

/* non js form input */
#cart_submit {
	width: 100px; 
	float:right; 
	cursor:pointer
}

/* Attributes table */
table#product_attributes {
	width:90%;
	border-top:1px solid #DDBB1D;
	border-right:1px solid #DDBB1D;
	margin:1em auto;
	border-collapse:collapse;
	text-align:left;
}
table#product_attributes td {
	border-bottom:1px solid #DDBB1D;
	border-left:1px solid #DDBB1D;
	padding:.3em 1em;
	text-align:left;
}

/* options, if radio buttons */
.each_option {	
	padding: 10px;
}


/* ==========================================
 Javascript product sliders 
 verticle sliders of products, 
 shown on product pages, checkout, and cusotmers home pages
=========================================== */

#page_text_area {
	padding: 4px;
	margin: 10px;
	margin-right: 0px;
	border-radius: 6px; 
	-moz-border-radius: 6px; 
	-webkit-border-radius:6px;
	border: 1px solid #989898;
}

.products_horizontal_carousel {
	height: 180px;
	padding:10px;
	z-index: 100;
	margin-left: -18px;
	left: 0px;
	width:  766px ;
}

.products_horizontal_carousel .container {
	overflow: hidden;
	position:relative;
	left: 0px;
	margin-left: 0px;
	width:  784px ;
}

.products_horizontal_carousel ul {
	margin: 0;
	padding:0;
	width: 10000px;
	overflow: hidden;
	position:relative;
	left: 0px;
	margin-left: 0px;
	padding-left: 0px;
}                      

.products_horizontal_carousel ul li {
	width: 184px;
	text-align: left;
	border: 1px dashed #fff;
	list-style:none;
	float:left;
	z-index: 1;
	margin-left: 0px;
	padding: 3px;
	margin: 2px;
	max-height: 180px;
}
.products_horizontal_carousel ul li:hover {
	border: 1px dashed #989898;
}

.products_horizontal_carousel .buttons{
	display:block;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	top: -90px;
	left: -21px;
	width:  826px ;
}
.products_horizontal_carousel .previous_button {
	float:left;
	width: 30px;
	height: 30px;
	background: url(../images/but_prev.png) no-repeat;
	z-index: 100;
	cursor: pointer;
}

.products_horizontal_carousel .previous_button_over {
  background: url(../images/but_prev_hover.png) no-repeat;}

.products_horizontal_carousel .previous_button_disabled {
  background: url(../images/but_prev_dis.png) no-repeat;
  cursor: default;
}

.products_horizontal_carousel .next_button {
	float:right;
	width: 30px;
	height: 30px;
	background: url(../images/but_next.png) no-repeat;
	z-index: 100;
	cursor: pointer;
}

.products_horizontal_carousel .next_button_over {
  background: url(../images/but_next_hover.png) no-repeat;
}

.products_horizontal_carousel .next_button_disabled {
  background: url(../images/but_next_dis.png) no-repeat;
  cursor: default;
}

.mini_product_name {
	font-size: 12px;
	font-weight: bold;
}

.mini_product_img {
	max-width: 100px;
	max-height: 100px;
	background-color: none !important; 
	border-color:none;
	float: left;
}
.mini_product_special_offer {
	font-size: 12px;
	color:#CC0000;
	text-decoration: line-through;
}
.mini_product_price {
	font-size: 12px;
}
.mini_product_rating {
}
.mini_product_link {
	font-size: 9px;
}

div.wrapper_sidebar_categories_new h2{
	padding-bottom: 6px;
	padding-left: 6px;
}
div.wrapper_sidebar_categories_newa{
}
/* CSS IE6 HACKs */
/*\*/ * html .featured_item_img { width:100px; height:100px; } /**/



/* ==========================================
 Sidebar Apps! 
  sidebar apps are controlled by these stylings
=========================================== */
/* == Banner == */
.banner-slideshow {
	margin-left: 6px;
	margin-right: 6px;
	height: 120px; 
	width:280px;
	overflow:hidden;
}
.banner-slide {
	position: absolute;
	z-index: 99;
}
.banner-slide .banner-inner-slide {
	height: 120px; 
	width:280px;
	margin: 0px; 
    padding: 0px;
	background-position: 0 0;  
	overflow: hidden;
}
#banner-slideshow-content {
	position: relative;
	z-index: 10;
}

/* == Wishlist == */
.wishlist_outer {
	padding: 8px;
}

/* == Search Box == */
#search_bar {
	width: 190px;
	float:left;
	color:#333333;
}
/* Seach/Look Button 
( Used To Be Called "Look For Products") */
#Look {
	float:left;
	margin-left: 6px;
	width: 60px;
}
/* Autocomplete DD */
div.autocomplete {
  margin:0px;  
  padding:0px;  
  width:190px;
  background:#fff;
  border:1px solid #888;
  position:absolute;
  color:#333333;
}
div.autocomplete ul {
  margin:0px;
  padding:0px;
  list-style-type:none;
  color:#333333;
}
div.autocomplete ul li.selected { 
  background-color:#ffb;
  color:#333333;
}
div.autocomplete ul li {
  margin:0;
  padding:2px;
  height:27px;
  display:block;
  list-style-type:none;
  cursor:pointer;
  color:#333333;
}

/* == Pages List == */


/* Outside the pages list */
.pages-list-outer {
	width:100%;
	/*background-color: #989898;*/
	padding: 4px;
	margin-left: 2px;
	color: #000000;
}
.pages-list-outer * {
	color: #000000;
}
.pages-list-outer span a:link {
	color: #000000;
}
.pages-list-inner {
	background-color: #989898;
	margin-bottom: -4px;
}
.pages-list-inner h2 {
	background-color: #DDBB1D;
	padding: 4px;
	color: #000000;
	padding-left: 8px;
}
.pages-list-outer span {
	float: right;
	clear: right;
	padding: 0px;
	cursor: hand;
	cursor: pointer;
	font-size: 16px;
	color: #000000;
}
.pages-list-outer ul.top-level { /* Top level ul */ 
	list-style: none;	
	display: block;
	color: #000000;
}
.pages-list-outer ul.top-level li { /* Top level li */ 
	padding: 4px;
	display: block;
	background-color: #989898;
	margin: 2px;
	color: #000000;
}
.pages-list-outer ul.top-level li:hover { /* Top level li hover */ 
	background-color: #DDBB1D;
}
.pages-list-outer ul.top-level li a { /* Top level li title */ 
	text-decoration: none;
	padding: 6px;
	padding-top: 0px;
	color: #000000;
}
.pages-list-outer ul.top-level li ul { /* Inner level ul */
	padding-left: 8px;
	list-style: none; 
	color: #000000;
}
.pages-list-outer ul.top-level li ul li { /* Inner level li */ 
	margin: 2px;
	padding: 2px;
	display: block;
	margin-right: 0px;
	padding-right: 0px;
	background-color: #989898;
	color: #000000;
}
.pages-list-outer ul.top-level li ul li ul { 
	margin-right: 0px;
	padding-right: 0px;
	color: #000000;
}
.pages-list-outer ul.top-level li ul li:hover { /* Inner level li hover */ 
	background-color: #DDBB1D;
	color: #000000;
}
.pages-list-outer ul.top-level li ul li a { /* Inner level li title */ 
	text-decoration: none;
	color: #000000;
}
ul.current { /* current ul */ 	
	display: block;
	color: #000000;
}
.pages-list-outer ul.top-level li.current { /* current li top */ 	
	background-color: #DDBB1D;
	color: #000000;
}
.pages-list-outer ul.top-level li ul li.current { /* current li lower */ 	
	background-color: #DDBB1D;
	color: #000000;
}
.the_top_right_cat_links {
	float:right; 
	font-size:10px; 
	padding: 4px;
	color: #000000;
}

/* == Sidebar Categories == */
/* Outside the categories */
.categories-outer {
	width:100%;
	/*background-color: #989898;*/
	padding: 4px;
	margin-left: 2px;
	color: #000000;
}
.categories-outer * {
	color: #000000;
}
.categories-outer span a:link {
	color: #000000;
}
.categories-inner {
	background-color: #989898;
	margin-bottom: -4px;
}
.categories-inner h2 {
	background-color: #DDBB1D;
	padding: 4px;
	color: #000000;
	padding-left: 8px;
}
.categories-outer span {	
	float: right;
	clear: right;
	padding: 0px;
	cursor: hand;
	cursor: pointer;
	font-size: 16px;
	color: #000000;
}
.categories-outer ul.top-level { /* Top level ul */ 
	list-style: none;	
	display: block;
	color: #000000;
}
.categories-outer ul.top-level li { /* Top level li */ 
	padding: 4px;
	display: block;
	background-color: #989898;
	margin: 2px;
	color: #000000;
}
.categories-outer ul.top-level li:hover { /* Top level li hover */ 
	background-color: #DDBB1D;
}
.categories-outer ul.top-level li a { /* Top level li title */ 
	text-decoration: none;
	padding: 6px;
	padding-top: 0px;
	color: #000000;
}
.categories-outer ul.top-level li ul { /* Inner level ul */
	padding-left: 8px;
	list-style: none; 
	color: #000000;
}
.categories-outer ul.top-level li ul li { /* Inner level li */ 
	background-color: #989898;
	margin: 2px;
	padding: 2px;
	display: block;
	margin-right: 0px;
	padding-right: 0px;
	color: #000000;
}
.categories-outer ul.top-level li ul li ul { 
	margin-right: 0px;
	padding-right: 0px;
	color: #000000;
}
.categories-outer ul.top-level li ul li:hover { /* Inner level li hover */ 
	background-color: #DDBB1D;
	color: #000000;
}
.categories-outer ul.top-level li ul li a { /* Inner level li title */ 
	text-decoration: none;
	color: #000000;
}
ul.current { /* current ul */ 	
	display: block;
	color: #000000;
}
.categories-outer ul.top-level li.current { /* current li top */ 	
	background-color: #DDBB1D;
	color: #000000;
}
.categories-outer ul.top-level li ul li.current { /* current li lower */ 	
	background-color: #DDBB1D;
	color: #000000;
}
.the_top_right_cat_links {
	float:right; 
	font-size:10px; 
	padding: 4px;
	color: #000000;
}

/* == Sidebar Cart Box == */
.cart_summary {
	text-align:left;
}
.cart_summary img {
	padding: 6px;
}
.cart_box_1 {
	width: 52px;
	text-align: left;
	float: left;
	height: 60px;
}
.cart_box_2 {
	width: 130px;
	height: 30px;
	float: left;
	padding-right: 4px;
	margin-bottom: 6px;
	margin-top: 6px;
}
.cart_box_3 {
	width: 76px;
	height: 30px;
	float: left;
	padding-top: 12px;
}
.cart_box_4 {
	width: 130px;
	height: 30px;
	float: left;
	margin-top: -14px;
	padding-right: 4px;
}
.cart_box_5 {
	width: 76px;
	height: 30px;
	float: left;
	margin-top: -14px;
}
.cart_box_6 {
	width: 200px;
	height: 30px;
	float: left;
	margin-bottom: 6px;
	margin-top: 6px;
}




/* ==========================================
 Checkout Page! 
  Checkout html cannot be touched atm but styling can be edited as you wish 
=========================================== */
.needLogin {
	font-size: medium;
	padding: 4px; 
	margin: 4px;
	border: 1px solid #989898;
	border-radius: 6px; 
	-moz-border-radius: 6px; 
	-webkit-border-radius:6px;
}
.needLogin .link {
	text-decoration:underline;
}
#overall_total_costs_new {
	float:right;
	margin-top: -124px;
}
.title_total {
	width: 100px;
	font-size: 16px;
	float: left;
	clear: left;
}	
.side_box_totals {
	float: right;
	clear: right;
	width: 210px;
	padding: 10px;
	margin: 10px;
	margin-right: 0px;
	border: 1px solid #989898;
	border-radius: 6px; 
	-moz-border-radius: 6px; 
	-webkit-border-radius:6px;
}
.side_box_totals h3{
	background-color: #989898;
	color: #000000;
	padding: 4px;
}
.address_box_totals {
	float: left;
	width: 275px;
	padding: 10px;
	margin: 10px;
	margin-right: 0px;
	border: 1px solid #989898;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius:6px;
}
.address_box_totals h3{
	background-color: #989898;
	color: #000000;
	padding: 4px;
}
.product_box_totals {
	clear: right;
	width: 592px;
	padding: 4px;
	margin: 10px;
	margin-right: 0px;
	border: 1px solid #989898;
	border-radius: 6px; 
	-moz-border-radius: 6px; 
	-webkit-border-radius:6px;
}
.product_box_totals h3{
	background-color: #989898;
	color: #000000;
	padding: 4px;
}
.product_box_totals_item {
	clear: right;
	width: 538px;
	padding: 4px;
	margin: 10px;
	margin-right: 0px;
	border: 1px solid #989898;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius:6px;
}
.product_box_totals_item h3{
	background-color: #989898;
	color: #000000;
	padding: 4px;
}
#outside_all_new {
	clear: left;
	width: 620px;
}
#page_text_area {
	padding: 4px;
	margin: 10px;
	margin-right: 0px;
	border: 1px solid #989898;
	border-radius: 6px; 
	-moz-border-radius: 6px; 
	-webkit-border-radius:6px;
}

table#products_items a{
	line-height: 16px;
}
table#products_items p{
	line-height: 16px;
}
table#products_items *{
	line-height: 16px;
}
table#products_items strong{
	line-height: 16px;
	font-size: 15px;
}




/* ==========================================
 Image Gallery 
=========================================== */
.gallery-outer {
	padding: 4px; 
	margin: 4px;
	clear: both;
}
.gallery-image-outer {
	width:150px; 
	height:160px; 
	border:1px solid #FFF; 
	float:left; 
	padding: 5px; 
	margin: 4px;
	text-align: center;
}
.gallery-image {
	margin: auto;
	max-width:140px; 
	max-height: 140px;
}
/* CSS IE6 HACK */
/*\*/ * html .gallery-image { width:140px; height: 140px; } /**/



/* ==========================================
 Custom! 
  these are some custom extras 
  that generaly dont fall into specific categories
=========================================== */

/* Save Button (used on most forms, similar to generated button) */
.save_button, input[type=submit] {
	border:1px solid #666;
	padding: 2px;
	font-weight: bold;
	background-color: #989898 !important;
	color: #000000 !important;
}




/* ==========================================
 Individual Pages 
 You can also set each pages css to be different
 the page body id is set to be the name of the page (with "body_" prefix added)
 (all lowercase, no symbols and underscores for spaces)
 e.g. 
 	body#body_home { background: #000; }
or
	#body_contact_us { background: #000; }
or
	#body_contact_us h1 { color: #FFF; }
=========================================== */








/* 
Really Easy Cart
SpryMenuBarHorizontal.css - version 0.6 - Spry Pre-Release 1.6.1 */

/* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */

/*******************************************************************************

 LAYOUT INFORMATION: describes box model, positioning, z-order

 *******************************************************************************/

/* The outermost container of the Menu Bar, an auto width box with no margin or padding */
ul.MenuBarHorizontal
{
  margin: 0;
  padding: 0;
  list-style-type: none;
  font-size: 100%;
  cursor: default;
  width: auto;
}
/* Set the active Menu Bar with this class, currently setting z-index to accomodate IE rendering bug: http://therealcrisp.xs4all.nl/meuk/IE-zindexbug.html */
ul.MenuBarActive
{
  z-index: 1000;
}
/* Menu item containers, position children relative to this container and are a fixed width */
ul.MenuBarHorizontal li
{
  margin: 0px 2px;
  padding: 0;
  list-style-type: none;
  font-size: 100%;
  position: relative;
  text-align: left;
  cursor: pointer;
  float: left;
}

/* Submenus should appear below their parent (top: 0) with a higher z-index, but they are initially off the left side of the screen (-1000em) */
ul.MenuBarHorizontal ul
{
  margin: 1px;
  padding: 1px;
  list-style-type: none;
  font-size: 100%;
  z-index: 1020;
  cursor: default;
  width: 25em;
  position: absolute;
  left: -1000em;
  border: 1px solid #989898;
  background-color: #DDBB1D;
}
/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to auto so it comes onto the screen below its parent menu item */
ul.MenuBarHorizontal ul.MenuBarSubmenuVisible
{
  left: auto;
}
/* Menu item containers are same fixed width as parent */
ul.MenuBarHorizontal ul li
{
  width: 25em;
}
/* Submenus should appear slightly overlapping to the right (95%) and up (-5%) */
ul.MenuBarHorizontal ul ul
{
  position: absolute;
  margin: -5% 0 0 95%;
}
/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to 0 so it comes onto the screen */
ul.MenuBarHorizontal ul.MenuBarSubmenuVisible ul.MenuBarSubmenuVisible
{
  left: auto;
  top: 0;
}

/*******************************************************************************

 DESIGN INFORMATION: describes color scheme, borders, fonts

 *******************************************************************************/

/* Submenu containers have borders on all sides */
ul.MenuBarHorizontal ul
{
}
/* Menu items are a light gray block with padding and no text decoration */
ul.MenuBarHorizontal a
{
  display: block;
  cursor: pointer;
  padding: 5px 16px 4px 16px;
  color: #000000;
  text-decoration: none;
  background-color: none;
  font-size: 14px;
  height: 19px;
}

/* CSS IE6 HACK */
/*\*/ * html ul.MenuBarHorizontal a { float: left; } /**/ 
/*\*/ * html ul.MenuBarHorizontal li ul a { float: none; } /**/ 

ul.MenuBarHorizontal ul li a 
{
  background-color: #DDBB1D;
}
/* Menu items that have mouse over or focus have a blue background and white text */
ul.MenuBarHorizontal a:hover, ul.MenuBarHorizontal a:focus
{
  background-color: #989898;
  color: #FFF;
}
/* Menu items that are open with submenus are set to MenuBarItemHover with a blue background and white text */
ul.MenuBarHorizontal a.MenuBarItemHover, ul.MenuBarHorizontal a.MenuBarItemSubmenuHover, ul.MenuBarHorizontal a.MenuBarSubmenuVisible
{
  background-color: #DDBB1D;
  color: #FFF;
}

/*******************************************************************************

 SUBMENU INDICATION: styles if there is a submenu under a given menu item

 *******************************************************************************/

/* Menu items that have a submenu have the class designation MenuBarItemSubmenu and are set to use a background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarHorizontal a.MenuBarItemSubmenu
{
  background-image: url(SpryMenuBarDown.gif);
  background-repeat: no-repeat;
  background-position: 95% 50%;
}
/* Menu items that have a submenu have the class designation MenuBarItemSubmenu and are set to use a background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarHorizontal ul a.MenuBarItemSubmenu
{
  background-image: url(SpryMenuBarRight.gif);
  background-repeat: no-repeat;
  background-position: 95% 50%;
}
/* Menu items that are open with submenus have the class designation MenuBarItemSubmenuHover and are set to use a "hover" background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarHorizontal a.MenuBarItemSubmenuHover
{
  background-image: url(SpryMenuBarDownHover.gif);
  background-repeat: no-repeat;
  background-position: 95% 50%;
}
/* Menu items that are open with submenus have the class designation MenuBarItemSubmenuHover and are set to use a "hover" background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarHorizontal ul a.MenuBarItemSubmenuHover
{
  background-image: url(SpryMenuBarRightHover.gif);
  background-repeat: no-repeat;
  background-position: 95% 50%;
}

/*******************************************************************************

 BROWSER HACKS: the hacks below should not be changed unless you are an expert

 *******************************************************************************/

/* HACK FOR IE: to make sure the sub menus show above form controls, we underlay each submenu with an iframe */
ul.MenuBarHorizontal iframe
{
  position: absolute;
  z-index: 1010;
  filter:alpha(opacity:0.1);
}
/* HACK FOR IE: to stabilize appearance of menu items; the slash in float is to keep IE 5.0 from parsing */
@media screen, projection
{
  ul.MenuBarHorizontal li.MenuBarItemIE
  {
    display: inline;
    f\loat: left;
  }
}

ul.MenuBarHorizontal li a { 
  background-color: none;
}
ul.MenuBarHorizontal ul li a { 
  background-color: #DDBB1D;
}
ul.MenuBarHorizontal li.current a { 
  background-color: #989898;
  color: #FFF; 
}
ul.MenuBarHorizontal ul.current li a { 
  background-color: #DDBB1D;
  color: #FFF; 
}

ul#MenuBar1 a:hover { 
  background-color: #989898;
  color: #FFF; 
}



/* Lightbox CSS Doc */

/* LIGHTBOX */
#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 2100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; overflow: hidden; }
#imageContainer{ padding: 10px; overflow: hidden; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 2210; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

/* background-image: url(data:image/gif;base64,AAAA); REMOVED Trick IE into showing hover */ 
#prevLink, #nextLink{ width: 49%; height: 100%; display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; overflow: hidden; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; overflow: hidden; }	
#imageData #caption{ font-weight: bold; overflow: hidden;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em; overflow: hidden;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none; overflow: hidden;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 2000; width: 100%; height: 500px; background-color: #000; }
#block_1 {
	margin: 0px;
	padding: 0px;
	background-image: url(../admin/);
	background-color: #d35050;
	background-position: left;
	background: #d35050 url('../admin/') repeat top left; 
}
/* File: SpryAssets/SpryCollapsiblePanel.css */
.CollapsiblePanel {
	margin: 0px;
	padding: 0px;
}
.CollapsiblePanelTab {
	margin: 0px;
	padding: 2px;
	cursor: pointer;
	-moz-user-select: none;
	-khtml-user-select: none;
}
.CollapsiblePanelContent {
	margin: 0px;
	padding: 0px;
}
.CollapsiblePanelTab a {
	text-decoration: none;
}

/* IE6 Fixes */
/*\*/ * html img, * html div{ behavior: url("../pages/iepngfix.php"); } /**/

/*
 * FancyBox - jQuery Plugin
 * Simple and fancy lightbox alternative
 *
 * Examples and documentation at: http://fancybox.net
 * 
 * Copyright (c) 2008 - 2010 Janis Skarnelis
 *
 * Version: 1.3.1 (05/03/2010)
 * Requires: jQuery v1.3+
 *
 * Dual licensed under the MIT and GPL licenses:
 *   http://www.opensource.org/licenses/mit-license.php
 *   http://www.gnu.org/licenses/gpl.html
 */

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	height: 40px;
	width: 40px;
	margin-top: -20px;
	margin-left: -20px;
	cursor: pointer;
	overflow: hidden;
	z-index: 1104;
	display: none;
}

* html #fancybox-loading {	/* IE6 */
	position: absolute;
	margin-top: 0;
}

#fancybox-loading div {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 480px;
	background-image: url('../images/fancybox/fancybox.png');
}

#fancybox-overlay {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: #000;
	z-index: 1100;
	display: none;
}

* html #fancybox-overlay {	/* IE6 */
	position: absolute;
	width: 100%;
}

#fancybox-tmp {
	padding: 0;
	margin: 0;
	border: 0;
	overflow: auto;
	display: none;
}

#fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	padding: 20px;
	z-index: 1101;
	display: none;
}

#fancybox-outer {
	position: relative;
	width: 100%;
	height: 100%;
	background: #FFF;
}

#fancybox-inner {
	position: absolute;
	top: 0;
	left: 0;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: 0;
	outline: none;
	overflow: hidden;
}

#fancybox-hide-sel-frame {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent;
}

#fancybox-close {
	position: absolute;
	top: -15px;
	right: -15px;
	width: 30px;
	height: 30px;
	background-image: url('../images/fancybox/fancybox.png');
	background-position: -40px 0px;
	cursor: pointer;
	z-index: 1103;
	display: none;
}

#fancybox_error {
	color: #444;
	font: normal 12px/20px Arial;
	padding: 7px;
	margin: 0;
}

#fancybox-content {
	height: auto;
	width: auto;
	padding: 0;
	margin: 0;
}

#fancybox-img {
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	border: none;
	outline: none;
	line-height: 0;
	vertical-align: top;
	-ms-interpolation-mode: bicubic;
}

#fancybox-frame {
	position: relative;
	width: 100%;
	height: 100%;
	border: none;
	display: block;
}

#fancybox-title {
	position: absolute;
	bottom: 0;
	left: 0;
	font-family: Arial;
	font-size: 12px;
	z-index: 1102;
}

.fancybox-title-inside {
	padding: 10px 0;
	text-align: center;
	color: #333;
}

.fancybox-title-outside {
	padding-top: 5px;
	color: #FFF;
	text-align: center;
	font-weight: bold;
}

.fancybox-title-over {
	color: #FFF;
	text-align: left;
}

#fancybox-title-over {
	padding: 10px;
	background-image: url('../images/fancybox/fancy_title_over.png');
	display: block;
}

#fancybox-title-wrap {
	display: inline-block;
}

#fancybox-title-wrap span {
	height: 32px;
	float: left;
}

#fancybox-title-left {
	padding-left: 15px;
	background-image: url('../images/fancybox/fancybox.png');
	background-position: -40px -90px;
	background-repeat: no-repeat;
}

#fancybox-title-main {
	font-weight: bold;
	line-height: 29px;
	background-image: url('../images/fancybox/fancybox-x.png');
	background-position: 0px -40px;
	color: #FFF;
}

#fancybox-title-right {
	padding-left: 15px;
	background-image: url('../images/fancybox/fancybox.png');
	background-position: -55px -90px;
	background-repeat: no-repeat;
}

#fancybox-left, #fancybox-right {
	position: absolute;
	bottom: 0px;
	height: 100%;
	width: 35%;
	cursor: pointer;
	outline: none;
	background-image: url('../images/fancybox/blank.gif');
	z-index: 1102;
	display: none;
}

#fancybox-left {
	left: 0px;
}

#fancybox-right {
	right: 0px;
}

#fancybox-left-ico, #fancybox-right-ico {
	position: absolute;
	top: 50%;
	left: -9999px;
	width: 30px;
	height: 30px;
	margin-top: -15px;
	cursor: pointer;
	z-index: 1102;
	display: block;
}

#fancybox-left-ico {
	background-image: url('../images/fancybox/fancybox.png');
	background-position: -40px -30px;
}

#fancybox-right-ico {
	background-image: url('../images/fancybox/fancybox.png');
	background-position: -40px -60px;
}

#fancybox-left:hover, #fancybox-right:hover {
	visibility: visible;    /* IE6 */
}

#fancybox-left:hover span {
	left: 20px;
}

#fancybox-right:hover span {
	left: auto;
	right: 20px;
}

.fancy-bg {
	position: absolute;
	padding: 0;
	margin: 0;
	border: 0;
	width: 20px;
	height: 20px;
	z-index: 1001;
}

#fancy-bg-n {
	top: -20px;
	left: 0;
	width: 100%;
	background-image: url('../images/fancybox/fancybox-x.png');
}

#fancy-bg-ne {
	top: -20px;
	right: -20px;
	background-image: url('../images/fancybox/fancybox.png');
	background-position: -40px -162px;
}

#fancy-bg-e {
	top: 0;
	right: -20px;
	height: 100%;
	background-image: url('../images/fancybox/fancybox-y.png');
	background-position: -20px 0px;
}

#fancy-bg-se {
	bottom: -20px;
	right: -20px;
	background-image: url('../images/fancybox/fancybox.png');
	background-position: -40px -182px; 
}

#fancy-bg-s {
	bottom: -20px;
	left: 0;
	width: 100%;
	background-image: url('../images/fancybox/fancybox-x.png');
	background-position: 0px -20px;
}

#fancy-bg-sw {
	bottom: -20px;
	left: -20px;
	background-image: url('../images/fancybox/fancybox.png');
	background-position: -40px -142px;
}

#fancy-bg-w {
	top: 0;
	left: -20px;
	height: 100%;
	background-image: url('../images/fancybox/fancybox-y.png');
}

#fancy-bg-nw {
	top: -20px;
	left: -20px;
	background-image: url('../images/fancybox/fancybox.png');
	background-position: -40px -122px;
}

/* IE */
/*
#fancybox-loading.fancybox-ie div	{ background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_loading.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-close		{ background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_close.png', sizingMethod='scale'); }

.fancybox-ie #fancybox-title-over	{ background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_title_over.png', sizingMethod='scale'); zoom: 1; }
.fancybox-ie #fancybox-title-left	{ background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_title_left.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-title-main	{ background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_title_main.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-title-right	{ background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_title_right.png', sizingMethod='scale'); }

.fancybox-ie #fancybox-left-ico		{ background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_nav_left.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-right-ico	{ background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_nav_right.png', sizingMethod='scale'); }

.fancybox-ie .fancy-bg { background: transparent !important; }

.fancybox-ie #fancy-bg-n	{ filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_n.png', sizingMethod='scale'); }
.fancybox-ie #fancy-bg-ne	{ filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_ne.png', sizingMethod='scale'); }
.fancybox-ie #fancy-bg-e	{ filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_e.png', sizingMethod='scale'); }
.fancybox-ie #fancy-bg-se	{ filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_se.png', sizingMethod='scale'); }
.fancybox-ie #fancy-bg-s	{ filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_s.png', sizingMethod='scale'); }
.fancybox-ie #fancy-bg-sw	{ filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_sw.png', sizingMethod='scale'); }
.fancybox-ie #fancy-bg-w	{ filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_w.png', sizingMethod='scale'); }
.fancybox-ie #fancy-bg-nw	{ filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_nw.png', sizingMethod='scale'); }
*/