/*CSS RESET*/


html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}


body{
	font-size: 67.5%;
	font-family: "Lucida Grande", Arial, Tahoma, sans-serif;
	background: #232323 url(images/html.jpg) left top repeat-x;
}

#block{
	width: 870px;
	margin: 0 auto;
	padding: 0 0 210px 0;
}

#head{
	background: url(images/logo.jpg) left top no-repeat;
	height: 239px;
	position: relative;
}

#head h1{
	position: absolute;
	margin: 0 0 0 -5000px;
}

#head #contact{
	background: url(images/contact.jpg) left top no-repeat;
	width: 588px;
	height: 107px;
	position: absolute;
	right: 0;
	top: 50px;
	padding: 25px 0 0 0;
}

#contact p{
	font-size: 1.8em;
	color: #333;
	margin: 0 35px 0 0;
	text-align: center;
	line-height: 1.4em;
}

strong{
	font-weight: bold;
}

#contact a{
	color: #333;
	font-weight: bold;
	text-decoration: none;
}

#nav{
	height: 77px;
}

#nav li.space_right a{
	margin: 0 80px 0 0;
}

#nav ul{
	height: 77px;
}

#nav li{
	display: inline;
}

#nav a{
	list-style: none;
	color: #fff;
	text-decoration: none;
	display: block;
	float: left;
	font-size: 20px;
	line-height: 78px;
}

#nav a:focus{
	background: url(images/nav_focus.jpg) center bottom no-repeat;
}


#slider {
    width: 870px;
    margin: 0 auto;
    position: relative;
}

.scroll {
    height: 100%;
    width: 870px;
    overflow: auto;
    overflow-x: hidden;
    position: relative;
    clear: left;
}

.scrollContainer div.panel {
    padding: 20px;
    height: 100%;
    width: 870px;
}	

.panel_left{
	width: 399px;
	float:left;
	margin: 0 40px 0 0;
}

.panel_right{
	float: left;
	width: 399px;
}

.panel_left h2, .panel_right h2{
	font-size: 18px;
	color: #fff;
	font-style: italic;
	font-weight: bold;
	margin: 20px 0;
}

.info_box{
	border: 4px solid #25C1F3;
	padding: 5px 15px;
	text-align: center;
	margin: 25px 0 20px 0;
}

	.info_box h2{
		font-style: normal;
		font-weight: normal;
		margin: 10px 0;
	}

.panel_left p, .panel_right p{
	color: #fff;
	font-size: 1.2em;
	line-height: 1.5em;
	margin: 0 0 10px 0;
}

h3{
	color: #25C1F3;
	font-size: 1.3em;
	margin: 20px 0;
}

.panel_left a, .panel_right a{
	color: #25C1F3;
	border-bottom: 1px dotted #25C1F3;
	padding: 0 0 2px 0;
	text-decoration: none;
}

.panel_left a:hover, .panel_right a:hover{
	color: #fff;
	border-color: #fff;
}

.panel_left ul li, .panel_right ul li{
	list-style: disc;
	color: #fff;
	font-size: 1.2em;
	line-height: 1.5em;
	margin: 0 0 0 20px;
}

.panel_left ul, .panel_right ul{
	margin: 0 0 20px 0;
}

#contact_form{
	background: url(images/contact.png) left top no-repeat;
	height: 329px;
	padding: 15px;
}

#contact_form h2{
	margin: 0 0 10px 0;
	padding: 0;
	font-size: 20px;
	color: #333;
	font-style: normal;	
}

#contact_form label
{
	font-size: 17px;
	color: #333;
	cursor: pointer;
	font-weight: bold;
}

#contact_form table tr{
	margin: 0 0 10px 0!important;
}

#contact_form #submit{
	background: url(images/enquire.png) left top no-repeat;
	width: 213px;
	height: 32px;
	text-align: center;
	color: #fff;
	border: none;
	cursor: pointer;
	font-size: 17px;
}

#contact_form input, #contact_form textarea{
	width: 210px;
	border: 2px solid #444;
}

#contact_form input{
	font-size: 15px;
	margin: 0 0 5px 0;
}

#contact_form input:focus, #contact_form textarea:focus{
	border:2px solid green;
}

#foot{
	background: #363636;
	border-top:1px solid #444;
	z-index: 100;
	clear: left;
	color: #fff;
	padding: 10px 0 0 0;
	position: relative;
	bottom: 0;
	left: 0;
	width: 100%;
}

#foot p{
	font-size: 1em;
	line-height: 1.4em;
	margin: 0 auto 10px auto;
	text-align: center;
	width: 870px;
}