html, 
body
{	
	background-color: #F9F5F4;
	background-image: url(images/page-gradient.jpg);
	background-repeat: repeat-y;
	background-position: center top;
}

#main
{
	position: relative;
	width: 650px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 300px;
	padding-right: 40px;
	padding-top: 15px;
	font-size: 0.9em;
	color: #444;
	background-image: url(images/rainbow-line.jpg);
	background-repeat: no-repeat;
	background-position: 270px top;
}

#side
{
	position: absolute;
	width: 260px;
	left: 50%;
	top: 0px;
	margin-left: -495px;
	height: 100%;
}

#side h2
{
	font-style: italic;
	margin: 15px 0 10px 10px;
	color: #555;
	font-size: 1em;
	font-weight: normal;
}

#side li
{
	list-style-type: none;
}

#side .flags
{
	float: right;
	padding-right: 20px;
}
#side .flags a
{
	margin-left: 5px;
}

#menu
{
	margin-bottom: 20px;
}

.admin-links a
{
	color: #666;
	font-size: 0.8em;
	display: block;
	padding-left: 10px;
}

#auth
{
	font-size: 0.8em;
	color: #666;
	padding-left: 10px;
}
#auth a
{
	color: #666;
}

#flash-message
{
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	background-color: #FFFFDF;
	border-bottom: solid 1px #737254;
	font-weight: bold;
	z-index: 1000;
}
#flash-message p
{
	padding: 10px;
}

#member
{
	position: absolute;
	right: 0;
	top: 10px;
	text-align: right;
	color: #333;
}

#member a
{
	color: #333;
}

.menu
{
	border-left: solid 3px #aaa;
	margin-left: 10px;
}

.menu li
{
	display: block;
	margin: 4px 4px;
}
.menu a
{
	display: block;
	background-repeat: no-repeat;
	background-image: url(images/menu-icons.png);
	background-position: 0px 30px;
	padding: 4px 4px 4px 28px;
	height: 16px;
	font-size: 0.9em;
	font-weight: bold;
	line-height: normal;
	text-decoration: none;
	color: #555;
	border: solid 1px transparent;
	-webkit-border-radius: .5em;
	-moz-border-radius: .5em;
}

.menu a:hover
{
	border: solid 1px #000;
	background-color: #fff;
}

a.about-us { background-position: 4px -7px; } 
a.case-studies { background-position: 4px -33px; } 
a.belle { background-position: 4px -395px; } 
a.contact-us { background-position: 4px -59px; } 
a.conferences { background-position: 4px -85px; } 
a.faq { background-position: 4px -111px; } 
a.home { background-position: 4px -137px; } 
a.ideas { background-position: 4px -163px; } 
a.links { background-position: 4px -189px; } 
a.mailing-list { background-position: 4px -215px; } 
a.members { background-position: 4px -241px; } 
a.news { background-position: 4px -267px; } 
a.wheel-languages { background-position: 4px -293px; } 
a.shop { background-position: 4px -319px; } 
a.training { background-position: 4px -345px; } 
a.interactive { background-position: 4px -370px; }

.footer
{
	font-size: 0.7em;
	color: #999;
	margin-top: 30px;
	margin-left: 10px;
}

.footer a
{
	color: #777;
}


#main h1
{
	font-size: 2em;
	font-weight: bold;
	clear: left;
	text-align: center;
	margin-bottom: 50px;
}

#main h2
{
	font-size: 1.6em;
	clear: left;
	margin-top: 20px;
	color: #994C1A;
}

#main h3
{
	font-weight: bold;
	font-style: italic;
}

h1,
h2,
h3,
li,
p,
ul,
form,
table,
fieldset
{
	margin-bottom: .5em;
}

ul li
{
	list-style-type: disc;
	margin-left: 20px;
}

td, th
{
	padding: 4px;
}

th label
{
	display: block;
	padding-top: 6px;
}

div.error
{
	color: Red;
	font-weight: bold;
	margin: 5px 0;
	padding: 10px;
	border: solid 1px red;
	background-color: #FFE9E9;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}

/* Content specific styles */
.case-studies li
{
	list-style-type: none;
	display: block;
	float: left;
	width: 300px;
	height: 130px;
	text-align: left;
	margin: 0;
	padding: 0;
}

.case-studies li img
{
	display: block;
	float: left;
	border: none;
	margin: 0 10px 0 0;
}

.navigation
{
	height: 30px;
	margin-bottom: 20px;
	border-left: solid 1px #444;
}

.navigation li
{
	display: block;
	float: left;
	margin: 0;
}

.navigation li a
{
	display: block;
	height: 20px;
	padding: 4px 8px;
	border-right: solid 1px #444;
	border-top: solid 1px #444;
	border-bottom: solid 1px #444;
}

form table input[type=text],
form table input[type=password],
form table textarea
{
	width: 200px;
}
form table textarea
{
	height: 60px;
}

form li
{
	list-style-type: none;
	margin: 0;
}

.input-error
{
	border: solid 1px red;
	background-color: #fff9f9;
}
p.error, span.error
{
	color: Red;
}

table .alt td,
table .alt th
{
	background-color: #efefef;
}

@media print
{
	#side { display: none; }
	#auth { display: none; }
	#main
	{
		padding-left: 0;
		padding-top: 0;
	}
}