﻿@font-face {
	font-family: "Sansation Regular";
	src: local("Sansation_Regular"), url("Fonts/Sansation_Regular.ttf");
}
a,a:link,a:visited
{
	color:#0000EF;
	text-decoration:none;
	font-weight:bold;
}
a:hover
{
	color:red;
}
body
{
    font-family:Verdana, Tahoma, Arial;
    font-size:small;
    background-color:#EBEBEB;
    text-align:center;
}
.external_box
{
    width:900px;
    /*margin-left:15%;
    margin-right:15%; */
    background-color:#FFFFFF;
    border-width:1px;
    border-style:solid;
    border-color:#000;
    padding:10px 10px 10px 10px;
    margin-left:auto; margin-right:auto; 
}
/*
.content_left
{
	width:100px;
	background-color:#000000;
	padding:5px 5px 5px 5px;
	text-align:center;
	vertical-align:top;
} */
.content_center
{
/*	margin:10px 10px 10px 10px; */
	padding:5px 5px 5px 5px;
	text-align:left;
	vertical-align:top;
}
.content_right
{
	width:100px;
/*	padding:0px 5px 5px 5px; */
	text-align:center;
	vertical-align:top;
}
.title
{
    border-width:1px;
    border-style:solid;
    border-color:#000;
	background-color:#000000;
	color:#FFFFFF;
	font-size:larger;
}
.subtitle
{
	color:navy;
	font-size:medium;
	font-weight:bold;
}
.footer
{
	text-align:center;
	font-size:x-small;
}
/*
.left_menu
{
   background-color:#000063;
    color:#FFFFFF;
	padding:5px 5px 5px 5px;
} */
.main_menu
{
	background-color:#EBEBEB;
	border-width:1px;
	border-style:solid;
	border-color:#000;
	padding:5px 5px 5px 5px;
/*	list-style-type:none; 
	margin-top:0px; */
}
.right_menu
{
	background-color:#EBEBEB;
	border-width:1px;
	border-style:solid;
	border-color:#000;
	padding:3px 3px 3px 3px;
	width:100%;
/*	list-style-type:none; 
	margin-top:0px; */
}
.right_menu_selected
{
	background-color:#FFFFFF;
	border-width:1px;
	border-style:solid;
	border-color:#000;
	padding:1px 1px 1px 1px;
}
.box
{
	background-color:#EBEBEB;
	border-width:1px;
	border-style:solid;
	border-color:#000;
	padding:5px 5px 5px 5px;
	margin:5px 5px 5px 5px;
	vertical-align:top;
}
.box_download
{
	background-color:#EBEBEB;
	border-width:1px;
	border-style:solid;
	border-color:#000;
	padding:5px 5px 5px 5px;
	vertical-align:top;
	text-align:center;
	font-size:x-small;
}
.box_contact
{
	background-color:#EBEBEB;
	border-width:1px;
	border-style:solid;
	border-color:#000;
	padding:5px 5px 5px 5px;
	margin:5px 5px 5px 5px;
	vertical-align:top;
	width:410px;
}
.screenshot
{
	border:none;
}
.cell_centered
{
	text-align:center;
}
.col_header
{
	background-color:#EBEBEB;
	border-width:1px;
	border-style:solid;
	border-color:#000;
	padding:5px 5px 5px 5px;
	font-weight:bold;
}
.faq_header
{
	background:url(Images/ico_plus.gif) no-repeat scroll 0px 0px;
	text-indent:20px;
/*	background-color:#EBEBEB;
	font-weight:bold; */
	margin-top:10px;
}
.faq_header_selected
{
	background:url(Images/ico_minus.gif) no-repeat scroll 0px 0px;
	text-indent:20px;
	background-color:#EBEBEB;
	font-weight:bold;
	margin-top:10px;
}
.faq_content
{
	background-color:#FFFFFF;
}
.red_text
{
	color:Red;
	font-weight:bold;
}
.small_text
{
	font-size:x-small;
}
.contact_form input, select, textarea
{
	width:300px;
}

a.squarebutton{
background: transparent url('Images/square-gray-left.gif') no-repeat top left;
display: block;
float: left;
font: normal 12px Arial; /* Change 12px as desired */
line-height: 15px; /* This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background (default is 23px) */
height: 23px; /* Height of button background height */
padding-left: 9px; /* Width of left menu image */
text-decoration: none;
font-weight:bold;
}

a:link.squarebutton, a:visited.squarebutton, a:active.squarebutton{
color: #494949; /*button text color*/
}
a.squarebutton span{
background: transparent url('Images/square-gray-right.gif') no-repeat top right;
display: block;
padding: 4px 9px 4px 0; /*Set 9px below to match value of 'padding-left' value above*/
}
a.squarebutton:hover{ /* Hover state CSS */
background-position: bottom left;
}
a.squarebutton:hover span{ /* Hover state CSS */
background-position: bottom right;
color: black;
}
.buttonwrapper{ /* Container you can use to surround a CSS button to clear float */
overflow: hidden; /*See: http://www.quirksmode.org/css/clearing.html */
width: 100%;
}
.small_logo 
{
	top:10;
	right:10;
	float:right;
}
ul 
{
	list-style-type:square;
}
.news 
{
	font-size:smaller;
	text-align:left;
}
/* ****************** RatingStar ****************** */
.ratingStar
{
/*
	white-space:nowrap;
	margin:1em;
	height:14px;
*/
}
.ratingStar .ratingItem {
    font-size: 0pt;
    width: 13px;
    height: 12px;
    margin: 0px;
    padding: 0px;
    display: block;
    background-repeat: no-repeat;
	cursor:pointer;
}
.ratingStar .Filled {
    background-image: url(/images/ratingStarFilled.png);
}
.ratingStar .Empty {
    background-image: url(/images/ratingStarEmpty.png);
}
.ratingStar .Saved {
    background-image: url(/images/ratingStarSaved.png);
}

#menu ul {
	padding:0px;
	margin:0px;
	float:left;
	width:100%;
	/*background-color:#EDEDED;*/
	background-color:#FFFFFF;
	list-style:none;
	font:Verdana;
	font-weight:bolder;
}

#menu ul li { display: inline; }

#menu ul li a {
	background-color:#EDEDED;
	color:#333;
	text-decoration:none;
	border-bottom:3px solid #EDEDED;
	padding:2px 10px;
	float:left;
}

#menu ul li a:hover {
	background-color:#D6D6D6;
	color:#6D6D6D;
	border-bottom:3px solid #EA0000;
}
