@charset "UTF-8";
/* CSS Document */

/* Q Studio hair Studios - CSS design by Octopus Creative Design */

* {
	margin: 0;
	padding: 0;
}

img {
	border: 0;
}

body {
    font: 13px Georgia, "Times New Roman", Times, serif;
	color: #203434;
	background: #d6d8e2 url(../images/bg_container.jpg) 0 0 no-repeat;
}



/* Global positions */

#container {
	position: relative;
	width: 780px; 
	background: #d6d8e2 url(../images/bg_container.jpg) 0 0 no-repeat;
	text-align: left; 
	margin: 0 auto; 
	padding: 0;
}

#head {
	position: relative;
	width: 440px; 
	height: 180px;
	padding-left: 10px;
	background: #fff url(../images/bg_container.jpg) 0 0 no-repeat;
}

#nav {
	display: none;
}

#content {
	position: relative;
	width: 780px; 
}

#text {
	padding-left: 10px;
}

.clearer {
	display: block;
	margin: 0;
	padding: 0;
	clear: both;
}

#links {
		display: none;
}

#footer {
	display: none;
}




/* Global styles */

img.logo {
	position: absolute;
	top: 51px;
	left: 13px;
}

p {
	line-height: 1.2em;
	padding-bottom: 0.4em;
}

em {
	font-style: normal;
	font-weight: 700;
}

h1 {
	font-size: 200%;
	font-style: normal;
	font-weight: 200;
	line-height: 1em;
	padding-bottom: 10px;
}

h2 {
	font-size: 150%;
	font-style: normal;
	font-weight: 200;
	line-height: 1em;
	padding-top: 15px;
	padding-bottom: 10px;
}

h4 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 100%;
	font-weight: 200;
	color: #fff;
	padding: 10px 0;
}




/* Head styles */

#head a.offers:link, #head a.offers:visited {
	position: absolute;
	top: 10px;
	right: 10px;
	display: block;
	width: 104px;
	height: 104px;
	background: url(../images/bg_latest_offers.png) 0 0 no-repeat;
	text-decoration: none;
}

#head a.offers:hover {
	background: url(../images/bg_latest_offers.png) -104px 0 no-repeat;
}





/* Nav styles */

#nav ul {
	list-style: none;
}

#nav ul li {
	float: left;
}

#nav ul li a:link, #nav ul li a:visited {
	color: #fff;
	font-size: 110%;
	display: block;
	padding: 2px 10px;
	height: 40px;
	text-decoration: none;
}

#nav ul li a:hover {
	color: #4f657b;
	background: url(../images/bg_nav_over.gif) bottom center no-repeat;
}

#nav ul li.over a:link, #nav ul li.over a:visited {
	color: #203434;
	background: url(../images/bg_nav.gif) bottom center no-repeat;
}




/* Content styles */

#FlashID {
	display: none;
	position: absolute;
	top: 0;
	right: 0;
}

#content img.products {
	position: absolute;
	bottom: 0;
	right: 0;
}

#content .job {
	padding: 5px 0 10px 0;
	margin-bottom: 10px;
	border-bottom: 1px solid #fff;
}

#content .offer {
	color: #fff;
	background: #889bab url(../images/bg_offers.jpg) top right no-repeat;
	padding: 10px 50px 10px 10px;
	margin-bottom: 10px;
}

#content .offer p {
	font-size: 150%;
	padding-top: 0;
}

#content .job h2, #content .offer h2 {
	font-size: 200%;
	padding-top: 0;
}

#content a:link, #content a:visited {
	color: #369aef;
}

#content a:hover {
	color: #fff;
	text-decoration: none;
}

#content ul {
	position: relative;
	list-style: none;
	margin-bottom: 5px;
	padding: 5px 0;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
}

#content ul li {
	padding-bottom: 0.5em;
}

#content ul li em {
	position: absolute;
	right: 0;
}

#content img.products {
	display: none;
	position: absolute;
	bottom: 0;
	right: 0;
}

#content img.gallerypic {
	padding-right: 11px;
	padding-bottom: 11px;
}

#content .colleft {
	width: 300px;
	float: left;
}

#content .colright {
	width: 300px;
	float: right;
	padding: 130px 50px 0 0;
}

.submit {
	display: none;
}






/* Links styles */

#links img {
	padding-right: 20px;
}




/* Footer styles */

#footer img {
	display: none;
}

#footer p.octopus {
	display: none;
}

#footer a:link, #footer a:visited {
	color: #49a3dd;
}

#footer a:hover {
	color: #ccc;
	text-decoration: none;
}