/*******************************************************************************
 *	COMMON STYLE
 ******************************************************************************/
BODY
{
	margin-left: 0;
	margin-right: 0;
	margin-top: 15px;
	margin-bottom: 15px;
	font-family: Tahoma, Arial, 'sans serif';
	font-size: 12px;
	color: #000000;
}

a
{
	color: #221ab1;
}

a:hover
{
	color: #666666;
}

.clear
{
	clear: both;
}

.left
{
	float: left;
}

img.left
{
	padding-right: 10px;
}

.right
{
	float: right;
	text-align: right;
}

img.right
{
	padding-left: 10px;
}

.hilite
{
	font-weight: bold;
	color: #221ab1;
}

.block
{
	text-align: justify;
}

* html .block
{
	position: relative;
}


/*******************************************************************************
 *	PAGE LAYOUT
 ******************************************************************************/
#overall
{
	text-align: center;
}

#page
{
	width: 780px;
	margin: auto;
	text-align: left;
}

#logo
{
	float: left;
}

#topmenu
{
	float: right;
	text-align: right;
	padding: 20px 0px 0px 0px;
	font-family: Verdana, "sans serif";
	color: #000000;
	font-weight: bold;
	font-size: 10px;
}

#topmenu a
{
	font-family: Verdana, "sans serif";
	font-size: 10px;
	text-decoration: none;
	color: #221ab1;
	font-weight: bold;
	padding: 0px 10px 0px 10px;
}

#topmenu a:hover
{
	color: #cccccc;
	text-decoration: underline;
}

#topmenu a.red
{
	color: #ff3333;
}

#topmenu a.red:hover
{
	color: #cccccc;
}

#lang
{
	float: right;
	text-align: right;
}

#lang a
{
	padding: 5px 5px 5px 5px;
	font-family: Verdana, "sans serif";
	font-size: 11px;
	color: #ff3333;
	text-decoration: none;
	font-weight: bold;
}

#lang a:hover
{
	color: #000000;
	background-color: #ff3333;
}

#banner
{
	margin: 0;
	padding: 0;
	border-top: solid 1px #ffffff;
}


/*******************************************************************************
 *	FLASH NEWS
 ******************************************************************************/
#highlight
{
	width: 780px;
	margin: auto;
	background-color: #eeeeee;
	font-family: Verdana, "sans serif";
	font-size: 11px;
	border-top: solid 1px #221ab1;
	padding: 10px 0px 10px 0px;
}

.date
{
	color: #221ab1;
	font-weight: bold;
	padding-bottom: 5px;
}

.headline a
{
	text-decoration: none;
	color: #000000;
	font-weight: bold;
}

.headline a:hover
{
	text-decoration: underline;
}

.readmore
{
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: right;
}

.readmore a
{
	text-decoration: none;
	color: #221ab1;
	font-style: italic;
}

.readmore a:hover
{
	text-decoration: underline;
	color: #888888;
}

#newsbox
{
	padding: 10px 20px 20px 20px;
}

#newsbox1
{
	width: 219px;
	float: left;
	padding: 0px 20px 0px 20px;
	border-right: solid 1px #000000;
}

#newsbox2
{
	width: 219px;
	float: left;
	padding: 0px 20px 0px 20px;
	border-right: solid 1px #000000;
}

#newsbox3
{
	width: 219px;
	float: right;
	padding: 0px 20px 0px 20px;
}


/*******************************************************************************
 *	PAGE FOOTER
 ******************************************************************************/
#footer
{
	border-top: solid 2px #221ab1;
	color: #000000;
	font-family: Verdana, "sans serif";
	font-size: 11px;
	padding: 3px 0px 15px 0px;
	width: 780px;
}

#footer a
{
	color: #221ab1;
	text-decoration: none;
	padding: 0px 10px 0px 10px;
}

#footer a:hover
{
	color: #666666;
	text-decoration: underline;
}

#footer img
{
	position: relative;
	top: 4px;
	filter: alpha(opacity=60);
	opacity: 0.6;
}

#footer .copyright
{
	float: right;
	padding-top: 4px;
}

#membership
{
	padding: 15px 0px 0px 0px;
	text-align: center;
}

#membership img
{
	padding-left: 50px;
}

/*******************************************************************************
 *	PAGE CONTENT
 ******************************************************************************/
#content
{
	background-color: #ffffff;
	padding: 10px 10px 5px 10px;
}

#sidemenu
{
	text-align: right;
	position: relative;
	top: -5px;
}

#sidemenu a
{
	font-weight: bold;
	font-size: 11px;
	background-color: #ffffcc;
	color: #221ab1;
	padding: 2px 20px 2px 20px;
	text-decoration: none;
	position: relative;
	top: -13px;
	border-top: 0;
	border-left: 0;
	border-right: 0;
	border-bottom: 1px solid #221ab1;
}

