/* Primary CSS Document 

universal
=----------------------------------------------------*/

* {
	margin: 0;
	padding: 0;
}

body {
	background: url(../images/backgrounds/body.jpg);
	font-family: Arial, Helvetica, sans-serif;
	margin: 0 auto;
}

br.clearfloat {
	clear: both;
	height: 0;
	overflow: hidden;
}

embed, object {
	display: block;
}

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}


/*
page structure
================================================*/

#wrapper {
	margin: 0 auto;
	padding: 15px 0 0 0;
	width: 750px;
}

/*
banner
================================================*/

#banner {
	background: url(../images/backgrounds/banner.png) no-repeat;
	float: left;
	height: 210px;
	padding: 15px;
	width: 720px;
}

* html #banner {
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/backgrounds/banner.png', sizingMethod='image');
	background: none;
}

#banner a {color: #fff; position: relative;}
#banner a:hover {color: #598F3D;}

#banner p {
	color: #fff;
	float: left;
	font-size: 13px;
	padding: 0 0 20px 30px;
	width: 362px;
}

#banner p strong {color: #598F3D;}

#banner p strong em {color: #fff;}

#banner p#logo {
	background: url(../images/backgrounds/logo.gif) no-repeat;
	float: left;
	height: 208px;
	padding: 0;
	text-indent: -9999px;
	width: 328px;
}

#banner h1#banner-text {
	background: url(../images/backgrounds/banner-text.gif) no-repeat;
	float: left;
	height: 93px;
	padding: 0;
	text-indent: -9999px;
	width: 392px;
}


/*
jquery content
================================================*/


/* Caution! Ensure accessibility in print and other media types... */
@media projection, screen { /* Use class for showing/hiding tab content, so that visibility can be better controlled in different media types... */
    .tabs-hide {
        display: none;
    }
}

/* Hide useless elements in print layouts... */
@media print {
    .tabs-nav {
        display: none;
    }
}

#content-container {
	float: left;
	padding: 15px;
	width: 720px;
}

#content {
	background: url(../images/backgrounds/content.gif) #D5D9D7 repeat-x;
	color: #69746E;
	font-size: 13px;
	height: 192px; overflow: hidden;
	float: left;
	width: 720px;
}

.tabs-nav {
	float: left;
    list-style: none;
	width: 120px;
}
.tabs-nav:after { /* clearing without presentational markup, IE gets extra treatment */
    display: block;
    clear: both;
    content: " ";
}
.tabs-nav li {
    float: left;
	height: 64px;
	width: 120px;
}

.tabs-nav a {
    float: left;
	height: 64px;
	text-indent: -9999px;
	width: 120px;
}

.tabs-nav .services a {background: url(../images/backgrounds/services.gif);}
.tabs-nav .products a {background: url(../images/backgrounds/products.gif);}
.tabs-nav .weddings a {background: url(../images/backgrounds/weddings.gif);}


.tabs-nav .tabs-selected a {
    color: #000;
	font-weight: bold;
}
.tabs-nav .tabs-selected a, .tabs-nav a:hover, .tabs-nav a:focus, .tabs-nav a:active {
    outline: 0; /* prevent dotted border in Firefox */
}
.tabs-nav a, .tabs-nav .tabs-disabled a:hover, .tabs-nav .tabs-disabled a:focus, .tabs-nav .tabs-disabled a:active {
}

.tabs-nav .tabs-selected a:link, .tabs-nav .tabs-selected a:visited, .tabs-nav .tabs-disabled a:link, .tabs-nav .tabs-disabled a:visited { /* @ Opera, use pseudo classes otherwise it confuses cursor... */
    cursor: text;
}
.tabs-nav a:hover, .tabs-nav a:focus, .tabs-nav a:active { /* @ Opera, we need to be explicit again here now... */
    cursor: pointer;
}
.tabs-nav .tabs-disabled {
    opacity: .4;
}
.tabs-container {
 	float: left;
	padding: 22px 25px 0 40px;
	height: 170px;
	width: 535px;
}

#services {background: url(../images/backgrounds/services-arrow.gif) no-repeat;}
#products {background: url(../images/backgrounds/products-arrow.gif) no-repeat 0 64px;}
#weddings {background: url(../images/backgrounds/weddings-arrow.gif) no-repeat 0 128px;}

#content h2 {
	font-size: 13px;
	padding: 0 0 10px 0;
}

#content #services p {padding: 0 0 15px 0;}


#content #products-list {
	list-style-type: none;
	position: relative;
	top: -10px;
}

#content #products-list li {
	float: left;
	list-style-type: none;
	padding: 0 0 10px 0;
	width: 535px;
}

#content #products-list li.tigi {
	background: url(../images/logos/tigi.gif) no-repeat;
	padding: 15px 0 10px 131px;
	width: 404px; height: 35px;
}

#content #products-list li.paulmitchell {
	background: url(../images/logos/paul-mitchell.gif) no-repeat 0 5px;
	padding: 15px 0 10px 207px;
	width: 328px; height: 35px;
}

#content #products-list li.bedhead {
	background: url(../images/logos/bed-head.gif) no-repeat;
	padding: 15px 0 10px 85px;
	width: 450px; height: 35px;
}

#content #products-list li a {color: #598F3D;}
#content #products-list li a:hover {color: #000;}

/*
footer
================================================*/

#footer {
	color: #DEDEDE;
	font-size: 12px;
	text-align: center;
}

#footer a {color: #DEDEDE;}
#footer a:hover {color: #fff;}