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

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

a { outline: none; } 

#clear {
	clear: both;
	height: 1px;
}
.clear {
	clear: both;
	height: 1px;
}
#spacer15 {
	height: 15px;
}
#spacer5 {
	height: 5px;
}	
.spacer15 {
	height: 15px;
}
.spacer5 {
	height: 5px;
}
h2 {
	color: #85fd43;
	font-size: 12px;
	font-weight: normal;
	padding: 10px 0 15px;
}
h3 {
	color: #85fd43;
	font-size: 11px;
	font-weight: normal;
	padding-bottom: 15px;
}
.bottom10 {
	margin-bottom: 10px;
}
.underlined {
	text-decoration: underline;
}
.italic {
	font-style: italic;
}

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


#content {
width: 960px;
margin: 0 auto;
padding: 8px 0;
color: #B6B6B6;
text-align: center;
font-size: 9px;
}
#wrapper {
width: 960px;
margin: 0 auto;
position: relative;
background-color: #000000;
border: 1px solid #999999;
}
#header {
height: 75px;
padding: 30px 0 0 25px;
}
.logo {
float: left;
}
#flags {
width: 100px;
float: right;
margin-right: 395px;
margin-top: 15px;
}
	#flags img {
	border: 1px solid #CCCCCC;
	margin-left: 10px;
	}
	
#mainbody a {
color: #85fd43;
}
#screen {
position: absolute;
right: 30px;
top: 30px;
height: 426px;
width: 360px;
background: #000000 url(../images/screen.jpg) bottom center no-repeat;
}

#services_index {
width: 565px;
padding-top: 25px;
padding-bottom: 5px;
margin-left: 30px;
}
#services_index h1 a {
color: #85fd43;
font-size: 12px;
font-weight: normal;
text-decoration: none;
display: block;
padding: 15px 40px 10px 40px;
}
	#services_index h1 a:hover,
	#services_index h1 a:active {
	color: #dd03e0;
	}
	
#services_index p a {
background: none;
text-decoration: none;
color: #eeeeee;
}

.graphic, .seo, .php, .e-com, .merchants, .vektorization {
float: left;
width: 255px;
font-size: 9px;
margin-right: 25px;
margin-bottom: 10px;
}
	.graphic p, .seo p, .php p, .e-com p, .merchants p, .vektorization p {
	padding-left: 40px;
	padding-bottom: 20px;
	}
	.graphic a {
	background: url(../images/icon_paint.gif) left bottom no-repeat;
	}
	.seo a {
	background: url(../images/icon_seo.gif) left no-repeat;
	}
	.php a {
	background: url(../images/icon_php.gif) left no-repeat;
	}
	.e-com a {
	background: url(../images/icon_cake.gif) left no-repeat;
	}
	.merchants a {
	background: url(../images/icon_merchants.gif) left no-repeat;
	}
	.vektorization a {
	background: url(../images/icon_vector.gif) left no-repeat;
	}

.grey {
	background-color: #212121;
	font-size: 12px;
	padding: 8px 0 8px 40px;
}
#scroll {
	margin: 20px 40px 5px 40px;
}
#scroll img {
	border: 1px solid #cfcfcf;
}
#text {
	padding: 15px 40px 25px 40px;
	line-height: 1.9;
}

#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 aboutus.html
   ================================================== */

#text1 {
	padding: 15px 40px 0 40px;
	line-height: 1.9;
	width: 460px;
}
#aboutus #text {
	padding-top: 0;
}
#aboutus #mainbody p {
	padding-bottom: 15px;
}

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

#contact h2 {
	padding-bottom: 25px;
}
#contact #mainbody p {
	padding-bottom: 15px;
}
#contact #text {
	padding-bottom: 15px;
}

form {
	float: left;
	width: 480px;
	padding: 30px 60px 30px 35px;
	margin: 0 0 30px 40px;
	line-height: 2.8;
	text-align: right;
	background: #CCCCCC url(../images/bg_form.gif) left top repeat-x;
	border: 1px solid #ffffff;
	color: #000000;
}
#headline {
	text-align: left;
	line-height: 1;
	padding: 5px 10px;
	color: #000000;
	font-weight: bold;
}
#required {
	text-align: right;
	font-size: 10px;
	color: #7D0173;
	line-height: 1;
	padding-bottom: 15px;
	margin-top: 15px;
}
#error {
	color: #7D0173;
	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: 273px;
	margin-left: 30px;
	font-size: 11px;
	padding: 2px 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.star {
	color: #7D0173;
}
.label2 {
	float: left;
	width: 163px;
	padding-top: 30px;
}
.textarea2 {
	height: 80px;
	margin-top: 5px;
	width: 273px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
#characters {
	font-size: 10px;
}
#button {
	width: 80px;
	background: url(../images/bg_navi.gif) center top no-repeat;
	border: 1px solid #333333;
	text-align: center;
	line-height: 2.3;
	margin: 0 205px;
}
#button a {
	color: #ffffff;
	text-decoration: none;
	display: block;
	font-weight: bold;
}

#main2 {
	float: right;
	width: 260px;
	padding-top: 30px;
	padding-bottom: 230px;
	margin: 0 40px 30px 0;
	text-align: center;
	background-color: #CCCCCC;
	color: #000000;
	border: 1px solid #ffffff;
}

