/**
 * RESET
 **/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img {
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym {
	border:0;
}
a {
	outline:none;
	}
img {
	display:block;
	}
	
/**
 * Site CSS Styles
 **/
body {
	font-family:arial,sans-serif;
	font-size:12px;	
	background-color:#000;
	color:#FFF;
	background: #333 url('/public/images/pagebackground.gif') top left;
	line-height:1.2;
	}
	
#wrapper {
	width:800px;
	position: relative;
	margin:20px auto;
	overflow:hidden;
	zoom:1;
	background: url('/public/images/wrappertop.gif') no-repeat top left;	
	padding-top:10px;
	}
	
#header {
	display:block;
	overflow:hidden;
	zoom:1;
	background-color:#000;
	padding:15px 0;
	}
	
#logo {
	display:inline;
	width:330px;
	margin-left:30px;
	float:left;
	}
	
#tagline {
	display:inline;
	width:410px;
	margin-right:30px;
	float:left;
	}
	
#navigation {
	background-color:#FFE300;
	padding:0 30px;
	}
	
#navigation ul {
	overflow:hidden;
	zoom:1;
	}
	
#navigation ul li {
	float:left;
	font-size:11px;
	font-weight:bold;
	display:inline;
	margin-right:15px;
	}
	
#navigation ul li a {
	display:block;
	line-height:20px;
	font-size:11px;
	font-weight:bold;
	color:#000;
	text-decoration:none;
	}
	
#navigation ul li a.selected {
	color:#CB0066;
	}
	
#pinkbar {
	display:block;
	margin-top:1px;
	background-color:#CB0066;
	height:10px;
	line-height:10px;
	font-size:0px;
	}
	
#contentwrapper {
	background-color:#000;
	padding:30px 30px 50px 30px;
	color:#FFF;
	overflow:hidden;
	zoom:1;
	}
	
#fullcontentwrapper {
	background-color:#000;
	padding:30px 30px 50px 30px;
	color:#FFF;
	overflow:hidden;
	zoom:1;
	}
	
	
#leftcol {
	display:inline;
	float:left;
	width:355px;
	}
	
#rightcol {
	display:inline;
	float:right;
	width:355px;
	}
	
#videowrapper {
	display:block;
	margin-left:14px;
	margin-right:13px;
	}
	
#video {
	background: url('/public/images/videobackground.gif') top left;
	padding:3px 5px 5px 3px;
	}
	
#quotation {
	margin-left:14px;
	margin-right:13px;
	display:block;
	margin-top:30px;
	font-size:14px;
	line-height:1.4;
	padding:0 20px;
	}
	
#galleryquotation {
	margin-left:14px;
	margin-right:13px;
	display:block;
	margin-top:20px;
	font-size:14px;
	line-height:1.4;
	padding:0 20px;
	}

#signiture {
	margin-left:14px;
	margin-right:13px;
	margin-top:10px;
	}

h1 {
	font-size:24px;
	font-weight:bold;	
	margin-bottom:30px;
	line-height:30px;
	}
	
h2 {
	font-size:12px;
	font-weight:bold;	
	margin-bottom:16px;
	line-height:16px;
	}
	
h6 {
	font-size:14px;
	line-height:24px;
	font-weight:bold;	
	margin-bottom:30px;
	line-height:30px;
	}
	
h6 span {
	font-weight:normal;
	color:#666;
	}
	
p {
	line-height:16px;
	margin-bottom:16px;
	}
	
#footer {
	background: url('/public/images/footerbackground.gif') no-repeat bottom left;
	padding:0 30px 15px 30px;
	font-size:9px;
	color:#666;
	}

#footer a {
	color:#666;
	text-decoration:none;
}
	
#galleryimages {
	overflow:hidden;
	zoom:1;
	}

.galleryimage {
	float:left;
	display:inline;
	width:100px;
	margin-right:10px;
	margin-bottom:10px;
	}

.galleryimage img, .galleryimageend img {
	background: url('/public/images/videobackground.gif') top left;
	padding:3px 5px 5px 3px;
	}

.galleryimageend {
	float:left;
	display:inline;
	width:100px;
	margin-right:0px;
	margin-bottom:10px;
	}
	
#contentwrapper ul {
	list-style-type:disc;
	margin-left:1.5em;
	line-height:16px;
	margin-bottom:11px;
	}
	
#contentwrapper ol {
	list-style-type:decimal;
	margin-left:1.5em;
	line-height:16px;
	margin-bottom:11px;
	}

#contentwrapper li {
	margin-bottom:5px;
	}
	
#contentwrapper a {
	color:#FFF;
	}
	
strong {
	font-weight:bold;
	}
	
#formcontent {
	margin-top:0px;
	}

form {
	
	}
	
.formrow {
	overflow:hidden;
	zoom:1;
	margin-bottom:5px;
	}
	
.formlabel {
	float:left;
	display:inline;
	width:75px;
	margin-right:10px;
	}
	
.formfield {
	float:left;
	display:inline;
	width:240px;
	}
	
input.text {
	width:200px;
	}
	
textarea.text {
	width:200px;
	hieght:120px;
	}
		
.formbutton{
	float:left;
	display:inline;
	width:240px;
	margin-left:85px;
	}

.error {
	background-color:#CB0066;
	color:#FFF;
	}
	
#enquire {
	margin-left:14px;
	display:block;
	margin-top:20px;
	font-size:14px;
	line-height:1.4;
	padding:0 0 0 20px;
	}

.toast {
	margin-left:14px;
	display:block;
	margin-top:20px;
	font-size:14px;
	line-height:1.4;
	padding:0 0 0 20px;
	}
	