* {
	margin: 0;
	padding: 0;
}

body {
	background: #FFFFFF url("../images/bg.gif") repeat-y top center;
	font: normal small Arial, Helvetica, sans-serif;
	color: #333333;
	margin: 0px 0;
}

form {
}

fieldset {
	border: none;
}

legend {
	display: none;
}

h1, h2, h3 {
	margin: 0;
	color: #FEFEFE; /*#11A6D4*/
	padding: 0 0 0 15px;
}

h1 {
	margin-bottom: .5em;
	font-size: 1.8em;
	background: url("../images/blueh1.jpg") repeat;
	padding: 0 0 0 15px;
}

h2 {
	margin-bottom: .5em;
	font-size: 1.8em;
	background: url("../images/orangeh1.jpg") repeat;
	padding: 0 0 0 15px;
}

h3 {
	margin-bottom: 1em;
	font-size: 1em;
	background: url("../images/orangeh1.jpg") repeat;
	padding: 0 0 0 15px;
}

p, blockquote, ul, ol {
	margin-bottom: 1.5em;
	line-height: 1.8em;
}

p {
}

blockquote {
}

ul {
	margin-left: 2em;
	list-style: square;
}

ul li {
}

ol {
	margin-left: 2em;
	list-style: lower-roman;
}

ol li {
}

a {
	color: #006699;
}

a:hover {
	text-decoration: none;
	color: #CC6633;
}

img {
	border: none;
	margin: 5px;
}

/* Boxed Style */

.boxed {
	margin-bottom: 1em;
	background: #F7F7F7 url(../images/img07.jpg) repeat-x;
	border: 1px solid #CCCCCC;
}

.boxed .title {
	height: 29px;
	padding: 11px 0 0 27px;
	background: url(../images/img08.gif) no-repeat 10px 50%;
	text-transform: uppercase;
	font-size: 1.2em;
	color: #FFFFFF;
}

.boxed .content {
	padding: 10px;
}

#container	{
margin:0px auto; /*text-align:center;*/ 
width:758px; 
background: #FFFFFF url(../images/img01.gif) repeat-x;
}

.img1 {
	float: left;
	margin: 4px 15px 0px 0px;
	border: 5px solid #ECECEC;
}

/* Header */

#header {
	width: 758px;
	height: 130px;
	margin: 0 auto;
	background: url(../images/img02.jpg) no-repeat;
}

/* Header > Logo */

#logo {
	float: left;
	padding: 65px 0 0 0;
}

#logo h1 {
	text-transform: uppercase;
	font-size: 2em;
}

#logo h2 {
	margin: 0;
	text-transform: uppercase;
	font-size: 1.2em;
}

#logo a {
	text-decoration: none;
	color: #FFFFFF;
}

/* Header > Top Menu */

#topmenu {
	float: right;
}

#topmenu ul {
	margin: 0;
	padding: 100px 0 0 0;
	list-style: none;
	line-height: normal;
}

#topmenu li {
	display: inline
}

#topmenu a {
	display: block;
	float: left;
	margin: 0 0 0 20px;
	padding: 0 0 0 15px;
	text-transform: uppercase;
	text-decoration: none;
	font-size: x-small;
	font-weight: bold;
	color: #FFFFFF;
}

#topmenu a:hover {
	text-decoration: underline
}

#topmenu1 {
	background: url(../images/img03.gif) no-repeat left center;
}

#topmenu2 {
	background: url(../images/img04.gif) no-repeat left center;
}

#topmenu3 {
	background: url(../images/img05.gif) no-repeat left center;
}

#flashpics {
	width: 758px;
	margin: 0 auto;
	position: relative;
}
/* Menu */

#menu {
	width: 700px;
	height: 40px;
	margin: 0 auto;
}

#menu ul {
	margin: 0;
	list-style: none;
	line-height: normal;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	height: 26px;
	padding: 14px 18px 0 20px;
	background: url(../images/img06.gif) no-repeat;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: bold;
}

#menu a:hover {
	text-decoration: underline;
}

#menu .first a {
	padding-left: 0;
	background: none;
}

/* Content */

#content {
	width: 700px;
	margin: 0 auto;
	padding: 3px 0;
}

/* Content > Main */

#main {
	float: left;
	width: 460px;
}

/* Content > Main > Example */

#example {
}

/* Content > Main > Welcome */

#welcome {
	margin: 0 0 3em 0;
	padding: 10px 0 1.5em 0;
	border-bottom: 1px solid #CCCCCC;
}

/* Content > Sidebar */

