/*  =========================================================
Formatting for screen
Filename:  screen.css
Date:      Feb 2009
Author:    Theresa Bayr
======================================================= */

/* ====================================================
   General styles
   ==================================================== */
   
body {
background-color: #585757;
color: #EAEAEA;
}

a { outline: none; } 

.clear {
clear: both;
height: 1px;
}
h1 {
color: #85fd43;
font-size: 12px;
font-weight: normal;
padding-bottom: 15px;
}
h2 {
color: #eb03d7;
font-size: 12px;
font-weight: normal;
padding-bottom: 15px;
}
h3 {
color: #85fd43;
font-size: 11px;
font-weight: normal;
padding-bottom: 15px;
}
.underlined {
text-decoration: underline;
}
.italic {
font-style: italic;
}

/* ================================================== 
   Styles for index.html
   ================================================== */


#wrapper {
width: 960px;
margin: 0 auto;
position: relative;
background-color: #000000;
border-left: 1px solid #a9a8a8;
border-right: 1px solid #a9a8a8;
border-bottom: 1px solid #a9a8a8;
}

#header {
padding-top: 15px;
background-color: #000000;
}

#seo {
height: 0px;
color: #000000;
font-size: 1px;
}
.logo {
float: left;
}
#mainbody {
padding: 30px;
overflow: hidden;
}
	#mainbody a {
	color: #85fd43;
	}
	#mainbody p {
	padding-bottom: 15px;
	}
	
.text_left {
background-color: #202020;
padding: 15px 20px 20px 20px;
float: left;
line-height: 1.9;
width: 520px;
}
table.packages {
background-color: #86047B;
margin-bottom: 30px;
}
	table.packages td {
	background-color: #0b0b0b;
	padding: 5px 10px;
	}
	table.packages tr.head td {
	background-color: #86047B;
	color: #FFFFFF;
	padding: 1px 10px;
	font-size: 12px;
	}
	
.text_right {
background-color: #202020;
padding: 30px 0;
float: right;
width: 310px;
}
	.text_right span {
	font-size: 12px;
	font-weight: bold;
	display: block;
	padding-bottom: 5px;
	padding-top: 15px;
	}
	#mainbody .text_right p {
	padding: 0;
	}

ul.benefits {
font-size: 13px;
line-height: 2.5;
margin-left: 35px;
margin-top: 10px;
padding: 0;
}
	ul.benefits li {
	list-style-type: none;
	background: url(../images/arrow_green.gif) left center no-repeat;
	padding-left: 40px;
	margin-left: 0;
	}
	
.delivery {
margin-top: 30px;
border-top: 30px solid #000000;
padding: 25px 30px;
padding-bottom: 0;
line-height: 1.5;
}
img.orden {
float: right;
padding: 60px 120px 0 0;
}
#mainbody a.quote {
color: #eb03d7;
font-size: 12px;
}
#footer {
clear: both;
border-top: 1px solid #999999;
font-size: 10px;
color: #999999;
height: 33px;
}
	#footer ul {
	float: right;
	}
	#footer li {
	margin-left: 0;
	list-style-type: none;
	float: left;
	width: 120px;
	}
	#footer li a {
	color: #999999;
	display: block;
	text-align: center;
	padding: 9px 0 10px 0;
	}
	#footer li a:hover {
	color: #FFFFFF;
	}

#bottom {
float: left;
padding: 9px 0 10px 10px;
font-size: 9px;
}


/* ================================================== 
   Styles for 2D.html
   ================================================== */

.main {
background-color: #202020;
padding: 15px 20px 20px 20px;
line-height: 1.9;
}
table.cad td {
padding: 0 15px 10px 15px;
}

/* ================================================== 
   Styles for 3D.html
   ================================================== */
   
.examples {
margin-left: 140px;
margin-top: 10px;
}
.examples h2 {
margin-top: 10px;
}
.thumbs {
width: 545px;
background-color: #000000;
padding: 10px 10px;
}
.thumbs img {
margin: 5px 6px;
}

/* ================================================== 
   Styles for visualization.html
   ================================================== */
   
#visualization .examples img {
margin-bottom: 15px;
}

/* ================================================== 
   Styles for animation.html
   ================================================== */

.examples1 {
margin: 10px 0 20px 270px;
}


/* ================================================== 
   Styles for contact.php
   ================================================== */


#contact #mainbody {
padding: 30px 40px;
}
#contact #mainbody p {
padding-bottom: 15px;
}
#contact #text {
padding-bottom: 15px;
}
form {
float: left;
width: 480px;
padding: 30px 60px 30px 35px;
line-height: 2.8;
text-align: right;
background: #333333 url(../images/bg_form.gif) top center repeat-x;
border: 1px solid #a9a8a8;
}
#headline {
	text-align: left;
	line-height: 1;
	padding: 5px 10px;
	color: #000000;
	font-weight: bold;
}
#required {
	text-align: right;
	font-size: 10px;
	color: #85fd43;
	line-height: 1;
	padding-bottom: 15px;
	margin-top: 15px;
}
#error {
	color: #ee4ce1;
	text-align: left;
	padding-bottom: 10px;
	line-height: 1;
	font-weight: bold;
}
label {
	cursor: pointer; 
	padding: 2px 5px;
	width: 120px;
}
.input1, .textarea1 {
	width: 272px;
	margin-left: 30px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 2px 0;
}
.textarea1 {
	height: 80px;
	margin-top: 5px;
	width: 272px;
}
.select1 {
	width: 275px;
	margin-left: 30px;
	font-size: 11px;
	padding: 2px 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.star {
	color: #85fd43;
}
.label2 {
	float: left;
	width: 163px;
	padding-top: 30px;
}
.textarea2 {
	height: 80px;
	margin-top: 5px;
	width: 272px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
#characters {
	font-size: 10px;
}
#button {
	width: 80px;
	background-color: #747474;
	border: 1px solid #333333;
	text-align: center;
	line-height: 2.3;
	margin: 0 205px;
}
#button a {
	color: #000000;
	text-decoration: none;
	display: block;
	font-weight: bold;
}

#main2 {
float: right;
width: 260px;
padding-top: 30px;
padding-bottom: 230px;
text-align: center;
background-color: #333333;
border: 1px solid #a9a8a8;
}


/* =================================================================
Styles for sitemap.html
================================================================= */

#sitemap #text1 ul {
	padding-left: 10px;
	margin-top: 15px;
}
#sitemap #text1 li {
	padding-bottom: 20px;
}
#map {
	padding-left: 50px;
}

/* ======================================= 
   E N D  screen.css 
   ======================================= */
