body {
	margin:0;
	padding:0;
	text-align: center;
	background-color: #000000;
	background-image: url(img/bggear.jpg);
	background-repeat: repeat-x;
}
#header {
 	background: url(img/htgear_.jpg) no-repeat left top;
	padding: 0px 0px 0px 5px;
	width: 900px;
	height: 33px;
	margin: 0 0 0 3px;
}
#header2 {
	background: url(img/headerbottomgear.jpg) no-repeat left top;
	width: 900px;
	height: 178px;
	margin: 0 0 0 3px;
}
#menu {
	background: url(img/bgmenugear.jpg) no-repeat left top;
	width: 900px;
	height: 46px;
	padding: 0 0 0 0;
	font-family: "Tw Cen MT";
	font-size: 20px;
	color: #FF0000;
	margin: 0 0 0 3px;
}
#content {
	width: 734px;
	padding: 20px 30px 0px 30px;
	/*background: url(img/bgcontgea.jpg) no-repeat left top;*/
	background: url(img/bg_main2.jpg) no-repeat left top;
	color: #FFFFFF;
	font-family: Arial, Bookman, "Times New Roman";
	font-size: 12px;
	line-height: 150%;
	margin: 0 0 0 3px;
	
}
#navright {
	float: right;
	padding: 10px 0px 0px 0px;
	margin: 0 3px 0 0;
	width: 160px;
	background-image: url(img/bgstopgfg_.jpg);
	background-repeat: no-repeat;
}
#container {
width: 906px;
margin: 0 auto;
text-align: left;
background: url(img/bg_maingear.jpg) repeat-y left top;

}
/* Footer */		
#footer	{
margin: 0 0 0 0;
height: 105px;
clear: both;
background: url(img/bgfootergear.jpg) no-repeat left top;
text-align: center;
font: normal 9px Arial, Helvetica, sans-serif;
color: #CCCCCC;
}

#footer a:link { color: #CCCCCC; text-decoration: none; font: normal 11px/150% Arial, Helvetica, sans-serif; }
#footer a:visited { color: #CCCCCC; text-decoration: none; font: normal 11px/150% Arial, Helvetica, sans-serif;}
#footer a:hover { color: #FFFFFF; text-decoration: underline; font: normal 11px/150% Arial, Helvetica, sans-serif;}

#footerb	{
margin: 0 0 0 0;
background: url(img/bgfootergearb.jpg) repeat-y left top;
clear: both;
}

#info {
	width: 183px;
	height: 53px;
	text-align: center;
	padding-top: 4px;
	padding-left: 33px;
}
#info2 {
width: 432px;
height: 53px;
text-align: center;
	padding-top: 4px;
	padding-left: 33px;
}
		
#content h1 {
font: bold 22px Arial;
font-weight: 200;
color: #CCCCCC;
}
#origi{
	font: normal 12px/150% Georgia, Bookman, "Times New Roman";
	color: #4c7ba8;
	background-repeat: no-repeat;
	}

span#copyright {
font-family: verdana;
font-size: 11px;
color: #FF3300;
}


img#menu {
	margin: 0px;
    padding: 0px;
	border: 0;
}
img#frame {
	float:none;
	width:auto;
	border: 0px;
}


a{
	text-decoration: none;
	text-decoration: underline;
	color: #CCCCCC;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}
a:hover {
	color: #FF0000;
	text-decoration: underline overline;
}
a#men {
	text-decoration: underline;
	color: #FFFFFF;
	font-size: 11px;
	font-family: "Arial";
	line-height: 160%;
	font-style: normal;
}
a#men:hover {
	color: #FF0000;
}
a#th {
	color: #FFFFFF;
	font-size: 11px;
	font-family: Arial;
	line-height: 160%;
	font-style: normal;
	text-decoration: none;
	font-weight: bold;
}
a#th:hover {
	color: #FF0000;
}
a#down {
	text-decoration: none;
	color: #FF0000;
	font-size: 11px;
	font-family: "Arial";
}
a#down:hover {
	color: #FFFFFF;
}

a#blink {
	text-decoration: blink;
	color: #FF0000;
	font-size: 14px;
	font-family: Arial;
	font-weight: bold;
}
a#blink:hover {
	color: #FFFFFF;
}

  
/*Credits: By Santosh Setty (http://webdesigninfo.wordpress.com) */
/*Posted to: Dynamic Drive CSS Library (http://www.dynamicdrive.com/style/) */

.glossymenu{
	position: relative;
	background: url(img/menur_bg.gif) repeat-x; /*tab background image path*/
	height: 46px;
	list-style: none;
	margin: 0px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 34px;
}

.glossymenu li{
	float:left;
}

.glossymenu li a{
	float: left;
	display: block;
	color:#FFFFFF;
	text-decoration: none;
	font-family: sans-serif;
	font-size: 11px;

	padding:0 0 0 16px; /*Padding to accomodate left tab image. Do not change*/
	height: 46px;
	line-height: 46px;
	text-align: center;
	cursor: pointer;	
}

.glossymenu li a b{
	float: left;
	display: block;
	padding: 0 24px 0 8px; /*Padding of menu items*/
}

.glossymenu li.current a, .glossymenu li a:hover{
	color: #CCCCCC;
	background: url(img/menur_hover_left.gif) no-repeat; /*left tab image path*/
	background-position: left;
}

.glossymenu li.current a b, .glossymenu li a:hover b{
	color: #CCCCCC;
	background: url(img/menur_hover_right.gif) no-repeat right top; /*right tab image path*/
}

