/** Common **/
body
{
	margin: 0px;
	padding: 0px;
	background: #BCBCBC url(../images/top_bg.png) repeat-x top center;
	text-align: center;
	color: #333;
}
body,td,form,A,LI,p
{
	font-size: 11px;
	line-height: 16px;
	font-family: Verdana,Arial,Helvetica;
	text-align: left;
}
H1
{
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 14px;
	font-weight: normal;
	line-height: 24px;
	color: #333;
}
H2
{
	margin-top: 0px;
	margin-bottom: 10px;
	font-size: 16px;
	font-weight: bold;
	line-height: 16px;
	color: #333;
}
hr
{
	height: 0px;
	border: solid #ddd 0px;
	border-top-width: 1px;
}
img
{
    border: 0px;
}

/** Main Elements **/
#container
{
	width: 990px;
	margin: 0px auto;
	padding: 0px;
}
#container .top
{
	width: 100%;
	padding: 70px 0px 35px 0px;
	text-align: right;
	background-image: url(../images/logo.png);
	background-repeat: no-repeat;
}
.bold
{
	font-weight: bold;
}
.clear_all
{
	clear: both;
	padding-top: 4px;
	padding-bottom: 4px;
}
.external_link
{
	background:url(../images/external_link.png) center right no-repeat;
	padding-right: 14px;
	color: #0066cc;
	text-decoration:none;
}
.external_link:hover
{
	background:url(../images/external_link.png) center right no-repeat;
	padding-right: 14px;
	color: #0066cc;
	text-decoration:underline;
}


/** Top Menu **/
#topmenu
{
	height: 39px;
	width: 600px;
	margin-left: 390px;
    text-align: right;
}
/** Buttons **/
.button_common
{
	height: 29px;
	width: 150px;
	display: inline-block;
}
.button_common a
{
	text-decoration:none;
 	display:block;
	height: 29px;
	width: 150px;
    cursor: pointer;
}
.nobutton_left
{
	margin-right: 5px;
}
.button_gpl
{
    margin-right: 5px;
	margin-left: 5px;
	background: transparent url(../images/gpl.png) 0px 0px no-repeat;
}
.button_info
{
	margin-right: 5px;
	background: transparent url(../images/buttons.png) 0px 0px no-repeat;
}
.button_info:hover
{
	background: transparent url(../images/buttons.png) -151px 0px no-repeat;
}
.button_demo
{
	margin-left: 5px;
	background: transparent url(../images/buttons.png) 0px -30px no-repeat;
}
.button_demo:hover
{
	background: transparent url(../images/buttons.png) -151px -30px no-repeat;
}
.button_buy
{
    margin-right: 5px;
	margin-left: 5px;
	background: transparent url(../images/buttons.png) 0px -60px no-repeat;
}
.button_buy:hover
{
	background: transparent url(../images/buttons.png) -151px -60px no-repeat;
}
.button_download
{
	margin-left: 5px;
	background: transparent url(../images/buttons.png) 0px -90px no-repeat;
}
.button_download:hover
{
	background: transparent url(../images/buttons.png) -151px -90px no-repeat;
}

