@charset "utf-8";
body  {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
	background: #f5efd9;
	background-image:url(/img/template/bg-top.png); 
	background-position:top;
	background-repeat:repeat-x;
}

p	{
	font: normal 11px Verdana, Arial, Helvetica, sans-serif; padding-top:10px;
	}
	
td 	{
	font: normal 11px Verdana, Arial, Helvetica, sans-serif;
	}

.plainwhite{
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	color: #000000;
	background: #ffffff;
}

.small	{ font: normal 9px Verdana, Arial, Helvetica, sans-serif; }

.twoColFixRtHdr img {border: 0px;}
	
.twoColFixRtHdr #container { 
	width: 800px;   /*using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background-color:#FFFFFF;
	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. */
	border-top: #475874 1px solid;
}
 
.twoColFixRtHdr #header { 
	height: 143px;
	padding: 0 0 0 0;
	background-image:url(/img/template/bg-top.png); 
	background-position:top;
	background-repeat:repeat-x;
	width: 800px;
} 

.twoColFixRtHdr #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 */
}
.twoColFixRtHdr h1 {
font-size:20px;
font-family:Geneva, Arial, Helvetica, sans-serif;
color:#2a2a5a;
font-weight:bold;
margin-top: 15px;
}

.twoColFixRtHdr h1 {
font-size:20px;
font-family:Geneva, Arial, Helvetica, sans-serif;
color:#2a2a5a;
font-weight:bold;
margin-top: 15px;
}

.twoColFixRtHdr #top-nav { 
	height: 31px;
	padding: 0px 0px 0px 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. */
	background-image:url(/img/template/nav-bg.png); 
	background-repeat:repeat-x;
	margin: 0px;
} 


.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 200px; /* 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 */
	background: #f5efd9; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px;
	border-right: #FFFFFF 1px solid;
	background-image:url(/img/template/sidebar-bg.png);
	background-position:bottom;
	background-repeat:repeat-x;
}

.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 200px; /* 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 */
	background: #f5efd9; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px;
	border-right: #FFFFFF 1px solid;
	background-image:url(/img/template/sidebar-bg.png);
	background-position:bottom;
	background-repeat:repeat-x;
}
.twoColFixRtHdr #sidebar1 a:link { color: #343667; text-decoration: none; }
.twoColFixRtHdr #sidebar1 a:active { color: #3c5319; text-decoration: none; }
.twoColFixRtHdr #sidebar1 a:visited { color: #343667; text-decoration: none; }
.twoColFixRtHdr #sidebar1 a:hover { color: #343667; text-decoration: underline; }


.twoColFixRtHdr #mainContent {
	margin: 0 250px 0 0; /* the right margin on this div element creates the column down the right 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: 0 20px;
	border: medium #6600CC; /* remember that padding is the space inside the div box and margin is the space outsid<link rel="stylesheet" type="text/css" href="twoColFixRtHdr.css">e the div box */
} 

*html .twoColFixRtHdr #mainContent {
	margin: 0px; width: 535px;
	border: medium #6600CC;
} 

.twoColFixRtHdr #mainContent2 {
	margin: 0 10px 0 0; /* the right margin on this div element creates the column down the right 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: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 

*html .twoColFixRtHdr #mainContent2 {
	margin: 0px; width: 535px;
	border: medium #6600CC;
} 

.twoColFixRtHdr #footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#333366;
	background-image:url(/img/template/footer-bg.png);
	background-repeat:repeat-x;
} 
.twoColFixRtHdr #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 */
	 text-align: center;
	 color:#FFFFFF;
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

.twoColFixRtHdr #footersmall { font-size:9px; padding: 5px 0px 0px 0px; }

.twoColFixRtHdr #footer a:link { color: #FFFFFF; text-decoration: none }
.twoColFixRtHdr #footer a:active { color: #FFFFFF; text-decoration: none }
.twoColFixRtHdr #footer a:visited { color: #FFFFFF; text-decoration: none }
.twoColFixRtHdr #footer a:hover { color: #FFFFFF; text-decoration: underline }


.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 */
	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;
}

/* CSS DROP DOWN NAVIGATION CONTROLS */

