@charset "utf-8";
/* 
CSS Document
Posh Pinks Nails
Created by: Salon Online
Creator: Geoff Boult
Date:20/05/2009
Web:www.salon-website.co.uk
*/

/*========== Universal Settings =========*/
*{
	margin:0;
	padding:0;
}

a{
	text-decoration:none;
}

li{
	list-style-type:none;
}

body {
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:82.5%;
	color:#333;
	height:100%;
}

p {
	margin:0.25em 0 1em 0;
	color:#262626;
	font-size:87.5%;
	line-height:15px;
}

img {border:0;}

/*=======================================*/

/*========== Main Settings ==============*/

#container1 {
	margin:0 auto;
	width:800px;
	height:100%; /*temporary height through design*/
	margin-top:1em;
	border:0px solid #CCC;
}

#topleft {
	float:left;
	position:relative;
	width:542px; /*temporary width until main image size*/
	height:280px; /*temporary height until main image size*/
	background:url(images/images/logo-slice.png) no-repeat;
}

#toprightmenu {
	float:left;
	position:relative;
	width:258px; /*temporary width until main image logo size*/
	height:280px; /*temporary height until main image logo size*/
	background:url(images/images/brunette-slice.png) no-repeat;
}

#footer {
	float:left;
	position:relative;
	width:100%;
	height:auto;
	padding:2em 0 1em 0;
	text-align:center;
	font-size:87%;
	color:#424242;
	border-top:1px solid #e96ead;
}

#footer a {
	color:#424242;
}

#footer a:hover {
	color:#d72f85;
}

/*================== menu settings ====================*/
#menu {
	float:left;
	width:100%;
	height:50px;
	margin:0;
	padding:0;
	margin-top:5px;
	background:url(images/nav-bgnd.png) no-repeat;
}

#menu ul {
	margin: 0px;
    padding: 0px;
    color: #FFF;
    line-height: 30px;
    white-space: nowrap;
}

#menu li {
	list-style-type:none;
	display:inline;
}

#menu li:first-child  { 
	border-left:0;
}

#menu li a {
	color:#FFF;
	margin-top:2px;
	padding:9px 42px 9px 42px;
	float:left;
	width:auto;
	border-left:0px solid #d21f7b;
}

#menu li a:hover {
	text-decoration:none;
	background:none;
}

#menu li:first-child a  { 
	border-left:0;
}



/*=====================================================*/
#cwrapper {
	float:left;
	position:relative;
	width:100%;
	height:auto;
	background:url(images/small-swirl-pink.png) repeat;
}

#content {
	float:left;
	position:relative;
	width:570px;
	height:100%; /*set to auto on completion*/
	min-height:500px;
	padding:2em 1.5em 3em 0.5em;
	background:#FFF;
	border-right:1px solid #e86bab;
	margin-top:4px;
}

#contentlng {
	float:left;
	position:relative;
	width:570px;
	height:100%; /*set to auto on completion*/
	min-height:500px;
	padding:2em 1.5em 3em 0.5em;
	background:#FFF;
	border-right:1px solid #e86bab;
	margin-top:4px;
}

#rightcolumn {
	float:left;
	position:relative;
	width:160px;
	height:auto; /*set to auto on completion*/
	margin-top:1em;
	padding:1em;
}

/*=============== header settings =====================*/
h1 {
	font-size:105%;
	color:#323232;
	font-weight:normal;
	margin-bottom:1em;
}

h2 {
	font-size:105%;
	color:#e86bab;
	font-weight:normal;
	margin-top:1em;
}

/*================= class setting =====================*/
.tbdotted {
	border-bottom:1px dotted #E2E2E2;
}

.formstyles {
	font-size:85%;
	border:1px solid #EFEFEF;
	margin-top:1em;
	margin-bottom:1em;
}