#sidemenu a:hover
{
	color: #000000;
	background-color: #ccccff;
	border-top: 0;
	border-left: 0;
	border-right: 0;
	border-bottom: 3px solid #221ab1;
}

#title
{
	margin-bottom: 20px;
	padding-bottom: 5px;
	border-bottom: 1px solid #c0c0c0;
	position: relative;
}

#title img
{
	margin-right: 10px;
}

h1
{
	font-family: Arial, 'sans serif';
	font-weight: bold;
	font-size: 14px;
	color: #221ab1;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
	position: relative;
}

h2
{
	font-family: Verdana, Arial, 'sans serif';
	font-weight: bold;
	font-size: 12px;
	color: #000000;
	margin: 0;
	padding: 0;
	text-align: right;
	position: relative;
}

h3
{
	font-family: Verdana, Arial, 'sans serif';
	font-weight: bold;
	font-size: 12px;
	color: #221ab1;
	margin: 0;
	padding: 0;
}

h6
{
	font-family: Verdana, Arial, 'sans serif';
	font-weight: bold;
	font-size: 12px;
	color: #000000;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
}

#messageboxout
{
	background-color: #c0c0c0;
	padding: 2px;
}

#messageboxin
{
	background-color: #eeeeee;
	border: 2px solid #ffffff;
	padding: 25px 10px 25px 10px;
	font-weight: bold;
	text-align: center;
}

table.tabskin
{
	border: 1px solid #000000;
	width: 100%;
}

.tabskin th
{
	font-size: 11px;
	border: 1px solid #ffffff;
	padding: 3px 10px 3px 10px;
	background-color: #cccccc;
	vertical-align: top;
}

.tabskin td
{
	font-size: 11px;
	border: 1px solid #ffffff;
	padding: 3px 10px 3px 10px;
	background-color: #e8e8ff;
	vertical-align: top;
}

.tabskin .tabhilite td
{
	background-color: #ffffff;
	cursor: pointer;
}

.tabskin .tabnolite td
{
	background-color: #e8e8ff;
	cursor: pointer;
}

.tabskin caption
{
	font-size: 12px;
	font-weight: bold;
	font-family: Verdana, Arial, 'sans serif';
	padding: 0px 0px 5px 15px;
	margin: 0;
	color: #221ab1;
	text-align: left;
}

td.price
{
	text-align: right;
}

#partners .partner
{
	margin: 10px 0px 10px 0px;
	padding: 15px 0px 15px 0px;
	border-bottom: 2px solid #c0c0c0;
	text-align: justify;
}

#softwaresites img
{
	float: left;
	margin-right: 10px;
}

#softwaresites p
{
	clear: both;
}

/*******************************************************************************
 *	SIMPLE BUTTONS
 ******************************************************************************/
.btn
{
	background-image: url('/images/common/corners/btn_bgd.gif');
	padding: 3px 5px 3px 5px;
}

.btn img
{
	padding-right: 3px;
}

.btn a, .btn a:hover
{
	color: #000000;
	font-weight: bold;
	text-decoration: none;
	font-size: 11px;
}

.btnover
{
	background-image: url('/images/common/corners/btn_bgd_over.gif');
	padding: 3px 5px 3px 5px;
}

.btnover img
{
	padding-right: 3px;
}

.btnover a
{
	color: #cccccc;
	font-weight: bold;
	text-decoration: none;
	font-size: 11px;
}

.btnover a:hover
{
	color: #ffffff;
}

#pricelist .btn, #pricelist .btnover
{
	text-transform: uppercase;
	text-align: center;
}

#cart
{
	text-align: center;
	text-transform: uppercase;
	padding-bottom: 1px;
}

#cart a
{
	font-size: 12px;
}

/*******************************************************************************
 *	ROUND CORNERS BOX
 ******************************************************************************/
.roundbox
{
	width: 200px;
	margin-left: 10px;
	border-top: 1px solid #d3c582;
	border-left: 1px solid #d3c582;
	border-bottom: 1px solid #aa9c49;
	border-right: 1px solid #aa9c49;
	background-color: #e8dda5;
	padding: 5px 10px 5px 10px;
	font-size: 11px;
	text-align: justify;
	float: right;
}

/*******************************************************************************
 *	GOOGLE MAPS & SEARCH
 ******************************************************************************/
#google_maps
{
	width: 700px;
	height: 350px;
 	z-index: 0;
 	border: 1px solid #cccccc;
}
 
 #local_maps
{
 	width: 480px;
 	z-index: 199;
 	position: absolute;
 	top: 250px;
 	left: 30%;
 	cursor: pointer; 
 	display: none;
 	border: 1px solid #cccccc;
 	background-color: #ffffff;
}

.gsc-control
{
	width: 650px !important;
}

