﻿@import url(layout.css);
body {
	color: black;
	font-size: 13px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	background-color: black;
}

#body2 {
	background-color: #fff;


}
#container {
	background-color: #fff;
	width: 820px;
	margin: 0 auto;
	border-top: 0;
	border-right: 1px solid black;
	border-bottom: 0;
	border-left: 1px solid black;
}

#pagecontent {
	background-color: #fff;
	width: 810px;
	margin: 0 auto;
	border-top: 0;
	border-right: 5px solid #045C97;
	border-bottom: 0;
	border-left: 5px solid #045C97;
}


#masthead {
	text-align: right;
	background-color: black;
	width: 820px;
}

#navigation{
	position: relative;
	padding: 0 0 0 34px;
	margin: 0 auto 0 auto;
	background: url('../menus/glossy/menub_bg.gif') repeat-x; /*tab background image path*/
	height: 46px;
	list-style: none;
	overflow: hidden;
}

#oldnavigation {

	background-color: #545454;
	overflow: hidden;
}
#column_l {
	width: 575px;
	margin: 5;
	padding: 0 15px;
	background-color: #fff;
}
#column_r {
	width: 192px;
	margin: 5;
	float: right;
	padding: 4px;
	background-color: #a9a9a9;
	position: relative;
}
#footer {
	width: 820px;
	text-align: center;
	background-color: #045C97;
	padding-top: 5px;
	padding-bottom: 5px;
}
/* Styles for Masthead */
#masthead img { 
	float: left; 
}
#masthead p {
	font-size: 11px;
	color: #fff;
	margin: 10px 10px 0;
}
#column_r p {
	font-size: 11px;
	margin: 7px;
}

/* Styles for Navigation */
#oldnavigation ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
}
#oldnavigation li {
	float: left;
}
#oldnavigation a {
	color: #fff;
	text-decoration: none;
	display: block;
	padding: 5px;
	border: 1px solid #c9c9c9;
}
#oldnavigation a:hover {
	color: #000;
	text-decoration: none;
	border: 1px solid #a9a9a9;
	background-color: #a9a9a9;
}



/* Styles for Navigation */

#navigation ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
}

#navigation li {
	float: left;
}

#navigation li a{
	float: left;
	display: block;
	color:#000;
	text-decoration: none;
	font-family: sans-serif;
	font-size: 13px;
	font-weight: bold;
	padding:0 0 0 16px; /*Padding to accomodate left tab image. Do not change*/
	height: 46px;
	line-height: 46px;
	text-align: center;
	cursor: pointer;	

}

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

#navigation li.current a, #navigation li a:hover{
	color: #fff;
	background: url('../menus/glossy/menub_hover_left.gif') no-repeat; /*left tab image path*/
	background-position: left;
}

#navigation li.current a b ,#navigation li a:hover b{
	color: #fff;
	background: url('../menus/glossy/menub_hover_right.gif') no-repeat right top; /*right tab image path*/
	list-style-type: none;
}

.topmenu{
}

.topmenu#contact 	#acontact b, 
.topmenu#home 		#ahome b, 
.topmenu#news 		#anews b, 
.topmenu#products	#aproducts b, 
.topmenu#services 	#aservices b, 
.topmenu#support 	#asupport b, 
.topmenu#downloads 	#adownloads b, 
.topmenu#about 		#aabout b
{
	color: #fff;
	background: url('../menus/glossy/menub_hover_right.gif') no-repeat right top;
	list-style-type: none;
}

.topmenu#home 		#lhome,
.topmenu#contact 	#lcontact,
.topmenu#about 		#labout,
.topmenu#services 	#lservices, 
.topmenu#support 	#lsupport, 
.topmenu#news 		#lnews,
.topmenu#products	#lproducts,
.topmenu#downloads 	#ldownloads
{
	color: #fff;
	background: url('../menus/glossy/menub_hover_left.gif') no-repeat; /*left tab image path*/
	background-position: left;
}





/* Styles for Footer */
#footer p {
	font-size: 11px;
	line-height: 14px;
	color: #fff;
	margin: 1px;
	padding: 1px;
}
#footer a {
	color: #fff;
	text-decoration: underline;
}
#footer a:hover {
	color: #fff;
	text-decoration: none;
}
/* Styles for Links */
a {
	color: #036;
	text-decoration: underline;
}
a:hover {
	color: #808080;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}

horizontal {
	border-right-width: medium;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #000099;
	border-left-color: #000099;
}

.page content {
	border-right-color: #000FFF;
	border-left-color: #000FFF;
	border-right-style: solid;
	border-left-style: solid;
}

.sides {
	border-color: #000FFF;
	border-right-style: solid;
	border-left-style: solid;
	border-width: thick;
}

.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}


/* http://www.dynamicdrive.com/style/csslibrary/item/css-popup-image-viewer/P430/ */

#thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color:  #FFFFCC; /* Light Yellow */
padding: 5px;
left: -1000px;
border: 1px dashed gray;
visibility: hidden;
color: black;
text-decoration: none;
}

#thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

#thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: 0;
left: 60px; /*position where enlarged image should offset horizontally */

}

