@charset "utf-8";
body  {
	background:#FFFFFF;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
}
.twoColLiqRtHdr #container {
	width: 950px;  /* this will create a container 80% of the browser width */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	font-family: Arial, Helvetica, sans-serif;
} 
.twoColLiqRtHdr #header { 
	background: #FFFFFF; 
	padding: 10px 10px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 
.twoColLiqRtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

/* Tips for sidebar1:
1. since we are working in percentages, it's best not to use padding on the sidebar. It will be added to the width for standards compliant browsers creating an unknown actual width. 
2. Space between the side of the div and the elements within it can be created by placing a left and right margin on those elements as seen in the ".twoColLiqRtHdr #sidebar1 p" rule.
3. Since Explorer calculates widths after the parent element is rendered, you may occasionally run into unexplained bugs with percentage-based columns. If you need more predictable results, you may choose to change to pixel sized columns.
*/
.twoColLiqRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 24%; 
	background: #FFFFFF; /* the background color will be displayed for the length of the content in the column, but no further */
	padding-top: 15px 0; /* top and bottom padding create visual space within this div  */
	padding-right:20px;
}

.twoColLiqRtHdr #indexsidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 50%; 
	background: #FFFFFF; /* the background color will be displayed for the length of the content in the column, but no further */
	padding-top: 15px 0; /* top and bottom padding create visual space within this div  */
	padding-right:20px;
}

.twoColLiqRtHdr #sidebar1 h3, .twoColLiqRtHdr #sidebar1 p {
	margin-left: 10px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 10px;
}

.twoColLiqRtHdr #indexsidebar1 h3 {
margin-left: 10px; /* the left and right margin should be given to every element that will be placed in the side columns */
margin-right: 10px;
font-weight:bold;
color:#862d60;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:18px;
}


/* Tips for mainContent:
1. the space between the mainContent and sidebar1 is created with the right margin on the mainContent div.  No matter how much content the sidebar1 div contains, the column space will remain. You can remove this right margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends.
2. to avoid float drop at a supported minimum 800 x 600 resolution, elements within the mainContent div should be 430px or smaller (this includes images).
3. in the Internet Explorer Conditional Comment below, the zoom property is used to give the mainContent "hasLayout." This avoids several IE-specific bugs.
*/
.twoColLiqRtHdr #mainContent { 
	margin: 0 27% 0 10px; /* the left margin should mirror the margin on the header and footer for proper alignment. */
	padding:0 30px 0 20px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:14px;
} 

.twoColLiqRtHdr #indexmainContent { 
	margin: 0 55% 0 10px; /* the left margin should mirror the margin on the header and footer for proper alignment. */
	padding:0 30px 0 20px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:14px;
} 


.twoColLiqRtHdr #fullmainContent { 
	margin: 0 5% 0 10px; /* the left margin should mirror the margin on the header and footer for proper alignment. */
	padding:0 30px 0 30px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:14px;
} 

.twoColLiqRtHdr #irononmainContent { 
	margin: 0 0% 0 10px; /* the left margin should mirror the margin on the header and footer for proper alignment. */
	padding:0 30px 0 30px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:14px;
} 

.link a {
	color:##cc3399;
	font-weight:bold;
	font-family:Verdana, Arial, Helvetica, sans-serif;	
	font-size:14px;
}

.link a:hover {
	color:#FF6600;

}

.twoColLiqRtHdr #mainContent h1 {
	font-family:"Century Gothic";
	font-size:20px;
	padding-top:15px;
	}

.twoColLiqRtHdr #mainContent h2 {
	font-family:"Century Gothic";
	font-size:18px;
	padding-top:15px;
	}

.twoColLiqRtHdr #mainContent h3 {
	font-family:"Century Gothic";
	font-size:17px;
	padding-top:15px;
}

.twoColLiqRtHdr #indexmainContent h1 {
	font-family:"Century Gothic";
	font-size:20px;
	padding-top:15px;

	}

