@charset "utf-8";
/* CSS Document */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, 
fieldset, form, label, legend, caption, tbody, tfoot, thead {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	
}
body {
	line-height: 1;
}

blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
	text-align:left;
}

body{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  padding: 0px;
  background-color:#04192a;
	background-repeat:repeat-x;
	color:#393a3d;

}
.mouse_over{
cursor:pointer;
}
.outer_table_border {
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
	border-bottom: 2px solid #ffffff;
}

#menu_border {
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
	background-image:url(../images/end_piece.png);
	background-color:#000000;
	color:#ffffff;
	font-weight:bold;
	padding-left: 40px;
	width:951px;
	
}
.top_menu_button{
	background-image:url(../images/menu_button.jpg);
	width:110px;
	height:22px;
	padding-top: 4px;
	float:left;
	vertical-align:middle;
	text-align:center;
}
.top_menu_button_over{
cursor:pointer;
	background-image:url(../images/menu_button.jpg);
	width:110px;
	height:22px;
	padding-top: 4px;
	float:left;
	vertical-align:middle;
	text-align:center;
}
#menu_text{
	background-position: center;
	padding-top: 10px;
	padding-left: 25px;
	text-align:left;
	vertical-align:middle;
}
a.menu_text{
color:#FFFFFF;
text-decoration:none;
}
.footer_table {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
	color: #FFFFFF;
	text-align:center;
	height:50px;
}

/* -------------------------------------------------------------------------- LEFT MENU */
.menuhead{
background-image:url(../images/glossyback2.gif);
font-size:12px;
color:#ffffff;
font-weight:bold;
padding-left:10px;
}
.heading{
font-size:16px;
color:#000000;
font-weight:bold;
}
.sexypanels{
list-style-type: none;
margin: 0;
padding: 0;
width: 180px; /* width of menu */
}

.sexypanels li{
border-bottom: 1px solid white; /* white border beneath each menu item */
}

.sexypanels li a{
background: #333 url(media/sexypanelright.gif) no-repeat right top; /*color of menu by default*/
font: bold 13px "Lucida Grande", "Trebuchet MS", Verdana;
display: block;
color: white;
width: auto;
padding: 5px 0; /* Vertical (top/bottom) padding for each menu link */
text-indent: 8px;
text-decoration: none;
border-bottom: 1px solid black; /*bottom border of menu link. Should be equal or darker to link's bgcolor*/
}

.sexypanels li a:visited, .sexypanels li a:active{
color: white;
}

.sexypanels li a:hover{
background-color: black; /*color of menu onMouseover*/
color: white;
border-bottom: 1px solid black; /*bottom border of menu link during hover. Should be equal or darker to link's hover's bgcolor*/
}

