@charset "utf-8";
/* Idea Lamp v3.0 */
body {
background: #000000 url('../img/bg.jpg') top repeat-x;
color: #999999;
font: 10pt verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
margin: 0px;
padding: 0px;
}
a:link, body_alink {
color: #999999;
}
a:visited, body_avisited {
color: #999999;
}
a:hover, a:active, body_ahover {
color: #999999;
}
#page {
margin:0 auto;	
width:800px;
}
#content {
background:#ffffff;
color:#4f4f4f;
margin-top:25px;
border:1px solid #bfbfbf;
border-top:0px;
}
#content a:link, #content_alink {
	color: #5199c9;
	text-decoration: underline;
}
#content a:visited, #content_avisited {
	color: #5199c9;
	text-decoration: underline;
}
#content a:hover, #content a:active, #content_ahover {
	color: #5199c9;
	text-decoration: none;
}
#headerblock {
background: #000000 url('../img/headerblock_bg.gif') top repeat-x;
border-top:1px solid #1cdcf3;
border-bottom:1px solid #1cdcf3;
padding:15px;
height:76px;
color:#ffffff;
font-size: 1.1em;
}
#headerblock img {
margin-top:8px;	
}
#headerblock p {
margin-top:5px;	
}
#content_page {
padding:15px;	
}
#content_page p {
padding:0px;
margin:0px;
}
#logo {
float:left;
left:-105px;
position:relative;
}
#nav ul {
margin: 0px;
padding: 0px;
list-style: none;
}
#nav {
float:right;	
margin-top:110px;
}
#nav ul li,
#nav ul li a {
float: left;
display: block;
}
 
#nav ul li a {
background-color: #000000;
margin-left: 15px;
padding: 10px 15px 10px 15px;
color: #ffffff;
text-decoration: none;
font: bold 14pt Arial, Helvetica, sans-serif;
filter:alpha(opacity=30);
-moz-opacity:0.3;
-khtml-opacity: 0.3;
opacity: 0.3;

}
#nav ul li a:hover, 
#nav ul li a.selected {
background-color: #000000;
color: #ffffff;
filter:alpha(opacity=50);
-moz-opacity:070;
-khtml-opacity: 0.5;
opacity: 0.5;

}
#footer {
margin-top:15px;
font-size: 0.9em;
}
#portfolio_item {
float:left;
margin-right:10px;
background: #ededed;
border:1px solid #ccc;
padding:10px;
width:354px;
}
#portfolio_item p {
height:165px;
width:350px;
border:1px solid #ccc;
margin:0;
padding:0;
}
#vbskinzone {
background: url('../img/portfolio_vbskinzone.png') top no-repeat;
}
#whatsmypagerank {
	background: url('../img/portfolio_whatsmypagerank.png') top no-repeat;
}
#portfolio_visit {
background:#f1f7eb;
border:1px solid #ccc;
color:#313131;
padding:5px 10px 5px 10px;
float:right;
margin:132px 5px 5px 5px;
}
#portfolio_visit:hover {
background:#e2e2e1;
}
#portfolio_visit a:link, #portfolio_visit_alink {
	color: #313131;
	text-decoration: underline;
}
#portfolio_visit a:visited, #portfolio_visit_avisited {
	color: #313131;
	text-decoration: underline;
}
#portfolio_visit a:hover, #portfolio_visit a:active, #portfolio_visit_ahover {
	color: #313131;
	text-decoration: none;
}
#portfolio_title {
font-weight: bold;
font-size: 1.1em;
}
#float_left {
float:left;
margin: 0px 15px 15px 0px;
}

hr { color: inherit; height: 0; margin: 6px 0 6px 0; padding: 0; border: 1px solid #d9d9d9; border-style: none none solid; }

#contact { width: 100%;}

/* Form style */

label { display: inline-block; float: left; height: 26px; line-height: 26px; width: 155px; font-size: 1.2em; }
input, textarea, select { margin: 0; padding: 5px; color: #666; background: #f5f5f5; border: 1px solid #ccc; margin: 5px 0; font-size:1.2em; -moz-border-radius: 5px; -webkit-border-radius:5px; }   
input:focus, textarea:focus, select:focus { border: 1px solid #999; background-color: #fff; color:#333; }
input.submit { cursor: pointer; border: 1px solid #222; background:#333; color:#fff; -moz-border-radius: 5px; -webkit-border-radius:5px; }
input.submit:hover { background:#444; }
fieldset { padding:20px; border:0px; }
legend { padding:7px 10px; font-weight:bold; color:#000; border:0px; }

span.required{ font-size: 13px; color: #ff0000; } /* Select the colour of the * if the field is required. */

/* Style for the error message */

.error_message { display: block; height: 22px; line-height: 22px; background: #FBE3E4 url('img/error.gif') no-repeat 10px center; padding: 3px 10px 3px 35px; margin: 10px 0; color:#8a1f11;border: 1px solid #FBC2C4; -moz-border-radius: 5px; -webkit-border-radius:5px; }

#succsess_page h1 { background: url('img/success.gif') left no-repeat; padding-left:22px; }