.twoColLiqRtHdr #indexmainContent h2 {
	font-family:"Century Gothic";
	font-size:18px;
	padding-top:15px;

	}

.twoColLiqRtHdr #indexmainContent h3 {
	font-family:"Century Gothic";
	font-size:17px;
	padding-top:15px;
}

.twoColLiqRtHdr #fullmainContent h1 {
	font-family:"Century Gothic";
	font-size:20px;
	padding-top:15px;
	}

.twoColLiqRtHdr #fullmainContent h2 {
	font-family:"Century Gothic";
	font-size:18px;
	padding-top:15px;
	}

.twoColLiqRtHdr #fullmainContent h3 {
	font-family:"Century Gothic";
	font-size:17px;
	padding-top:15px;
}

.twoColLiqRtHdr #irononmainContent h1 {
	font-family:"Century Gothic";
	font-size:20px;
	padding-top:15px;
	}

.twoColLiqRtHdr #irononmainContent h2 {
	font-family:"Century Gothic";
	font-size:18px;
	padding-top:15px;
	}

.twoColLiqRtHdr #irononmainContent h3 {
	font-family:"Century Gothic";
	font-size:17px;
	padding-top:15px;
}

.twoColLiqRtHdr #mainContent h4 {
	font-family:"Century Gothic";
	font-size:16px;
	padding-top:15px;
}

.twoColLiqRtHdr #indexmainContent h4 {
	font-family:"Century Gothic";
	font-size:16px;
	padding-top:15px;
}



.producttitle{ 
	color:#862d60;
	font-size:13px;
	font-weight:bold;
	text-align:center;
	font-family:Verdana, Arial, Helvetica, sans-serif;

} 

.producttitle a { 
	color:#862d60;
	font-size:16px;
	font-weight:bold;
	text-align:center;
	font-family:Verdana, Arial, Helvetica, sans-serif;

}

.producttitle a:hover { 
	color:#FF6600;
	font-size:16px;
	font-weight:bold;
	text-align:center;
	font-family:Verdana, Arial, Helvetica, sans-serif;	

} 



.productdescription{ 
	color:#862d60;
	font-size:11px;
	font-weight:bold;
		text-align:center;
		font-family:Verdana, Arial, Helvetica, sans-serif;
		line-height:12px;



} 
.productdetails{ 
	color:#862d60;
	font-size:11px;
	font-weight:bold;
		text-align:center;
		font-family:Verdana, Arial, Helvetica, sans-serif;
		line-height:12px;



} 

.productdetailsleft{ 
	color:#862d60;
	font-size:11px;
	font-weight:bold;
		text-align:left;
		font-family:Verdana, Arial, Helvetica, sans-serif;
		line-height:12px;



} 

.productprice{ 
	color:#ff0000;
	font-size:14px;
	font-weight:bold;
	font-style:italic;
	text-decoration:underline;
		text-align:center;


} 

.apparelbold{ 
	font-size:14px;
	font-weight:bold;
	color:#666666;


}
.apparelcolours{ 
	font-size:12px;
	color:#666666;


}

#apparel li { 
	font-size:14px;
	color:#666666;


} 

.appareltitle{ 
	font-size:14px;
	font-weight:bold;
	color:#FFFFFF;



	background-color:#f251ae;



	font-Family:Geneva, Arial, Helvetica, sans-serif;



	margin-left:5px;



	margin-top:10px;



	padding-left:5px;



	padding-right:55px;



	}



	



.apparel {



	background-image:url(images/apparel-bg.png);



	background-position:bottom left;



	background-repeat:repeat-x;



	border:1px;



	border-color:#ffd7ef;



	border-style:solid;



	border-width:thin;



	border-right:none;	



	padding: 2px;



	



}







.apparel-right {



	background-image:url(images/apparel-bg.png);



	background-position:bottom left;



	background-repeat:repeat-x;



	border:1px;



	border-color:#ffd7ef;



	border-style:solid;



	border-width:thin;



	border-left:none;	



	padding: 2px;



	



}