/* =================================================================
   Styles for all services
   ================================================================= */

#services #mainbody p {
	padding-bottom: 15px;
}
#services #text {
	padding-top: 0;
}
#text li {
	padding-bottom: 10px;
	padding-left: 5px;
}
ul.float_left {
	float: left;
	margin-right: 50px;
	margin-bottom: 20px;
}
ul.float_left li {
	padding-bottom: 0;
}
.underlined {
	text-decoration: underline;
}
#services #mainbody p.no_pad {
	padding-bottom: 0;
}
#button1 {
	width: 150px;
	border: 1px solid #bc03ac;
	text-align: center;
	line-height: 2.3;
	float: left;
	margin-right: 30px;
	margin-bottom: 40px;
}
#button1 a {
	color: #ffffff;
	background-color: #85027a;
	text-decoration: none;
	display: block;
}
#button1 a:hover {
	background-color: #bc03ac;
}
	#text .button1 {
	width: 150px;
	border: 1px solid #bc03ac;
	text-align: center;
	line-height: 2.3;
	float: left;
	margin-right: 30px;
	margin-bottom: 40px;
	}
	#text .button1 a {
		color: #ffffff;
		background-color: #85027a;
		text-decoration: none;
		display: block;
	}
	#text .button1 a:hover {
		background-color: #bc03ac;
	}
table.pricing {
	background-color: #85027a;
}
table.pricing td {
	background-color: #000000;
	padding: 5px 10px;
}
table.pricing tr.head td, table.modules tr.head td {
	background-color: #85027a;
	padding: 2px 10px;
}
#services #mainbody table.pricing p {
	padding-bottom: 0;
}
.purple {
	color: #ee4ce1;
	font-size: 12px;
}
table.modules {
	background-color: #85027a;
	font-size: 10px;
	line-height: 1.5;
}
table.modules td {
	background-color: #000000;
	padding: 4px 5px;
}
.button2 {
	width: 90px;
	border: 1px solid #bc03ac;
	text-align: center;
	line-height: 1.9;
	float: left;
	margin-right: 30px;
	margin-bottom: 30px;
}
#text .button2 a {
	color: #ffffff;
	background-color: #85027a;
	text-decoration: none;
	display: block;
}
#text .button2 a:hover {
	background-color: #bc03ac;
}
#terms {
	font-size: 10px;
}
#terms ol {
	line-height: 1;
}
#services #terms p {
	padding-bottom: 0;
}
#terms span {
	padding-bottom: 10px;
}
#button_green {
	width: 70px;
	border: 1px solid #369601;
	text-align: center;
	line-height: 1.9;
	float: left;
	margin-right: 30px;
	margin-bottom: 30px;
}
#button_green a {
	color: #000000;
	background-color: #51c511;
	text-decoration: none;
	display: block;
	font-weight: bold;
}
#button_green a:hover {
	background-color: #5cd01d;
}
#logos img {
	border: 1px solid #cfcfcf;
	margin-right: 30px;
	margin-top: 10px;
	margin-bottom: 10px;
}
#logos img.no_mar {
	margin-right: 0;
}

/* =================================================================
   Styles for portfolio.html
   ================================================================= */

#portfolio #text {
overflow: hidden;
}
#portfolio h3 {
color: #ffffff;
font-size: 16px;
padding: 0 10px;
line-height: 1.6;
font-weight: bold;
clear: both;
background-color: #85027A;
margin: 20px 0;
}
.screens {
width: 200px;
text-align: center;
float: left;
margin-right: 10px;
margin-bottom: 15px;
margin-left: 10px;
}

#portfolio #flags, #portfolio_details #flags, #right #flags, #contact #flags {
	margin-right: 10px;
}
#portfolio table img {
	border: 1px solid #cfcfcf;
	float: left;
	margin-top: 5px;
	margin-left: 2px;
}
#portfolio table.modules {
	float: left;
	margin-top: 25px;
	background-color: #747474;
}
table.thumbs {
	font-size: 10px;
	line-height: 0.8;
	text-align: center;
	padding-bottom: 7px;
}
#portfolio table.modules tr.head td {
	font-weight: bold;
	font-size: 11px;
	background-color: #585757;
}

/* =================================================================
   Styles for portfolio_details.html
   ================================================================= */
   
#portfolio_details table.modules {
	background-color: #747474;
	line-height: 2;
}
#portfolio_details table.modules tr.head td {
	background-color: #585757;
}
#portfolio_details table.details td {
	padding: 10px 20px 5px 20px;
}
#portfolio_details table.details span {
	text-decoration: underline;
}
#portfolio_details table.modules p {
	padding-bottom: 10px;
}
td.center {
	text-align: center;
}
#portfolio_details table.modules ul {
	line-height: 1;
	margin: 0;
}
#portfolio_details table.modules li {
	margin: 0;
}
#portfolio_details table.details table.list td {
	padding-top: 0;
	padding-bottom: 5px;
}

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

#sitemap #text1 ul {
	padding-left: 10px;
}
#sitemap #text1 li {
	padding-bottom: 5px;
}
#map {
	padding-left: 50px;
}

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