@charset "utf-8";
/* CSS Document */
*{ margin:0px; padding:0px;}

body{
	background-image:url(images/bg.gif);
	background-repeat:repeat-x;
	background-position: top;
	font-size:12px;
	font-family:Tahoma, Arial, Verdana;
	color:#666666;
}

h5{
	color:#0070ba;
	font-size:12px;
}

h2{
	font-size:20px;
	font-weight:normal;
	color:#e77d20;
	font-family:"Trebuchet MS";
}

h3{
	font-size:15px;
	font-weight:normal;
	font-family:"Trebuchet MS";
	font-weight:bold;
}

p{
	padding-top:15px;
}

a{
	font-family:Tahoma, Arial, Verdana;
	font-size:12px;
	color:#666666;
	text-decoration:none;
}

a:hover{
	font-family:Tahoma, Arial, Verdana;
	font-size:12px;
	color:#3366CC;
	text-decoration:underline;
}

#wrapper{
	width:810px;
	margin: 0px auto;
	padding-top:104px;
}

#centerStrip{
	background-image:url(images/bg-strip.jpg);
	background-repeat:repeat-y;
	float:left;
	/*margin-top:-12px;/*fix margin top*/
}

#header{
	background-image:url(images/bg-content.jpg);
	background-repeat:no-repeat;
	background-position: top;
	float:left;
}

#bottom{
	background-image:url(images/bg-content-btom.jpg);
	background-repeat:no-repeat;
	width:810px;
	background-position: bottom;
	height:100%;
	float:left;
}

#lhs{
	width:176px;
	height:100%;
	float:left;
}

#rhs{
	width:634px;
	height:100%;
	float:right;
}

#logo{
	background-image:url(images/logo.png);
	margin-top:16px;
	margin-left:40px;
	height:138px;
	background-repeat:no-repeat;
}

#models{
	background-image:url(images/models.png);
	width:477px;
	height:466px;
	position:relative;
	left:130px;
	top:11px;
	z-index:50;
}

#welcome{
	background-image:url(images/welcome.png);
	width:151px;
	height:76px;
	position:relative;
	left:25px;
	top:35px;
}

#contactus{
	background-image:url(images/contactus.png);
	width:261px;
	height:102px;
	position:relative;
	top:600px;
	left:20px;
	z-index:100;
	padding:12px;
}
	#contactus img{padding-right:10px;}

#footerlinks{
	text-align:right;
	padding:8px;
	height:80px;
	float:right;
}
	#footerlinks p{ font-size:11px; margin:0px; padding:0px;}

#productBtn{
	width:372px;
	height:27px;
	float:right;
}

	#productBtn a {
		background-image:url(images/products-btn.gif);
		width:77px;
		height:21px;
		display:block;
		float:left;
		margin-top:4px;
		padding-left:7px;
		padding-top:5px;
		text-decoration:none;
		margin-left:3px;
	}
		#productBtn a:hover {
		background-image:url(images/products-btn-hover.gif);
		width:77px;
		height:21px;
		display:block;
		float:left;
		margin-top:4px;
		padding-left:7px;
		padding-top:5px;
		text-decoration:none;
		color:#333333;
	}

#product-img{
	padding-top:160px;
	padding-left:45px;
}
	#product-img img{
		padding-top:50px;
		padding-left:85px;	
	}

#ourProducts{
	width:583px;
	float:left;
	padding-left:40px;
	padding-top:20px;707070;
	margin-bottom:25px;
}
	
	#ourProducts a {
		font-family:"Trebuchet MS";
		font-weight:bold;
		float:left;
		width:116px;
		display:block;
		line-height:14px;
	}
		#ourProducts a:hover {
		font-family:"Trebuchet MS";
		font-weight:bold;
		float:left;
		width:116px;
		display:block;
		line-height:14px;
		color:#e77d20;
		text-decoration:none;
	}

#productsThumbnail{
	padding:10px;
	width:554px;
	padding-left:60px;
	float:left;
	clear:left;
}
	#productsThumbnail a{
		font-family:"Trebuchet MS";
		float:left;
		width:145px;
		height:100px;
		text-align:center;
		line-height:15px;
		margin-bottom:20px;
		margin-right:20px;
		display:block;
		cursor: pointer;
	}
		#productsThumbnail a:hover {
		font-family:"Trebuchet MS";
		float:left;
		width:145px;
		height:100px;
		color:#e77d20;
		line-height:15px;
		margin-bottom:20x;
		margin-right:20px;
		text-decoration:none;
		display:block;
	}
	* +html #productsThumbnail a:hover{color:#e77d20;}
			#productsThumbnail a img{margin:3px; border:none; border:solid #666666 1px;}


#content{
	padding:25px;
	padding-top:35px;
}
	#content img{ border: solid #999999 1px;}
	#content div{ float:left; width:210px;  margin-right:25px; margin-left:25px; margin-top:25px;}
	.contentP{
		width:520px;
		height:90px;
		display:block;
		padding:10px;
		margin-left:15px;	
		border-bottom:#666666 dashed 1px;
	}
		.contentP strong{color:#0070ba; font-size:14px; display:block; width:250px; margin-top:15px;}
		
		.thumbnail{
			position: relative;
			z-index: 0;
			float:right;
		}
		
		.thumbnail:hover{
			background-color: transparent;
			z-index: 50;
		}
		
		.thumbnail span{ 
			position: absolute;
			background-color: #dedede;
			padding: 5px;
			left: -1000px;
			border: 1px dashed gray;
			visibility: hidden;
			color: #666666;
			text-decoration: none;
		}
		
		.thumbnail span img{
			border-width: 0;
			padding: 2px;
		}
		
		.thumbnail:hover span{
			visibility: visible;
			top: 0;
			left: -170px; 
		}

/*************** Navigation *****************/

#nav{
		width:172px;
		height:286px;
		padding-left:4px;
		padding-top:6px;
}

#nav ul{
	margin:0px;
	padding:0px;
	list-style-type: none;
	width: 172px;
}

#nav ul li{
	width:172px;
	height:19px;
	list-style:none;
	margin-bottom:2px;
	position: relative;
}
	#nav ul li ul{
		position: absolute;
		width: 172px; /*sub menu width*/
		top: 0;
		visibility: hidden;
		background-color:#dbb9d3;
	}

#nav li a{
	width:163px;
	height:17px;
	color:#000000;
	font-weight:bold;
	background-image:url(images/menu.jpg);
	text-decoration:none;
	display:block;
	border-right:#fbdaf0 solid 1px;
	padding-left:7px;
	padding-top:2px;
	overflow: auto;
}

#nav li a:hover{
	width:163px;
	height:17px;
	color:#e77d20;
	font-weight:bold;
	background-image:url(images/menu-hover.jpg);
	display:block;
	border-right:#d4dade solid 1px;
	padding-left:7px;
	padding-top:2px;
	overflow: auto;
}

.y {border-bottom:0px;}


/*************** End Navigation *****************/
input { width:200px; font-family:Tahoma; font-size:11px; padding:4px; height:12px; border:1px solid #999999;}
textarea{ width:380px; height:200px;font-family:Tahoma; font-size:11px; padding:3px;}
form span { color:#dc1547;}
