/* Start of CMSMS style sheet 'main_styles' */
@charset "utf-8";
/* CSS Document */
* {
margin:0;
padding:0;
font-family:Arial, Helvetica, sans-serif;
}

h1, h2, h3, h4, h5 {
font-weight:normal;
margin:0;
padding:0;
}

body {
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
margin:0;
padding:20px 0 0 0;
}

#wrapper {
width:800px;
margin:0 auto;
xbackground-color:#666666;
height:500px;
}

#wrapper #header {
background-image:url(uploads/images/site_visuals/bg_header.gif);
background-repeat:no-repeat;
height:150px;
}

#wrapper #header h1 {
xheight:1px;
text-indent:-9999px;
}

#wrapper #header img {
margin:8px 0 0 160px;
}

#wrapper #footer {
background-image:url(uploads/images/site_visuals/bg_footer.gif);
background-repeat:no-repeat;
background-position:bottom;
margin-bottom:25px;
height:80px;
}

#wrapper #footer p {
font-size:11px;
color:#999;
padding:15px 0 0 165px;
margin:0;
}

#wrapper #body_section {
background-image:url(uploads/images/site_visuals/bg_body.gif);

}

#wrapper #content {
xbackground-color:#CC6666;
padding:0 15px 0 15px;
width:350px;
float:left;
font-size:12px;
color:#999;
line-height:180%;
}

#wrapper #content h1 {
font-weight:bold;
font-size:14px;
color:#666;
margin:0 0 15px 0;
}

#wrapper #content h2 {
font-size:18px;
color:#999;
margin:0 0 25px 0;
line-height:140%;
}

/* #wrapper #content h3#see_all_products {
text-indent:-9999px;
margin:10px 0 10px 0;
padding:0 0 15px 0;
border-bottom:1px dotted #999;
background-image:url(uploads/images/site_visuals/see_all_products.gif);
background-repeat:no-repeat;
} */

#wrapper #features {
xbackground-color:#ddd;
width:120px;
float:left;
xheight:400px;
}

#wrapper #right_col {
width:130px;
float:right;
xbackground-color:#e7e7ee;
xbackground-color:#CC9900;
margin:0 0 0 8px;
xheight:400px;
}

#content p img {
xwidth:100px;
float:left;
margin:8px 8px 8px 0;
}

#content a:link, #content a:visited, #footer p a:link, #footer p a:visited {
color:#406186;
text-decoration:none;
}

#content a:hover, #content a:active, #footer p a:hover, #footer p a:active  {
color:#406186;
text-decoration:underline;
}

#content #sitemap  {
overflow:auto;
}

#content #sitemap ul#primary-nav {
padding:0 0 0 15px;
}

#content #sitemap ul#primary-nav ul {
margin:0 0 0 15px;
padding:0 0 0 15px;
}

.clr {
clear:both;
}

.error {
color:#ff3300;
padding:10px;
}

#player {
height:50px;
background-color:#ddd;
}
/* End of 'main_styles' */

/* Start of CMSMS style sheet 'Accessibility and cross-browser tools' */
/* accessibility */

/* 
menu links accesskeys 
*/
span.accesskey {
   text-decoration:none;
}

/* 
accessibility divs are hidden by default 
text, screenreaders and such will show these 
*/
.accessibility, hr {
   position: absolute;
   top: -999em;
   left: -999em;
}

/* 
definition tags are also hidden 
these are also used for menu links    
*/
dfn {
   position: absolute;
   left: -1000px;
   top: -1000px;
   width: 0;
   height: 0;
   overflow: hidden;
   display: inline;
}
/* end accessibility */


/* wiki style external links */
/* external links will have "(external link)" text added, lets hide it */
a.external span {
  position: absolute;
  left: -5000px;
  width: 4000px;
}

/* make some room for the image */
a.external {
/* css shorthand rules, read: first top padding 0 then right padding 12px then bottom then right */
  padding: 0 12px 0 0;
}
/* colors for external links */
a.external:link {
  color: #18507C;
/* background image for the link to show wiki style arrow */
  background: url(images/cms/external.gif) no-repeat 100% 0;
}
a.external:visited {
  color: #18507C; /* a different color can be used for visited external links */

/* 
Set the last 0 to -100px to use that part of the external.gif image for different color for active links 
external.gif is actually 300px tall, we can use different positions of the image to simulate rollover image changes.
*/
  background: url(images/cms/external.gif) no-repeat 100% 0; 
}

a.external:hover {
  color: #18507C;
/* Set the last 0 to -200px to use that part of the external.gif image for different color on hover */
  background: url(images/cms/external.gif) no-repeat 100% 0; 
  background-color: #C3D4DF;
}
/* end wiki style external links */


