@charset "utf-8";
/* CSS Document */

body{background-image:url(../images/Bg2.jpg);
background-repeat:no-repeat;
margin:0;
font-family:Tahoma;
}
#logo {
	margin: 0px;
	padding: 0px;
	float: left;
	height: 150px;
	width: 179px;
}
header {
	height: 160px;
	width: 983px;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#hd-right {
	text-align: right;
	float: right;
	height: 97px;
	width: 650px;
	margin-top: 27px;
}
#hd-right #search {
	position: relative;
	width: 180px;
	float: right;
}
#hd-right #search #search-go {
	position: absolute;
	top: 0px;
	right: 0px;
}
#hd-right #search #search-query {
	color: #999999;
	border: 1px solid #045070;
	border-radius: 5px;
	height:23px;
	padding-left:5px;
	padding-right:5px;
}
#banner {
	height: 300px;
	width: 983px;
	margin-top: 15px;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
}
@media screen and (min-device-width: 480px) {
	
	#navigbar {display: none;}
	
  nav {
	width:983px; 
	margin:0 auto;
	background:url(../images/nav-bg.jpg) repeat-x;
	background-color:#000066;
	height:40px;
	border-radius: 11px;
	border-top:solid 2px #4D9CDE;
	border-bottom:solid 2px #032D50;
	border-left:solid 2px #3877AD;
	border-right:solid 2px #032D50;
	box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.44);
}

nav ul {
	list-style:none;
	width:983px;
	margin:0 0 0 -34px;
	margin:6px 0 0 -34px\9;

}
nav li {
	float:left;
	margin-top:7px;
}
nav li a {
	padding:13px 23px;
	width:30px;
	background:url(../images/nav-sep.png) no-repeat left;
	text-decoration:none;
	color:#FFFFFF;
	text-transform:uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
}
nav li a.first {
	padding:13px 34px;
	width:30px;
	background:none;
}
nav li a:hover {
background-color:rgba(0,0,100,0.2);
text-decoration:none;
}
}
@media screen and (max-device-width: 479px) {
  nav {
    display: none;
  }
}
/* The Nivo Slider styles */
#slides {position: relative;}
#slides img {border-radius: 7px;}
#slider{ height:300px;  width:100% !important; position: relative; overflow:hidden;}
#slider img{width:983px;}
#slider_box{height:300px; width:983px !important; position: relative; float:left;}
.nivoSlider {position: absolute;}
/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {position:absolute;top:0px;left:0px;width:100%;height:100%;border:0;padding:0;	margin:0;z-index:60;display:none;}
/* The slices in the Slider */
.nivo-slice {display:block;	position:absolute;z-index:50;height:100%;}

/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {	position:absolute; bottom:21px; z-index:99; display:block;	cursor:pointer;text-indent:-5000px; width:26px; height:13px;}
.nivo-prevNav { right:-499px;background: url(../images/marker_left.png) 0 0 no-repeat;}
.nivo-nextNav {right:-525px; display:block;background: url(../images/marker_right.png) 0 0 no-repeat;}
.nivo-prevNav:hover{ background-position: bottom;}
.nivo-nextNav:hover{ background-position: bottom;}

/* Caption styles */
.nivo-caption {position:absolute; right:-548px; top:25px; overflow:hidden;color:#fff; width:510px;}
.nivo-caption p { font-size:12px; width:487px;}

.nivo-caption .dropcap_1{ float:left; margin-top:16px; margin-right:11px; background:url(dropcap1_bg.jpg) no-repeat; width:44px; height:44px; font-size:24px; font-weight:700; line-height:44px; text-align:center; color:#fff;}
.nivo-html-caption { display:none;}


#content {
    background-color: rgba(255, 255, 255, 0.98);
    border-radius: 7px 7px 7px 7px;
    display: table;
    margin: 10px auto 0;
    padding: 10px;
    width: 965px;
}
 #my-carousel {    
    margin-top: 10px;
    padding: 0 0 40px 10px;
	}