/* MAIN CONTAINER */ 
#top_nav_container							{ margin: 0px 0px 0px 0px; padding: 0px; font-family: arial, verdana; font-size: 9px; }
#nav, #nav ul 								{ display: block; list-style-type: none !important; line-height: 1; background: white; padding: 0; margin: 0px; word-spacing: 0px;}
#nav a:link, #nav a:visited, #nav a:hover 	{ display: block; text-decoration: none; padding: 0px; font-size: 11px; }

/* MAIN NAV LINKS - Mozilla/Firefox/Netscape */
#nav li.mainLink							{ background-color: #FFF; float: left !important; padding: 0px; margin: 0px; white-space: nowrap;}
#nav li.mainLink a.mainSect:link			{ }
#nav li.mainLink a.mainSect:visited			{ }
#nav li.mainLink a.mainSect:hover			{ }



/*  DROP DOWN NAVIGATION  */ 
#nav li ul 									{ width: 135px; position: absolute; left: -999em; height: auto; margin: 0px 0px -1px 0px; border: 2px solid #FFF; border-top: 1px solid #FFF; }
#nav li li 									{ padding: 0px 0px 0px 0px; margin: 0px 0px 0px 0px; }
#nav li ul a:link, #nav li ul a:visited  	{ margin: 1px 0px 0px 0px; padding: 2px 5px 2px 5px;  background-color: #d09767; font: 10px arial; color: #FFF; text-decoration: none; border: 1px #d09767 solid; }
#nav li ul a:hover 							{ margin: 1px 0px 0px 0px; padding: 2px 5px 2px 5px; background-color: #a77244; font: 10px arial; color: #FFF; text-decoration: none; border: 1px #a77244 solid; }

/*  DROP DOWN NAVIGATION  - IE tweaks */ 
*html #nav li li 							{ padding: 0px 0px 0px 0px !important; margin: 0px 0px 0px 0px; }
*html #nav li ul 							{ width: 138px; margin: 0px 0px 0px 0px; border-left: 1px solid #FFF;}
*html #nav li ul a:link 					{ width: 138px; margin: 1px 0px 0px 1px; }
*html #nav li ul a:visited  				{ width: 138px; margin: 1px 0px 0px 1px; }
*html #nav li ul a:hover 					{ width: 138px; margin: 1px 0px 0px 1px; }

/* DROP DOWN CSS HACKIFICATION -- PLEASE DO NOT TOUCH THIS!! */
#nav li ul ul 		{ margin: -24px 0 0 124px; }
#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul 
					{ left: -999em; }
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul 	
					{ left: auto; }
#nav li:hover, #nav li.sfhover
					{  }
					
					
/* OLD STYLES FROM OUTFITS>COM */

.border {  border: solid; border-width: 1px 1px 1px 0px; border-color: #FFFFFF #FFFFFF #FFFFFF #000000}
.borderbottom {  border-color: black black #FFFFFF; border-style: solid; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 1px; border-left-width: 0px}
.bordertop {  border-color: #FFFFFF black black; border-style: solid; border-top-width: 1px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px}
.borderleftbottom {  border-color: black black #FFFFFF #FFFFFF; border-style: solid; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 1px; border-left-width: 1px}
.borderblack {  border: #000000; border-style: solid; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px}
.bordertopblack {  border-color: #000000 black black; border-style: solid; border-top-width: 1px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px}

a.inbody:link { color: #003366; text-decoration: none }
a.inbody:active { color: #003366; text-decoration: none }
a.inbody:visited { color: #003366; text-decoration: none }
a.inbody:hover { color: #003366; text-decoration: underline }

a, a:visited {
	color: #343667;
	text-decoration: none;
	}

a:hover {
	color: #343667;
	text-decoration: underline;
	}
	
.blue {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 16px;
	color : #330066;
	font : bold;
}

#title { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold; color: #333366; }

.caption { font-family: Verdana, Arial, Helvetica, sans-serif; text-align: center; font-size: 10px; }
.caption a:link, .caption a:visited { color: #000099; text-decoration: underline; }
.caption a:hover { text-decoration: none; }

.product { font-family: Verdana, Arial, Helvetica, sans-serif; margin-top: 30px; }
.product p { text-decoration: none; text-align: left; margin-left: 8px; }
p.price { font-weight: bold; }
p.title { text-decoration: underline; font-weight: bold; text-align: center; }