/*=======================GLOBAL STYLES===============================*/
body {
	margin:15px;
	background:#000000;
	
	font-family:Geneva, Arial, Helvetica, sans-serifl;
	color:#FFFFFF;
	font-size:14px;
}

#wrapper {
	width:700px;
	margin:0 auto;
	position:relative;
}

#header {
	width:700px;
	border-top:#FFFFFF 1px solid;
}

#content_hold1 {
	width:698px;
	border:#FFFFFF 1px solid;
	border-top:none;
	position:relative;
	display:table;
	background:#741a0c url(../images/navback.gif) bottom left no-repeat;
}

#sidenav1 {
	margin-top:10px;
	width:199px;
	background:#741a0c;
	float:left;
}
#content1 {
	width:497px;
	display:table;
	float:right;
	background:#444236;
	border-left:#FFFFFF 1px solid;
	height:400px;
	position:relative;
}

#footer {
	text-align:center;
	padding-top:7px;
	border-top:#FFFFFF 1px solid;
	color:#000000;
	width:698px;
	height:24px;
	float:left;
	background:url(../images/footer.jpg) no-repeat;
}
#footer a {
	color:#000000;
	text-decoration:none;
}
#footer a:hover {
	text-decoration:underline;
}

#flash {
	width:496px;
}
#content_main_home {
	width:486px;
	padding:5px;
	border-top:#FFFFFF 1px solid;
}
#content_main {
	width:486px;
	padding:5px;
}
.hr1 {
	font-size:16px;
	text-decoration:underline;
}

.contact_tf {
	margin-top:5px;
	width:150px;
	height:14px;
	font-size:12px;
	font-family:Geneva, Arial, Helvetica, sans-serif;
}
.contact_ta {
	margin-top:5px;
	width:250px;
	height:75px;
	font-size:12px;
	font-family:Geneva, Arial, Helvetica, sans-serif;
}
.send_butt {
	margin-top:5px;
}
.error1 {
	color:#FF0000;
}
.success1 {
	color:#00FF00;
}

.product1 {
	background:#FFFFFF;
	width:140px;
	border:#FFFFFF 1px solid;
	border-top:none;
}
.product1_title {
	color:#000000;
	text-align:left;
	padding-left:3px;
	height:20px;
	border-top:#FFFFFF 1px solid;
	border-bottom:#FFFFFF 1px solid;
	background:url(../images/title_back.gif) repeat;
	font-weight:bold;
	font-size:13px;
}

.img_curs {
	cursor:pointer;
}

.viewproduct {
	background:#FFFFFF;
	border:#FFFFFF 1px solid;
	border-top:none;
	padding:0 0 15px 0;
}
.viewproduct1_title {
	color:#000000;
	text-align:left;
	padding-left:3px;
	height:20px;
	border-top:#FFFFFF 1px solid;
	border-bottom:#FFFFFF 1px solid;
	background:url(../images/title_back.gif);
	font-weight:bold;
	font-size:14px;
}

.vewlinks {
	background:url(../images/title_back.gif);
	border:#FFFFFF 1px solid;
	font-weight:bold;
	font-size:14px;
	color:#000000;
}
.vewlinks a {
	color:#000000;
	text-decoration:none;
}
.vewlinks a:hover {
	text-decoration:underline;
}

.cat1 {
	background:#444236;
	margin-left:20px;
}
.cat1_img {
	width:90px;
	border:#FFFFFF 1px solid;
	height:75px;
}
.cat1_name {
	padding-left:10px;
}



