/*

Stylesheet for UFO Freestyle (Casual Clothing)
Handwritten by Oliver Coningham (AztecMedia.eu)
http://www.ufofreestyle.co.uk/casual-clothing/

*/


/* ------------ Toolbox ------------ */

.float-left { float: left; }
.float-right { float: right; }
.align-right { text-align: right; }
.cleared { clear: both; }
.hide { display: none; }
hr { display: none; }

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */


/* ------------ Defaults ------------ */

body {
	background: #314b00 url('../img/moto-body-bg2.jpg') no-repeat top center;
	color: #fff;
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	line-height: 1.5em;
	}

#skip { 
	display: block;
	height: 100px;
	margin-top: -100px; 
	}
	
#container {
	margin: auto;
	width: 960px;
	}


/* ------------ Branding ------------ */

#branding {
	background: #162400 url('../img/moto-branding-bg.jpg') no-repeat top right;
	height: 150px;
	width: 960px;
	}	

#branding #logos {
	float: left;
	}
	
#branding h1 a {
	background: url('../img/casual-h1-bg.gif') no-repeat 0 0;
	display: block;
	height: 79px;
	text-indent: -25000px;
	width: 205px;
	}

#branding h2 a {
	background: url('../img/moto-h2-bg2.gif') no-repeat 0 0;
	display: block;
	height: 71px;
	text-indent: -25000px;
	width: 270px;
	}

#branding #flash {
	clear: none;
	float: right;
	height: 150px;
	width: 690px;
	}
	
	
/* --------------- Navigation --------------- */

#nav {
	background: url('../img/casual-nav-bg.gif') no-repeat 0 0;
	height: 40px;
	padding-left: 20px;
	width: 940px;
	}
	
#nav ul {
	float: left;
	width: 750px;
	}

#nav li {
	float: left;
	}

#nav li a {
	display: block;
	height: 40px;
	text-indent: -25000px;
	}
	
#nav-home a {
	background: url('../img/moto-nav-home.gif') no-repeat 0 0;
	width: 73px;
	}
#nav-about a {
	background: url('../img/moto-nav-about.gif') no-repeat 0 0;
	width: 91px;
	}
#nav-winter a {
	background: url('../img/casual-nav-winter.gif') no-repeat 0 0;
	width: 118px;
	}
#nav-mountain a {
	background: url('../img/casual-nav-mountain.gif') no-repeat 0 0;
	width: 121px;
	}
#nav-casual a {
	background: url('../img/moto-nav-casual2.gif') no-repeat 0 0;
	width: 127px;
	}
#nav-special a {
	background: url('../img/casual-nav-special.gif') no-repeat 0 0;
	width: 119px;
	}
#nav-contact a {
	background: url('../img/casual-nav-contact.gif') no-repeat 0 0;
	width: 101px;
	}

#nav li a:hover, #nav li .selected {
	background-position: 0 -40px;
	}


/* --------------- Search --------------- */

#keyword-search {
	background: url('../img/casual-search-bg.gif') no-repeat 0 0;
	height: 35px;
	padding-top: 5px;
	overflow: hidden;
	width: 170px;
	}
	
#keyword-search legend {
	display: none;
	}

#keyword-search #keyword {
	background: url('../img/casual-keyword-bg.gif') no-repeat 0 0;
	border: 0;
	float: left;
	font-size: 100%;
	height: 20px;
	padding: 9px 0 0 8px;
	width: 128px;
	}
	
#keyword-search #search {
	height: 29px;
	width: 28px;
	}
	
	
/* --------------- Content --------------- */

#content {
	background: #000 url('../img/moto-content-bg.jpg') no-repeat 0 0;
	padding: 20px 0 0 20px;
	width: 940px;
	}
#content-inner {
	background: url('../img/UFO-logo.png') no-repeat bottom right;
	}
		

	
/* --------------- Sidebar --------------- */

#sidebar {
	float: left;
	width: 164px;
	}
	
#sidebar #cart {
	background: url('../img/casual-cart-bg.gif') no-repeat 0 0;
	font-size: 90%;
	height: 40px;
	margin-bottom: 1.25em;
	padding: 4px 10px 0 0;
	text-align: right;
	text-transform: uppercase;
	width: 154px;
	}

#sidebar #cart a {
	color: #fff;
	text-decoration: none;
	}

#sidebar #cart a:hover {
	color: #fff;
	text-decoration: underline;
	}
	
#sidebar #subnav a {
	border-bottom: 1px solid #23281a;
	color: #999;
	display: block;
	margin-bottom: 5px;
	padding: 0 0 7px 20px;
	text-decoration: none;
	width: 144px;
	}
	
