* { margin: 0; padding: 0; }

body {
	background: url('gfx/background.jpg') repeat;
	font: 14px Arial, Verdana,  Helvetica, sans-serif;
	margin: 0px;
	text-align: center;
}

#container {
	color: #fff;
}

img {
	border: 0;	
}

#sale_badge {
	position:absolute;
	top:400px;
	left:50%;
	margin-left:350px;
}

div.rhs_button {
	margin:10px 0 10px 0;
	text-align:center;
	padding:10px 5px 10px 5px;
	background-color:#FFFFCC;
	border:solid #999999;
	border-width:0 2px 2px 0;
}

h1, h2, h3, h4, h5, h6 {
	color: #9d3393;
}

h1, h2 {
	font-size: 16px;
	padding-bottom: 5px;
}

h3 {
	font-size: 16px;
	padding-bottom: 5px;
}

h4 {
	font-size: 14px;
	padding-bottom: 5px;
}

p {
	padding-top: 5px;
	padding-bottom: 5px;
}

a {
	color: #000;
}
a:hover {
	color: #9d3393;
}

input, textarea {
   	background-color: #fff; 
	padding: 4px 4px 4px 4px;
	border: 2px solid #777;
	line-height: 15px;
	height: 15px;
}

select {
   	background-color: #fff; 
   	border: #c8c8c8 solid 1px;
	margin-right: 4px;
	padding: 4px;
}

.button {
   border: 0;
   background: none;	
}

.red {
   color: #f00;	
}

.category_text {
	float: left;
	width: 350px;

	/* Ie fix so always has min height! */
	min-height: 245px;
	height: auto !important;
	height: 245px;
}

a.submit {
	display: block;
	background: #9d3393;
	height: 25px;
	line-height: 24px;
	border: 2px solid #9d3393;
	cursor: pointer;
	color: #efefef;
	padding: 0px 5px 0px 5px;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	margin-left: 54px;
}
a.submit:hover {
	color: #fff;
	border: 2px solid #fff;
}

input.submit_button {
	/* background: url('gfx/buttons/submit.jpg') no-repeat; */
	background: #9d3393;
	height: 25px;
	line-height: 20px;
	border: 2px solid #9d3393;
	cursor: pointer;
	color: #efefef;
	padding: 0px 5px 0px 5px;
	font-size: 10px;
	font-weight: bold;
}
input.submit_button:hover {
	color: #fff;
	border: 2px solid #fff;
}

input.search_button {
	background: url('gfx/buttons/search.jpg') no-repeat;
	height: 15px;
	width: 57px;
	border: 0px;
	cursor: pointer;
}
input.search_button:hover {
	background: url('gfx/buttons/search_over.jpg') no-repeat;
}

input.search_button_white {
	background: url('gfx/buttons/search_white.jpg') no-repeat;
	height: 15px;
	width: 57px;
	border: 0px;
	cursor: pointer;
}
input.search_button_white:hover {
	background: url('gfx/buttons/search_over_white.jpg') no-repeat;
}

input.add_basket {
	background: url('gfx/buttons/add_basket.jpg') no-repeat;
	height: 15px;
	width: 88px;
	border: 0px;
	cursor: pointer;
}
input.add_basket:hover {
	background: url('gfx/buttons/add_basket_over.jpg') no-repeat;
}

input.pro_check {
	background: url('gfx/buttons/pro_check.jpg') no-repeat;
	height: 15px;
	width: 118px;
	border: 0px;
	cursor: pointer;
}
input.pro_check:hover {
	background: url('gfx/buttons/pro_check_over.jpg') no-repeat;
}

input.update {
	background: url('gfx/buttons/update.jpg') no-repeat;
	height: 15px;
	width: 57px;
	border: 0px;
	cursor: pointer;
}
input.update:hover {
	background: url('gfx/buttons/update_over.jpg') no-repeat;
}

input.credit {
	background: url('gfx/buttons/credit.jpg') no-repeat;
	height: 15px;
	width: 118px;
	border: 0px;
	cursor: pointer;
}
input.credit:hover {
	background: url('gfx/buttons/credit_over.jpg') no-repeat;
}

