/* background */

.main {
	min-height: 499px;
	background-color: #c310d1;
}
.main .content {
	min-height: 499px;
	background-image: url(../images/main.background.about.gif);
	background-position: 258px 0;
	background-color: #c310d1;
}

/* header */

.header {
}

/* logo */

.header h1 a {
	background-image: url(../images/sporture.logo.about.png);
	width: 205px;
	height: 80px;
}

/* navigation */

.header ul.navigation li.nav-design a {
	background-image: url(../images/nav.about.design.gif);
}
.header ul.navigation li.nav-shop a {
	background-image: url(../images/nav.about.shop.gif);
}
.header ul.navigation li.nav-find a {
	background-image: url(../images/nav.about.find.gif);
}
.header ul.navigation li.nav-get a {
	background-image: url(../images/nav.about.get.gif);
}

/* focus */

.focus {
	margin-left: 25px;
	background: transparent url(../images/main.background.about.mini.gif) 121px 100% no-repeat;
}
.focus .about {
	position: relative;
	top: -10px;
	margin-bottom: -10px;
	padding: 65px 0 0 0;
	width: 100%;
	height: auto;
	min-height: 369px;
	background-color: transparent;
	background-position: 0 0;
	background-repeat: no-repeat;
}
.focus .contact {
	background-image: url(../images/background.contact.png);
}
.focus .us {
	background-image: url(../images/background.about.png);
}
.focus .care,
.focus .fabrics,
.focus .testimonials {
	height: auto;
}
.focus h2 {
	padding-left: 157px;
}


/* subnav */

ul.subnav {
	float: left;
	margin-left: 3px;
	width: 155px;
	height: 1%;
	list-style-type: none;
}
ul.subnav li {
	margin-bottom: 3px;
	padding: 0 0 0 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: bold;
	line-height: 1.4em;
	background: transparent url(../images/bullet.subnav.gif) 0 4px no-repeat;
}
ul.subnav li.here a {
	color: #fff;
}

/* information */

.information {
	float: left;
	padding: 0 0 0 0;
	width: 270px;
	height: 1%;
}
.information .address {
	position: relative;
	height: 1%;
}
.information .address p {
	float: left;
	width: 130px;
	height: 1%;
	font-weight: bold;
	font-size: 1em;
}
.contact .information .address {
    width: 320px;
}
.contact .information .address p {
    width: 180px;
}
.information .address p.electronic {
	width: 140px;
    clear: left;
}
.information.right {
	margin: 0 0 0 20px;
}
.information ul {
	margin: 0 0 2em 2em;
	color: #fff;
}
.information ul li {
	margin-bottom: 1em;
}

/* testimonials */

.testimonials .information {
	margin-bottom: 42px;
	width: 600px;
}

.testimonial {
	clear: both;
	margin-bottom: 21px;
}
.testimonial img {
	float: left;
	margin-right: 21px;
}
.testimonial h3 {
	text-indent: -0.5em;
}
.testimonial p {
	text-indent: -0.5em;
}

/* faq */
.faq .information
{
	width:600px;
}

.information .faqitem
{
	padding:5px;
}
	
.faqitem .question
{
	font-size:1.3em;
	font-weight:bold;
	color:#FFF;
	padding-bottom:5px;
}
/* CLEAR FLOATS
__________________________________________ */

.testimonial:after, 		
.information:after, 		
.address:after {		
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

