
/* BASIC CONFIGURATION */

html, body {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 11px;
	text-align: center;
	color: #444444;
	background: #F1F1F1;
}
html, body, ul, ol, li, p {
	margin: 0;
	padding: 0;
}
h1, h2, h3, h4 {
	font-weight: bold;
	font-style: normal;
	font-size: 100%;
	margin: 0px;
	padding: 0px;
}
p {
	margin-top: 1em;
}


/* HEADER */

#header {
	background: #000000;
	height: 360px;
}

/* HEADINGS */

.h1-wrapper {
	position: relative;
	height: 45px;
	margin-bottom: 25px;
	text-transform: uppercase;
}

h1 {
	padding: 16px 29px 11px;
	margin-top: 0px;
	font-size: 15px;
	color: #FFFFFF;
	background: #65658B;
	position: absolute;
}
h2 {
	font-size: 15px;
	color: #A7A7BC;
	margin-bottom: 15px;
}
h3 {
	font-size: 13px;
	color: #A7A7BC;
}
h4 {
}


/* BASE UTILS */

.endfloat {clear: both; height: 1px; font-size: 1px; visibility: hidden; margin: 0;}
.fleft { float: left; }
.fright { float: right; }
.cboth { clear: both; }
.left { text-align: left !important; }
.right { text-align: right !important; }
.justify { text-align: justify !important; }
.center { text-align: center !important; }
.bold { font-weight: bold !important; }
.italic { font-style: italic !important; }
.nounderline { text-decoration: none !important; }
.nodisp, .noscreen { display: none; }
.nowrap { white-space: nowrap; }
.noborder { border: none !important; }


/* LINKS */

a {
	text-decoration: none;
	font-weight: bold;
	color: #BB0000;
}

a:hover {
	text-decoration: underline;
}


/* IMAGES */

img {
	border: none;
}


/* BASIC LAYOUT*/

#page {
	position: relative;
	width: 980px;
	margin: 0px auto 30px;
	background: #FFFFFF;
	text-align: left;
}

.section {
	padding-top: 15px;
	padding-bottom: 20px;
	background: #FBFBFB;
	margin-top: 30px;
	border-top: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
}

.section-add {
	float: right;
	width: 470px;
	height: 258px;
}

.section-add div {
	margin-bottom: 14px;
}

.section-subscribe {
	background: #FBFBFB url('../grf/icon_envelope.gif') top left no-repeat;
}

.section-subscribe h2 {
	padding-top: 7px;
	padding-left: 104px;
}

.section .content {
	margin: 0px 30px 0px;
}


#footer {
	text-align: right;
	padding: 7px 30px 5px;
}

hr {
	border: none;
	border-bottom: 1px solid #DDDDDD;
}

hr.top {
	margin: 30px 0px 10px;
}

hr.bottom {
	margin: 10px 0px 30px;
}


/* HOMEPAGE */

#add {
	margin-top: 30px;
	float: left;
	background: url('../grf/banner_bg.jpg') top left no-repeat;
}

#newsbox {
	height: 185px;
	overflow: hidden;
}


/* FORMS */

fieldset {
	margin: 0px;
	padding: 0px;
	border: none;
}

form .text {
	font-family: Arial;
	font-size: 11px;
	background: #FFFFFF;
	border: 1px solid #DDDDDD;
	padding: 7px 10px 5px;
}

form .sendbutton {
	border: none;
	height: 28px;
	clear: both;
}

/* CONTACT FORM */

form.contactform {
}

form.contactform .text {
	width: 370px;
}

form.contactform label, form.legendform label {
	margin-top: 3px;
	float: left;
	display: block;
	padding-top: 7px;
	width: 150px;
}

.obligatory {
	font-weight: bold;
	color: #EE0000;
}

.semiobligatory {
	font-weight: bold;
}

form.contactform .sendbutton, form.legendform .sendbutton {
	width: 74px;
	background: url('../grf/btn_send.gif') center center no-repeat;
	margin-left: 468px;
}

/* LEGEND FORM */

form.legendform {
}

form.legendform .text {
	width: 160px;
	float: left;
	margin-top: 3px;
}

form.legendform .sendbutton {
	margin-top: 3px;
	margin-left: 258px;
}

form.legendform .legend {
	margin-top: 3px;
	color: #AAAAAA;
	float: left;
	width: 560px;
	padding-left: 20px;
	height: 28px;
}


/* SUBSCRIBE FORM */

form.subscribe {
	float: right;
	position: relative;
	top: -9px;
}

form.subscribe input.text {
	text-align: right;
	width: 230px;
}