.apparel img {



	border:8px;



	border-color:#ffd7ef;



	border-style:solid;



	border-width:thin;	



    margin-left: 10px; 



	



}


.apparelexception {



	background-image:url(images/apparel-bg.png);



	background-position:bottom left;



	background-repeat:repeat-x;



	border:1px;



	border-color:#ffd7ef;



	border-style:solid;



	border-width:thin;



	border-right:none;	



	padding: 2px;



	



}







.apparelexceptionimg {



	border:8px;



	border-color:#ffd7ef;



	border-style:solid;



	border-width:thin;	






	



}






.twoColLiqRtHdr #footer { 
	padding: 0 10px 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#FFFFFF;
	font:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:center;

}
 
.twoColLiqRtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color:#e852ae;
	text-align:center;

}

.twoColLiqRtHdr #footer p a {
	
	color:#e852ae;
	text-decoration:none;
}

.twoColLiqRtHdr #footer p a:hover {
	
	color:#862d60;
	text-decoration:underline;
}


/* Miscellaneous classes for reuse */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page. The floated element must precede the element it should be next to on the page. */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}


#sddm
{	margin: 0;
	padding-left: 4px;
	z-index: 30;
	height:30px;
	background:url(images/nav-bg.gif);

}

#sddm li
{	margin: 0;
	padding-top:5px;
	list-style: none;
	float: left;
	font: bold 12px arial;
}

#sddm li a
{	display: block;
	margin: 0 1px 0 0;
	padding: 4px 10px;
	width: 131px;
	height:auto;
	color: #FFF;
	text-align: center;
	text-decoration: none}

#sddm li a:hover
{	background: #e449a6;
}