/* clearing */
/* 
clearfix is a hack for divs that hold floated elements. it will force the holding div to span all the way down to last floated item.
We strongly recommend against using this as it is a hack and might not render correctly but it is included here for convenience.
Do not edit if you dont know what you are doing
*/
	.clearfix:after {
		content: "."; 
		display: block; 
		height: 0; 
		clear: both; 
		visibility: hidden;
	}
	* html>body .clearfix {
		display: inline-block; 
		width: 100%;
	}
	
	* html .clearfix {
		/* Hides from IE-mac \*/
		height: 1%;
		/* End hide from IE-mac */
	}

/* end clearing */
/* End of 'Accessibility and cross-browser tools' */

/* Start of CMSMS style sheet 'navigation' */
#wrapper #menuwrapper {
width:150px;
float:left;
}

/* secondary menu on left */
#menuwrapper #menu2 ul#primary-nav {
padding:20px 0 0 0;
xbackground-color:#666;
}

#menuwrapper #menu2 ul#primary-nav li a {
color:#333;
text-decoration:none;
font-weight:normal !important;
}

#menuwrapper #menu2 ul#primary-nav  li {
margin:0 0 2px 0 !important;
font-size:10px !important;
text-align:right;
}

#menuwrapper #menu2 ul#primary-nav li.menuactive a {
color:#333 !important;
font-weight:normal !important;
text-decoration:none;
}


#wrapper #menuwrapper ul#primary-nav {
margin:0 15px 0 0px;
list-style-type:none;
}

#wrapper #menuwrapper ul#primary-nav ul {
margin:8px 0px 0 0;
list-style-type:none;
}

#wrapper #menuwrapper ul#primary-nav  li {
margin:0 0 10px 0;
font-size:12px;
text-align:right;
}

#wrapper #menuwrapper ul#primary-nav li a {
color:#333;
text-decoration:none;
font-weight:bold;
}

#wrapper #menuwrapper ul#primary-nav li a:hover {
color:#333;
text-decoration:underline;
font-weight:bold;
}

#wrapper #menuwrapper ul#primary-nav li.menuactive a {
color:#8d4152;
font-weight:bold;
text-decoration:none;
}

/* sitemap styles */

#wrapper #sitemap #menuwrapper ul#primary-nav {
margin:0 0px 0 0px;
list-style-type:none;
}

#wrapper #sitemap #menuwrapper ul#primary-nav ul {
margin:0px 0px 0 0;
list-style-type:none;
}

#wrapper #sitemap #menuwrapper ul#primary-nav li {
margin:0 0 0px 0;
font-size:12px !important;
text-align:left;
}

#wrapper #sitemap #menuwrapper ul#primary-nav li a {
color:#333;
text-decoration:none;
font-weight:bold !important;
}

#wrapper #sitemap #menuwrapper ul#primary-nav li a:hover {
color:#333;
text-decoration:underline;
font-weight:bold;
}

#wrapper #sitemap #menuwrapper ul#primary-nav li.menuactive a {
color:#8d4152;
font-weight:bold;
text-decoration:none;
}





#footer #terms_nav #menuwrapper {
xbackground-color:#ff3300;
}

#footer #menuwrapper ul#primary-nav {
margin:8px 0 0 165px;
padding:0;
xbackground-color:#ff3300;
width:480px;
}

#footer #menuwrapper ul#primary-nav li {
display:inline;
padding-right:5px;
}

#footer #menuwrapper ul#primary-nav li a {
color:#999;
font-size:11px;
}

#right_col #right_menu #menuwrapper ul#primary-nav {
margin:15px 0 0 10px;
padding:0;
}

#right_col #right_menu #menuwrapper ul#primary-nav li {
text-align:left;
}

{* style 2nd level links which are not current *}
#wrapper #menuwrapper ul#primary-nav ul li a:link, 
#wrapper #menuwrapper ul#primary-nav ul li a:visited {
color:#333;
font-weight:normal;
}

{* style 2nd level links which are not current *}
#wrapper #menuwrapper ul#primary-nav ul li a:hover, 
#wrapper #menuwrapper ul#primary-nav ul li a:active {
color:#333;
font-weight:normal;
}

{* style 2nd level links which are current *}
#wrapper #menuwrapper ul#primary-nav ul li.menuactive a:link, 
#wrapper #menuwrapper ul#primary-nav ul li.menuactive a:visited {
color:#8d4152;
font-weight:normal;
}

#wrapper #sec_nav {
xwidth:150px;
}



/* End of 'navigation' */

/* Start of CMSMS style sheet 'features_col' */
#features {
line-height:100%;
}

#features h1 {
padding:3px 0 5px 0;
border-top:1px dotted #aaa;
}

