html
{
	width:100%;
	height:100%;
	overflow: -moz-scrollbars-vertical;
	background-color: #ffffff;
		background-image: url(../images/bg_gradient.gif);
	background-repeat: repeat-x;
}




body 
{
	font-family: Helvetica, sans-serif, verdana;
	font-size:12px;
	color: #646974;
	margin: 0px;
	padding: 0px;
	width: 100%;
	background-color: #ffffff;
	background-image: url(../images/bg_gradient.gif);
	background-repeat: repeat-x;
	text-align:center;

}

.main_wrap
{
	width: 1000px;
	height: 600px;
	border:0px;
	padding:0px;
	spacing:0px;
	margin: 0px auto 0px auto;

	
}
.cart
{
	background-image: url(../images/cart_bg.gif);
	background-repeat: repeat-x;
	width:960px;
	height:20px;
	text-align:right;
	font-family: Helvetica, sans-serif, verdana;
	font-weight: 100;
	font-size: 12px;
	padding:10px 20px 0px 0px;	
}
.tab, .tab_on
{
display:inline;
	height:32px;
	float:left;
	margin:0px;


}
.tab img, .tab_on img
{
	float:left;

	
}
.tab a:link, .tab a:visited, .tab a:hover
{
	background-image: url(../images/tab_bg.gif);
	background-repeat: repeat-x;
	font-family: Clarendon, Volta, Georgia, Times, serif;
	color: #CC3300;	
	font-size: 14px;
	line-height:12px;
	font-weight: 500;
	text-decoration:none;
	height:32px;
	float:left;
	padding-top:10px;
}
.tab_on a:link, .tab_on a:visited, .tab_on a:hover
{
	background-image: url(../images/tab_bg_on.gif);
	background-repeat: repeat-x;
	font-family: Clarendon, Volta, Georgia, Times, serif;
	color: #CC3300;	
	font-size: 14px;
	line-height:12px;
	font-weight: 500;
	text-decoration:none;
	height:32px;
	float:left;
	padding-top:10px;
}

.tabs
{
	width:985px;
	height:32px;
	background-image: url(../images/tabs_spacer.gif);
	background-repeat: repeat-x;
}


.folder
{
	width:948px;
	height:589px;
	background-image: url(../images/folder_gradient.gif);
	background-repeat: repeat-x;	
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	text-align:left;
		display:inline;
	float:left;
	/*overflow:scroll;*/
}
.folder_left
{
	width:21px;
	height:589px;
	background-image: url(../images/folder_left-edge.gif);
	background-repeat: no-repeat;	
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	display:inline;
	float:left;

}
.folder_right
{
	width:28px;
	height:589px;
	background-image: url(../images/folder_right-edge.gif);
	background-repeat: no-repeat;	
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	display:inline;
	float:left;
	
}



.folder_bottom
{
	width:1000px;
	height:15px;
	background-image: url(../images/bottom.gif);
	background-repeat: no-repeat;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 5px;
	display:inline;
	float:left;
}

.folder_left_column_wrapper
{
	background-image: url(../images/photo.gif);
	background-repeat: no-repeat;
	width:170px;
	padding:240px 65px 0px 20px;
	margin:0px 0px 0px 0px;
	display:inline;
	float:left;
	font-size:11px;
	line-height:14px;
	vertical-align:top;
}

.folder_left_column_wrapper h2
{
	font-family: Clarendon, Volta, Georgia, Times, serif;
	color: #CC3300;	
	font-size:14px;
}

.folder_left_column
{
	/*border-top-color:#999999;
	border-top-style:dotted;
	border-top-width:3px;*/

	width:160px;
	height:130px;
	padding:0px 20px 0px 0px;
	margin:20px 0px 0px 0px;
	display:inline;
	float:left;
	overflow-y:auto; overflow-x:hidden;
	vertical-align:top;
	
}

.folder_left_column img
{ 
	float:left;
	padding-right:5px;
}

.folder_left_column p
{ 
	float:left;
	padding-top:2px;
	margin-top:2px;
	line-height:11px;
}

.folder_right_column
{	
	width:1100px;
	height:749px;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	

}


.folder_right_column h1
{	
	font-family: Clarendon, Volta, Georgia, Times, serif;
	color: #E76E34;	
	font-size:20px;
	font-weight: 500;
	border-bottom:dotted 3px #666666;

	

}

/*.folder_left-edge
{
	background-image: url(../images/folder_left-edge.gif);
	background-repeat: no-repeat;
	width:28px;
	height:589px;
}



.folder_right-edge
{
	background-image: url(../images/folder_right-edge.gif);
	background-repeat: no-repeat;
	width:21px;
	height:589px;
}


*/


