body {
	background-image: url(images/main-bg.gif);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}
h1 {
	font-size: 14px;
	color: #FF6699;
	font-weight: normal;
}
p {
	font-size: 12px;
	color: #666666;
}
a {
	color: #FF6699;
	text-decoration:none;
}
a:hover {
	text-decoration: underline;
}

.image {
	border:1px solid #666666;
	margin: 5px;
}
.input {
	color: #FF6699;
	border: 1px solid #ccc;
}
.enquiry {
	color: #FF6699;
}
#wrapper {
	width: 762px;
	margin: 30px auto;
}
#head-wrapper {
	width: 762px;
	height: 135px;
	margin: 0 auto;
}
	#header {
		width: 762px;
		height: 109px;
		margin: 0 auto;
		background: url(images/header-bg.gif) repeat-x;
		border-top: 1px solid #ccc;
		border-left: 1px solid #ccc;
		border-right: 1px solid #ccc;
	}
		#header .logo {
			width: 220px;
			height: 97px;
			margin: 0;
			float: left;
		}
		#header .head2 {
			float: right;
			text-align: right;
			margin: 20px 20px 0 0;
		}

#nav {
	border-bottom:1px solid #CCCCCC;
	border-left:1px solid #CCCCCC;
	border-right:1px solid #CCCCCC;
	height:24px;
	padding:0 0 0 7px;
	width:755px;
}

#nav a {
	color: #666666;
	text-decoration:none;
	margin:5px;
}

#nav a:hover {
	color: #FF6699;
	border-bottom:1px solid #FF6699;
}

#body-wrapper {
	width: 762px;
	margin: 0;
	padding: 0;
	height:286px;
}
	#body-wrapper .images {
	background: #fff;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	clear:both;
	float:left;
	height:285px;
	width:762px;
	}
	
	#body-wrapper .content {
	background: #fff url(images/petals.jpg) no-repeat scroll left bottom;
	border:1px solid #CCCCCC;
	clear:both;
	float:left;
	line-height:20px;
	min-height:216px;
	padding:0 14px;
	width:734px;
	}
	#body-wrapper .content .contact {
	width:400px;
	margin: 20px 0 20px 125px;	
	}
	#body-wrapper .hpleft {
	width:580px;
	float: left;
	}
	#body-wrapper .hpright {
	width:127px;
	float: right;
	background: url(images/dots.gif) repeat-y;
	text-align: right;
	margin: 20px 10px 0;
	}
		#body-wrapper .hpright .ser {
		margin: 5px 0 0 0;
		}
		#body-wrapper .hpright .con {
		margin: 12px 0 0 0;
		}
		#body-wrapper .content img {
		margin: 9px 0 0 7px;	
		}
	
#footer {
	background-color:#FFF1F6;
	border-bottom:1px solid #CCCCCC;
	border-left:1px solid #CCCCCC;
	border-right:1px solid #CCCCCC;
	clear:both;
	float:left;
	font-size:11px;
	height: 40px;
	padding:0;
	width:762px;
}
.footer-text {
	float: left;
	height: auto;
	padding:13px 0 0 13px;
	width:50%;
	display: inline;

}
.social {
	float: right;
	margin:0;
	padding:0;
	width:100px;
	text-align: right;
	display: inline;
}
.social_pad {
	padding:5px;
}

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.cssform p{
width: 320px;
clear: left;
margin: 0;
padding: 5px 0 8px 0;
padding-left: 155px; /*width of left column containing the label elements*/
border-top: 1px dashed gray;
height: 1%;
}

.cssform label{
font-weight: bold;
float: left;
margin-left: -155px; /*width of left column*/
width: 150px; /*width of labels. Should be smaller than left column (155px) to create some right margin*/
}

.cssform input[type="text"]{ /*width of text boxes. IE6 does not understand this attribute*/
width: 300px;
border:1px solid #FF6699;
}

.cssform textarea{
width: 300px;
height: 50px;
border:1px solid #FF6699;
}

/*.threepxfix class below:
Targets IE6- ONLY. Adds 3 pixel indent for multi-line form contents.
to account for 3 pixel bug: http://www.positioniseverything.net/explorer/threepxtest.html
*/

* html .threepxfix{
margin-left: 3px;
}