/* @override http://www.alwaysagirlsgirl.com/css/twoColFixLt.css */

/* @override http://www.alwaysagirlsgirl.com/css/twoColFixLt.css */

@charset "UTF-8";

/* @group default */

/* @group reset */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	background: transparent;
}
hr{
	display: none;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* @end */

body  {
	font: 100% Trebuchet, Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	background: #ffffff url(../images/body_bg.jpg) repeat-x left top;
	line-height: 1;
	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: #5d5d5d;
}
.twoColFixLt #container { 
	width: 946px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: none;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.twoColFixLt #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 249px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 0px;
}

.twoColFixLt #mainContent { 
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	float: right;
	clear: none;
	display: inline;
}
.twoColFixLt #mainContent_sub { 
	clear: right;
	float: right;
	margin: 0px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	width: 695px;
} 
.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: 0 0 10px 10px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin: 0 10px 10px 0;
}
.col1, .col2{
	clear: none;
	float: left;
	width: 320px;
}
.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;
}
p, #mainContent_sub ul li a{
	font-size: 75%;
	line-height: 100%;
}
a, a:hover, a:visited, a:active{
	text-decoration: none;
}
a{
	color: #551b70;
}
a:hover{
	color: #344c9d;
}
.bold{
	font-weight: bold;
}
.highlight{
	color: #be6ea1;
}
.bold_highlight{
	color: #be6ea1;
	font-weight: bold;
}
/* @end */

#content{
	background: url(../images/page_bg.gif) repeat-y left top;
	height: 100%;
	padding-top: 0;
	margin-top: 0;
}

/* @group header */
#header{
	background: url(../images/tag.gif) no-repeat right 15px;
}
.logo{
	clear: none;
	margin: 0 0 0 0px;
	padding: 0;
}
.logo_bottom{
	clear: none;
	float: left;
	display: inline;
	margin: 0px;
	padding: 0;
} 
#slider {
	background: url(../images/flash_bg.jpg) no-repeat left top;
}
#slider ul, #slider li{
	margin:0;
	padding:0;
	list-style:none;
	}
#slider li { 
	width:697px;
	height:325px;
	overflow:hidden;
	}	
#prevBtn, #nextBtn{ 
	display:none;
	}	

/* @end */

/* @group Top Nav */
#topmenu .menuleft_bg{
	display: inline;
	clear: none;
	float: left;
}
#emailtop{
	clear: none;
	display: inline;
	float: right;
	width:  190px;
}
#topmenu .menuright_bg{
	background: url(../images/menu_top_right.gif) no-repeat right top;
	display: inline;
	clear: none;
	float: right;
	width: 30px;
}
#topmenu{
		background: url(../images/over_topmenu_bg.gif) repeat-x left top;
		clear: none;
		display: inline;
		height: 32px;
		float: right;
		margin: 50px 0 0 0;
		padding: 0;
		width: 785px;
}
#topmenu ul li{
	display: inline;
}
#topmenu ul{
	margin: 0;
	padding: 0;
}
#topmenu ul li a{
	color: #ffd7f8;
	font-size: 80%;
	font-weight: normal;
	line-height: 32px;
	margin: 0px 10px;
	padding: 0;
}
#topmenu ul li a:hover{
	color: #ffffff;
	border-bottom: solid #ffee92 5px;
}

/* @group email */

.emaillabel{
	color: #fff;
	font-size: 70%;
	font-weight: bold;
}
#emailtop{
	padding: 5px 0 0 0;
}
#emailtop input.submit{
	background-color: #d4fe7e;
	border: 0;
	color: #239d62;
}

/* @end */
/* @end */

/* @group Maincontent */

#mainContent_sub h1{
	color: #d86d12;
	border-bottom: 1px solid #9ac3cf;
	font-size: 140%;
	padding: 50px 0 4px 50px;
}
#mainContent_sub h2{
	border-left: 4px double #999999;
	color: #7886b7;
	font-size: 110%;
	font-weight: normal;
	margin: 10px 0 15px 50px;
	padding: 0px 0 0 8px;
}
#mainContent_sub h3{
	color: #7886b7;
	font-size: 100%;
	font-weight: normal;
	margin: 5px 0;
}
#mainContent_sub p, #mainContent_sub ul{
	line-height: 150%;
	padding: 10px 50px 1px 50px;
}
#mainContent_sub ul.col1, #mainContent_sub ul.col2{
	clear: none;
	display: inline;
	float: left;
	width: 120px;
}

#limelight img{
	margin: 30px 0px 10px 0px;
}
.columns{
	clear: both;
	padding: 16px 0 10px 45px;
	border-top: 1px solid #ffe1fb;
}
/* @end */

