/*
Perfect Dress, Perfect Day
Copyright 2008
*/

body{
	background: url(images/bg.png);
	margin: 0;
	padding: 0;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	color: #fff;
	
}

a img{
	border: 0;
}

#container{
	width: 760px;
	margin: auto;
	margin-top: 10px;
}

#header{
	width:760px;
	height: 75px;
	margin: auto;
}

#logo{
	float: left;
	position: relative;
}

#nav{
	width: 500px;
	float: right;
	position: relative;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.9em;
	margin-top: 15px;
}

#navul{
	list-style: none;
	display: inline;
	float: right;
}

#navul li{
	float: left;
	list-style: none;
	display: inline;	
	margin-right: 20px;
}

#navul li a:link, a:visited{
	color: #fff;
	text-decoration: none;
}

#navul li a:hover, a:active{
	background: url(images/hover.png) bottom repeat-x;
	padding-bottom: 3px;
}

#on{
	color: #fff;
	background: url(images/hover.png) bottom repeat-x;
	padding-bottom: 3px;
}

#frontimage{
	background: url(images/frontimage.png) no-repeat;
	width: 760px;
	height: 508px;
	margin: auto;
	margin-top: 20px;
}

#serviceimage{
	background: url(images/serviceimg.png) no-repeat;
	width: 760px;
	height: 508px;
	margin: auto;
	margin-top: 20px;
}

#galleryimage{
	background: url(images/galleryimg.png) no-repeat;
	width: 760px;
	height: 508px;
	margin: auto;
	margin-top: 20px;
}

#pricesimage{
	background: url(images/pricesimg.png) no-repeat;
	width: 760px;
	height: 508px;
	margin: auto;
	margin-top: 20px;
}

#contactimage{
	background: url(images/contactimg.png) no-repeat;
	width: 760px;
	height: 508px;
	margin: auto;
	margin-top: 20px;
}

#servicetext{
	width: 370px;
	color: #fff;
	font-size: 10pt;
	float: left;
	margin-top: 70px;
	margin-left: 18px;
	display: inline;
}

#pricestext{
	width: 370px;
	color: #fff;
	font-size: 10pt;
	float: right;
	margin-top: 70px;
	margin-right: 18px;
	display: inline;
}

#box{
	width: 355px;
	height: 160px;
	margin-top: 25px;
	margin-left: 30px;
	float: left;
	font-size: 10pt;
	position: relative;
	display: inline;
	letter-spacing: -1pt;
	line-height: .9em;
}

.speechmarks{
	color: #0dc7ce;
}

#footer{
	color: #999;
	text-align: center;
	font-size: 9pt;
	padding-top: 10px;
}

/* Gallery */

#gallerytext{
	float: left;
	color: #e6e6e6;
	font-size: 10pt;
	margin-top: 60px;
	margin-left: 25px;
	position: relative;
}

#col1{
	width: 185px;
	height: 380px;
	float: left;
	margin-left: 5px;
	margin-top: 20px;
	position: relative;
}

#col2{
	width: 185px;
	height: 380px;
	float: left;
	margin-top: 20px;
	margin-left: 5px;
	position: relative;
}

#col3{
	width: 185px;
	height: 380px;
	float: left;
	margin-top: 20px;
	position: relative;
}

#col4{
	width: 185px;
	height: 380px;
	float: left;
	margin-top: 20px;
	position: relative;
}

/* Contact*/

form#contactform label {	width: 100px; display: block; float: left;	font-weight: normal;}	form#contactform td {	padding: 4px;	}	
form#contactform td.submitbutton {	text-align: center;}

#leftform{
	float: left;
	margin-top: 240px;
	margin-left: 10px;
	display: inline;
	font-size: 9pt;
}

#rightform{
	float: right;
	margin-top: 230px;
	margin-right: 10px;
	display: inline;
	font-size: 8pt;
}