/*----------------------------------
		Theme388_Shopping2
		Cat Fashion and Retail
		by Lee Glasgow
----------------------------------*/

/*------------------------------------
	GENERAL
------------------------------------*/
body{
	margin: 30px 0 20px 0;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 1em;
	font-style: normal;
}

.sf_outer_wrapper{
	position:relative;
	width: 713px;
	margin: 0 auto 0 auto;
}

.sf_wrapper{	
	margin:0 auto;
	width: 713px;
}

.sf_pagetitle{
	clear: both;
	font-size: .9em;
	font-weight: bold;
	padding-top: 15px;
	padding-left: 9px;
	
}

/*------------------------------------
	HEADER
------------------------------------*/
.sf_header_wrapper{
	position: relative;
}

.sub_header {
	font-size: 0.8em;
	font-weight: bold;
	height: 15px;
	overflow: hidden;
	margin: 0 0 5px 0px;
}

.main_header {
	font-size: 1.1em;
	font-weight: bold;
	height: 15px;
	overflow: hidden;
}

.sf_extra2 {
	position: absolute;
	right: 0;
	top: 0;
	font-size: 12px;
}

.sf_extra4 {
	width: 713px;
	height: 169px;
}

/*------------------------------------
	NAVIGATION
------------------------------------*/
.sf_navigation_top {
	display: none;
}

.sf_navigation{
	height: auto !important;
	border-bottom: 1px solid #cecece;
	border-top: 1px solid #cecece;
	float: right;
	height: 16px;
	width: 713px;
	background-image: url(images/nav_0.gif);
}

.sf_navigation ul{
	background-repeat: repeat;
	display: block;
	clear: both;
	margin: 0;
	padding: 0;
}

.sf_navigation ul:after{
    content: ".";
    display: block;
    visibility: hidden;
    height: 0;
    font-size: 1px;
    clear: both;
}

.sf_navigation ul li {
	
	font-size: 0.8em;
	float: left;
	text-align: center;
	list-style-type: none;
	font-weight: bold;
	height: 16px;
}

.sf_navigation ul li.sf_last_nav_item{
}

.sf_navigation ul li a {
	margin: 0 5px;
	color: #262626;
	display: block;
	text-decoration: none;
	font-size: .8em;
}

.sf_navigation ul li a:visited {
	color: #262626;
}

.sf_navigation ul li a:hover{
	color: #666666;
}

.sf_extra4 {
}


/*------------------------------------
	PAGE TITLE
------------------------------------*/



.sf_extra6{/*--[ bottom of title ]--*/
	height: 5px;
}

.sf_extra7 {
	background-repeat: no-repeat;
	background-position: bottom;
	width: 712px;
	height: 15px;
	padding-top: 20px;
	clear: both;		
}


/*------------------------------------
	PAGE CONTENT
------------------------------------*/

.sf_content{
	font-size: 12px;
	color: #7a7a7a;
	clear: both;
}

/*------------------------------------
	FOOTER
------------------------------------*/

.sf_footer{
	clear:both;
	padding: 5px 0 5px 0;
	font-size: .7em;
	text-align: right;
}

.sf_banner {
	margin: 40px auto 0 auto;
	text-align: center;
}


a:link {
	text-decoration: underline;
}

a:visited {
	
}

a:hover {
	text-decoration: none;
}