/** BASIC */

body {
	margin: 20px 0px;
	padding: 0px;
	background: url(images/homepage01.jpg) repeat left top;
}

/** FORMS */

form {
	margin: 0px;
	padding: 0px;
}

/** HEADINGS */

h1, h2, h3 {
	margin: 0px 0px 0px 0px;
	color: #DEDEDE;
}

h1 {
	font-size: 18px;
}

h2 {
	font-size: 14px;
}

h3 {
	font-size: 11px;
}

/** TEXTS */

body, th, td, input, textarea, select {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #dcdbdb;
}

p, ul, ol, dl {
	margin-top: 0px;
	margin-bottom: 10px;
	text-align: justify;
	line-height: 20px;
}

.list1 {
	margin-right: 20px;
	padding-right: 0px;
	list-style: none;
	line-height: 20px;
	font-size: 11px;
}

.list1 li {
	padding-right: 20px;
	background: url(images/arrow.jpg) no-repeat right center;
}

.list2 {
	margin-left: 20px;
	padding-left: 0px;
	line-height: 20px;
	font-size: 12px;
	list-style: square;
}

.list3 {
	margin-left: 20px;
	padding-left: 0px;
	line-height: 20px;
	font-size: 12px;
	list-style: decimal;
}

.features {
	margin-left: 20px;
	padding-left: 0px;
	list-style: none;
	line-height: 20px;
	font-size: 11px;
}

.features li {
	padding-bottom: 5px;
}

.features li img {
vertical-align:bottom;
}

.sysreq {
	margin-left: 20px;
	padding-left: 0px;
	list-style: none;
	line-height: 20px;
	font-size: 11px;
}

.sysreq li {
	padding-bottom: 5px;
}

.sysreq li img {
vertical-align:middle;
}

.news{
	margin: 0px;
	padding: 0px;
	list-style: none;
	line-height: 20px;
	font-size: 11px;
}

/** LINKS */

a {
	color: #E9C397;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a.link1 {
	position: relative;
	padding: 2px 0px 3px 24px;
	background: url(images/homepage05.gif) no-repeat left center;
	
}

a.link2 {
	position: relative;
	padding: 2px 0px 3px 24px;
	background: url(images/subpage05.gif) no-repeat left center;
	color: #FDD173;
}

/** STYLES */

.style1 {
}

.style1 a {
}

.style1 a:hover {
}

/** BACKGROUNDS */

.bg1 {
}

/** MISC */

.align-justify {
	text-align: justify;
}

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

img {
	border: none;
}

img.left {
	float: left;
	margin: 0px 25px 0px 0px;
}

img.right {
	float: right;
	margin: 0px 0px 0px 25px;
}

img.center {

	margin: 0px 40px 0px 0px;
}

img.border {
}

hr {
	display: none;
}

.hr1 {
	height: 51px;
	background: url(images/homepage06.gif) repeat-x left center;
}

.hr2 {
	margin: 0px 0px 10px 0px;
	background: url(images/homepage06.gif) repeat-x left center;
}

/** HEADER */

#header {
	width: 900px;
	height: 150px;
}

/** MENU */

#menu {
	width: 261px;
	height: 150px;
	font-size: 13px;
	background: url(images/homepage03.jpg) no-repeat left top;
}

#menu ul {
	width: 197px;
	margin: 0px;
	padding: 10px 30px 0px 0px;
	list-style: none;
	line-height: normal;
}

#menu li {
	padding: 4px 0px;
	background: url(images/subpage01.gif) repeat-x left top;
}

#menu li.first {
	background: none;
}

#menu a {
	text-decoration: none;
	color: #FFFFFF;
}

#menu a:hover {
	text-decoration: underline;
}

/** PAGE */

#page {
	width: 900px;
}

/** CONTENT */

#content {
	width: 639px;

	background: url(images/subpage02.jpg) repeat-y left top;
}

#content .bgtop {
	/*background: url(images/subpage03.jpg) no-repeat left top;*/
}

