*
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
}


/** Tag Redefinitions *****************************************************/
html, body
{
	height:100%;
	margin:0;
	padding:0;
}

h1
{
	font-size:1.4em;
	color:#FFFFFF;
}

h2
{
	font-size:1.2em;
	color:#FFFFFF;
}

h3,h4
{
	margin-bottom:0;
}

h5,h6
{
	margin:0;
	padding:0;
}

a img
{
	border:none;
}
/**************************************************************************/


/** Page Containers *******************************************************/
#bg1
{
	background: url(../images/template/background.jpg) 0 bottom fixed repeat-x #3e6caa;
	height:100%;
}

#bg2
{
	background: url(../images/template/clouds.png) 0 0 fixed repeat;
	height:100%;
}

#bg3
{
	background: url(../images/template/contemporary-building.png) center bottom fixed no-repeat;
	height:100%;
	overflow:auto;
}
/**************************************************************************/

/** Header Styles *********************************************************/
#header
{
	position: fixed;
	width: 100%;
	min-width:900px;
	height: 67px;
	top: 0;
	right: 0;
	bottom: auto;
	left: 0;
	background: url(../images/template/header-bg.jpg) 0 0 repeat-x;
}

#header .menu
{
	float:right;
}

#header .menu li
{
	float:left;
}

#header .menu li a
{
	color:#333333;
	text-align:center;
	font-weight:bold;
	line-height:67px;
	padding-right:20px;
	white-space:nowrap;
}

#header .menu li a:hover
{
	color:#666666;
}
/**************************************************************************/

/** Body Styles ***********************************************************/
#body
{
	position: fixed;
	width: 100%;
	height: auto;
	top: 67px;
	right: 0;
	bottom: 30px;
	left: 0;
	overflow:auto;
}

#body .menu
{
	position:relative;
	float:left;
	margin-left:15%;
	width:500px;
	z-index:5;
}

#body .menu li
{
	background-color:#AACCFF;
	padding:0 3px 3px 0;
	margin-bottom:5px;
	border:#2C5AA0 2px outset;
}
#body .menu li:hover
{	
	padding:3px 0 0 3px;
	border-style:inset;
}

#body .menu li a
{
	color:#2C5AA0;
	background-color:#AACCFF;
	padding:3px;
	font-style:italic;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	font-variant:small-caps;
	letter-spacing:.2em;
}

#body .menu li a strong
{
	font-size:1.3em;
}

#body .menu li a span
{
	color:#333333;
	font-weight:normal;
	float:right;
	font-style:normal;
	font-size:.8em;
	padding-top:5px;
	letter-spacing:normal;
}
#body .menu li a span strong
{
	font-weight:normal;
}

#body .menu li ul
{
	display:none;
}
/**************************************************************************/

/** Footer Styles *********************************************************/
#footer
{
	background: url(../images/template/footer-bg.jpg) 0 0 repeat-x;

	position:fixed;
	width:100%;
	height:30px;
	z-index:10;
	bottom:0;
	left:0;
	top: auto;
	right: 0;
	
	border-top:#333333 thin outset;
	
	text-align:center;
}

#footer .menu
{
	margin:.4em auto;
	width:650px;
}

#footer .menu li
{
	float:left;
}

#footer .menu li a
{
	font-size:.8em;
	margin-left: 20px;
	color:#333333;
}

#footer .menu li a:hover
{
	color:#666666;
}
/**************************************************************************/

/** Classes ***************************************************************/
.menu
{
	list-style:none;
	margin:0;
	padding:0;
}

.menu li a
{
	display:block;
	text-decoration:none;
}

.content
{
	background-color:#FFFFFF;
	/*opacity: .6;*/
	font-size:.8em;
	padding: 5px 2% 5px 2%;
	float:left;
	min-height:300px;
}

.content p
{
	margin-top:0;
	margin-bottom:10px;
}

.model
{
	width:45%;
	padding:2%;
	float:left;
	height:250px;
}

.product
{
	padding-left:5%;
	width:1050px;
}

.tabs
{
	list-style:none;
	margin:0;
	padding:0;
	float:left;
	width:150px;
}

.tabs li a
{
	display:block;
	/*opacity:.6;*/
	padding:3px;
	text-decoration:none;
	color:#000000;
}

.tabs li a:hover
{
	background-color:#CCCCCC;
}

.tabs li a.active
{
	background-color:#FFFFFF;
}

.tabs li div
{
	display:none;
}

.tabs li:hover div
{
	display:block;
	position:relative;
	top:0;
}

.tabs li a img
{
	border:none;
}

.dataChart thead th
{
	background-color:#333366;
	border:#FFFFFF 1px solid;
	color:#FFFFFF;
}

.dataChart tbody td
{
	text-align:center;
	white-space:nowrap;
}

.border
{
	border-collapse:collapse;
	border-color:#000000;
	border-style:solid;
	border-width:0 1px 1px 0;
}

.border tbody td, .border thead th
{
	border-color:#000000;
	border-style:solid;
	border-width:1px 0 0 1px;
}

.hoverrow, .hover
{
	background-color:#FFFF66;
}

.click
{
	background-color:#66CCCC;
}

.required
{
	font-weight:bold;
}

.required:before
{
	content:'*';
	display:inline;
	color:#990000;
}

.lit_lib-list .thumb
{
	text-align:center;
	float:left;
	margin:0 10px 10px 0;
	width:200px;
}

.lit_lib-list .thumb a
{
	text-decoration:none;
	display:block;
	padding:5px;
}

.lit_lib-list .thumb a:hover
{
	background-color:#FEFFCC;
}


.homeTitle
{
	color:#000000;
	margin:20px 0 0 15%;
	width:500px;
	text-align:justify;
	font-weight:normal;
	letter-spacing:6px;
	font-size:1.5em;
	font-style:italic;
	font-variant:small-caps;
}
/**************************************************************************/