form.subscribe input.sendbutton {
	width: 28px;
	background: url('../grf/btn_subscribe.gif') center center no-repeat;
}



/*  ARTICLE  */
.article p {
	margin: 0px;
}


/* LINKS */
.link {
	margin-bottom: 10px;
}

/* BOXES */
.box {
	background: #FFFFFF;
	border: 1px solid #E0E0E0;
	margin: 10px;
	padding: 10px;
}

.seller-thumb {
	width: 260px;
	float: left;
	height: 90px;
}

.seller-thumb img {
	float: left;
}

.seller-thumb .text {
	width: 140px;
	float: right;
}

/* PRODUCT */
.lwcad-version {
	width: 130px;
	height: 32px;
	padding: 0px;
	padding-left: 78px;
	padding-top: 26px;
	padding-bottom: 2px;
	float: left;
	background: #ffffff url('../grf/productversion_bg.jpg') top left no-repeat;
}

.lwcad-version-date {
	padding-top: 20px;
	padding-bottom: 8px;
}

.lwcad-version .release-date {
	color: #999999;
	font-style: italic;
	font-size: 10px;
}

.active {
	border: 1px solid #aaaaaa;
}

/* ONLINE HELP */
.manual {
	float: left;
	width: 284px;
	height: 60px;
	padding: 0px !important;
	background: #ffffff url('../grf/manual_bg.jpg') top left no-repeat;
}

.videomanual {
	background: #ffffff url('../grf/videomanual_bg.jpg') top left no-repeat;
}

.manual .manual-content {
	margin: 0px;
	margin-top: 28px;
	margin-left: 66px;
}

a.download {
	display: block !important;
	width: 16px;
	height: 16px;
	float: right;
	background: url('../grf/download-arrow.gif') top left no-repeat;
	margin-right: 15px;
}

a.download span {
	display: none;
}

.downloadmanual {
	float: left;
	width: 182px;
	height: 32px;
	padding: 0px;
	padding-top: 28px;
	padding-left: 102px;
	background: #ffffff url('../grf/downloadmanual_bg.jpg') top left no-repeat;
}

.tutorial {
	width: 264px;
	float: left;
}

.tutorial-free {
  border: 1px solid #9bff9b;
  background: url("../grf/tutorial_free.gif") right top no-repeat;
}

.tutorial-commercial {
  border: 1px solid #ff9b9b;
  background: url("../grf/tutorial_commercial.gif") right top no-repeat;
}

.tutorial img {
	float: left;
}

.tutorial h2 {
  width: 195px;
}

.tutorial a {
	float: left;
	padding-left: 15px;
	width: 150px;
}

/* IMAGES IN TEXT */
img.text-left {
	margin-right: 20px;
	float: left;
}

img.text-right {
	margin-left: 20px;
	float: right;
}


/*  TABLES  */
table {
	border-collapse: collapse;
}

table td, table th {
	padding: 2px 5px;
}

/* NEWS */
.news-item {
	margin-bottom: 15px;
	padding-top: 15px;
	
	border-top: 1px solid #f0f0f0;
}


/* ORDER TABLE*/

table.order-table {
	margin: 30px auto;
	width: 100%;
}

table.order-table .col1 {
	width: 25px;
}

table.order-table .col2 {
	width: 440px;
}

table.order-table .col6 {
	width: 117px;
}

table.order-table .sendbutton {
	width: 117px;
	background: url('../grf/btn_2co.gif') top left no-repeat;
}
/* PRODUCT ACTIVATION */

.iconbox {
	padding-left: 50px;
	border: none;
}

.iconbox span {
	color: #AAAAAA;
}

.iconbox-new {background: url('../grf/product-activation-new.jpg') top left no-repeat;}
.iconbox-upgrade {background: url('../grf/product-activation-upgrade.jpg') top left no-repeat;}
.iconbox-add {background: url('../grf/product-activation-add.jpg') top left no-repeat;}
.iconbox-report {background: url('../grf/product-activation-report.jpg') top left no-repeat;}
.iconbox-download {background: url('../grf/product-activation-download.jpg') top left no-repeat;}
.iconbox-download-beta {background: url('../grf/product-activation-download.jpg') top left no-repeat;}
.iconbox-mailing {background: url('../grf/product-activation-mailing.jpg') top left no-repeat;}

.iconbox a {
	display: block;
	float: left;
	width: 200px;
}

/* FAQ */

.faq {
	background: url('../grf/faq_bg.gif') top left no-repeat;

	margin-bottom: 25px;
}

.faq strong {
	margin-left: 23px;
}

.faq p {
	margin-left: 44px;
	margin-top: 6px;
}