#sidebar #subnav a:hover, #sidebar #subnav a.selected {
	color: #7cbf00;
	}
	
#sidebar #subnav .last a {
	border-bottom: none;
	}

#sidebar #btn-account a {
	background: url('../img/btn-account.gif') no-repeat 0 0;
	display: block;
	height: 33px;
	margin-top: 20px;
	text-indent: -25000px;
	width: 164px;
	}

#sidebar #btn-account a:hover {
	background-position: 0 -33px;
	}
	

/* --------------- Primary Content --------------- */

#primary-content {
	float: left;
	height: 100%;
	width: 776px;
	}
#ufo-logo{
	background-image:url('../img/UFO-Logo.png') no-repeat bottom right;
	}
#primary-content a {
	color: #7cbf00;
	}
	
#primary-content a:hover {
	color: #7cbf00;
	text-decoration: none;
	}
		
#primary-content #breadcrumbs {
	color: #7cbf00;
	margin: 0 0 1.25em 20px;
	width: 550px;
	}

#primary-content #breadcrumbs span {
	color: #fff;
	}

#primary-content p {
	margin-bottom: 1.25em;
	}
	
#primary-content #text {
	margin-left: 20px;
	width: 550px;
	}	
	
#products #primary-content #text {
	margin-left: 20px;
	width: 590px;
	}	
	
#primary-content h2 {
	font-size: 200%;
	margin: 0 0 10px 20px;
	text-transform: uppercase;
	}
			
#primary-content h2 strong {
	color: #7cbf00;
	}
	
#primary-content #products {
	padding-left: 10px;
	width: 571px;
	}
	
#primary-content #products li {
	float: left;
	height: 108px;
	margin-bottom: 10px;
	}


/* --------------- Product --------------- */

.product {
	background: url('../img/casual-product-bg.png') no-repeat 0 0;
	float: left;
	font-size: 90%;
	height: 174px;
	margin: 0 20px 20px 0;
	width: 173px;
	}

#primary-content .product a {
	color: #fff;
	text-decoration: none;
	}

#primary-content .product a:hover  {
	color: #fff;
	text-decoration: underline;
	}
		
.product .product-photo {
	height: 144px;
	text-align: center;
	width: 173px;
	line-height: 144px; /* Added to vertical align the product image- PR */
	}

.product .product-photo img{ /* Added to vertical align the product image- PR */
	vertical-align: middle;
	}

.product .product-title {
	float: left;
	padding-left: 10px;
	}

.product .product-price {
	float: right;
	font-weight: bold;
	padding-right: 10px;
	}

.was-price{ /*Added - PR*/
	font-weight: bold;
	color: #888;
	text-decoration: line-through;
	}
	
#product-image {
	background: url('../img/casual-product-image-bg.gif') no-repeat 0 0;
	float: left;
	height: 332px;
	margin: 0 20px;
	width: 265px;
	}
	


#product-photo {
	height: 302px;
	text-align: center;
	width: 265px;
	line-height: 302px; /* Added to vertical align the product image- PR */
	}

#product-photo img{
	vertical-align:middle; /* Added to vertical align the product image- PR */
	}

#product-title {
	font-size: 90%;
	padding: 3px 0 0 10px;
	width: 255px;
	}
	
#product-description {
	float: left;
	width: 275px;
	}
	
#product-description .price {
	font-size: 120%;
	}

#product-description .price strong {
	color: #7cbf00;
	}

#product #buy, #product #buy #button {
	margin-top: 1.75em;
	}
	
#product #buy div {
	margin-bottom: 1.25em;
	}

#product #buy label {
	display: block;
	float: left;
	width: 60px;
	}

#product #buy #quantity {
	width: 30px;
	}

#product #buy #btn-back {
	margin-left: 10px;
	}
				
					
/* --------------- Footer --------------- */

#footer {
	background: url('../img/footer-bg1.png') no-repeat 0 0;
	color: #000;
	padding: 40px 0 20px 0;
	width: 960px;
	}
	
#footer a {
	color: #7cbf00;
	text-decoration: none;
	}
	
#footer a:hover {
	text-decoration: underline;
	}

#footer #links {
	float: left;
	width: 500px;
	}
	
#footer ul li {
	background: url('../img/casual-footer-divider.gif') no-repeat 0 50%;
	float: left;
	margin-left: 5px;
	padding-left: 5px;
	}
	
#footer ul li a {
	color: #000;
	}

#footer ul li a:hover {
	color: #7cbf00;
	}

#footer ul .first {
	background-image: none;
	margin: 0;
	padding: 0;
	}
				
#footer #copyright {
	float: right;
	text-align: right;
	}
