body {
	font-family: Arial, Helvetica, sans-serif;
	color: #1F1F1F;
	background-color: #000000;
	margin: 0px;
	padding: 0px;
}

#page-container {
	margin-left: auto;
	margin-right: auto;
	width: 1199px;
}

#header {
	background: url(../images/menu-bg.jpg) #000000 no-repeat bottom;
}

#header #phone {
	width: 280px;
	float: left;
	margin-left: 112px;
	padding-top: 70px;
	color: #FFFFFF;
}

#header #phone #calluk {
	font-size: 21px;
	font-weight: bold;
}

#header #phone #callint {
	font-size: 13.4px;
}

#header #logo {
	width: 408px;
	float: left;
}

#header #socialmedia {
	width: 300px;
	float: left;
	text-align: right;
	padding-top: 45px;
	color: #FFFFFF;
	font-size: 15px;
}
#header #socialmedia #followus {
	padding: 8px 0px 0px 0px;
	width: 170px;
	float: left;
	text-align: right;
}
#header #socialmedia #socialicons {
	float: left;
	width: 120px;
	text-align: right;
}

#header .news {
	width: 243px;
	float: left;
	text-align: right;
	padding: 15px 0px 0px 40px;
	color: #FFFFFF;
	font-size: 15px;
}


.menu {width:975px; height:50px; position:relative; z-index:100;margin-top: 25px; margin-left: auto; margin-right: auto; border-top: 1px solid #4B1718;}
/* hack to correct IE5.5 faulty box model */
* html .menu {width:975px; w\idth:975px;}
/* remove all the bullets, borders and padding from the default list styling */
.menu ul {padding:0;margin:0;list-style-type:none;}
.menu ul ul {width:180px;}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li {float:left;width:185px;position:relative}
/* style the links for the top level */
.menu a, .menu a:visited {display:block;font-size:16px;text-decoration:none; color:#fff; width:185px; height:30px; background: url(../images/menu-divider.jpg) no-repeat right; text-align: center; line-height:35px; }
/* a hack so that IE5.5 faulty box model is corrected */
* html .menu a, * html .menu a:visited {width:160px; w\idth:160px;}

/* style the second level background */
.menu ul ul a.drop, .menu ul ul a.drop:visited {background:#d4d8bd;}
/* style the second level hover */
.menu ul ul a.drop:hover{background:#c9ba65;}
.menu ul ul :hover > a.drop {background:#c9ba65;}
/* style the third level background */
.menu ul ul ul a, .menu ul ul ul a:visited {background:#e2dfa8;}
/* style the third level hover */
.menu ul ul ul a:hover {background:#b2ab9b;}

/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {visibility:hidden; position:absolute;height:0;top:31px;left:0; width:160px;}
/* another hack for IE5.5 */
* html .menu ul ul {top:30px;t\op:31px;}

/* position the third level flyout menu */
.menu ul ul ul{left:160px; top:-1px; width:170px;}

/* position the third level flyout menu for a left flyout */
.menu ul ul ul.left {left:-160px;}

/* style the table so that it takes no ppart in the layout - required for IE to work */
.menu table {position:absolute; top:0; left:0; border-collapse:collapse;}

/* style the second level links */
.menu ul ul a, .menu ul ul a:visited {background:#292929; color:#fff; height:auto; line-height:1.4em; padding:5px 10px; width:165px; border-width:0 1px 1px 1px; font-size: 13px}
/* yet another hack for IE5.5 */
* html .menu ul ul a, * html .menu ul ul a:visited {width:160px;w\idth:128px;}

/* style the top level hover */
.menu a:hover, .menu ul ul a:hover{	color: #752022;font-weight: bold;}
.menu :hover > a, .menu ul ul :hover > a {	color: #752022;font-weight: bold;}
.menu ul ul :hover > a {	color: #752022;font-weight: normal;}

/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul,
.menu ul a:hover ul{visibility:visible;}
/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul{visibility:hidden;}
/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul{ visibility:visible;}

/* additional custom tweaks */
.submenu {
	border-top: 1px solid #424141;
}


#gallery {
	text-align: center;
	height: 411px;
	background: url(../images/gallery-bg.jpg) #000000 no-repeat;
	margin: 0px;
}
#content-bgtile {
	background: url(../images/content-bg-tile.jpg) #FFFFFF repeat-y;
}
#content-bg {
	background: url(../images/content-bg.jpg) no-repeat bottom;
}
#content {
	width: 975px;
	min-height: 218px;
	margin-left: auto;
	margin-right: auto;
	background: #FFFFFF;
	font-size: 14px;
}

#content h1 {
	color: #752022;
	margin: 0px;
}
#content h2 {
	color: #752022;
	font-size: 28px;
	margin: 0px;
}
#content h3 {
	color: #752022;
	font-size: 21px;
	margin: 0px;
}


#content #left-col {
	width: 620px;
	float: left;
	padding: 15px;
}

#content #right-col {
	width: 310px;
	float: left;
	padding: 15px 15px 0px 0px;

}

#footer {
	background: url(../images/footer-bg.jpg) #000000 no-repeat;
	min-height: 101px;
	padding-top: 15px;
}

#footer #links {
	width: 625px;
	margin-left: 114px;
	float: left;
	color: #FFFFFF;
}
#footer #links a {
	color: #FFFFFF;
	text-decoration: none;
}
#footer #links a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

