@font-face {
    font-family: 'chalet-tokyoregular';
    src: url('../fonts/chatokoyo-webfont.eot');
    src: url('../fonts/chatokoyo-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/chatokoyo-webfont.woff') format('woff'),
         url('../fonts/chatokoyo-webfont.ttf') format('truetype'),
         url('../fonts/chatokoyo-webfont.svg#chalet-tokyoregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
body{
	font-family: 'Droid Sans', sans-serif;
	color:#555555;
	font-size:13px;
}
.topStrip{
	width:100%;
	height:6px;
	background:#C00;
}
#wrapper{
	display:table;
	margin:0 auto;
	width:1000px;
}
.header{
	width:100%;
	float:left;
	padding:10px 0 10px 0;
}
.logo{
	float:left;
}
.logo img{
	float:left;
	margin-left:16px;
}

.info{
	float:right;
	padding:26px 0 0 0;
}
.info > ul{
	margin:0;
	padding:0;
}
.info > ul > li{
	float:left;
	list-style:none;
	margin:10px 0 0 10px;
}
.info > ul > li > span{
	padding:0 10px;
}

.nav{
	width:100%;
	background:#1C3D70;
	float:left;
}
.nav > ul{
	margin:0;
	padding:0;
}
.nav > ul > li{
	list-style:none;
	float:left;
	padding:10px 66px;
	border-left:1px solid #fff;
	position:relative;
}
.nav > ul > li > a{
	color:#fff;
	text-decoration:none;
}
.submenu{
	position:absolute;
	display:none;
	width:125%;
	left:0;
	z-index:1000;
	background:#1C3D70;
	margin-top:10px;
	padding-bottom:10px;
}
.submenu > ul{
	margin:0;
	padding:0;
}
.submenu > ul > li{
	list-style:none;
	margin:10px 10px 0 10px;
	padding:5px;
	border-bottom:1px dashed #0a2457;
}
.submenu > ul > li:last-child{
	border:none;
}
.submenu > ul > li > a{
	color:#fff;
	text-decoration:none;
	font-size:13px;
}
.clrfix{
	clear:both;
}
.slideshow{
	width:1000px;
	position:relative;
	margin:2px 0 0 0;
	background:#eee;
}
.slideshow img{
	padding:5px;
}

.container{
	width:100%;
	margin:25px 0 0 0;
}
.content{
	float:left;
	width:72%;
	margin-left:20px;
}
.content P{
	line-height:24px;
	text-align:justify;
	padding:3px;
}
.leftmenu{
	float:left;
	border-right:1px solid #d2d2d2;
	width:25%;
}
.menuinner{
	margin:10px 0 0 0;
}
.menuinner > ul{
	margin:0;
	padding:0;
}
.menuinner > ul > li{
	margin:15px 0 0 0;
	list-style:none;
}
.menuinner > ul > li > i{
	color:#1C3D70;
}
.menuinner > ul > li > a{
	color:#555555;
	text-decoration:none;
	font-size:13px;
}
.menuinner > ul > li > a:hover{
	color:#1C3D70;
}
.heading{
	width:100%;
}
.heading h1{
	margin:0;
	letter-spacing:1px;
	color:#1C3D70;
	font-weight:normal;
	font-size:20px;
	text-transform:uppercase;
}
.footer{
	width:100%;
	background:#1C3D70;
	margin-top:30px;
	float:left;
}
.footer .footerInner{
	width:1000px;
	margin:0 auto;
}
.footerLeft span{
	float:left;
	color:#fff;
	line-height:35px;
	font-size:12px
}
.footerRight a{
	color:#fff;
	text-decoration:none;
	font-weight:bold;
	padding-left:5px;
}
.footerRight span{
	float:right;
	color:#fff;
	line-height:35px;
	font-size:12px
}

.contactus{
	float:left;
	width:280px;
	border-right:1px solid #ccc;
}
.contactus h2{
	 color: #fe0002;
    font-size: 16px;
    font-weight: normal;
    letter-spacing: 1px;
    line-height: 7px;
    margin: 24px 0 0;
    text-transform: uppercase;
}
.contactus h5{
	font-size:15px;
	margin-top:20px;
	font-weight:normal;
	color:#070E1D;
}
.contactus > ul {
    margin: 0;
    padding: 0;
}

.contactus > ul > li {
    list-style: none outside none;
    margin: 11px 0 0;
}
.contactus > ul > li > i {
    color: #000;
    float: left;
    line-height: 28px;
}

.contactus > ul > li > span {
    display: block;
    font-size: 14px;
    line-height: 23px;
    padding-left: 20px;
}
.enquiry{
	float:right;
	width:408px;
}
.enquiry h2{
	 color: #fe0002;
    font-size: 16px;
    font-weight: normal;
    letter-spacing: 1px;
    line-height: 7px;
    margin: 24px 0 0;
    text-transform: uppercase;
}
.enquiry > form > ul {
    margin: 0;
    padding: 0;
}
.enquiry > form > ul > li {
    list-style-position: inside;
    list-style-type: none;
    margin: 14px 0 0;
}
.enquiry > form > ul > li > label {
    float: left;
    font-size: 14px;
    padding: 6px;
    width: 107px;
}
.enquiry > form > ul > li > input[type="text"] {
    border: 1px solid #ccc;
    padding: 7px;
    width:269px;
}
.enquiry > form > ul > li > textarea {
    border: 1px solid #ccc;
    height: 60px;
    padding: 10px;
    resize: none;
    width: 263px;
}
.enquiry > form > ul > li > input[type="submit"] {
    background: none repeat scroll 0 0 #070E1D;
    border: medium none;
    color: #fff;
    cursor: pointer;
    margin: 0 0 0 118px;
    padding: 5px;
    text-transform: uppercase;
    transition: background 0.5s linear 0s;
    width: 80px;
	font-family: 'Droid Sans', sans-serif;
}
.enquiry > form > ul > li > input[type="reset"] {
    background: none repeat scroll 0 0 #070E1D;
    border: medium none;
    color: #fff;
    cursor: pointer;
    margin: 0 0 0 7px;
    padding: 5px;
    text-transform: uppercase;
    transition: background 0.5s linear 0s;
    width: 80px;
	font-family: 'Droid Sans', sans-serif;
}