/* CSS Document */

html, body {
	height: 100%;
}
body {
	background-image: url(img/bg1.jpg);
	background-color:#FFFFFF;
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
#wrapper{
	min-height: 90%;
	height: auto !important;
	height: 90%;
	margin: 0 auto -80px; /* the bottom margin is the negative value of the footer's height */
	width:800px;

}
#container{
	width:800px;
	float:left;
}
#header{
	height:100px;
	float:left;
	width:800px;

}
#header_text{
	float:right; 
	padding-top:6px; 
	text-align:right;
}
#menu{
	width:200px;
	height:220px;
	/*background-color:#FFFFFF;*/
	background-image:url(img/nav_bg1.jpg);
	background-repeat:no-repeat;
	padding:10px;
	margin-top:5px;
	float:left;

}
#main_img{
	width:550px;
	height:225px;
	background-color:#FFFFFF;
	padding:10px;
	margin-top:5px;
	margin-left:10px;
	float:left;

}
#sidebox{
	width:200px;
	background-color:#FFFFFF;
	padding:10px;
	margin-top:5px;
	float:left;

}
#content{
	width:550px;
	background-image:url(img/content_bg1.jpg);
	background-repeat:no-repeat;
	padding:10px;
	margin-left:10px;
	float:left;
	height:100%;

}
#footer{
	height: 100px; /* .push must be the same height as .footer */
	width:100%;
	/*background-color: #BF2D52;*/
	background-image:url(img/footer_bg1.jpg);
	background-repeat:repeat-x;
	background-position:bottom;
	font-size:11px;
	color:#CCCCCC;
	margin-top:5px;
	padding-top:5px;
	float:left;
}
#push {
	height: 70px; /* .push must be the same height as .footer */
	font-size:10px;
	color:#CCCCCC;
	float:left;
	width:100%;
	margin:auto;
}
body,td,th {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	color: #666666;
}
.style1 {
	font-size: 24px;
	font-weight: bold;
	color: #BF2D52;
}
.style2 {
	color: #BF2D52;
	font-size:12px;
}
a.navtop:link, a.navtop:visited {
	background-color: transparent;
	font-size:14px;
	color: #ffffff;
	display: inline;
	float: left;	
	height: 20px;
	line-height: 20px;
	margin-left:20px;
	margin-bottom: 7px;
	margin-top:9px;
	width:150px;
	padding-left:30px;
	text-align: left;
	text-decoration: none;	
}
a.navtop:hover{
	color: #ffffff;
	text-decoration:none;
	background-image:url(img/nav_bg.jpg);
}
.style3 {font-size: 12px}
.style4 {
	color: #BF2D52;
	font-weight: bold;
}
.style7 {color: #BF2D52; font-weight: bold; font-size: 14px; }
.style8 {font-size: 14px}
a:link {
	color: #BF2D53;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	font-weight: bold;
	color: #BF2D53;
}
a:hover {
	text-decoration: none;
	color: #EE6B8D;
}
a:active {
	text-decoration: none;
	color: #EE6B8D;
}
input.enquiry, textarea.enquiry{
	font-size:12px;
}
.twitter{
	color:#0099CC;
}
.faded{
	color:#999999;
}
form{
	margin:0px;
}
input, textarea{
	font-size:12px;
	font-family: Tahoma, Verdana, Arial, sans-serif;
}
input[type=submit]{
	width:100px;
}