#content .bgbtm {
	padding: 20px;
	/*background: url(images/subpage4.jpg) no-repeat left bottom;*/
}

/** 2-COLUMN LAYOUT */

.two-columns {
	background: url(images/homepage08.jpg) repeat-y 270px 0px;
}

.two-columns .column1 {
	width: 240px;
}

.two-columns .column2 {
	width: 240px;
}

/** SIDEBAR */

#sidebar {
	width: 261px;
}

/** FOOTER */

#footer {
	clear: both;
	width: 900px;
	height: 30px;
	margin: 0px auto;
	background: url(images/homepage13.jpg) no-repeat left bottom;
}

#footer p {
	margin: 0px;
	padding-top: 10px;
	line-height: normal;
	text-align: center;
	color: #FFFFFF;
}

/** BOX1 */

#box1 {
}

/** BOX2 */

#box2 {
}

/** BOX3 */

#box3 {
}

/** BOX4 */

#box4 {
	background: url(images/homepage09.jpg) repeat-y left top;
	color: #EEC492;
}

#box4 .bgtop {
	background: url(images/homepage10.jpg) no-repeat left top;
}

#box4 .bgbtm {
	padding: 40px 30px 0px 30px;
	background: url(images/homepage11.jpg) no-repeat left bottom;
}

#box4 h2 {
	margin-bottom: 20px;
	font-size: 13px;
	color: #F2E7DB;
}

/** BOX5 */

#box5 {
	padding: 20px 30px 0px 0px;
	height: 180px;
	background: url(images/homepage12.jpg) no-repeat 0px 5px;
}

#box5 .bgright {
	/*background: url(images/homepage08.jpg) repeat-y right top;*/
}

.input1 {
border: 1px solid gray;
color:black;
}

table {
border-left: 1px solid #424242;
border-top: 1px solid #424242;
}

tr.tr1 {
background: url(images/bg.jpg); 
}

tr.tr2 {
background: url(images/bg2.jpg); 
}

tr.tr3 {
background: url(images/bg3.jpg); 
}

th {
color:black;
text-align:right;
border-right: 1px solid #424242;
border-bottom: 1px solid #424242;
padding: 2px;
}

td {
text-align:center;
padding: 5px 5px 5px 5px;
color:black;
border-right: 1px solid #424242;
border-bottom: 1px solid #424242;
padding: 5px;
}

noscript {
color: red;
}

table.exploit_tbl {
border-left: 0px solid #6f4400;
border-top: 0px solid #6f4400;

border-bottom: 0px solid #6f4400;
border-right: 0px solid #6f4400;
}

table.exploit_tbl2 {
border-left: 1px solid #363636;
border-top: 1px solid #363636;

border-bottom: 1px solid #363636;
border-right: 1px solid #363636;
}



th.exp_th1{
font-size: 10px;
color:white;
text-align:right;
border-right: 0px solid #976700;
border-bottom: 0px solid #976700;
padding: 3px;
background: url(images/vuls/th_bg.jpg); 
}

th.exp_th2{
font-size: 10px;
color:white;
text-align:right;
border-right: 0px solid #976700;
border-bottom: 0px solid #976700;
padding: 3px;
background-color: #353535; 
}

tr.exp_tr1 {

}

tr.exp_tr2 {
background: url(images/vuls/th_bg.jpg); 
}

td.exp_td1 {
text-align:right;
color: white;
border-right: 0px solid #6f4400;
border-bottom: 1px solid #363636;
padding: 2px;
font-size: 11px;
background-color: #252525; 
}

td.exp_td2 {
text-align:right;
color: white;
border-right: 0px solid #6f4400;
border-bottom: 1px solid #363636;
padding: 2px;
font-size: 11px;
background-color: #252525; 
}

.code {
text-align:left;
direction: ltr;
color:black;
background-color: #e2e2e2;
border: 1px 1px 1px 1px solid black;
padding: 5px;
margin: 10px;
}
