/* Element styles */
body 
{

	background-color: #980000;

	font-family: "Arial", sans-serif;
	font-size: 11px;
	
	color: #000000;
}

body p
{
	line-height: 1.2em;
	margin-top: 0.5em;
	padding-top: 0px;
}

body img
{
	border: none;
}


a 			{  text-decoration: none; }
a:link 		{ color: #000000; }
a:visited 	{ color: #000000; }
a:hover 	{ color: #CCE4E9; }

a.subnav	{ color: #AE495E; }

div.purple { background-color: #AE495E; }



h3
{
	font-size: 12px;
	font-weight: bold;
	line-height: .5em;
	color: #C63;
}


/* Container styles */

#banner
{
	width: 709px;
	margin-left: auto;
	margin-right: auto;		
	text-align: right;
	font-size: 10px;
	letter-spacing: 0.1em;
	color: white;
}
#banner a:link 		{ color: #FFFFFF; }
#banner a:visited 	{ color: #FFFFFF; }
#banner a:hover 	{ text-decoration:underline; }


#main 
{ 
	width: 709px;
	margin-left: auto;
	margin-right: auto;		
	padding-top: 10px; 
	padding-bottom: 10px; 
	background-color: #CCE4E9;
}
#content
{
	width: 689px;
	/*height: 485px;*/
	margin: auto;
	background-color: white;
}

#topnav
{
	width: 100%;
/*	border: 1px solid black;*/
	margin-top: -5px;
	padding-top: 5px;
	padding-bottom: 2px;
	font-size: 12px;
	background-color: #AE495E;
	letter-spacing: 0.1em;
}

#topnav a:link 		{ color: #331B16; }
#topnav a:visited 	{ color: #331B16; }
#topnav a:hover 	{ color: #CCE4E9; }

#body
{
	margin: 10px 10px 0 10px;
	font-size: 12px;
}

#body a
{
	text-decoration: underline;
}

#bottomnav
{
	width: 689px;
	margin-left: auto;
	margin-right: auto;		
	border-left: 1px solid black;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
	background-color: white;
}

.clear
{
	clear:both;
	line-height: 1px;
}


/* Column styles */

.column
{
	float: left;
	margin: 0px;
	width: 100%;
}

.topNav
{ 
	width: 125px; 
	margin: 0px 20px 0px 20px;
}

.subnav
{
	width: 125px;
}

.collectionOne
{
	width: 90px;
/*	border-right: 1px solid black;
	border: 1px solid black; */
}

.collectionTwo
{
	width: 564px;
	margin-left: 10px;
	border: 1px solid black;
}


.browseOne
{
	width: 90px;
/*	border-right: 1px solid black;
	border: 1px solid black; */
}

.browseTwo
{
	width: 564px;
	margin-left: 10px;
	border: 1px solid black;
}

.productOptsOne
{
	width: 200px;
	margin-left: 10px;
	margin-top: 10px;
}

.productOptsTwo
{
	width: 160px;
	margin: 15px;
	margin-top: 25px;
	/* border: 1px solid black; */
}

.productOptsThree
{
	width: 235px;
	margin: 15px;
	margin-top: 25px;
	/* margin-left: 0; */
	/* border: 1px solid black; */
}


/* Box styles */

.borderedFull
{
	height: 410px;
	border: 1px solid black;
}

.wideMargin
{
	margin-left: 50px;
	margin-right: 50px;
	margin-top: 75px;
/*	height: 300px;
	border: 1px solid black;	*/
}

.blackRule
{
	color: black;
	background-color: black;
	height: 1px;
	width: 100%;
	margin-top: 15px;
	margin-bottom: 15px;
}	


.vspacer 
{
	height: 100%;
	clear: both;
}


/* Classes */

.fabricsTable
{
	border: 1px solid black;
	margin: 5px;
}
	

.shoppingBag
{
	width: 550px;
	border: 1px solid black;
	border-bottom: none;
}

.shoppingBagHeader
{
	font-weight: bold;
	background-color:#CCE4E9;
}

.shoppingBag TD
{
	margin:0;
	padding:2px;
	border-bottom: 1px solid black;
}

.shoppingBagSubtotal
{
	font-weight:bold;
	border: 1px solid white;
}

.shoppingBagControls
{
	text-align:right;
	width:550px;
/*	border:1px solid black; */
	margin-top:25px;
}

.pagefooter
{
	margin: 5px;
	text-align: center;
	font-size: 10px;
	color: white;
}

.boldHeader
{
	font-size: 14px;
	color: black;
	font-weight: bold;
}

.smallBlack
{
	font-size: 10px;
	color: black;
}

.underlined
{
	text-decoration: underline;
}

.italix
{
	text-decoration: italic;
}

.bold
{
	font-weight: bold;
}


.thumbnail{
	padding: 3px 3px 8px 3px;
	background-color: #222;
	border: 1px solid #2a2a2a;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	}