input.cheque {
	background: url('gfx/buttons/cheque.jpg') no-repeat;
	height: 15px;
	width: 57px;
	border: 0px;
	cursor: pointer;
}
input.cheque:hover {
	background: url('gfx/buttons/cheque_over.jpg') no-repeat;
}

input.update_proceed {
	background: url('gfx/buttons/update_proceed.jpg') no-repeat;
	height: 15px;
	width: 118px;
	border: 0px;
	cursor: pointer;
}
input.update_proceed:hover {
	background: url('gfx/buttons/update_proceed_over.jpg') no-repeat;
}

input.login {
	background: url('gfx/buttons/login.jpg') no-repeat;
	height: 15px;
	width: 57px;
	border: 0px;
	cursor: pointer;
}
input.login:hover {
	background: url('gfx/buttons/login_over.jpg') no-repeat;
}

input.pro_next {
	background: url('gfx/buttons/pro_next.jpg') no-repeat;
	height: 15px;
	width: 118px;
	border: 0px;
	cursor: pointer;
}
input.pro_next:hover {
	background: url('gfx/buttons/pro_next_over.jpg') no-repeat;
}

input.change_det {
	background: url('gfx/buttons/change_det.jpg') no-repeat;
	height: 15px;
	width: 92px;
	border: 0px;
	cursor: pointer;
}
input.change_det:hover {
	background: url('gfx/buttons/change_det_over.jpg') no-repeat;
}

input.change_pass {
	background: url('gfx/buttons/change_pass.jpg') no-repeat;
	height: 15px;
	width: 106px;
	border: 0px;
	cursor: pointer;
}
input.change_pass:hover {
	background: url('gfx/buttons/change_pass_over.jpg') no-repeat;
}

input.register {
	background: url('gfx/buttons/register.jpg') no-repeat;
	height: 15px;
	width: 63px;
	border: 0px;
	cursor: pointer;
}
input.register:hover {
	background: url('gfx/buttons/register_over.jpg') no-repeat;
}

input.make_pay {
	background: url('gfx/buttons/make_pay.jpg') no-repeat;
	height: 15px;
	width: 92px;
	border: 0px;
	cursor: pointer;
}
input.make_pay:hover {
	background: url('gfx/buttons/make_pay_over.jpg') no-repeat;
}

blockquote {
   padding: 10px;	
}


/****************** CSS Driven Menu ***************/
	
/* hack to correct IE5.5 faulty box model */
#menu_list {
	float: left;
	height: 34px;
}

/* remove all the bullets, borders and padding from the default list styling */
#menu_list ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}

/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
#menu_list li {
	float:left;
	position:relative;
	border:1px solid #822479;
	border-width:0 1px 0 0;
}

#menu_list li a.top_parent_current {
	color: #fff;
}

/* style the links for the top level */
#menu_list a, #menu_list a:visited {
	display:block;
	font-size:14px;
	font-weight: bold;
	text-decoration:none;
	text-align: center;
	color:#fff;
	padding-left: 12px;
	padding-right: 12px;
	height:34px;
	line-height:34px;
	background: #9d3393;
	border-right: #c1cbd5;
}

/* a hack so that IE5.5 faulty box model is corrected */
* html #menu_list a, * html #menu_list a:visited {
	padding-left: 12px;
	padding-right: 12px;
	float: left;
}


/* style the table so that it takes no ppart in the layout - required for IE to work */
#menu_list table {
	position:absolute;
	top:0;
	left:0;
	border-collapse:collapse;;
}

/* style the top level hover */
#menu_list a:hover, #menu_list ul ul a:hover {
	text-decoration: underline;
}
#menu_list :hover > a, #menu_list ul ul :hover > a {
	text-decoration: underline;
}

/* make the second level visible when hover on first level list OR link */
#menu_list ul li:hover ul,
#menu_list ul a:hover ul{
	visibility:visible;
}
/* keep the third level hidden when you hover on first level list OR link */
#menu_list ul :hover ul ul{
	visibility:hidden;
}
/* keep the forth level hidden when you hover on first level list OR link */
#menu_list ul :hover ul :hover ul ul{
	visibility:hidden;
}
/* make the third level visible when you hover over second level list OR link */
#menu_list ul :hover ul :hover ul{
	visibility:visible;
}
/* make the forth level visible when you hover over second level list OR link */
#menu_list ul :hover ul :hover ul :hover ul{
	visibility:visible;
}