/** Main Area **/
#main_top
{
	clear: both;
	height: 6px;
	width: 100%;
	background: #fff url(../images/main_top_bg.png) no-repeat;
}
#main
{
	clear: both;
	width: 100%;
	overflow: hidden;
    padding-bottom: 10px;
}
#main_left
{
	float: left;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 2000px;
	margin-bottom: -2000px;
	width: 710px;
	background: #fff;
}
#main_right
{
	float: right;
	display: block;
	width: 240px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 2000px;
	margin-bottom: -2000px;
	background: #F0F0EE;
}
.product_card
{
	clear: both;
	width: 100%;
	text-align: left;
}
.product_image
{
	float: left;
	width: 230px;
}
.product_text
{
	float: right;
	padding-left: 10px;
	width: 470px;
	color:#667;
}
.product_image2
{
	float: right;
	width: 230px;
}
.product_text2
{
	float: left;
	padding-left: 10px;
	width: 470px;
	color:#667;
    text-align: right;
}
.product_text2 p,.product_text p
{
    text-align: justify;
}
#other
{
	height: 100%;
}
#main_bottom
{
	clear: both;
	height: 5px;
	width: 100%;
	background: #ffffff url(../images/main_bottom_bg.png) no-repeat;
}
#footer
{
	clear: both;
	text-align: center;
	margin-top: 10px;
}
/** Buy Now Box **/
.buynow_header
{
	clear: both;
	height: 41px;
	width: 240px;
	background: url(../images/buynow_header.jpg) no-repeat;
}
.buynow_footer
{
	clear: both;
	height: 10px;
	width: 240px;
	background: url(../images/box_footer.png) no-repeat;
    padding-bottom: 10px;
}
.buynow_body
{
	clear: both;
	width: 215px;
	padding-left: 12px;
	padding-right: 13px;
	padding-top: 7px;
	padding-bottom: 7px;
	background: url(../images/download_bg.png) repeat-y;
}
.buynow_block
{
	clear: both;
	width: 215px;
	height: 50px;
}
.buynow_logo
{
	display: block;
	width: 215px;
	height: 25px;
	cursor: pointer;
}
.buynow_logo a
{
	text-decoration: none;
 	display: block;
	height: 25px;
	width: 215px;
}
.buynow_text
{
	display: block;
	padding-top: 5px;
    padding-bottom: 5px;
	width: 215px;
	height: 15px;
    text-align: center;
}
.logo_cc
{
	background: url(../images/ic_cc.png) no-repeat;
}
/** Demo Box **/
.demo_header
{
	clear: both;
	height: 41px;
	width: 240px;
	background: url(../images/demo_header.jpg) no-repeat;
}
.demo_footer
{
	clear: both;
	height: 10px;
	width: 240px;
	background: url(../images/box_footer.png) no-repeat;
    padding-bottom: 10px;
}
.demo_body
{
	clear: both;
	width: 215px;
	padding-left: 12px;
	padding-right: 13px;
	padding-top: 7px;
	padding-bottom: 7px;
	background: url(../images/download_bg.png) repeat-y;
}
.demo_block
{
	clear: both;
	width: 215px;
	height: 49px;
}
.demo_logo
{
	float: left;
	display: block;
	width: 70px;
	height: 49px;
	cursor: pointer;
}
.demo_logo a
{
	text-decoration:none;
 	display:block;
	height: 70px;
	width: 49px;
}
.demo_text
{
	float: right;
	display: block;
	padding-left: 5px;
	width: 140px;
	height: 49px;
    font-weight: bold;
}
.logo_ui
{
	background: url(../images/ic_ui.jpg) no-repeat;
}
.logo_ap
{
	background: url(../images/ic_ap.jpg) no-repeat;
}
/** Requirements Box **/
.requirements_header
{
	clear: both;
	height: 41px;
	width: 240px;
	background: url(../images/requirements_header.jpg) no-repeat;
}
.requirements_footer
{
	clear: both;
	height: 10px;
	width: 240px;
	background: url(../images/box_footer.png) no-repeat;
    padding-bottom: 10px;
}
.requirements_body
{
	clear: both;
	width: 215px;
	padding-left: 12px;
	padding-right: 13px;
	padding-top: 7px;
	padding-bottom: 7px;
	background: url(../images/download_bg.png) repeat-y;
}
.requirements_block
{
	clear: both;
	width: 215px;
	height: 88px;
}
.requirements_text
{
	display: block;
	width: 215px;
	height: 88px;
}
.logo_perl
{
	background: url(../images/ic_pdf.png) no-repeat;
}
.logo_unix
{
	background: url(../images/ic_pdf.png) no-repeat;
}
/** Download Box **/
.download_header
{
	clear: both;
	height: 41px;
	width: 240px;
	background: url(../images/download_header.png) no-repeat;
}
.download_footer
{
	clear: both;
	height: 10px;
	width: 240px;
	background: url(../images/box_footer.png) no-repeat;
    padding-bottom: 10px;
}
.download_body
{
	clear: both;
	width: 215px;
	padding-left: 12px;
	padding-right: 13px;
	padding-top: 7px;
	padding-bottom: 7px;
	background: url(../images/download_bg.png) repeat-y;
}
.download_block
{
	clear: both;
	width: 205px;
	height: 38px;
}
.download_logo
{
	float: left;
	display: block;
	width: 30px;
	height: 38px;
	cursor: pointer;
}
.download_logo a
{
	text-decoration:none;
 	display:block;
	height: 38px;
	width: 30px;
}
.download_text
{
	float: right;
	display: block;
	padding-left: 5px;
	width: 170px;
	height: 38px;
}
.logo_pdf
{
	background: url(../images/ic_pdf.png) no-repeat;
}
.logo_chm
{
	background: url(../images/ic_chm.png) no-repeat;
}
.logo_zip
{
	background: url(../images/ic_zip.png) no-repeat;
}
/** Clients Box **/
.clients_header
{
	clear: both;
	height: 41px;
	width: 240px;
	background: url(../images/clients_header.png) no-repeat;
}
.clients_footer
{
	clear: both;
	height: 10px;
	width: 240px;
	background: url(../images/box_footer.png) no-repeat;
    padding-bottom: 10px;
}
.clients_body
{
	clear: both;
	width: 215px;
	padding-left: 12px;
	padding-right: 13px;
	padding-top: 7px;
	padding-bottom: 7px;
	background: url(../images/download_bg.png) repeat-y;
}
.clients_block
{
	clear: both;
	width: 215px;
	height: 74px;
}
.clients_block_small
{
	clear: both;
	width: 215px;
	height: 14px;
}
.clients_logo
{
	float: right;
	display: block;
	width: 215px;
	height: 74px;
}
.clients_text
{
	float: right;
	display: block;
	width: 215px;
	height: 14px;
    text-align: center;
    font-weight: bold;
}
/** Version Box **/
.version_header
{
	clear: both;
	height: 41px;
	width: 240px;
	background: url(../images/version_header.png) no-repeat;
}
.version_footer
{
	clear: both;
	height: 10px;
	width: 240px;
	background: url(../images/box_footer.png) no-repeat;
    padding-bottom: 10px;
}
.version_body
{
	clear: both;
	width: 215px;
	padding-left: 12px;
	padding-right: 13px;
	padding-top: 7px;
	padding-bottom: 7px;
	background: url(../images/download_bg.png) repeat-y;
}
.version_block
{
	clear: both;
	width: 215px;
	height: 20px;
}
.version_text
{
	float: right;
	display: block;
	width: 215px;
	height: 20px;
}
/** Boxes common **/
hr.boxline
{
	border: none;
	border-top: dashed 1px #CCCCCC;
	color: #FFFFFF;
	background-color: #FFFFFF;
	height: 1px;
}