#my-carousel ul{height:218px;overflow:hidden;}#my-carousel li{float:left;padding:0 0 20px 0;}#my-carousel .jcarousel-container{padding:0;background:none !important;width:940px;position:relative;}#my-carousel .jcarousel-direction-rtl{direction:rtl;}#my-carousel .jcarousel-container-horizontal{width:940px;}#my-carousel .jcarousel-clip{overflow:hidden;}#my-carousel .jcarousel-clip-horizontal{width:911px;height:222px;margin:0 auto;background:none !important;padding:0 5px;}#my-carousel .jcarousel-item{width:222px;height:218px;background:none !important;}#my-carousel .jcarousel-item-horizontal{margin-left:0;margin-right:9px;background:none !important;}#my-carousel .jcarousel-item-placeholder{display:none;}.jcarousel-prev{display:block;cursor:pointer;background:url(../images/prev-arrow.png) no-repeat 0 0;position:absolute;width:23px;height:24px;left:20px;top:33px;cursor:pointer;}.jcarousel-prev:hover{background:url(../images/prev-arrow.png) no-repeat 0 -24px;}.jcarousel-next{display:block;cursor:pointer;background:url(../images/next-arrow.png) no-repeat 0 0;position:absolute;width:23px;height:24px;right:17px;top:33px;cursor:pointer;}.jcarousel-next:hover{background:url(../images/next-arrow.png) no-repeat 0 -24px;}#my-carousel .figure1 img{height:88px;}
#my-carousel .figure1{
   background: none repeat scroll 0 0 #FFFFFF;
    box-shadow: 6px 7px 8px #D2CFC9;
    height: 88px;
    transition: all 0.6s ease 0s;
    width: 140px;}
#my-carousel .figure1:hover{box-shadow:1px 1px 3px #c4c3c0;}.carousel-title{padding:15px 0 0 0;text-align:center;}.carousel-title .price{display:block;font-family:'Arial',sans-serif;font-weight:300;color:#251e16;font-size:14px;line-height:18px;}.carousel-title .place{display:block;font-family:'Tahoma';font-weight:700;color:#000066;font-size:16px;line-height:22px;padding:0 0 16px 0;font-weight:100;}
#content h1 {
	font-family: "Monotype Corsiva";
	font-size: 27px;
	color: #045070;
	text-shadow: 1px 2px 1px rgba(0, 0, 52, 0.15);
	margin-top:0;
	font-weight:normal;
	margin:0;
}
#content #homeleft {
	float: left;
	width: 280px;
}

p {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #006699;
	font-size: 14px;
	line-height: 21px;
}
@media screen and (min-device-width: 480px) {
#content #homeright {
	float: left;
	width: 675px;
}
}
@media screen and (max-device-width: 479px) {
	#content #homeleft {
	display:none;
}
#content #homeright {
	float: left;
	width: 100%;
}
}

/*==================forms====================*/
input, select { vertical-align:middle; font-weight:normal;}
img {border:0; vertical-align:top; text-align:left;}

#form .form { height:40px;}
#form button {
 background-color: #CCCCCC;
    border: 1px solid #999999;
    border-radius: 6px 6px 6px 6px;
    margin-left: 11px;
    margin-top: 13px;
    padding: 5px;
	}

#form .form span { width:257px; height:24px; display:block; background:url(../images/input-bg.gif) no-repeat left top;}
#form .form1 span { background:url(../images/textarea-bg.gif) no-repeat left top; width:257px; height:101px; display:block; margin-bottom:25px;}
#form input {width:235px; background:none; border:0; color:#797979; vertical-align:top; line-height:1.08em; margin-left:10px; padding-top:4px; border:solid 1px #CCCCCC; border-radius:4px; margin-top:10px; margin-bottom:10px; padding:5px;}
#form textarea { width:247px; height:97px; overflow:auto; background:none; border: 1px solid #bbbbbb; border-radius: 6px 6px 6px 6px; padding:4px 0 0 10px; color:#797979; margin-left:10px;}
#form a { float:left; margin-left:9px;}
#footer {
	background-color: #003366;
	height: 300px;
	width: 100%;
	margin-top:30px;
}
#footer #links {
width:980px;
margin:0 auto;
} 
#footer #links ul {
	list-style-type: none;
	padding-left:0;
	}