/* class ------------------------------------------------------- */
 
.dotted {
   background-image: url(gfx/dot_2.gif);
   background-repeat: repeat-x;
   height: 2px;		
}

.dotted_2 {
   background-image: url(gfx/dot_2.gif);
   background-repeat: repeat-x;
   height: 1px;
}

.green {
   /*
   color: #029a8d;	
   */
   color: #9d3393;	
}

.normal {
   font-weight: normal;	
}

.left_column_content {
   color: #000;
   padding-bottom: 12px;
   width: 170px;
}

.justify {
   text-align: justify;	
}

.right_link {
   float: right;
   margin-right: 15px;	
}

.margin_top {
   margin-top: 10px;	
}

.event_spacer {
   float: left;	
   clear: left;	
   margin-top: 10px;
   width: 80px;
}

.border_picture {
   float: left;	
   clear: left;
   margin-top: 10px;
   margin-right: 10px;	
}

.event_desc {
   margin-top: 2px;	
   float: left;
   width: 600px;
   /*
   border-bottom: #029a8d solid 1px;
   */
   border-bottom: #9d3393 solid 1px;
   margin-bottom: 10px;
   padding-bottom: 10px;
}

table#events_desc {
	width: 100%;
}
table#events_desc a {
	text-decoration: none;
	/*
	color: #029a8d;
	*/
	color: #9d3393;
}
table#events_desc a:hover {
	color: #1c85c5;
	text-decoration: underline;
}
table#events_desc td {
   /*
   border-bottom: #029a8d solid 1px;
   */
   border-bottom: #9d3393 solid 1px;
	padding: 8px;
}
table#events_desc tr.row1 {
	background: #ededed;
}
 
/* divs ------------------------------------------------------- */

#container {
	width: 932px;
	text-align: left;
	margin: 0px auto;
}

#top {
	margin-top: 10px;
	height: 102px;
}

#top_logo {
   float: left;	
}

#top_text {
   margin-left: 12px;
   margin-top: 12px;
   float: left;	
}
#top_text2 {
   margin-left: 15px;
   margin-top: 5px;
   float: left;	
}

#turtlemat_logo {
   float: left; 	
   margin-left: 20px;
}

#menu {
	height: 34px;
	background-image: url(gfx/menu_background.jpg);
	background-repeat: repeat-x;
	background: #9d3393;
}

#menu_list {
   float: left;
}

/*
#menu_left {
   float: left;	
   height: 34px;
   width: 5px;
   background-image: url(gfx/menu_left.jpg);
   background-repeat: no-repeat;
}

#menu_right {
   float: right;
   height: 34px;
   width: 6px;
   background-image: url(gfx/menu_right.jpg);
   background-repeat: no-repeat;	
}
*/

#menu_search {
   float: right;
   margin-top: 5px;
   margin-right: 15px;
   width: 240px;
   position: relative;
}

#button_search {	
   width: 59px;
   float: right;
   position: absolute;
   left: 160px;
}

#input_search {
   float: right;
   width: 130px; 	
   position: absolute;
   left: 10px;
}

#contents {
   background: #fff url(gfx/dot_1.gif);
   background-repeat: repeat-y;	
   background-position: 200px 0px;
   margin-top: 20px;
   padding: 8px;
   color: #000;
}

#column_left {
   width: 195px;
   float: left;
}

#phone {
   padding: 5px;	
}

#content {
   float: left;
   margin-left: 15px;
   margin-top: 10px;
   margin-bottom: 10px;
   width: 700px;
}

#mailing_list {
   padding: 5px;
   text-align: justify;
}

#product_categories {
  	padding: 5px;	
}

#product_categories ul {
	list-style: none;

}

#product_categories li {
	list-style: none;

}

#product_categories a {
	padding-left: 5px;
	text-decoration: none;
	color: #000; 	
	display: block;
	line-height: 28px;
	/* height: 28px; */
}

#product_categories a:hover,
#product_categories a.active_category {
   	background-color: #9d3393;
	color: #fff;
}