/** Lava-Lamp Menu **/
#menu_container {
    width: 600px;
}
#menu_container ul, li {
    margin: 0;
    padding: 0;
}
#blob {
    background: #0b2b61;
    border-right: 1px solid #0059ec;
    border-left: 1px solid #0059ec;
    position: absolute;
    z-index: 1;
    top: 0;
    background: -moz-linear-gradient(top, #0b2b61, #1153c0);
    background: -webkit-gradient(linear, left top, left bottom, from(#0b2b61), to(#1153c0));
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-box-shadow: 2px 3px 10px #011331;
    -webkit-box-shadow: 2px 3px 10px #011331;
}

#nav {
    position: relative;
    background: #292929;
    float: right;
}

#nav li {
    float: left;
    list-style: none;
    border-right: 1px solid #4a4a4a;
    border-left: 1px solid black;
}

#nav li a {
    color: #e3e3e3;
    z-index: 2;
    position: relative;
    cursor: pointer;
    float: left;
    font-size: 18px;
    font-family: helvetica, arial, sans-serif;
    text-decoration: none;
    width: 100%;
    padding: 5px 10px;
}
/* ----- FORMS ----- */
/* ----- COMMON ----- */
fieldset{
border:0;
margin-bottom: 6px;
}
label{
width: 200px;
float: left;
}
legend{
padding-left:5px;
padding-right:5px;
color:#4846E3;
}
fieldset.campaigns{
border: 1px solid #ececec;
width: auto;
padding: 0px 5px 0px;
}
label.campaigns{
width: 200px;
float: left;
}
legend.campaigns{
padding-left:5px;
padding-right:5px;
color:#000000;
font-weight: bold;
}
/* ----- FIELDS AND LABELS ----- */
input.text{
border-top:1px solid #7c7c7c;
border-left:1px solid #c3c3c3;
border-right:1px solid #c3c3c3;
border-bottom:1px solid #ddd;
color:#333;
}
input.disabled{
border:1px solid #f2f2f2;
background-color:#f2f2f2;
}
input.required, textarea.required{
border:1px solid #00a8e6;
}
input.optional, textarea.optional{
border:1px solid #cccccc;
}
input.validation-failed, textarea.validation-failed{
border:1px solid #ff3300;
}
input.validation-passed, textarea.validation-passed{
border:1px solid #00cc00;
color:#000;
}
.validation-advice{
margin:0px 0;
padding:0px;
color:#ff3300;
font-size:12px;
}
select.select{
font-family:sans serif;
font-size:14px;
padding:1px 0 0 0;
margin:1px 0 3px 0;
border:1px solid #00a8e6;
}
select.select[class]{
margin:0;
padding:1px 0 1px 0;
border:1px solid #00a8e6;
}