#google_search
{
	width: 650px;
	margin: auto;
} 

/*******************************************************************************
 *	FORMS
 ******************************************************************************/
input.button {
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 5px;
	margin: 0;
	padding: 2px 15px 2px 20px;
	background-color: #c0c0c0;
	color: #000000;
	border-top: 2px solid #e8e8ff;
	border-left: 2px solid #e8e8ff;
	border-right: 2px solid #000000;
	border-bottom: 2px solid #000000;
	cursor: pointer;
}

#pricelist table
{
	width: 100%;
	border-top: 2px solid #d3c582;
	border-left: 2px solid #d3c582;
	border-right: 2px solid #aa9c49;
	border-bottom: 2px solid #aa9c49;
}

#pricelist td
{
	background-color: #e8dda5;
	font-size: 12px;
	padding: 5px 8px 5px 8px;
}

#pricelist th
{
	background-color: #e8dda5;
	font-size: 11px;
	padding: 5px 8px 5px 8px;
	border-bottom: 2px solid #ffffff;
	color: #ffffff;
}

#pricelist th.plname
{
	text-align: center;
}

#pricelist td.plname
{
	font-weight: bold;
	vertical-align: top;
	width: 20%;
	text-align: center;
}

#pricelist td.pldescription
{
	font-size: 11px;
}

#pricelist td.plcurrency, #pricelist td.plprice
{
	font-weight: bold;
	text-align: right;
	width: 50px;
}

#pricelist td.plorder
{
	width: 95px;
}

#pricelist div.plicon
{
	padding-bottom: 10px;
	opacity: 0.7;
	filter: alpha(opacity=70);
}

.submit
{
	padding-top: 10px;
	text-align: center;
}

.submit input
{
	font-family: Verdana, 'sans serif';
	font-size: 12px;
	font-weight: bold;
	padding: 2px 25px 2px 25px;
	cursor: pointer;
	border-top: 2px solid #d3c582;
	border-left: 2px solid #d3c582;
	border-right: 2px solid #aa9c49;
	border-bottom: 2px solid #aa9c49;
}

.submit input.nolite
{
	background-color: #e8dda5;
	color: #000000;
}

.submit input.hilite
{
	background-color: #e8e8ff;
	color: #221ab1;
}

/*******************************************************************************
 *	DOWNLOADS
 ******************************************************************************/
.downloads, .pub
{
	width: 100%;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
}

.dl_name
{
	background-position: top left;
	background-repeat: no-repeat;
	font-weight: bold;
	font-size: 12px;
	font-family: Arial, 'sans serif';
	color: #000000;
	padding: 3px;
	background-color: #e8dda5;
	border-bottom: 1px solid #ffffff;
	border-top: 1px solid #ffffff;
}

.dl_name img
{
	vertical-align: middle;
	padding-right: 5px;
}

.dl_hilite .dl_name, .dl_hilite .dl_button
{
	background-color: #fff9d5;
	border-top: 1px solid #e8dda5;
	border-bottom: 1px solid #e8dda5;
}

.dl_button
{
	width: 110px;
	padding: 2px 0px 2px 0px;
	background-color: #e8dda5;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
}

.pub_name
{
	background-position: top left;
	background-repeat: no-repeat;
	font-weight: bold;
	font-size: 12px;
	font-family: Arial, 'sans serif';
	color: #000000;
	padding: 3px;
	background-color: #d7d7ed;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
}

.pub_name img
{
	vertical-align: middle;
	padding-right: 5px;
}

.pub_button
{
	width: 110px;
	padding: 2px 0px 2px 0px;
	background-color: #d7d7ed;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
}

.dl_hilite .pub_name, .dl_hilite .pub_button
{
	background-color: #f2f2fb;
	border-top: 1px solid #d7d7ed;
	border-bottom: 1px solid #d7d7ed;
}

/*******************************************************************************
 *	SURVEY
 ******************************************************************************/
#surveys
{
	padding-top: 20px;
}

#surveys .lsquare
{
	background-image: url('/images/common/survey/spacer.gif');
	background-position: top;
	background-repeat: repeat-x;
	text-align: left;
}

#surveys .rsquare
{
	background-image: url('/images/common/survey/spacer.gif');
	background-position: bottom;
	background-repeat: repeat-x;
	text-align: right;
}

#surveys li
{
	padding-top: 5px;
}

#surveys p.question
{
	font-weight: bold;
}

#surveys input.enabled
{
	font-size: 11px;
	background-color: #ffffff;
	width: 500px;
}

#surveys input.disabled
{
	font-size: 11px;
	background-color: #eeeeee;
	width: 500px;
}

#surveys .submit
{
	padding-top: 20px;
	text-align: center;
}

#surveys textarea
{
	font-size: 11px;
	background-color: #ffffff;
	width: 500px;
	height: 100px;
}