/*Css Reset*/
*
{
	vertical-align: baseline;
	font-weight: inherit;
	font-family: inherit;
	font-style: inherit;
	font-size: 100%;
	border: 0 none #000000;
	outline: 0;
	padding: 0;
	margin: 0;
}	
/* Clearfix */
.clearfix:after { 
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden; 
}
.clearfix {display: inline-block;}


body
{
	background-color: white;
	font-family: Helvetica;
	color: white;
}

.left
{
	float: left;
}

.right
{
	float: right;
}

#wrapall
{
		 
}

/* Buttons */
a.buttonsmall
{
	background-image: url(graphics/btnsmallEnd.png);
	background-position: 100% 0%;
	background-repeat: repeat-y;
	display: block;
    float: left;
    height: 40px;
    margin-right: 15px;
    margin-top: 15px;
    padding-right: 10px;
    text-decoration: none;
}

a.buttonsmall span
{
	color: #333333;
	background-image: url(graphics/btnsmall.png);
	background-repeat: no-repeat;
	display: block;
	line-height: 40px;
	padding-left: 15px;
	padding-right: 5px;
}

a.buttonsmall:hover>span
{
	background-image: url(graphics/btnsmallmo.png);
}

a.buttonsmall:hover
{
	background-image: url(graphics/btnsmallendmo.png);
}

a.buttonlarge
{
	background-image: url(graphics/btnlargeendmo.png);
	background-position: 100% 0%;
	background-repeat: repeat-y;
	display: block;
    float: left;
    height: 60px;
    margin-right: 20px;
    margin-top: 8px;
    padding-right: 10px;
    text-decoration: none;
}

a.buttonlarge span
{
	color: #cccccc;
	background-image: url(graphics/btnlargemo.png);
	background-repeat: no-repeat;
	display: block;
	line-height: 60px;
	padding-left: 20px;
	padding-right: 10px;
}


a.buttonlarge:hover>span
{
	background-image: url(graphics/btnlarge.png);
}

a.buttonlarge:hover
{
	background-image: url(graphics/btnlargeend.png);
}

/* End Buttons */

#topbar
{	
	margin-top: 100px;
	width: 100%;
	height: 200px;
	background-image: url(graphics/menubarrepeat.png);
}

#topbar #inner
{
	width: 900px;
	margin: 0 auto;
}

#topbar #logo
{
	position: relative;
	top: -40px;
	left: 30px;
	width: 100px;
	height: 100px;
	background-image: url(graphics/logo.png);
}

#topbar .bar
{
	height: 70px;
	margin: 10px;
}

#topbar .bar .bleft
{
	background-image: url(graphics/barleftend.png);

	float: left;
	height: 70px;
	width: 15px;
}

#topbar .bar .bright
{
	background-image: url(graphics/barrepeat.png);
	float: left;
	height: 70px;
	max-width: 650px;
	overflow-x: auto;
	overflow-y: hidden;
}

#topbar .bar .bright .scroll
{
	height: 70px;
}


#topbar  #menubar
{
	float: right;
	margin-top: 35px;
}

#content
{



}