#five_year {
   padding-top: 10px;	
   padding-left: 55px;
   padding-bottom: 20px;	
}

#footer, #footer a {
	/*
   	color: #029a8d;	
	*/
   	color: #9d3393;	
}

#footer a.footer {
	margin-right: 8px;
}

#footer a.footer_active {
	color: #fff;
	margin-right: 8px;
}

#footer a {
   text-decoration: none;	
}

#footer a:hover {
	text-decoration: underline;
}

#footer_left {
   padding-top: 10px;	
   float: left;	
   margin-bottom: 30px;
}

#footer_right {
   padding-top: 10px;	
   float: right;
   margin-bottom: 10px;	
}

#footer_logo {
   float: right;
   padding-left: 15px;
   padding-top: 10px;	
}

#shopping_basket {
	background-image: url(gfx/basket.png);
	background-repeat: no-repeat;	
	float: right;
	margin-top: 5px;
	margin-left: 20px;
	width: 203px;
	height: 84px;	
	position: relative;
	padding: 0px;
}

#shopping_basket a {
	color: #fff;
	text-decoration: none;
}

#shopping_basket h3 {
	position: absolute;
	left: 35px;
	top: 8px;
	color: #fff;
	float: left;
	font-size: 14px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}

.basket_form input {
	padding: 0px;
	cursor: pointer;
	background: none;
	color: #fff;
	font-size: 14px;
	font-weight: normal;
}

#basket_change {
	float: right;
	margin-top: 7px;
	margin-right: 5px;	
}

#basket_change a {
	margin-left: 4px;	
}

#basket_content {
	position: absolute;
	top: 44px;
	width: 193px;
	margin-left: 5px;
	margin-right: 5px;
	padding: 0px;
	font-size: 11px;	
	text-align: center;
	color: #fff;
}

#basket_content a {
   text-decoration: underline;	
   color: #fff;
}

.basket_form {
   float: right;	
   margin-right: 0px;
}
.basket_form input {
	border: 0px;
}

.basket_table td {
   padding: 5px;	
}

.dotted_table {
	border: #bfbfbf dotted 1px;
	padding: 10px;
}

.basket_btn_proceed {
   width: 216px;
   margin-top: 5px;
   margin-bottom: 5px;
}

.subheader {
   font-size: 14px;	
}


/******** Home Page ********/

#home_banner{
	width: 700px;
	height: 238px;
	background: url('gfx/banner_top.jpg') top left no-repeat;
}

#home_banner #quote {
	padding: 40px 0px 0px 16px;
	width: 155px;
	font-size: 13px;
	color: #fff;
}

#home_banner #quote #name {
	padding-top: 15px;
	font-style: italic;
	font-size: 13px;
	text-align: right;
}

#home_center_top, 
#home_center_middle, 
#home_center_bottom {
	margin-top: 16px;
	width: 700px;
	height: 238px;
}

#home_center_top a p.link, 
#home_center_middle a p.link, 
#home_center_bottom a p.link {
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	text-align: right;
	height: 238px;
	cursor: pointer;
}

#home_center_top #top_left {
	float: left;
	background: url('gfx/top_left.jpg') no-repeat;
	width: 343px;
	height: 238px;
}

#home_center_top #top_right {
	float: right;
	background: url('gfx/top_right.jpg') no-repeat;
	width: 343px;
	height: 238px;
}

#home_center_middle #middle_left {
	float: left;
	background: url('gfx/middle_left.jpg') no-repeat;
	width: 343px;
	height: 238px;
}

#home_center_middle #middle_right {
	float: right;
	background: url('gfx/middle_right.jpg') no-repeat;
	width: 343px;
	height: 238px;
}

#home_center_bottom #bottom_left {
	float: left;
	background: url('gfx/bottom_left.jpg') no-repeat;
	width: 343px;
	height: 238px;
}

#home_center_bottom #bottom_right {
	float: right;
	background: url('gfx/bottom_right.jpg') no-repeat;
	width: 343px;
	height: 238px;
}

.french_link img {
    vertical-align: middle;
    margin-right: 5px;
}

#french_link_container {
    margin-top: 0px;
}