#features h1#news {
border:none;
}

#features img {
border:none;
}

#features .calendar-upcominglist .calendar-event .event_thumbnail {
margin:0 0 5px 0;
}

#features .calendar-upcominglist .calendar-event .calendar-summary h3 a {
font-size:11px;
color:#999;
text-decoration:none;
}

#features .calendar-upcominglist .calendar-event .calendar-summary h3 a:hover {
font-size:11px;
color:#999;
text-decoration:underline;
}
 
#features .calendar-upcominglist .calendar-event .calendar-summary h2 a {
font-size:11px;
color:#999;
text-decoration:none;
}

#features .calendar-upcominglist .calendar-event .calendar-summary h2 a:hover {
font-size:11px;
color:#999;
text-decoration:underline;
}

#features .calendar-upcominglist .calendar-event {
padding:0 0 8px 0;
margin:0 0 10px 0;
border-bottom:1px dotted #aaa;
}

/* End of 'features_col' */

/* Start of CMSMS style sheet 'cart_stuff' */
#right_col .viewcartform {
background-color:#fff;
margin:0 10px 0 0;
padding:6px;
font-size:10px;
}

#right_col  p.cart_notice {
color:#ff3300;
margin:3px 0 0 0;
}

#content p.shipping_notice {
color:#ff3300;
}

#right_col .box_top {
height:29px;
background-image:url('uploads/images/site_visuals/mycart_top.gif');
background-repeat:no-repeat;
}

#right_col .box_bottom {
position:relative;
height:35px;
background-image:url('uploads/images/site_visuals/mycart_bottom.gif');
background-repeat:no-repeat;
}

#right_col .box_bottom #checkout_link a, 
#right_col .viewcartform p#inbasket a {
text-decoration:none;
font-size:10px;
font-weight:bold;
color:#666;
}

#right_col .box_bottom #checkout_link {
position:absolute;
top:12px;
left:8px;
}

#right_col .viewcartform h2#cart_right_prod {
margin:0 0 0 0;
font-weight:normal;
font-size:10px;
}

#right_col .viewcartform p#inbasket {
font-color:#999;
margin:0 0 10px 0;
}

#right_col .viewcartform .totals {
margin:10px 0 0 0;
}

#right_col .viewcartform .totals p {
margin:0 0 2px 0;
}

body#view_cart #content .viewcartform .totals {
margin:20px 0 0 0;
}

#content .ProductDirectoryItem, body#our_products #content .ProductDirectoryItem   {
xbackground-color:#ccc;
width:115px;
xheight:120px;
float:left;
}

#content .ProductDirectoryItem img {
border:none;
}

#content p#see_all_products {
margin:10px 0 10px 0;
}

#content p#see_all_products img {
width:154px;
height:22px;
border:none;
}

#content #front_page_products {
border-top:1px dotted #999;
margin:15px 0 0 0;
padding:15px 0 0 0;
xbackground-color:#ff3300;
overflow:auto;
}

#content #front_page_products a {
color:#999;
font-size:11px;
text-decoration:none;
}

#content #front_page_products a:hover {
color:#999;
text-decoration:underline;
}

body#our_products #content #front_page_products {
border-top:none;
border-bottom:1px dotted #999;
}

#content .product_images_list {
width:80px;
float:left;
margin:0 5px 0 0;
}

#content .product_images_list img {
border:none;
}

#content #product_list_container {
xbackground-color:#999;
margin:0 0 15px 0;
padding:0 0 10px;
border-bottom:1px dotted #999;
overflow:auto;
}

#content #product_list_container .ProductDirectoryItemName a {
color:#666;
text-decoration:none;
}

#content #product_list_container #.roductDirectoryItemName a:hover {
color:#666;
text-decoration:underline;
}

body#product_detail .ProductDirectoryItem {
xbackground-color:#eee;
width:100%;
}

body#product_detail .ProductDirectoryItem .product_image {
xbackground-color:#ff3300;
width:100px;
margin:8px 0 8px 0;
float:left;
}

body#our_products .ProductDirectoryItem, body#view_cart .ProductDirectoryItem {
xbackground-color:#eee;
width:100%;
}


body#our_products .ProductDirectoryItem .product_image, body#view_cart .ProductDirectoryItem .product_image {
xbackground-color:#ff3300;
width:100px;
margin:8px 0 8px 0;
float:left;
}

#content .viewcartform h1#product_name {
margin:10px 0 0 0;
}


#content .ProductDirectoryItem #add_cart {
margin:10px 0 0 0;
}


#content .ProductDirectoryItem #add_cart .add_button {
margin:5px 0 0 0;
}

#content #reg_form p.confirm_label {
width:100px;
float:left;
}