#footer #links .links-set li a {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	padding-left:0;
	margin-left:0;
	font-size:13px;
	text-decoration:none;
	
}
#footer #links .links-set li a:hover {
	text-decoration: underline;
}

#footer #links .links-set {
	float: left;
	width: 159px;
}
#footer #links .links-set h3 {
 color: #E1F7FD;
    font-family: arial;
    font-weight: normal;
    margin-bottom: -11px;
    margin-left: -2px;
}
#content #homeright li {
	line-height: 29px;
	color: #006699;
	font-size: 14px;
}
#prodpic {
	float: left;
	width: 292px;
	/*	background-color: #003366; */
	overflow: hidden;
}
#thumbs {
	float: left;
	width: 294px;
	margin-top: 15px;
/*	background-color: #99CCFF; */
	height: 90px;
	overflow: hidden;
}
#proddesc {
	float: right;
	width: 368px;
	font-size: 12px;
	line-height: 24px;
	text-align:justify;
	color: #006699;
	/*background-color: #CCCCCC;*/
}
#prodpic img.mainimg {
	width: 292px;
}
#thumbs img {
	float: left;
	height: 90px;
	margin-right: 1px;
	cursor: pointer;
}
#thumbs img:hover {
border:solid 2px #003366;
}
#brand img {
max-width: 366px;
}
.legend {
	font-weight: bold;
	width: 149px;
	font-size: 14px;
	margin-left: 11px;
	float: left;
	margin-bottom:10px;
}
.value {
	font-size: 14px;
	float: left;
	width: 200px;
	margin-bottom:10px;
}
.desc {
	display: inline-block;
	font-size: 14px;
	margin-left: 11px;
}
#enquiry {
	width: 674px;
	display: inline-block;
	margin-top: 25px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #0099CC;
}
#result {
	font-size: 14px;
}
#result:hover {
background: none repeat scroll 0 0 #FFF8CF;
}
#result #thumb {
	height: 150px;
	width: 150px;
	float: left;
	overflow: hidden;
}
#result {
	padding-bottom: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	display: inline-block;
}
#result #brand {
	float: left;
	width: 200px;
	height:150px;
	display:inline-block;
	margin-left:10px;
	overflow: hidden;
	text-align:center;
}
#result #description {
    display: inline-block;
    float: left;
    font-family: helvetica;
    font-size: 12px;
    height: 150px;
    line-height: 24px;
    margin-left: 10px;
    width: 250px;
	overflow:hidden;
}
#result #thumb img {
	width: 150px;
}
#brand img {
	max-height: 120px;
	max-width: 120px;
}
.details {
	color: #FFFFFF;
	text-decoration: none;
	background-image: url(../images/nav-bg.jpg);
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	border-radius: 5px;
}
.link1 {
    background: none repeat scroll 0 0 #045070;
    border-radius: 2px 2px 2px 2px;
    color: #FFFFFF;
    font-weight: normal;
    padding: 7px 24px;
	cursor:pointer;
}
.link1:hover {
    background: none repeat scroll 0 0 #006699;
	}
.nl {
    background-color: #FFFFFF !important;
    border-radius: 2px 2px 2px 2px !important;
}
#copy {
    color: #ABABFF;
    float: left;
    font-size: 11px;
    margin-top: 27px;
    text-align: center;
    width: 100%;
	line-height:20px;
}
.relp {
min-width: 120px;
overflow:hidden;
height:180px;
float:left;
font-size:10px;
text-align:center;
margin-right:10px;
}
.relp img {
height:120px;
}
.relp a{
text-decoration:none;
color:#003366;}
.layout1 {
width:660px;
text-align:center;}
.descLeft {
text-align:left;
float:left;
width: 488px;}
#hd-right #top-address {
	float: left;
	width: 350px;
	text-align: left;
	font-size: 18px;
	font-weight: normal;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	line-height: 24px;
	color: #045070;
}
#hd-right  #fbpage {
	float: right;
	width: 285px;
	text-align: left;
	margin-bottom: 3px;
}
#hd-right #search {
	margin-top:3px;
}