#footer #links #btnterms {
	width: 157px;
	float: left;
	background: url(../images/footerlink-divider.jpg) no-repeat right;
}

#footer #links #btnlinks {
	width: 57px;
	float: left;
	background: url(../images/footerlink-divider.jpg) no-repeat right;
	padding-left: 15px;
}

#footer #links #btnquestionnaire {
	width: 110px;
	float: left;
	background: url(../images/footerlink-divider.jpg) no-repeat right;
	padding-left: 15px;
}

#footer #links #btnbrochure {
	width: 165px;
	float: left;
	padding-left: 15px;
}


#footer #links #btnprice {
	width: 100px;
	float: left;
	padding-left: 15px;
}


#footer #copyright {
	width: 350px;
	float: left;
	padding-top: 3px;
	text-align: right;
	color: #948F8F;
	font-size: 11px;
}



.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

input, textarea, select {
	background-color: #FAFAFA;
	border: 1px solid #CCCCCC;
}

#submit {
	width: 100px;
	padding: 5px;
	background-color: #272727;
	border: 1px solid #505050;
	color: #FFFFFF;
	font-size: 16px;
	font-weight: bold;
	cursor: pointer;
	
}

#submit:hover {
	background-color: #505050;
	border: 1px solid #272727;	
	cursor: pointer;
}

#advert1 {display: block; width: 315px; height: 194px; background: url(../images/advert1.jpg) no-repeat 0 0;}
#advert1:hover {background-position: -315px 0;}
#advert1 span {position: absolute; top: -999em;}

#advert2 {display: block; width: 315px; height: 194px; background: url(../images/advert2.jpg) no-repeat 0 0;}
#advert2:hover {background-position: -315px 0;}
#advert2 span {position: absolute; top: -999em;}

#advert3 {display: block; width: 315px; height: 194px; background: url(../images/advert3.jpg) no-repeat 0 0;}
#advert3:hover {background-position: -315px 0;}
#advert3 span {position: absolute; top: -999em;}

#advert4 {display: block; width: 315px; height: 194px; background: url(../images/advert4.jpg) no-repeat 0 0;}
#advert4:hover {background-position: -315px 0;}
#advert4 span {position: absolute; top: -999em;}

#advert5 {display: block; width: 315px; height: 194px; background: url(../images/advert5.jpg) no-repeat 0 0;}
#advert5:hover {background-position: -315px 0;}
#advert5 span {position: absolute; top: -999em;}

#advert6 {display: block; width: 315px; height: 194px; background: url(../images/advert6.jpg) no-repeat 0 0;}
#advert6:hover {background-position: -315px 0;}
#advert6 span {position: absolute; top: -999em;}