#sidebar {
	float: right;
	width: 220px;
}

/* Content > Sidebar > Login */

#login {
}

#login label {
	display: block;
}

#login #inputtext1, #login #inputtext2 {
	width: 180px;
	margin-bottom: .5em;
	padding: 2px 5px;
	border: 1px solid #CCCCCC;
	font: normal small Arial, Helvetica, sans-serif;
	color: #999999;
}

#login #inputsubmit1 {
	float: right;
	width: 60px;
	margin-right: 7px;
	border: 1px solid #CCCCCC;
	border-top-color: #FFFFFF;
	border-left-color: #FFFFFF;
	font: normal small Arial, Helvetica, sans-serif;
}

#login p {
	margin: 0;
	padding-top: .2em;
	font-size: x-small;
}

/* Content > Sidebar > Updates*/

#updates {
}

#updates ul {
	margin: 0;
	list-style: none;
}

#updates li {
	margin-bottom: 1em;
}

#updates h3 {
	margin: 0;
	padding: 0 0 0 10px;
	background: url(../images/img09.gif) no-repeat left center;
	font-size: x-small;
}

#updates p {
	margin: 0;
	padding: 0 0 0 10px;
	line-height: normal;
	font-size: .85em;
}

#updates a {
	text-decoration: none;
}

/* Content > Sidebar > Partners*/

#partners {
}

/* Footer */

#footer {
	clear: both;
	width: 700px;
	margin: 0 auto 2em auto;
	background: #F7F7F7 url(../images/img07.jpg) repeat-x;
	border: 1px solid #CCCCCC;
}

/* Footer > Legal */

#legal {
	margin: 0;
	padding: 8px;
	text-align: center;
	color: #FFFFFF;
}

#legal a {
	font-weight: bold;
	color: #FFFFFF;
}

/* Footer > Links */

#links {
	margin: 0;
	padding: 10px;
	text-align: center;
}

label {
  float: left;
  width: 30%;
  vertical-align: top;  
  font-weight: bold;
  color: #333333;
}

label2 {
  float: left;
  width: 35%;
  vertical-align: top;  
  font-weight: bold;
  color: #333333;
}

.red {
  color: #990000;
  font-weight: bold;
  font-size: 10px;
}

.green {
	color: #009900;
	font-weight: bold;
}

.d-gray {
	color: #333333;
	font-weight: bold;
}

#time {
	position: fixed;
	right: 20px;
	top: 10px;
	color:#FFF;
	text-align: left;
	font-size: 11px;
	font-weight: bold;
}

/*top nav */
#tn {
	position: relative;
	left: -3px;
	top: -16px;
	width: 700px;
	
}
#tn ul {
	font-family: Arial, Helvetica, sans-serif;
	padding: 0;
	list-style: none;
	margin: 0 0 0 26px;
}

#tn ul li {
	display: block;
	float: left;
	margin: 0;
	padding: 0;
	position: relative;
}
#tn ul li a {
	display: block;
	float: left;
	padding: 0;
	position: relative;
	margin: 0 0 0 -28px;
	height: 38px;
	line-height: 38px;
	text-transform: none;
	color: #fff;
	text-decoration: none;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 0px;
	font-weight: bold;
	text-indent: -15em;
	overflow: hidden;
	width: 108px;
	
}
#tn ul li:hover {

}
#tn ul li a {
	outline: none !important;
	-moz-outline-style: none;
}


#tn ul li.over,
#tn ul li:hover {
	z-index: 9099999 !important;	
}
#tn ul li:hover a,
#tn ul li.over a,
#tn ul li a:hover {
	background-position: 0 -41px  !important;
	z-index: 9099999 !important;
}


#tn ul li#tn_home a {
	background-image: url(../images/tabs/tab-home.png);
	z-index: 4;
	width: 125px;
}

#tn ul li#tn_about a {
	background-image: url(../images/tabs/tab-about.png);
	z-index: 3;
	width: 125px;
}

#tn ul li#tn_products a {
	background-image: url(../images/tabs/tab-products.png);
	z-index: 2;
	width: 125px;
}

#tn ul li#tn_contact a {
	background-image: url(../images/tabs/tab-contact.png);
	z-index: 1;
	width: 125px;
}


* html #tn ul li#tn_home a {
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/tabs/tab-home.png',sizingMethod='crop');
	background: none;
}
* html #pg_home #tn ul li#tn_home a {
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/tabs/tab-home-s.png',sizingMethod='crop');
}
* html #tn ul li#tn_home.over a,
* html #pg_home #tn ul li#tn_home.over a {
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/tabs/tab-home-h.png',sizingMethod='crop');
}

