body
{
padding:auto;
margin:auto;
font-family:Trebuchet MS;
width:100%;
height:100%;
}
h1,h2,h3,h4,h5,h6,p,div
{
padding:0px;
margin:0px;
font-weight:normal;
}
ul,li,a,span,input
{
padding:0px;
margin:0px;
border:none;
}
img
{
border:none;
}


#main_frame
{
padding:auto;
margin:auto;
width:1000px;
-moz-border-radius:15px;
-webkit-border-radius:15px;
user-select:none;
-moz-user-select:none;
-webkit-user-select:none;
display:table;
}
#main_header
{
padding:0px;
margin:0px;
width:100%;
height:100%;
background:url(../images/main_header-bg.png) repeat-x #2F0202;
}
.menus
{
padding:0px;
margin:0px;
float:left;
width:1000px;
height:auto;
border-bottom:1px solid #d0d0d0;
background:#F1F1F1;
}

.menu {	
	height:50px;
	width:950px;
    margin-left:28px !important;
	
	
	background: -webkit-linear-gradient(top, #E22C32 0%,#E22C32 100%);
	background: -moz-linear-gradient(top, #E22C320%,#E22C32 100%);
	background: -o-linear-gradient(top,#E22C32 0%,#E22C32 100%);
	background: -ms-linear-gradient(top, #E22C32 0%,#E22C32 100%);
	background: linear-gradient(top, #E22C32 0%,#E22C32 100%);

	
	z-index:999;
	position:relative;
	background:url(../images/bg-top-shadow.png);

}

.menu li {
	position: relative;
	list-style: none;
	float: left;
	display: block;
	height:50px;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	
}

/* Links */

.menu li a {
	display: block;
	padding: 0 55px 0px;
	margin: 0px 0px 0px 0px;
	line-height: 50px;
	text-decoration: none;
	
	
	
	border-right: 1px solid #d0d0d0;

	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 12px;

	color:#000000;
	

	-webkit-transition: color .2s ease-in-out;
	-moz-transition: color .2s ease-in-out;
	-o-transition: color .2s ease-in-out;
	-ms-transition: color .2s ease-in-out;
	transition: color .2s ease-in-out;
	
	
}

.menu li:first-child a { border-left: none; }
.menu li:last-child a{ border-right: none; }

.menu li:hover > a { color:#ff9804; }

/* Sub Menu */

.menu ul {
	width:150px;
	position: absolute;
	top:50px;
	left:0px;

	opacity: 0;
	
	background: #e7e7e7;

	-webkit-border-radius: 0 0 5px 5px;
	-moz-border-radius: 0 0 5px 5px;
	border-radius: 0 0 5px 5px;

	-webkit-transition: opacity .25s ease .1s;
	-moz-transition: opacity .25s ease .1s;
	-o-transition: opacity .25s ease .1s;
	-ms-transition: opacity .25s ease .1s;
	transition: opacity .25s ease .1s;
	padding:0px 0px 10px 0px;
	margin:0px 0px 0px 30px;
}

.menu li:hover > ul { opacity: 1; }

.menu ul li {
	
	height: 0;
	overflow: hidden;
	padding: 0;

	-webkit-transition: height .25s ease .1s;
	-moz-transition: height .25s ease .1s;
	-o-transition: height .25s ease .1s;
	-ms-transition: height .25s ease .1s;
	transition: height .25s ease .1s;
}

.menu li:hover > ul li {
	height: 20px;
	overflow: visible;
	padding: 0 0 10px 0;
	
}

.menu ul li a {
	width: 150px;
	padding: 4px 0 4px 20px;
	margin: 0;

	border: none;
	
	
}

.menu ul li:last-child a { border: none; width:200px;
}

#show
{
	color:#FFFFFF;
	background:#ff9601;
}

.company
{
padding:0px;
margin:0px 0px 0px 0px;
float:left;
width:1000px;
height:auto;
background:#f5f5f5;
}

.company_name
{
padding:0px;
margin:20px 0px 15px 60px;
float:left;
width:374px;
height:45px;
}


#srch
{
padding:0px;
margin:-60px 0px 0px 765px;
float:left;
height:49px;
width:198px;
}
.search_box
{
float: right;
background:url(../images/search_button.png) no-repeat;
height:32px;
width:189px;
margin:0px 0px 0px 0px;
}
.txtarea_search
{
background: none;
height:30px;
width:110px;
float: left;
margin:0px 0px 0px 10px;
border:none;
color:#000000;
font-weight: normal;
font-family:Trebuchet MS;
font-size:9px;
text-indent:0px;
padding-left:3px;
}

.search_box:hover
{
cursor: pointer;
}



.bg-top-shadow {width:100%; background:url(../images/bg-top-shadow.png) center bottom repeat-x; padding:40px 0 2px}
	#page3 .bg-top-shadow {padding:40px 0 35px}
	#page4 .bg-top-shadow {padding:40px 0 60px}
	#page5 .bg-top-shadow {padding:40px 0 62px}
.bg-top {width:100%; background:url(../images/bg-top-tail.jpg) center top repeat-x}
.bg-top-2 {width:100%; background:url(../images/bg-top-tail2.jpg) center top repeat-y}
.bg {width:100%; background:url(../images/bg-top.jpg) center top no-repeat}
.bg-bot {width:100%; background:url(../images/bg-bot-tail.gif) center top repeat-x #fff; padding:30px 0 55px}
	#page3 .bg-bot, #page4 .bg-bot {padding:30px 0 49px}
.main {width:980px;padding:0;margin:0 auto;font-size:0.8125em;line-height:1.6153em}
a {color:#ff9601; outline:none}
a:hover {text-decoration:none}
.col-1, .col-2 {float:left}
.wrapper {width:100%; overflow:hidden; position:relative}
.extra-wrap {overflow:hidden}
p {margin-bottom:18px}
.p0 {margin-bottom:0px}
.p1 {margin-bottom:8px}
.p2 {margin-bottom:15px}
.p3 {margin-bottom:30px}
.p4 {margin-bottom:40px}
.p5 {margin-bottom:50px}
.reg {text-transform:uppercase}
.fleft {float:left}
.fright {float:right}
.alignright {text-align:right}
.aligncenter {text-align:center}
.it {font-style:italic}
.letter {letter-spacing:-1px}
.color-1 {color:#fff}
.color-2 {color:#000}
.color-3 {color:#262626}
.color-4 {color:#ff9601}
.frame {padding:10px;background:#fff;box-shadow: 3px 5px 8px rgba(0,0,0,0.70);-moz-box-shadow: 3px 5px 8px rgba(0,0,0,0.70);-webkit-box-shadow: 3px 5px 8px rgba(0,0,0,0.70)}
.frame2 {padding:9px;background:#fff;border:1px solid #e5e5e5}
/*********************************boxes**********************************/
.margin-bot {margin-bottom:35px}
.spacing {margin-right:35px}
.indent-top {padding-top:13px}
.indent-top2 {padding-top:4px}
.indent-right {padding-right:30px}
.indent-right2 {padding-right:10px}
.indent-left {padding-left:30px}
.indent {padding:0 10px 0 30px}
.indent2 {padding-left:50px}
.indent3 {padding:0 15px}
.indent-bot {margin-bottom:20px}
.indent-bot2 {margin-bottom:30px}
.indent-bot3 {margin-bottom:45px}
.inner {padding:0 55px 0 28px}
.inner-2 {padding:0 45px 0 42px}
.img-indent-bot {margin-bottom:25px}
.img-indent {float:left; margin:0 22px 8px 0}	
.img-indent2 {float:left; margin:0 30px 0px 0}	
.img-indent3 {float:left; margin:0 23px 0px 0}	
.img-indent-r {float:right; margin:0 0px 0px 40px}	
.prev-indent-bot {margin-bottom:10px}	
.prev-indent-bot2 {margin-bottom:5px}	
.buttons a:hover {cursor:pointer}
.menu li a, .list-1 li a, .list-2 li a, .link, .button, .logo {text-decoration:none}

/*********************************content*************************************/
#content {width:100%;padding:0;position:relative;z-index:1; float:left;}
.gallery {padding:20px 0 26px 20px;background:#fff !important;box-shadow: 0px 5px 8px rgba(0,0,0,0.70);-moz-box-shadow: 0px 5px 8px rgba(0,0,0,0.70);-webkit-box-shadow: 0px 5px 8px rgba(0,0,0,0.70)}
.padding {padding:30px 0px 38px}
/* -- gallery  begin --*/
 div.content {/* The display of content is enabled using jQuery so that the slideshow content won't display unless javascript is enabled. */
	display: none;width: 620px;height: 403px;margin:  0;padding: 0px;float: left;overflow: hidden}
 div.content img {position: relative;z-index: 2}
 div.content a, div.navigation a {text-decoration: none;display:block;position:relative;cursor:pointer}
	div.content a img, div.navigation a img {position:relative;	z-index:1}
	div.content a span, div.navigation a span {display:block;	width:140px;	height:121px;	background:#000;	position:absolute;	left:0;	top:0;	z-index:2}
	div.content a span.selected,
	div.navigation a span.selected {display:none !important}
 div.content a:focus, div.content a:hover, div.content a:active {text-decoration: underline}
 div.controls {}
 div.controls a {padding: 0px}
 div.ss-controls {float: left;display:none}
 div.nav-controls {position:absolute;left:0px;width:596px;bottom:0px;z-index: 1}
 div.nav-controls a.prev {background:url(../images/prev.gif) no-repeat 0 0;width:39px;height:39px;text-indent:-5000px;position:absolute;bottom:2px;left:0;z-index:11}
 div.nav-controls a.prev:hover {background:url(../images/prev-h.gif) no-repeat 0 0}
 div.nav-controls a.next {background:url(../images/next.gif) no-repeat 0 0;width:39px;height:39px;text-indent:-5000px;position:absolute;bottom:2px;right:0;z-index:11}
 div.nav-controls a.next:hover {background:url(../images/next-h.gif) no-repeat 0 0}
 div.slideshow-container {position: relative;height: 403px; /* This should be set to be at least the height of the largest image in the slideshow */z-index:1}
 div.loader {position: absolute;top: 0;left: 0;background-image:url(images/loader.gif);background-repeat: no-repeat;background-position: center;width: 592px;height: 470px; /* This should be set to be at least the height of the largest image in the slideshow */}
 div.slideshow {}
 div.slideshow span.image-wrapper {display: block;width: 620px;height: 403px;position:absolute;left:0;top:0}
 div.slideshow a.advance-link {display: block;width: 620px;height: 403px; /* This should be set to be at least the height of the largest image in the slideshow */	padding: 0;margin: 0}
 div.slideshow a.advance-link img {padding:0;margin:0;display:block;position:absolute;left:0;top:0}
 div.slideshow a.advance-link:hover, div.slideshow a.advance-link:active, div.slideshow a.advance-link:visited {text-decoration: none}
 div.slideshow img {}
 div.download {float: right}
 div.caption-container {position: absolute;top: 0;left: 0;width: 596px;height: 151px}
 span.image-caption {display: block;position: absolute;width: 596px;height: 151px;top: 0;left: 0;z-index:10}
 div.caption {width: 536px;height: 128px;padding: 23px 30px 0 30px;line-height: 18px;font-size: 13px;color: #fff}
 div.caption h5{line-height: 18px;font-size: 13px;color: #fd003f;text-transform:uppercase;font-weight:bold;text-decoration:none}
 div.caption h6{line-height: 18px;font-size: 13px;color: #fff;font-weight:normal;margin: 0 0 18px 0}
 div.image-title {}
 div.image-desc {}
 div.navigation {}
 div#thumbs {width: 320px;height:403px;overflow: hidden;padding: 0px 0px 0 0}
 ul.thumbs {float: right;margin-left:0;padding: 0;width:320px;height:auto;overflow:visible}
 ul.thumbs li {height: 121px;float:left;margin: 0 20px 20px 0;overflow: hidden;padding: 0;vertical-align:top}
 ul.thumbs li img {border: none}
 a.thumb:focus {outline: none}
 div.pagination {clear: both;text-align:center;position:relative;z-index:10}
 div.top.pagination {display:none}
 div.navigation div.bottom { display:none}
 div.pagination a, div.pagination span.current, div.pagination span.ellipsis {padding:0 4px;font-weight:bold;color:#fff}
 div.pagination a:hover {text-decoration: none;color:#ffeaa8}
 div.pagination span.current {color:#ffeaa8}
 div.pagination span.ellipsis {border: none;padding: 5px 0 3px 2px}
/* -- gallery end --*/
.quote {padding-left:30px;background:url(../images/quote.png) 0 3px no-repeat;position:relative}
.spacer-1 {width:100%;background:url(../images/pic-1.gif) 217px 0 repeat-y}
h3 {font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;font-size:36px;line-height:1.2em;margin:0 0 22px 0;color:#262626;font-weight:normal;letter-spacing:-2px}
h6 {color:#ff9601}
.title {display:inline-block;font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;font-size:49px;line-height:71px;text-transform:uppercase;letter-spacing:-3px;color:#ff9601;padding:0 25px 0 0;background:url(../images/pic-2.gif) right 0 repeat-y}
	.title.t2 {font-size:60px;	line-height:1.3em;	padding:0 40px 0 0;	background:url(../images/pic-3.gif) right 0 no-repeat}
.tdate-1 {display:block;font-weight:bold}
.border-bot {width:100%;padding-bottom:20px;background:url(../images/pic-1.gif) 0 bottom repeat-x}
.box {width:100%;background:#fff;box-shadow: 0px 5px 8px rgba(0,0,0,0.70);-moz-box-shadow: 0px 5px 8px rgba(0,0,0,0.70);-webkit-box-shadow: 0px 5px 8px rgba(0,0,0,0.70)}
.button {display:inline-block;padding:10px 20px 11px;color:#fff;font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;font-size:18px;line-height:1.22em;background:url(../images/button-tail.gif) 0 0 repeat-x #000;text-transform:uppercase;letter-spacing:-1px}	
.button:hover {background:#ff9601}
.list-1 li {display:inline-block;font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;font-size:21px;line-height:26px;padding:0 0 10px 12px;background:url(../images/marker.png) 0 12px no-repeat;letter-spacing:-1px}
.list-1 li.last {padding:0 0 0 12px}
	.list-1 li a:hover {color:#fff}
.list-2 li {line-height:1.23em;padding:8px 0;background:url(../images/pic-1.gif) 0 bottom repeat-x}
	.list-2 li a {display:inline-block;	color:#262626;	padding-left:10px;	background:url(../images/marker-2.gif) 0 6px no-repeat}
		.list-2 li a:hover {color:#ff9601}
	.list-2 .last-item {background:none}
.price-list li {width: 100%;overflow: hidden;vertical-align: top;line-height: 1.23em;padding:7px 0 9px;color: #262626;background:url(../images/pic-1.gif) 0 bottom repeat-x}
.price-list li.last {background:none}
	.price-list li strong {background: url(../images/pic-4.gif) 0% 12px repeat-x;	display: block;	overflow: hidden}
	.price-list li span {float: right;	color: #262626}
	.price-list li a {float: left;	text-decoration: none;	color: #262626;	padding-left:10px;	background:url(../images/marker-2.gif) 0 5px no-repeat}
		.price-list li a:hover {color:#ff9601}
.link:hover {text-decoration:underline} 
.link-1 {display:inline-block;font-size:14px;padding-right:8px;background:url(../images/marker-3.gif) right 8px no-repeat}
.link-1:hover {color:#fff} 
.text-1 {font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;font-size:21px;line-height:30px;color:#ff9601;display:block;letter-spacing:-1px} 
.price {display:inline-block;font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;font-size:35px;line-height:1.2em;letter-spacing:-2px}
dl span {float:left; width:93px}
dl strong {float:left; width:80px; font-weight:normal}
/***** carousel-style *****/
.carousel {margin: 0 auto;width:940px;height:229px;overflow:hidden;position:relative}
.carousel .next {display:block;height:22px;width:11px;position:absolute;right:0px;top:14px;background:url(../images/carousel-control.png) right top no-repeat;text-indent:-5000px}
.carousel .prev {display:block;height:22px;width:11px;position:absolute;right:31px;top:14px;background:url(../images/carousel-control.png) left top no-repeat;text-indent:-5000px}
.jCarouselLite {left:-12px !important}
#carousel li {width:200px !important;height:121px !important;padding:17px 22px 27px;margin-right:-4px;background:url(../images/carousel-li-bg.png) left top no-repeat;position:relative;overflow:hidden}
	#carousel li a {display:block; position:relative}
	#carousel li a span {font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;	letter-spacing:-2px;	display:block;	width:78px;	height:35px;	background:#fff;	color:#262626;	font-size:35px;	line-height:1.2em;	position:absolute;	left:0;	bottom:0;	overflow:hidden;	z-index:99}
/***** subscribe form *****/
#subscribe-form {display:block}
#subscribe-form .subscribe-field {background:#fbfbfb;border:1px solid #fff;width:288px;height:29px;margin-bottom:20px;box-shadow: 0px 5px 8px rgba(0,0,0,0.70);-moz-box-shadow: 0px 5px 8px rgba(0,0,0,0.70);-webkit-box-shadow: 0px 5px 8px rgba(0,0,0,0.70)}
#subscribe-form input {width:268px;font-size:13px;line-height:1.23em;color:#262626;padding:6px 10px;margin:0;font-family:Arial, Helvetica, sans-serif;border:none;background:none;outline:none}
/***** Contact form *****/
#contact-form {display:block}
#contact-form label {display:block;height:40px;overflow:hidden}
#contact-form input {float:left;width:406px;font-size:13px;line-height:1.23em;color:#262626;padding:6px 10px;margin:0;font-family:Arial, Helvetica, sans-serif;border:1px solid #d9d9d9;background:#fcfcfc;outline:none}
#contact-form textarea {float:left;height:192px;overflow:auto;width:776px;font-size:13px;line-height:1.23em;color:#404040;padding:6px 10px;margin:0;font-family:Arial, Helvetica, sans-serif;border:1px solid #d9d9d9;background:#fcfcfc;outline:none}
.text-form {float:left;display:block;font-size:13px;line-height:1.23em;width:81px;color:#262626;font-family:Arial, Helvetica, sans-serif;padding-top:3px}
.buttons {padding:18px 30px 0 0; text-align:right}
.buttons a {margin-left:10px; padding:10px 42px 11px}






#main_products
{
padding:0px;
margin:0px;
width:100%;
height:100%;
background:#FFFFFF;
}

.products
{
padding:0px;
margin:0px;
float:left;
width:1000px;
height:auto;
background:#FFFFFF;
}

.products h1
{
padding:0px;
margin:20px 0px 0px 35px;
float:left;
font-size:18px;
color:#FF9601;
font-weight:bold;
font-family:Arial, Helvetica, sans-serif;
width:940px;
}
.products h1 a:hover
{
color:#FF9601;}

.products h2
{
padding:0px;
margin:20px 0px 0px 35px;
float:left;
font-size:16px;
color:#000000;
font-family:Arial, Helvetica, sans-serif;
width:940px;
font-weight:bold;
text-decoration:underline;
}	


.products p
{
padding:0px;
margin:20px 35px 10px 35px;
float:left;
font-size:14px;
color:#494949;
font-family:Arial, Helvetica, sans-serif;
width:920px;
text-align:justify;
}	
.products ul
{
width:930px;
float:left;
height:auto;
margin-top:10px;
}

.products ul li
{
padding:0px;
margin:0px 0px 0px 40px;
float:left;
width:930px;
height:auto;
color:#FFCCCC;
text-decoration:none;
list-style:none !important;
font-size:13px;
font-family:Arial, Helvetica, sans-serif;
}

.products ul li a
{
padding:0px;
margin:0px;
float:left;
width:930px;
height:auto;
color:#494949;
text-decoration:none !important;
font-weight:bold;
}

.products ul li a:hover
{
color:#FF9601;
}

			
.img_gallery
{
padding:0px;
margin:0px 0px 20px 0px;
float:left;
width:1000px;
height:auto;
}

.img_gallery div
{
padding:0px;
margin:0px 0px 0px 35px;
float:left;
width:200px;
height:auto;
}


.img_gallery div h1
{
padding:0px 0px 0px 0px;
margin:10px 0px 5px 0px;
float:left;
width:190px;
height:auto;
font-size:15px;
font-family:Arial, Helvetica, sans-serif;
text-align:center;
font-weight:bold;
color:#000000;
}

.img_gallery div h1 a
{
padding:0px 0px 0px 0px;
margin:10px 0px 5px 0px;
float:left;
width:190px;
height:auto;
font-size:15px;
font-family:Arial, Helvetica, sans-serif;
text-align:center;
font-weight:bold;
color:#000000;
text-decoration:none;
}

.img_gallery div p
{
padding:0px;
margin:10px 0px 0px 0px;
float:left;
width:200px;
height:auto;
font-size:12px;
font-family:Arial, Helvetica, sans-serif;
color:#494949;
text-align:justify;
}


.read
{
padding:5px 0px 0px 0px;
margin:10px 0px 0px 0px;
float:right;
width:119px;
height:29px;
background:url(../images/read-more.png) no-repeat;
}


#main_footer
{
padding:auto;
margin:auto;
display:table;
height:auto;
width:100%;
background:#E7E7E7 !important;
}

#main_footer
{
padding:auto;
margin:auto;
display:table;
height:auto;
width:100%;
background:#b2b1b2 !important;
}

.footer
{
padding:0px;
margin:0px;
float:left;
height:63px;
width:1000px;
background:#b2b1b2;
}

.logos
{
margin:5px 25px 0px 0px;
float:right;
width:150px;
height:auto;
}

.copyright
{
margin:20px 10px 0px 35px;
float:left;
width:590px;
height:auto;
}

.copyright h5
{
margin:0px 0px 0px 0px;
float:right;
font-size:11px;
font-style:normal;
font-family:Trebuchet MS;
color:#FFFFFF;
width:590px;
font-weight:bold;
}


.enquiry_form
{
height:495px;
width:460px;
float: left;
margin:8px 0px 15px 35px;
background:none;
-moz-border-radius:10px 0px 0px 10px;
-webkit-border-radius:10px 0px 0px 10px;
border-radius:10px 0px 0px 10px;
background:#FF9601;
padding:15px 20px 10px 10px;
border-right:4px solid #E4E3E2;
}
.enquiry_form div
{
width:466px;
float: left;
height:auto;
color: #ffffff;
font-size:14px;
font-family:Trebuchet MS;
margin-top:4px;
font-weight: normal;
margin-right:13px;
position:relative;
display:block;
margin-bottom:5px;
text-shadow:none;
font-weight:bold;
}
.enquiry_form input
{
-moz-box-shadow: 0px 1px 0px #777;
-webkit-box-shadow: 0px 1px 0px #777;
background: #ddd url('img/inputSprite.png') no-repeat 4px 5px;
background: url('img/inputSprite.png') no-repeat 4px 5px, -moz-linear-gradient(
           center bottom,
           rgb(225,225,225) 0%,
           rgb(215,215,215) 54%,
           rgb(173,173,173) 100%
           );
	  background:  url('img/inputSprite.png') no-repeat 4px 5px, -webkit-gradient(
          linear,
          left bottom,
          left top,
          color-stop(0, rgb(225,225,225)),
          color-stop(0.54, rgb(215,215,215)),
          color-stop(1, rgb(173,173,173))
          );
color:#333;
text-shadow:0px 1px 0px;
-moz-border-radius:8px;
-o-border-radius:8px;
border-radius:8px;
-webkit-border-radius:8px;
}
.enquiry_form input:hover
{
background:;
}
.txt_box
{
color:#000000;
font-family:Arial;
font-size:11px;
font-weight: normal;
height:50px;
width:356px;
float:right;
margin:0px;
background:#CCCCCC;
-moz-border-radius:8px;
-o-border-radius:8px;
border-radius:8px;
-webkit-border-radius:8px;
}
.txt_area
{
color:#000000;
font-family:Arial;
font-size:11px;
font-weight: normal;
height:23px;
width:356px;
float:right;
margin:0px;
}
.enquiry_form  select 
{
height:23px;
width:360px;
float:right;
color: #000000;
font-family:Trebuchet MS;
font-size:11px;
font-weight: normal;
-moz-border-radius:8px;
-o-border-radius:8px;
border-radius:8px;
-webkit-border-radius:8px;
background:#CCCCCC;
}
.enquiry_form  textarea 
{
color:#000000;
font-family:Arial;
font-size:11px;
font-weight: normal;
height:50px;
width:356px;
float:right;
margin:0px;
border-radius:8px;
-moz-border-radius:8px;
-webkit-border-radius:8px ;
background:#CCCCCC;
}
.enquiry_form textarea:hover
{
background:;
}
.enquiry_form select:hover
{
background:;
}
.button1
{
height:25px;
width:80px;
border:none;
cursor:pointer;
color:#000000!important;
font-family: Arial!important;
 border:2px solid #E4E3E2;
 font-weight:bold;
box-shadow: 0px 3px 0px none!important;
-moz-box-shadow: 0px 3px 0px  #000000!important;
-webkit-box-shadow: 0px 3px 0px #000000 !important;
float:right !important;
margin-top:5px !important;
margin-right:5px !important;
}

#contact
{
height:500px;
width:420px;
float: left;
margin:8px 0px 8px 0px;
-moz-border-radius:0px 10px 10px 0px;
-webkit-border-radius:0px 10px 10px 0px;
border-radius:0px 10px 10px 0px;
background:#FF9601!important;
padding:10px 0px 10px 10px;
}
#contact a
{
color:#CCCCCC;
}
#contact a:hover
{
color:#CCCCCC;
text-decoration:underline;
}
#contact h3
{
height: auto;
width:410px;
float:left;
margin:0px 0px 20px 0px;
background: none;
padding:5px 5px 6px 0px;
text-align:left;
color:#FFFFFF;
font-size:18px;
font-weight:normal;
border-bottom:2px solid  #E4E3E2;
}
#contact font
{
font-family: Trebuchet MS;
font-size:14px;
color: #ffffff;
font-weight:bold;
width:295px;
float:left;
margin:10px 0px 5px 0px ;
height:40px;
}
#contact b
{
font-size:15px;
color:#B60101;
font-weight:bold;
float:left;
width:120px;
margin:10px 0px 0px 0px;
height:40px;
}

#contact h4
{
height: auto;
width:410px;
float:left;
margin:0px 0px 20px 0px;
background: none;
padding:5px 5px 6px 0px;
text-align:left;
color:#FFFFFF !important;
font-size:18px;
font-weight:normal;
}


.images
{
padding:0px;
margin:0px 0px 10px 10px;
float:right;
width:200px;
height:200px;
border:2px solid #FF9601;
}