@charset "utf-8";
/* Overall Styles for non-Services pages*/
/*------------------------------------------------------------*/
*
{
	margin: 0px;
	padding: 0px;
}
html, body
{
	margin: 0;
	padding: 0;
	font-size: 14px;
	font-family: Tahoma, Geneva, Trebuchet MS, Helvetica, sans-serif;
/*	background-color: #858585;*/
	background-color: #dbdbdb;

	text-align: left;
}


/*top pop-up menu functions for index.html and models pages*/

.Content #navtable {position: relative;
	background-image:  url(layout_imgs/nav_segment.png);
	background-repeat: repeat-x;
	background: #ffffff;
	border-width: 0px 1px;
/*	border-spacing: 1px 0px;*/
	width: 800px;
	height: 30px;
	margin: auto 0 auto 0;
	padding: 0px;
	}


#tabrow_bkgimg  {
	background-image:  url(layout_imgs/nav_segment.png);
	background-repeat: repeat-x;
/*	background-position: center top;*/
	border-width: 0px 0px;
	width: 100%;
	height: 30px;
	padding: 0px;
	margin: 0px;
	}

a.b:link {display: inline; color: #ffffff; text-decoration: none
	}

a.b:visited {display: inline; color: #ffffff; text-decoration: none
	}

a.b:hover {display: inline; color: #00ffff; text-decoration: none
	}

.tab_bkgimg {

	background-image:  url(layout_imgs/nav_segment.png);
	background-repeat: repeat-x;
/*	background-position: center top;*/
	/*width: 80px;*/
	height: 30px;
	padding: 0px 10px 0px 10px;
	margin: 0 0 0 0;
	font-family: Verdana, Geneva, sans-serif; font-size: 12px; font-style: normal; line-height: normal;  color: #ffffff; text-decoration: none; text-align: center; font-weight: normal
	}

.tab_drkbkgimg {
	background-image:  url(layout_imgs/drknav_segment.png);
	background-repeat: repeat=x;
/*	background-position: left center;*/
	/*width: 80px;*/
	height: 30px;
	padding: 0px 10px 0px 10px;
	margin: 0 0 0 0;
	font-family: Verdana, Geneva, sans-serif; font-size: 12px; font-style: normal; line-height: normal;  color: #ffffff; text-decoration: none; text-align: center; font-weight: normal
	}



a.navbar:link {display: inline; color: #ffffff; text-decoration: none
	}

a.navbar:visited {display: inline; color: #ffffff; text-decoration: none
	}

a.navbar:hover {display: inline; color: #00ffff; text-decoration: none
	}

a.navbar:active {display: inline; color: #00ff00; text-decoration: none
	}

body#home #homeLink a:link, body#aboutus #aboutusLink a:link, body#contact #contactLink a:link, body#joinus #joinusLink a:link, body#login #loginLink a:link
{display: inline; color: #ffffff; text-decoration: none
	}

body#home #homeLink a:visited, body#aboutus #aboutusLink a:visited, body#contact #contactLink a:visited, body#two #twoLink a:visited, body#four #fourLink a:visited, body#six #sixLink a:visited, body#specs #specsLink a:visited
{display: inline; color: #bbbbbb; text-decoration: none
	}

body#home #homeLink a:hover, body#aboutus #aboutusLink a:hover, body#contact #contactLink a:hover, body#two #twoLink a:hover, body#four #fourLink a:hover, body#six #sixLink a:hover, body#specs #specsLink a:hover
{display: inline; color: #00ffff; text-decoration: none
	}

/* Header Styles */
/*------------------------------------------------------------*/
#Header {
	margin: 0 auto 0 auto;
	width: 760px;
}
#Header #SiteNav {
	width: 750px;
	float: right;
	background-color: #000066;
	text-align: right;
	color: #FFFFFF;
	padding: 5px;
}
#Header #SiteNav a {
	display: block;
	text-decoration: none;
	color: #FFFFFF;
}
#Header #SiteNav a:link, a:visited {
	text-decoration: none;
}
#Header #SiteNav a:hover {
	text-decoration: underline;
}
#Header #SiteNav li {
	list-style: none;
	float: right;
	padding: 0 10px 0 0px;
	font-size: 13px;
}
#Header #SiteNav .Half_Left {
	float: left;
	width: 70%;
	text-align: left;
}
#Header #SiteNav .Half_Right {
	float: right;
	width: 20%;
}

/* Footer Styles */
/*------------------------------------------------------------*/
#Footer {
	text-align: right;
	font-size: 10px;
	padding-bottom: 10px;
	color: #999999;

	margin-top: 0;
	margin-right: 15;
	margin-bottom: 10;
	margin-left: auto;
}
#Footer a:link, a:visited {
	color: #999999;
	text-decoration: none;
}
#Footer a:hover {
	color: #999999;
	text-decoration: underline;
}