* html #tn ul li#tn_about a {
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/tabs/tab-about.png',sizingMethod='crop');
	background: none;
}
* html #pg_about #tn ul li#tn_about a {
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/tabs/tab-about-s.png',sizingMethod='crop');
}
* html #tn ul li#tn_about.over a,
* html #pg_about #tn ul li#tn_about.over a {
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/tabs/tab-about-h.png',sizingMethod='crop');
}


* html #tn ul li#tn_products a {
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/tabs/tab-products.png',sizingMethod='crop');
	background: none;
}
* html #pg_products #tn ul li#tn_products a {
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/tabs/tab-products-s.png',sizingMethod='crop');
}
* html #tn ul li#tn_products.over a,
* html #pg_products #tn ul li#tn_products.over a {
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/tabs/tab-products-h.png',sizingMethod='crop');
}


* html #tn ul li#tn_contact a {
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/tabs/tab-contact.png',sizingMethod='crop');
	background: none;
}
* html #pg_contact #tn ul li#tn_contact a {
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/tabs/tab-contact-s.png',sizingMethod='crop');
}
* html #tn ul li#tn_contact.over a,
* html #pg_contact #tn ul li#tn_contact.over a {
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/tabs/tab-contact-h.png',sizingMethod='crop');
}


#tn ul li.selected {
		
}


#pg_home #tn ul li#tn_home,
#pg_about #tn ul li#tn_about,
#pg_products #tn ul li#tn_products,
#pg_contact #tn ul li#tn_contact {
	z-index: 9099999 !important;
}

#tn ul li.selected a,
#pg_home #tn ul li#tn_home a,
#pg_about #tn ul li#tn_about a,
#pg_products #tn ul li#tn_products a,
#pg_contact #tn ul li#tn_contact a {
	background-position: 0 -80px;
	z-index: 9099998 !important;
}

* html #tn ul li a:hover,
* html #tn ul li.over a {
	cursor: hand;
}

#tn ul ul {
	display: none;
}

#tn .selected ul li {
	
}
#tn ul li.over ul,
#tn ul li:hover ul {
	display: block;
	position: absolute;
	left: -22px;
	top: 98%;
	width: 205px;
	height: auto;
	margin: 0;
	padding: 0 5px 10px 0;
	z-index: 2000;
	background: url(../images/tn.png) no-repeat right bottom;
	border-right: none;
	border-bottom: none;
}
* html #tn ul li ul,
* html #tn ul li:hover ul {
	background: none !important;
}
#tn ul li ul li {
	width: 200px;
	background: #ededed;
	padding: 0;
	margin: 0;
	height: auto;
	border-left: none;
}
#tn ul li ul li strong,
#tn ul li ul li a {
	background: none !important;
	padding: 3px 10px 3px 10px;
	width: 179px !important;
	border-right: none;
	font-variant: normal;
	font-size: 11px;
	border-left: 1px solid #FFFFFF;
	border-bottom: 1px solid #CDCDCD;
	border-right: 1px solid #CDCDCD;
	border-top: 1px solid #FFFFFF;
	text-indent: 0px;
	height: auto !important;
	line-height: 100% !important;
	margin: 0;
	color: #666;
	font-weight: normal;
	filter:none !important;
}

#tn ul li ul li:hover {
	border-left: none;
}
#tn ul li ul li a:hover {
	border-top: 1px solid #9E9E9E;
	border-left: 1px solid #FFFFFF;
	padding: 4px 9px 2px 11px;
	background: #ddd !important;
}

#tn ul li ul li:hover > a {

	border-top: 1px solid #9E9E9E;
	border-left: 1px solid #FFFFFF;
	padding: 4px 9px 2px 11px !important;
}
#tn ul li ul li ul,
#tn ul li:hover ul li ul,
#tn ul li.over ul li ul {
	display: none;
}
#tn ul li ul li:hover ul,
#tn ul li:hover ul li:hover ul,
#tn ul li.over li.over ul {
	position: absolute;
	display: block !important;
	left: 100%;
	top: 0px;
	z-index: 300;
	border-right: none;
	width: 205px !important;
}
#tn ul li ul li.r:hover ul {
	left: -100%;
}
#tn ul li:hover ul li:hover ul li,
#tn ul li.over ul li.over ul li {
	width: 200px !important;
}
#tn ul li:hover ul li:hover ul li a {
	letter-spacing: normal;
	width: 179px !important;
}
