/* CSS Document */

html, body {
	font: 100.1% Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-align: center;
	background: #010914 url(../images/background.jpg) no-repeat center top;
	margin: 0px;
	padding: 0px;
}

p, h1, h2, h3, h4, h5, h6 {
	text-align: left;
	margin: 0px;
	padding: 0px;
}

a {
	color: #00C600;
	text-decoration: none;
}

a:visited {color: #00C600;}

a:hover {color: #FFCC00;}

#wrapper {
	margin: 0px auto;
	padding: 0px;
	width: 809px;
}

#header {
	margin: 0px;
	padding: 0px;
	height: 82px;
	width: 809px;
}

#logo {
	margin: 0px;
	padding: 0px;
	float: left;
	height: 82px;
	width: 527px;
	background: url(../images/vc_logo.jpg) no-repeat left bottom;
}

#logo h1 {
	text-indent:-9999px;
}

#contentholder {
	width: 809px;
	margin: 0px;
	padding: 0px;	
	background: #062D58 url(../images/contentholder_bg.jpg) repeat-x left bottom;
}

/*Accordian style*/

.toggler {
 cursor:pointer;
} 

.toggler:hover { background:#eee; }  

.element { padding:0 20px; }  

/*End of Accordian style*/

#content {
	margin: 10px 0px 0px;
	padding: 0px 0px 20px;
	float: left;
	width: 516px;
	background: url(../images/contentblock3.gif) no-repeat center bottom;
}

#content h2{
	display: block;
	background: url(../images/greenstripe.png) no-repeat left top!important;
	background: url(../images/greenstripe_32.jpg) no-repeat left top;
	font: bold small-caps 22px "Trebuchet MS", Verdana, Arial, sans-serif;
	text-indent: 20px;
	margin-top: 5px;
	margin-bottom: 0px;
	letter-spacing: 0.1em;
}

#content p {
	margin-right: 15px;
	margin-left: 10px;
	text-align: left;
	letter-spacing: 0.1em;
	padding-bottom: 10px;
	padding-top: 5px;
	font: .8em/1.65 "Lucida Grande", Tahoma, Verdana, sans-serif;
	color: #DFDFDF;
}

#rightcolumn {
	float: right;
	width: 281px;
}

#rightcolumn h2{
	display: block;
	background: url(../images/bluestripe.jpg) no-repeat right top;
	font: bold small-caps 16px "Trebuchet MS", Verdana, Arial, sans-serif;
	text-indent: 10px;
	margin-top: 15px;
	margin-bottom: 10px;
}

#rightcolumn p {
	margin-right: 12px;
	margin-left: 10px;
	text-align: left;
	letter-spacing: 0.1em;
	line-height: 1.4em;
	padding-bottom: 10px;
	font-size: 0.9em;
}

#rightcolumn a.image  {
	float: left;
	padding: 2px;
	margin-left: 10px;
	margin-bottom: 10px;
	background: #FFFFFF;
}

#rightcolumn a:hover.image  {
	background: #016D00;
}

#rightcolumn a.smoothbox  {
	float: left;
	padding: 2px;
	margin-left: 10px;
	margin-bottom: 10px;
	background: #FFFFFF;
}

#rightcolumn a:hover.smoothbox  {
	background: #016D00;
}

#rightcolumn a {
	float: left;
	padding: 2px;
	margin-left: 10px;
	margin-bottom: 10px;
	background: #FFFFFF;
}

#rightcolumn a:hover {
	background: #016D00;
}	

#footer {
	margin: 0px;
	padding: 0px 0px 20px;
	width: 809px;
	background: #010914 url(../images/footer_bg.jpg) no-repeat center top;
}

#footertext {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	padding-top: 40px;
	width: 809px;
	padding-bottom: 10px;
}

#footertext h1{
	text-align: center;
	font-size: 120%;
	color: #FFCC33;
	margin-bottom: 10px;
	font-weight: normal;
}

#footertext p{
	text-align: center;
	font: 0.8em/1.65 "Lucida Grande", Tahoma, Verdana, sans-serif;
	color: #CDCDCD;
}

/* Menu */
#menu {
	float:left;
	width:282px;
	height:82px;
	white-space: nowrap;
	overflow: hidden;
}

#menu a {
	height:82px;
	display:block;
	float:left;
	text-indent:-9999px;
	background: url(../images/menu_image.jpg) 0 0;
}

#menu a:hover {border:none;}

#menu a.services {
	background-position:0 0;
	width: 92px;

}

#menu a.servicescurrent {
	background-position:0px -82px;
	width: 92px;
}

#menu a:hover.services {
	background-position:0px -82px;
}	

#menu a.portfolio {
	background-position:-92px 0;
	width: 99px;
}

#menu a.portfoliocurrent {
	background-position:190px -82px;
	width: 92px;

}

#menu a:hover.portfolio {
	background-position:190px -82px;	
}

#menu a.contact {
	background-position:-191px 0;
	width: 91px;
}

#menu a.contactcurrent {
	background-position:91px -82px;
	width: 91px;
}

#menu a:hover.contact {
	background-position:91px -82px;
}

#port_holder {
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}

.portfolioimg:after {
	content: ".";
	display: block;
	height: 0;
	font-size:0;
	clear: both;
	visibility:hidden;
}

.portfolioimg {
	padding: 0px;
	margin: 0px;
}

.portfolioimg img {
	float: left;
	margin: 0px;
	padding: 0px;
}

.imageright {
	float: right;
	padding: 8px;
	margin: 5px 0px 5px 15px;
	background: #CCCCCC;
}

.imageleft {}

#contactform {
	text-align: left;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 10px;
	margin-left: 10px;
}

#fotogeeks a {
	margin: 0px 5px 0px 0px;
	padding: 0px;
	background: #010103;
}

#fotogeeks a:hover {
	background: #010103;
}

#oops {
	width: 95%;
	height: 450px;
	margin: 0px;
	padding: 15px;
}