/* @group Sidebar1 */
#sidebar1 {
	background: url(../images/sidemenuh1_bg.jpg) repeat-x left top;
	margin: 0;
	padding: 0;
	float: left;
	clear: none;
	display: inline;
}
#sidebar1 h4{
	margin: 0;
	padding: 0 0 0 40px;
}
#sidebar1 #menu{
	background: #e1ffad; /* the background color will be displayed for the length of the content in the column, but no further */
	text-align: left;
	margin: 0px;
	padding:5px 0px;
	width: 249px;
}
#sidebar1 #menu a{
	color: #7d7070;
	font-size: 14px;
	line-height: 29px;
	padding: 8px 20px 8px 40px;
}
#sidebar1 #menu a{
	color: #5d5d5d;
	font-size: 14px;
	line-height: 29px;
	padding: 8px 20px 8px 40px;
}

#sidebar1 #menu ul li{
background: url(../images/sidemenu_bg.jpg) repeat-x left top;
width: 249px;
}


#sidebar1 #menu ul {
padding-left: 0;
}
#sidebar1 #menu ul li:hover{
background: url(../images/over_sidemenu_bg.jpg) repeat-x left top;
width: 249px;
}
#twitter_update_list li{
	background: #fff2b6;
	color: #777777;
	font-size: 70%;
	list-style: none;
	padding: 8px 13px;
}
#facebook {
	background-color: #c5e5fc;
	font-size: 100%;
	padding: 11px 10px 10px 13px;
}
#facebook img{
	background-color: #c5e5fc;
	float: left;
	border: none;
	clear: none;
	display: inline;
	padding: 0 12px 0 0;
	margin-top: -5px;
}
div#facebook p{
	margin: 0;
	padding: 0;
}
#partners{
	border: 1px solid #5882ad;
	margin: 0;
	color: #2b52b1;
}
#sidebar1 p{
	font-size: 73%;
	padding:  0px 5px 10px 36px;
}
#siteinfo p{
	color: #888888;
	font-size: 71%;
	line-height: 140%;
}
/* @end */

/* @group Features */

#features{
	margin: 14px 0 0 0;
	padding: 0;
	height: 175px;
	width: 100%;
	float: right;
	clear: none;
	display: inline;
}
.feature_shop{
	border: 1px solid #dddddd;
	float: left;
	height: 170px;
	margin: 0 8px 0 8px;
	padding: 0;
	width: 212px;
}
.feature_save{
	border: 1px solid #dddddd;
	float: left;
	height: 170px;
	margin: 0 8px 0 8px;
	padding: 0;
	width: 212px;
}
.feature_save p{
	margin: 5px 0;
}
.feature_email{
	border: 1px solid #dddddd;
	float: left;
	height: 170px;
	width: 212px;
	margin: 0 0 0 8px;
	padding: 0;
}
#features h1{
	background: #f3a6d4 url(../images/featureboxh1_bg.png) repeat-x left bottom;
	color: #ffffff;
	font-family: Trebuchet, Trebuchet MS, Arial, Sans-Serif;
	font-size: 100%;
	font-weight: normal;
	height: 29px;
	padding: 6px 0 0 15px;
	margin: 0;
}
#features h1 a{
	color: #ffffff;
	
}
#features h1 a:hover{
	color: #344c9d;
	text-decoration: none;
}
#features h2{
	color: #551b70;
	font-size: 90%;
	font-weight: bold;	
	padding: 0px 10px;
}
#features p{
	clear: none;
	float: right;
	font-size: 11px;
	padding: 0px;
	width: 120px;
}

.feature_email input{
	padding: 3px 0px;
}
.feature_img{
	clear: none;
	float: left;
	padding:5px  5px 0 5px;	
}
.homebuttons{
	padding: 9px 0 0 0;
}

label{
	font-size: 75%;
	line-height: 100%;
	padding: 4px 0 0 0;
}
input{
	clear: right;
}

/* @end */

/* @group Shop */

.bg_ribbon { background: url(../images/bg_ribbonbot.gif) repeat-x left top }


.productname { 
color: #87bc5c; 
font-size: 14px; 
font-weight: bold; 
line-height: 14px;
text-decoration: none;
}
.productprice { 
color: #53738e; 
font-size: 12px; 
line-height: 29px;
text-decoration: none; 
}

#trailimageid
{
	display: none;
	font-size: 0.7em;
	height: 0;
	left: 0;
	line-height: 15px;
	position: absolute;
	text-align: left;
	top: 0;
	width: 340px;
	z-index: 200;
}


h2 { color: #d86d12; font-size: 13px; font-weight: bold; text-decoration: none; margin: 12px 0 4px 5px; }

h3 { color: #333; font-size: 11px; font-weight: normal; text-decoration: none; margin: 0px 0 4px 5px; }

h4  { color: #6d6d6d; font-size: 12px; font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif; font-weight: bold; text-decoration: none; margin: 10px 0 0 5px }

.shopping_table{
	border: none;
	margin: 20px 0 0 0;
	float: right;
	width: 648px;
}
.shopping_table td{
	color: #666666;
	font-size: 70%;
	padding: 0px 10px;
	width: 142px;
}
.shopping_table .productimg{
	padding: 18px 0 10px 0;
}
.title{
	padding: 8px 0;
}
/* @end */