#content #reg_form p.confirm_title {
font-size:14px;
color:#333;
}
#content #reg_form .form_section {
background-color:#fff;
padding:10px 10px 30px 10px;
margin:0 0 20px;
}

#content #reg_form textarea {
width:320px;
}

#right_col #user {
font-size:10px;
margin:0 0 10px 7px;
}

#right_col #user a {
color:#8d4152;
font-weight:bold;
text-decoration:none;
}

#right_col #user a:hover {
color:#8d4152;
font-weight:bold;
text-decoration:underline;
}

#top_menu {
background-image:url(uploads/images/site_visuals/bg_body.gif);
background-color:#ddd;
padding-right:130px;
height:20px;
}

#top_menu #menuwrapper {
float:right;
}

#top_menu #menuwrapper ul#primary-nav li {
float:right;
margin-right:12px;
}

#top_menu p {
font-size:12px;
width:350px;
padding-left:160px;
height:20px;
float:left;
}

#top_menu p a {
font-size:12px;
font-weight:bold;
color:#333;
}

#top_menu p a {
text-decoration:none;
}

#top_menu p a:hover {
text-decoration:underline;
}

/* End of 'cart_stuff' */

/* Start of CMSMS style sheet 'forms' */
.contactform div.required {
color: #333;
}

.contactform label {
width:50%;
xfloat:left;
}

.contactform textarea {
width:300px;
margin:0 0 10px 0;
}

.contactform input {
margin:0 0 8px 0;
}

#content #reg_form, .contactform {
background-color:#eee;
xborder:4px solid #ccc;
margin:10px 0 10px 0;
padding:10px;
}

#content #reg_form label {
color:#333;
}

#content #reg_form p.input_field {
margin:0 0 8px 0;
}

#content #reg_form p.another_message {
margin:8px 0 0 0;
color:#333;
}

p.error {
font-size:14px;
color:#ff3300;
}

#content p.form_messages {
margin:8px 0 0 0;
color:#333;
}


.captcha img {
border:1px solid #ccc;
margin:0 0 5px 0;
}


#content .error_message ul {
margin:10px 0 0 0;
background-color:#EF767F;
list-style-type:none;
}

#right_col #tell .formError ul {
margin:10px 10px 10px 0;
background-color:#EF767F;
list-style-type:none;
}

#content  .error_message ul li {
padding:0 0 0 10px;
color:#fff;
}

#right_col #tell .formError ul li {
padding:0 0 0 10px;
color:#fff;
}

#content .error_message {
background-color:#EF767F;
margin:10px 0 0 0;
padding:0 0 0 10px;
color:#fff;
}

#right_col #tell {
margin:10px 0 0 0;
}

#right_col #tell form {
background-color:#fff;
margin:0;
padding:0 0 0 7px;
}

#right_col #tellafriendform {
background-color:#fff;
width:113px;
margin:20px 0 10px 0;
}

#right_col #tellafriendform label {
font-size:10px;
color:#666;
}

#right_col #tellafriendform input {
border:none;
width:105px;
font-size:10px;
background-color:#eeeef2;
margin:0 0 5px 0;
}

#right_col #tellafriendform textarea {
font-size:10px;
color:#666;
background-color:#eeeef2;
width:105px;
border:none;
overflow:auto;
}

#right_col #tellafriendform fieldset {
border:none;
}

#right_col #tell .box_top {
height:30px;
background-image:url('uploads/images/site_visuals/tell_top.gif');
background-repeat:no-repeat;
}

#right_col #tell .box_bottom_tell {
height:19px;
background-image:url('uploads/images/site_visuals/tell_bottom.gif');
background-repeat:no-repeat;
}

#right_col #tell .box_top p#tell_title {
padding:15px 0 0 7px;
font-size:10px;
color:#666;
font-weight:bold;
}

#right_col #tellafriendform .button {
margin:5px 0 5px 0;
text-align:left;
color:#666;
font-weight:bold;
width:40px;
cursor:hand;
background-color: #fff;
}

#right_col .formError ul {
margin:10px 0 0 0;
list-style-type:none;
}

#right_col .formError ul li {
font-size:10px;
color:#ff3300;
}

p.formMessage {
font-size:12px;
width:110px;
color:#0A4F9E;
}

#right_col #tell_captcha img {
border:1px solid #ddd;
width:105px;
height:30px;
}


/* End of 'forms' */

/* Start of CMSMS style sheet 'featuresandnews' */
h1#event_title {
margin:0;
padding:0;
xbackground-color:#666;
}

#content .calendar-fields {
margin:0;
padding:0;
xbackground-color:#999;
}

#content .calendar-event {
xbackground-color:#ccc;
}


/* End of 'featuresandnews' */