#sddm div
{	position: absolute;
	visibility: hidden;
	margin: 0;
	width:120px;
	padding: 0;
	background: #EAEBD8;
	border: 1px solid #e852ae}

	#sddm div a
	{	position: relative;
		display: block;
		margin: 0;
		padding: 5px 10px;
		width: auto;
		white-space: nowrap;
		text-align: left;
		text-decoration: none;
		background: #f7aed9;
		color: #FFFFFF;
		font: 11px arial}

	#sddm div a:hover
	{	background: #e852ae;
		color: #FFF}


/* --- silver block 1 --- */
.silver_block_1_mm1{font-family:Verdana,Arial,Helvetica,sans-serif}
.sb1_top_mm1{
	background-image:url(./images/silver_block1.png);
	background-repeat:no-repeat;
	height:7px;
}
.sb1_top_mm1.left{background-position:left 0px;padding-left:7px;}
.sb1_top_mm1.right{background-position:right -7px;padding-right:7px;}
.sb1_top_mm1.mid{background-position:left -14px;background-repeat:repeat-x;}
.sb1_bot_mm1{
	background-image:url(./images/silver_block1.png);
	background-repeat:no-repeat;
	height:7px;
}
.sb1_bot_mm1.left{background-position:left -21px;padding-left:7px;}
.sb1_bot_mm1.right{background-position:right -28px;padding-right:7px;}
.sb1_bot_mm1.mid{background-position:left -35px;background-repeat:repeat-x;}
.sb1_bg_mm1{
	border-left:1px solid #d3d3d3;
	border-right:1px solid #d3d3d3;
	padding:10px 17px;
	background:#f3f3f3;
}
.sb_breaker_mm1{
	border-left:1px solid #d3d3d3;
	border-right:1px solid #d3d3d3;
	font-size:0px;
	height:1px;
	background:#fff;
}
/* --- /silver block 1 --- */

/* --- silver block 2 --- */
.silver_block_2_mm1{padding-bottom:10px;}
.sb2_top_mm1{
	background-image:url(./images/silver_block2.png);
	background-repeat:no-repeat;
	height:8px;
}
.sb2_top_mm1.left{background-position:left 0px;padding-left:8px;}
.sb2_top_mm1.right{background-position:right -8px;padding-right:8px;}
.sb2_top_mm1.mid{background-position:left -16px;background-repeat:repeat-x;}
.sb2_bot_mm1{
	background-image:url(./images/silver_block2.png);
	background-repeat:no-repeat;
	height:8px;
}
.sb2_bot_mm1.left{background-position:left -24px;padding-left:8px;}
.sb2_bot_mm1.right{background-position:right -32px;padding-right:8px;}
.sb2_bot_mm1.mid{background-position:left -40px;background-repeat:repeat-x;}
.sb2_bg_mm1{
	border-left:1px solid #dcdcdc;
	border-right:1px solid #dcdcdc;
	padding:3px 17px;
	background:#f7f8f2;
}
/* --- /silver block 2 --- */

/* --- silver block 3 --- */
.silver_block_3_mm1{}
.sb3_top_mm1{
	background-image:url(./images/silver_block3.png);
	background-repeat:no-repeat;
	height:7px;
}
.sb3_top_mm1.left{background-position:left 0px;padding-left:7px;}
.sb3_top_mm1.right{background-position:right -7px;padding-right:7px;}
.sb3_top_mm1.mid{background-position:left -14px;background-repeat:repeat-x;}
.sb3_bot_mm1{
	background-image:url(./images/silver_block3.png);
	background-repeat:no-repeat;
	height:7px;
}
.sb3_bot_mm1.left{background-position:left -21px;padding-left:7px;}
.sb3_bot_mm1.right{background-position:right -28px;padding-right:7px;}
.sb3_bot_mm1.mid{background-position:left -35px;background-repeat:repeat-x;}
.sb3_bg_mm1{
	border-left:1px solid #d4dcdf;
	border-right:1px solid #d4dcdf;
	padding:3px 17px;
	background:#ecf7fd;
}
/* --- /silver block 3 --- */

/* --- silver block 4 --- */
.silver_block_4_mm1{}
.sb4_top_mm1{
	background-image:url(./images/silver_block4.png);
	background-repeat:no-repeat;
	height:7px;
}
.sb4_top_mm1.left{background-position:left 0px;padding-left:7px;}
.sb4_top_mm1.right{background-position:right -7px;padding-right:7px;}
.sb4_top_mm1.mid{background-position:left -14px;background-repeat:repeat-x;}
.sb4_bot_mm1{
	background-image:url(./images/silver_block4.png);
	background-repeat:no-repeat;
	height:7px;
}
.sb4_bot_mm1.left{background-position:left -21px;padding-left:7px;}
.sb4_bot_mm1.right{background-position:right -28px;padding-right:7px;}
.sb4_bot_mm1.mid{background-position:left -35px;background-repeat:repeat-x;}
.sb4_bg_mm1{
	padding:3px 17px;
	background:#ececec;
}
/* --- /silver block 4 --- */

/* --- silver block 5 --- */
.silver_block_5_mm1{margin-bottom:10px;}
.sb5_top_mm1{
	background-image:url(./images/silver_block5.png);
	background-repeat:no-repeat;
	height:7px;
}
.sb5_top_mm1.left{background-position:left 0px;padding-left:7px;}
.sb5_top_mm1.right{background-position:right -7px;padding-right:7px;}
.sb5_top_mm1.mid{background-position:left -14px;background-repeat:repeat-x;}
.sb5_bot_mm1{
	background-image:url(./images/silver_block5.png);
	background-repeat:no-repeat;
	height:7px;
}
.sb5_bot_mm1.left{background-position:left -21px;padding-left:7px;}
.sb5_bot_mm1.right{background-position:right -28px;padding-right:7px;}
.sb5_bot_mm1.mid{background-position:left -35px;background-repeat:repeat-x;}
.sb5_bg_mm1{
	border-left:1px solid #D2D2D2;
	border-right:1px solid #D2D2D2;
	padding:10px 17px;
	background:#fff;
}
.sb_breaker_mm1{
	border-left:1px solid #d3d3d3;
	border-right:1px solid #d3d3d3;
	font-size:0px;
	height:1px;
	background:#fff;
}
/* --- /silver block 5 --- */

/* --- silver block 6 --- */
.silver_block_6_mm1{}
.sb6_top_mm1{
	background-image:url(./images/silver_block6.png);
	background-repeat:no-repeat;
	height:7px;
}
.sb6_top_mm1.left{background-position:left 0px;padding-left:7px;}
.sb6_top_mm1.right{background-position:right -7px;padding-right:7px;}
.sb6_top_mm1.mid{background-position:left -14px;background-repeat:repeat-x;}
.sb6_bot_mm1{
	background-image:url(./images/silver_block6.png);
	background-repeat:no-repeat;
	height:7px;
}
.sb6_bot_mm1.left{background-position:left -21px;padding-left:7px;}
.sb6_bot_mm1.right{background-position:right -28px;padding-right:7px;}
.sb6_bot_mm1.mid{background-position:left -35px;background-repeat:repeat-x;}
.sb6_bg_mm1{
	border-left:1px solid #CBCAC8;
	border-right:1px solid #CBCAC8;
	padding:10px 17px;
	background:#FEFAEF;
}
/* --- /silver block 6 --- */

/* --- silver block 7 --- */
.silver_block_7_mm1{padding-bottom:15px;}
.sb7_top_mm1{
	background-image:url(./images/silver_block7.png);
	background-repeat:no-repeat;
	height:25px;
}
.sb7_top_mm1.left{background-position:left 0px;padding-left:7px;}
.sb7_top_mm1.right{background-position:right -25px;padding-right:7px;}
.sb7_top_mm1.mid{background-position:left -50px;background-repeat:repeat-x;}
.sb7_bot_mm1{
	background-image:url(./images/silver_block7.png);
	background-repeat:no-repeat;
	height:7px;
}
.sb7_bot_mm1.left{background-position:left -75px;padding-left:7px;}
.sb7_bot_mm1.right{background-position:right -82px;padding-right:7px;}
.sb7_bot_mm1.mid{background-position:left -89px;background-repeat:repeat-x;}
.sb7_bg_mm1{
	padding:10px 17px;
	background:#ECECEC;
}
/* --- /silver block 7 --- */

/* --- green block 1 --- */
.green_block_1_mm1{padding-bottom:7px;}
.gb1_top_mm1{
	background-image:url(./images/green_block1.png);
	background-repeat:no-repeat;
	height:23px;
}
.gb1_top_mm1.left{background-position:left 0px;padding-left:6px;}
.gb1_top_mm1.right{background-position:right -23px;padding-right:6px;}
.gb1_top_mm1.mid{background-position:left -46px;background-repeat:repeat-x;line-height:23px;padding:0px 3px;color:#fff;font-weight:bold;}
.gb1_bot_mm1{
	background-image:url(./images/green_block1.png);
	background-repeat:no-repeat;
	height:6px;
}
.gb1_bot_mm1.left{background-position:left -69px;padding-left:6px;}
.gb1_bot_mm1.right{background-position:right -75px;padding-right:6px;}
.gb1_bot_mm1.mid{background-position:left -81px;background-repeat:repeat-x;}
.gb1_bg_mm1{
	border-left:1px solid #8D9406;
	border-right:1px solid #8D9406;
	padding:0px 10px;
}

/* --- /green block 1 --- */

#testimonials{padding:10px 14px;font-size:14px;}
.twoColLiqRtHdr #testimonials h2, #testimonials h2{
	color:#333;
	margin:0px;
	padding:0px;
	font-style:italic;
	font-family:"Century Gothic";
	font-size:18px;
}
#testimonials h2 a{
	color:#333;
	float:right;
	font-style:normal;
	font-weight:normal;
	font-family:"Century Gothic";
	font-size:12px;
	text-decoration:none;
}
#testimonials p{
	color:#C39;
	margin:0px;
	padding:0px;
	padding-top:10px;
	font-style:italic;
	font-weight:bold;
}
