@charset "UTF-8";
body {
	font: 100%  Arial, Helvetica, Verdana, sans-serif;
	background: #bfbfbf;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #333333;
	font-size:12px;
	line-height:1.7em;
}
h1 {
	font:16px Arial, Tahoma, Geneva, sans-serif;
	color:#454545;
	font-weight:normal;
	margin:0;
}
a {;
text-decoration:none;
	color:#663300
}
a:hover{;
text-decoration:underline;
	color:#442200
}
 #container {
	width: 80%;  /* this will create a container 80% of the browser width */

	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #999999;
	text-align: left; /* this overrides the text-align: center on the body element. */
	min-width:700px;
	max-width:980px;
}
#logo a{
	float:left;
	height: 130px;
	width: 260px;
	display: block;
	text-decoration: none;

	}
 #mainBorder {
	padding: 40px 10px 10px 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background:#a7a7a7;
	
}
#mainContent {
	background:#dcdcdc url(images/content-bg.gif) repeat-x;
	text-align:left;
	padding:20px 40px 0 45px;
	overflow:hidden;
}
#content {
	
	width:auto;	
	
}

.portfolio {
	float:right;
	width:94px;
	margin-bottom:10px;
	height:auto;
}
.portfolio img{
	border:none;
	border-top:1px white solid;
}

.portfolioImage{
	width:500px;
	margin:auto;
border:none;
		
}
.portfolioText{
	background:#e3e3e3 url(images/portfolio-bg.gif) repeat-x;
	border-top:1px black solid;
	width:460px;
	padding:20px;
	margin:auto;
	text-align:left;
	margin-bottom:20px;
}
.aboutText{
	background:#e3e3e3 url(images/portfolio-bg.gif) repeat-x;
	padding:20px;
	width:90%;
	margin:auto;
	text-align:left;
	margin-bottom:10px;
}
.smallText {
	font-size:11px;	
}
.box{
	background:black url(images/tl-000.gif) no-repeat;
	width:90%;
	margin:auto;
	margin-top:20px;
	text-align:center;
	min-width:600px;
}
.box dl{
	background: url(images/tr-000.gif) no-repeat top right;
	padding:40px
}

.aboutBox{
	background:#cccccc url(images/tl-ccc.gif) no-repeat;
	width:90%;
	margin:auto;
	margin-top:20px;
	text-align:center;
	min-width:600px;
}
.aboutBox dl{
	background: url(images/tr-ccc.gif) no-repeat top right;
	padding:40px
}

.fancyContent {
	background-color:#333;
	color:#dedede;
	padding:10px;
	height:30px
}
.fancyContent a{
	color:#ffffff;
}

#footer {
	font:10px;
	color:#666666;
	line-height:40px
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

#mainNav {
	background:url(images/vernetti-logo.gif) no-repeat;
	width:auto;
	height:130px;
	border:0px red solid;
	
}

#menu {
	float: right;
	list-style: none;
	margin: 50px 25px 0 0 ;
	padding: 0;
}
#menu li {
	float: left;
	margin: 0;
	padding: 0;
	
}
#menu a {
	color: #bf3a1b;
	display: block;
	float: left;
	margin: 0;
	padding: 8px 12px;
	text-decoration: none;
	border:1px #fff solid;
	
}
#menu a:hover {
	background: #efefef;
	color: #000;
	padding-bottom: 8px;
	border:1px #dedede solid;
}
	
#about #aboutNav, #portfolio #portNav a, #contact #contactNav a {border:1px #dedede solid;}

.cssbuttonstoggler{ /*style for DIV used to contain toggler links. */
width: 350px;
margin-top: 6px;
margin-left: 50px;
text-align: center; /*How to align pagination links: "left", "center", or "right"
background: white; /*always declare an explicit background color for fade effect to properly render in IE*/
overflow: hidden; /*See: http://www.quirksmode.org/css/clearing.html */
}
/*
 Total contenttoggler width: 350px+5px+5px=360px
	Or total width of wrapper div (counting wrapper border/padding)
*/

.cssbuttonstoggler a{ /*style for every navigational link within toggler */
background: transparent url('square-gray-left.gif') no-repeat top left;
color: #494949;
display: block;
float: left;
margin-right: 6px;
font: normal 13px Arial; /* Change 12px as desired */
line-height: 15px; /* This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background (default is 23px) */
height: 23px; /* Height of button background height */
padding-left: 9px; /* Width of left menu image */
text-decoration: none;
}

.cssbuttonstoggler a span{
background: transparent url('square-gray-right.gif') no-repeat top right;
display: block;
padding: 4px 9px 4px 0; /*Set 9px below to match value of 'padding-left' value above*/
}

.cssbuttonstoggler a.selected, .cssbuttonstoggler a:hover{ /*style for selected and hover page's toggler link. ".selected" class auto generated! */
background-position: bottom left;
}

.cssbuttonstoggler a.selected span, .cssbuttonstoggler a:hover span{ /*style for selected and hover page's toggler link. ".selected" class auto generated! */
background-position: bottom right;
color: black;
}

.cssbuttonstoggler a.toc{ /*style for individual toggler links (page 1, page 2, etc). ".toc" class auto generated! */
}

.cssbuttonstoggler a.prev, .glidecontenttoggler-2 a.next{ /*style for "prev" and "next" toggler links. ".prev" and ".next" classes auto generated! */
}

.cssbuttonstoggler a.prev:hover, .glidecontenttoggler-2 a.next:hover{
}
