/*-------------------------------------------------
Fashionwholesaler.com Stylesheet
-------------------------------------------------*/

/*-------------------------------------------------
  General layout
-------------------------------------------------*/
body
{
font-family: "Verdana", sans-serif;
font-size: 10px;
color: #CC3366;
background: #ffffff
}

a:link, a:visited
{
color: #FFB6C1;
text-decoration: underline;
}

a:hover, a:active
{
color: #CC3366;
}

a img {border: none; }




a.head:link, a.head:visited
{
color: #ffffff;
font-size: 12px;
text-decoration: underline;
}

a.head:hover, a.head:active
{
color: #ffffff;
font-size: 12px;
}


a.main:link, a.main:visited
{
color: #CC0000;
font-size: 12px;
text-decoration: underline;
}

a.main:hover, a.main:active
{
color: #FFB6C1;
font-size: 12px;
}


font
{
font-size: 100%;
}

th
{
color:#CC0000;
font-size: 12px;
}



table
{
font-family: "Verdana", sans-serif;
font-size: 12px;
}

/*-------------------------------------------------
Header
-------------------------------------------------*/
#header
{
	position: absolute;
	left: 0px;
	top: 0px;
	right: -10px;
	height: 100px;
	width: 100%;
	background: #990000;
	border-width: 0px 0px 0px;
	border-style: solid;
	border-color: #000000;
	color: #ffffff;
	font-size: 11px;
    vertical-align: top;
	text-align: left;

}



/*-------------------------------------------------
Sidebar
-------------------------------------------------*/
#sidebar
{
	position: absolute;
	left: 0px;
	top: 0px;
	bottom: 0px;
	width: 160px;
	height: 3000px;
	background: #990000;
	border-width: 0px 0px 0px;
	border-style: solid;
	border-color: #000000;
	margin: auto;
	color: #ffffff;
	font-size: 13px;
	font-weight: bold;
	padding-top: -15px;
	padding-left: 6px;
	padding-right: 10px;
	padding-bottom: -100%;
    vertical-align: bottom;
	text-align: left;
}


#navbar 
{	
	margin: 12px;	
	padding-bottom: 5px;			
}

li
{
	padding-bottom: 5px;
}

#navbarli 
{		
	padding-left: 1px;			
}

/*-------------------------------------------------
Mainwrapper
-------------------------------------------------*/

#mainwrapper
{
	position: relative;
	left: 0px;
	top: 100px;
	width: 800px;
	height: 100%;
	background: #ffffff;
	border-width: 0px 0px 0px;
	border-style: solid;
	border-color: #000000;
	margin: 0px;
	color: #000000;
	font-size: 12px;
	padding-top: 0px;
}





/*-------------------------------------------------
Content
-------------------------------------------------*/

#content
{
	position: relative;
	right: 0px;
	left: 190px;
	top: 30px;
	width: 600px;
	height: 100%;
	background: #ffffff;
	font-size: 12px;
	border-width: 0px 0px 0px 0px;
	border-style: solid;
	border-color: #E0E0E0;
    padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	margin: auto;
    vertical-align: top;
	
}


