/* -- CSS Document -- */

/* Common */
* {
margin: 0px;
padding: 0px;
}

img {
border: none;
}

body {
	background: url(../images/bg-sub.jpg) repeat-x;
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 13px;
	color: #999;
	line-height: 160%;
 	text-align: justify;
}

div {
	margin: auto;
}

h1 {
	font-size: 16px;
	color: #C72F00;
	margin-bottom: 2px;
}

h2 {
	font-size: 13px;
	color: #1A699E;
	margin-bottom: 2px;
}

h3 {
	font-size: 13px;
	color: #666;
	margin-bottom: 2px;
}

p {
	margin-bottom: 14px;
}

a {
	color: #196A9E;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#main {
	width: 100%;
}

#top {
	width: 659px;
	height: 101px;
	background: url(../includes/top/images/bg.jpg) no-repeat right top;
}

#nav {
	width: 659px;
	height: 32px;
	background: url(../includes/top/images/nav-seprator.jpg) no-repeat right top;
}

#nav ul {
	list-style: none;
}

#nav ul li {
	float: left;
	height: 30px;
	background: url(../includes/top/images/nav-seprator.jpg) no-repeat left;
}

#nav ul li a {
	display: block;
	padding: 4px 13px 4px 17px;
	text-decoration: none;
	font-size: 13px;
	text-align: center;
	color: #FFF;
}

#nav ul li a:hover {
	color: #EFBA00;
}

#footer {
	height: 88px;
	background: url(../includes/footer/images/bg-btm.jpg) repeat-x;
	clear: both;
}

#footer2 {
	padding: 15px 0px 0px 5px;
	margin: auto;
	width: 654px;
	height: 73px;
	background: url(../includes/footer/images/bottom.jpg) no-repeat right bottom;
	font-size: 12px;
	color: #FFF;
	line-height: 200%;
}

#footer2 a {
	text-decoration: none;
	color: #FFF;
}

.arrow {
	font-size: 10px;
	font-weight: bold;
	color: #C72F00;
}

/* Homepage */
#home {
	background: url(../images/bg.jpg) repeat-x;
}

#header {
	width: 659px;
	height: 194px;
}

#header_left {
	width: 7px;
	float: left;
	height: 194px;
	background: url(../images/lft-shdw.jpg) no-repeat bottom;
}

#header_flash {
	width: 645px;
	height: 185px;
	float: left;
	margin-top: 9px;
	background-color: #FFFFFE;
}

#header_right {
	width: 7px;
	float: right;
	height: 194px;
	background: url(../images/rit-shdw.jpg) no-repeat bottom;
}

#shadow {
	height: 5px;
	width: 763px;
	background: url(../images/hd-btm.jpg) no-repeat;
	overflow: hidden;
}

#hp_content {
	width: 649px;
	height: 210px;
	margin: auto;
	margin-top: 8px;
}
#hp_content_welcome {
	width: 394px;
	float: left;
}

#hp_content_questions {
	width: 225px;
	float: right;
	background: url(../images/cnt-sprtr.jpg) no-repeat left;
	padding-left: 15px;
}

#hp_content_clients {
	width: 115px;
	float: left;
}

#hp_content_products {
	width: 255px;
	float: right;
}

#hp_content_products1 {
	width: 92px;
	float: left;
}

#hp_content_products2 {
	width: 140px;
	float: right;
}

/*inner pages*/
#title {
	width: 672px;
	height: 76px;
	margin-top: 15px;
	background: url(../images/title-bg.jpg) repeat-x;
}

#title_left {

	width: 39px;
	height: 76px;
	float: left;
	background: url(../images/title-left.jpg) no-repeat top;
}

#title_heading {
	float: left;
	height: 28px;
	margin-top: 40px;
}

#title_right {

	width: 180px;
	height: 76px;
	float: right;
	background: url(../images/title-right.jpg) no-repeat top;
}

#content {
	width: 672px;
	background: url(../images/content-bg.jpg) no-repeat top left;
	min-height: 315px;
}

#content_rightbg {
	width: 14px;
	height: 82px;
	float: right;
	background: url(../images/content-right.jpg) no-repeat top right;
}

#content_text {
	padding: 15px 9px 0px 27px;
	width: 616px;
	float: left;
}

/*product pages*/
.thumb {
	float: left;
	width: 166px;
	height: 129px;
	margin: 10px 0px 10px 50px;
	text-align: center;
	padding-top: 15px;
	background: url(../images/thumb-bg.jpg) no-repeat;
}

.col1 {
	margin-left: 5px;
}

.thumb a:hover 
{
	text-decoration: none;
}

.clear {
	clear: both;
	text-align: center;
}

/*contact Us*/
#form {
	width: 320px;
	height: 310px;
	float: right;
}

#form_left {
	width: 170px;
	float: left;
}

#form_right {
	width: 150px;
	float: left;
}

#form_message {
	float: left;
}

textarea{
	width: 312px;
	height: 60px;
}

#btn {
	float: left;
	width: 318px;
	padding: 20px 0px 0px 0px;
	text-align: right;
}

#required {
	float: left;
	width: 100px;
	text-align: left;
}

#address {
	width: 290px;
	float: left;
	text-align: left;
	height: 310px;
}

#address_left {
	width: 45px;
	float: left;
	text-align: left;
}

#address_right {
	width: 220px;
	float: left;
	text-align: left;
}