/*************************************************************
 
 Toofly Shop CSS
 -------------------------------------------------------------
 Theme:   Parallel Does Toofly v.1
 Author:  Parallel MVMT
          http://www.parallelmvmt.com
 
 Copyright 2007 Parallel MVMT LLC.
 More info at: http://www.parallelmvmt.com/
 
*************************************************************/



/*============================================================
 Base themes
============================================================*/

* {
	margin: 0;
	padding: 0;
	}

body {
	margin: 10px 40px 10px 10px;
	text-align: center;
	font-family: Lucida Grande, Lucida Sans Unicode, Tahoma, Geneva, Verdana, Arial, sans-serif;
	font-weight: normal;
	font-size: 11px;
	color: #999;
	background: #fff;
	}

ul, ol {
	margin-bottom: 1em;
	}

li {
	list-style: none;
	}

h2 {
	margin-bottom: 1em;
	font-weight: normal;
	}

h3 {
	margin-bottom: .5em;
	font-size: 13px;
	font-weight: bold;
	}
	
p {
	margin-bottom: 1em;
	font-size: 11px;
	color: #999;
	line-height: 15px;
	}

a	{
	text-decoration: none;
	}

a:link, a:visited {
	color: #FF0099;
	}

a:hover, a:active {
	color: #999;
	}

a img	{
	border: none;
	}

input,
textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 11px;
	color: #666;
}

hr {
	margin-bottom: 10px;
	height: 1px;
	color: #ccc;
	background: #ccc;
	border: none;
	}



/*============================================================
 Wrapper
============================================================*/

#wrap {
	width: 740px;
	margin: 0 auto;
	text-align: left;
	}
	



/*============================================================
 Header
============================================================*/

#header {
	margin-bottom: 5px;
	}

#header h1 span {
	display: none;
	}



/*============================================================
 Top Navigation
============================================================*/

#topnav {
	margin-bottom: 10px;
	}

ul#topnav { 
	list-style: none; 
	border-bottom: 1px dotted #999;
	width: 740px; 
	padding: 0;  
	float: left; 
	clear: both;  
	white-space: nowrap; 
	}

ul#topnav li { 
	margin-right: 10px; 
	float: left; 
	}
	
ul#topnav li a, ul#topnav li a:visited { 
	padding: 0 18px 0 18px; 
	float: left; 
	text-align: center; 
	width: 104px; 
	}
	
ul#topnav li.last { 
	margin-right: 0; 
	padding: 0; 
	}
	
ul#topnav li.last a.current, ul#topnav li a.current:hover { 
	margin-right: 0; 
	padding: 0; 
	}
