body {
	margin: 0px;
	padding: 0;
	background: #ffff99;
	font-family: Verdana, Tahoma,  Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #3C3728;
	
}


/*Odd and ends*/
#boxes{
	border:1px solid black;
	background:#f0ffff;
	padding:5px;
	margin-top:25px;
	width:160px;
	
	}
	/*======this picture styling is for the ditto parent page boxes======*/
.picture {
	width:100px;
	float:left;
	border:1px solid #000;
	margin:5px;
	}
	

	

/* Header */

#header {
	width: 760px;
	height:185px;
	margin: 0 auto;
	background: url("/assets/templates/vwbullibarn/images/header-logo-bulli1.jpg");
	/*background: url("../images/header-logo.jpg");*/
	
	border: 0px;
}




/* Menu */

#menu_horizontal {
    width:760px;
	height:20px;
	background:#ffff99;
	margin: 0 auto;
	text-align:right;
}





	

/*vertical nav*/

.navcontainerv ul
{
margin: 0;
padding: 0;
list-style-type: none;
font-family: verdana, Helvetica, sans-serif;
font-weight:bold;
font-size: 12px;
}

.navcontainerv li { margin: 0 0 3px 0; }

.navcontainerv a
{
display: block;
padding: 5px 2px 5px 24px;
border: 1px solid #333;
width: 100px;
background-color: #999;
background-image: url("/assets/templates/modxhost/images/nav_button_upv.jpg");
}

.navcontainerv a:link, .navlistv a:visited
{
color: #000;
text-decoration: none;
}

.navcontainerv a:hover
{
border: 1px solid #333;
background-color: #F60;
background-image: url("/assets/templates/modxhost/images/nav_button_downv.jpg");
color:#333333;
}





/* Content */
#wrapper {
		border:0px;
		width:760px;
		margin: 0 auto;
		position:relative;
		}

#content {
	width: 760px;
	margin: 0 auto;
	background: #ffff99;
	border: 0;
	background:#ffff99;
	}

#colOne {
	float: left;
	width: 140px;
	padding: 5px;
	
}

#colOne h3 {
	margin: 5 0 10 0;
	color: #786E50;
}



#colTwo {
	position:absolute;
	top:215px;
	left:160px;
	width: 570px;
	padding: 5px;
	}

/* Footer */

#footer {
	width:760px;
	margin:auto;
	padding-top:20px;
	text-align:center;
	height:30px;
	background-color:#ffff99;
	font-weight:bold;
	
}

#footer p {
	margin: 0;
	padding: 0 0 4px 0;
	text-align: center;
	font-size: 9px;
	color: #3C3728;
}

#footer a {
	color: #786E50;
}


	
	

/*CSS*/
#navlist li
{
display: inline;
list-style-type: none;
padding-right: 20px;
}

/*Ajax search and submit stuff*/
#ajaxSearch_input{
height:13px;
left:580px;
position:absolute;
top:190px;
width:100px;
border:1px solid #000;
}
#ajaxSearch_submit {
background:transparent url("/assets/templates/vwbullibarn/images/search_grey70x21.jpg") no-repeat scroll center top;
border:0pt none !important;
cursor:pointer;
height:17px !important;
margin:0pt !important;
padding:55px 0pt 0pt !important;
position:absolute;
left:685px;
top:190px;
width:70px !important;
}
fieldset{
border:none;
}

/*---layout for the product info boxes */
.content {
background : #cccc99 url("/assets/templates/vwbullibarn/images/bg.gif");
background-repeat : repeat;
width : 566px;
border : 0 solid #00ff00;
}
.contentinner{
	padding:5px;
	}
.boxtop {
border : 0 solid #00ff00;
width : 566px;
height : 12px;
padding : 0;
margin : 0;
background : #cccc99;
background-image : url("/assets/templates/vwbullibarn/images/boxtop.gif");
background-repeat : no-repeat;
}
.boxbottom {
border : 0 solid #00ff00;
width : 566px;
height : 12px;
background : #cccccc url("/assets/templates/vwbullibarn/images/boxbottom.gif");
background-repeat : no-repeat;
}
