@charset "utf-8";
/* CSS Document for angelnailsstudio.co.uk*/

/* HTML tags */
body{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:14px;}
	
h2{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#B03F6C;}

/* HTML tags end */

/* div tags (in order) */

#container{
	background:#FFF;
	width:1024px;
	height:100%;
	margin: 2% 10%;}

#header{
	background:#FFF;
	width:100%;
	height:20%;
	float:left;}
	
#logo{
	background:#FFF url(../logomaster.png) no-repeat;
	height:60px;}

#nav{
	background:#FFF;
	width:100%;
	height:60px;
	float:left;}
	
.navhome{
	background:url(../homemaster.png) no-repeat;
	width:5%;
	height:20px;
	float:right;
	margin:40px 0px 0px 0px;
	text-decoration:none;}
	
.navhome a{
	display:block;
	width:100%;
	height:20px;
	text-decoration:none;}

.navcontact {
	background:url(../contactmaster.png) no-repeat;
	width:5%;
	height:20px;
	float:right;
	margin:40px 20px 0px 0px;
	text-decoration:none;}

.navcontact a{
	display:block;
	width:100%;
	height:20px;
	text-decoration:none;}
#pics{
	background:#FFF;
	width:1024px;
	height:140px;
	float:left;
}

#picsholder{
	background:#FFF;
	width:1024px;
	height:130px;
	float:left;
	margin:0% 0%;}

.pic1{
	background:url(../headerimg2.png) no-repeat;
	width: 204px;
	float:left;
	height:130px;
	}
	
.pic2{
	background:url(../headerimg3.png) no-repeat;
	width: 204px;
	float:left;
	height:130px;
	}
	
.pic3{
	background:url(../headerimg4.png) no-repeat;
	width: 204px;
	float:left;
	height:130px;
	}
	
.pic4{
	background:url(../headerimg5.png) no-repeat;
	width: 204px;
	float:left;
	height:130px;
	}
	
.pic5{
	background:url(../headerimg1.png) no-repeat;
	width: 204px;
	float:left;
	height:130px;
	}

#contentholder{
	background:#FFF;
	width:100%;
	height:40%;
	float:left;}

#contentmain{
	background:#FFF;
	width:340px;
	height:auto;
	float:left;
	margin: 0% 1%;}

#maincontentheader{
	background:url(../Welcometextimg.png) no-repeat;
	height:35px;
	}

#contactcontent{
	background:#FFF;
	width:60%;
	height:500px;
	float:left;}

.googlemapholder{}

.contentsidebar1{
	background: #FFF url(../sideimg.png) no-repeat;
	width:340px;
	height:400px;
	float:left;}
	
.contentsidebar2{
	background:#FFF url(../pricelistmaster.png) no-repeat right top;
	width:300px;
	height:900px;
	float:right;}
	
.contentsidebar3{
	background: #FFF;
	width:40%;
	height:500px;
	float:left;}	

#contactinfoholder{
	background:url(../contactimg.png) no-repeat;
	height:500px;
	margin:1% 10%;}
	
#footer{
	background:#FFF;
	width:100%;
	height: 100px;
	float:left;}

#workinghours{
	width:30%;
	height:50px;
	float:left;
	margin: 2% 1%;
	background: url(../workinghoursmaster.png) no-repeat left center;}

#copyright{
	width:30%;
	height:50px;
	float:right;
	margin: 2% 1%;
	background:url(../copyrightmaster.png) no-repeat center;}

#mylogo{
	width:30%;
	height:50px;
	float:right;
	margin: 2% 1%;
	background:url(../mylogomaster.png) no-repeat right center;}

.line1{
	background:url(../linemaster.png) repeat;
	width:100%;
	height: 1px;
	float:left;
	margin: 0px 0px 5px 0px;}
	
.line2{
	background:url(../linemaster.png) repeat;
	width:100%;
	height: 1px;
	float:left;
	margin: 5px 0px 45px 0px;}
	
.line3{
	background:url(../linemaster.png) repeat;
	width:100%;
	height: 1px;
	float:left;
	margin: 45px 0px 10px 0px;}

