@charset "utf-8";
/* CSS Document */
body
{
	margin:0px;
	padding:0px;
	background:url(../images/bg.jpg) repeat-x #FFFFFF;
	font-family: 'Open Sans', sans-serif;
}

@font-face
{
	font-family: tw_cen_mt;
	src: url('../fonts/tw_cen_mt.ttf'),
    url('../fonts/tw_cen_mt.eot'); /* IE9 */
}

#main
{
	width:100%;
}
#header
{
	width:1000px;
	margin:0px auto;
	padding:20px 0px;
}
#logo
{
	float:left;
}
#logo a
{
	background:url(../images/logo.png) no-repeat;
	width:268px;
	height:48px;
	display:block;
	cursor:pointer;
	outline:none;
}
#call
{
	float:right;
	background:url(../images/callus-bg.png) no-repeat;
	width:140px;
	height:44px;
	font-family:tw_cen_mt;
	font-size:20px;
	font-weight:normal;
	padding-left:50px;
	padding-top:10px;
}
#nav
{
	background:url(../images/nav-bg.png) no-repeat;
	width:1000px;
	height:44px;
	margin-top:30px;
}
#nav ul
{
	list-style-type:none;
	margin:0px;
	padding:0px;
}
#nav ul li
{
	float:left;
	margin-top:10px;
}

#nav ul li a.home
{
	text-decoration:none;
	color:#ffffff;
	text-transform:uppercase;
	background:url(../images/strip.jpg) no-repeat right top;
	height:38px;
	padding:10px 40px;
}
#nav ul li a
{
	text-decoration:none;
	color:#ffffff;
	text-transform:uppercase;
	background:url(../images/strip.jpg) no-repeat right 2px;
	height:38px;
	padding:12px 40px;
}
#nav ul li a:hover,#nav ul li .active
{	
	background:url(../images/nav-active.jpg) repeat-x right 2px;
	height:38px;
	padding:12px 40px;
}
#nav ul li a.home:hover ,#nav ul a.home-active
{
	background:url(../images/home-active.jpg) no-repeat left 2px;
}

#slider
{
	width:1000px;
	background:url(../images/slider-bg.jpg) repeat-x;
	min-height:379px;
	margin:0px auto;
	padding-bottom:20px;
}
#sub-slider
{
	width:1000px;
	margin:0px auto;
}
#sub-slider #slide
{
	float:left;
	width:1000px;
}

#middle-sub
{
	width:1000px;
	margin:0px auto;
}
#middle-sub #left
{
	width:230px;
	float:left;
}
#middle-sub #left h2
{
	background:url(../images/other.jpg) no-repeat;
	width:212px;
	height:52px;
	margin:0px;
	padding:0px 0px 10px 0px;
}
#middle-sub #left ul
{
	margin:0px;
	padding:0px;
	list-style-type:none;
}
#middle-sub #left ul li
{
	border:1px solid #ccc;
	border-radius:5px;
	background-color:#FFFFFF;
	width:196px;
	float:left;
	margin-bottom:5px;
	padding:7px;
	font-size:13px;
	color:#747e84;
}
#middle-sub #left ul li img
{
	padding-right:10px;
}
#middle-sub #right
{
	float:left;
	width:770px;
}
#middle-sub #right h1
{
	margin:0px;
	padding:0px 0px 10px 0px;
	font-family:tw_cen_mt;
	color:#108eb1;
	font-weight:normal;
	font-size:18px;
	text-transform:uppercase;
}

#middle-sub #right p
{
	font-size:13px;
	margin:0px;
	padding:0px 0px 20px 0px;
	color:#747e84;
}

#featured-products
{
	border:1px solid #dedddd;
	border-radius:5px;
	min-height:370px;
	overflow:hidden;
	background:#FFFFFF;
}
#featured-products h2
{
	margin:0px;
	padding:10px 0px 10px 16px;
	font-family:tw_cen_mt;
	color:#108eb1;
	font-weight:normal;
	font-size:18px;
	background:url(../images/strip1.jpg) repeat-x;
	height:40px;
	text-transform:uppercase;
}
#featured-products ul
{
	margin:0px;
	padding:25px 0px 0px 0px;
	list-style-type:none;
	width:780px;
	margin:0px auto;
}
#featured-products ul li
{
	float:left;
	width:33%;
	margin-bottom:20px;
}
#featured-products ul li div
{
	min-height:110px;
}
#featured-products ul li h3
{
	font-family: 'Open Sans', sans-serif;
	font-size:15px;
	margin:0px;
	padding:0px 0px 15px 0px;
	font-weight:normal;
	text-align:center;
}
#featured-products ul li #view-more
{
	background:url(../images/view-more.jpg) no-repeat;
	width:103px;
	height:33px;
	display:block;
	cursor:pointer;
	outline:none;
	margin:0px auto;
}
.style21
{
	font-size:13px;
	color:#747e84;
}
#footer
{
	background:url(../images/footer.jpg) repeat-x;
	min-height:195px;
	margin-top:15px;
}
#sub-footer
{
	width:500px;
	margin:0px auto;
	text-align:center;
	padding-top:20px;
	color:#343434;
	font-size:12px;
	line-height:30px;
}
#sub-footer a
{
	color:#343434;
	font-size:14px;
	text-transform:uppercase;
	padding:0px 10px;
	text-decoration:none;
}
#sub-footer a:hover
{
	text-decoration:underline;
}
#twitter
{
	background:url(../images/twitter.jpg) no-repeat;
	width:48px;
	height:48px;
	display:block;
	cursor:pointer;
	outline:none;
	float:left;
}
#linkedin
{
	background:url(../images/linkedin.jpg) no-repeat;
	width:48px;
	height:48px;
	display:block;
	cursor:pointer;
	outline:none;
	float:left;
}
#copy
{
	width:1000px;
	margin:0px auto;
	padding:38px 0px 0px 0px;
}
#copy #left
{
	float:left;
	font-size:13px;
	color:#828282;
}
#copy #right
{
	float:right;
	font-size:13px;
	color:#828282;
}