a img
{
	border: 0;
}

body
{
	font-family: 'PT Sans', Arial, serif;
	letter-spacing: 0.075em;
	background-image: url('graphics/widebackpattern.png');
	background-attachment: fixed;
}

#tagline
{
	font-family: 'Raleway', Arial, serif;
	font-size: 24pt;
	line-height: 32pt;
	float: right;
	position: relative;
	top: 5px;
	right: 25px;
}

#contact
{
	color: #FA0;
	text-align: center;
	font-size: 16pt;
	padding: 5px;

	background-color: #8E0000;
	background: -webkit-gradient(linear, left top, left bottom, from(#CE4444), to(#8E0000));
	background: -moz-linear-gradient(top,  #CE4444,  #8E0000);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#CE4444', endColorstr='#8E0000');
	
	-webkit-box-shadow: 0 -1px 2px #8E0000;
}

#contact a:link,
#contact a:visited
{
	color: #FFFADD;
}

#logo
{
	height: 130px;
	float: left;
}

#title
{
	font-family: 'Raleway', arial, serif;
	float: left;
}

#left-bracket, #title, #right-bracket
{
	float: left;
}

#left-bracket, #right-bracket
{
	font-family: 'Raleway', arial, serif;
	position: relative;
	font-size: 114pt;
	font-weight: bold;
	color: #DEF;
}

#maintitle
{
	position: relative;
	top: 16px;
}

#title-small
{
	color: #FFAA00;
	font-size: 48pt;
}

#title-big
{
	color: #8E0000;
	font-size: 62pt;
}

#subtitle
{
	color: #888888;
	font-size: 24pt;
}

#main
{
	width: 960px;
	margin: auto;
}

#intro
{
	margin: 25px;
}

img#logo
{
	float: left;
}

a:link, a:visited
{
	color: #880000;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

#top
{
	overflow: hidden;
	margin: 20px;
}

.topmenu
{
	clear: both;
	margin: 0;
	padding: 0;
	overflow: hidden;

	background-color: #8E0000;
	background: -webkit-gradient(linear, left top, left bottom, from(#CE4444), to(#8E0000));
	background: -moz-linear-gradient(top,  #CE4444,  #8E0000);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#CE4444', endColorstr='#8E0000');

	-webkit-box-shadow: 0 1px 2px #8E0000;
}

.topmenu li
{
	float: left;
	display: block;
}

.topmenu li a,
.topmenu li span
{
	display: block;
	font-size: 16pt;
	color: #FFDD88;

	padding: 10px;
	border-bottom: 0;
	width: 207px;
	text-align: center;
	
//	background-color: #8E0000;
//	background: -webkit-gradient(linear, left top, left bottom, from(#8E0000), to(#CE4444));
//	background: -moz-linear-gradient(top,  #FFEEAA,  #FFFFFF);
//	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEAA', endColorstr='#FFFFFF');
}

.topmenu li.selected span
{
	cursor: default;
}

.topmenu li a:hover,
.topmenu li.selected span
{
	color: #FFFADD;
	text-decoration: none;
}

.topmenu li.selected span
{
	font-weight: bold;	
}

.topmenu li a:hover:before,
.topmenu li.selected span:before
{
	content: '[';
	color: #ADF;
	position: relative;
	top: -2px;
}

.topmenu li a:hover:after,
.topmenu li.selected span:after
{
	content: ']';
	color: #ADF;
	position: relative;
	top: -2px;
}

#samples
{
	width: 800px;
	margin: auto;
	overflow: hidden;
	margin-top: 25px;
}

.sample-pane img
{
	width: 265px;
	margin: 7px auto;
	border-bottom: 4px solid transparent;
}

.sample-pane a:hover img
{
	border-color: #8E0000;
}

.sample-pane
{
	width: 400px;
	float: left;
	text-align: center;
	margin-top: 30px;
	margin-bottom: 30px;
}

.sample-pane.clear
{
	clear: left;
}

.sample-pane ul
{
	list-style-type: none;
	padding: 0;
	font-size: 10pt;
	text-align: left;
	margin-left: 65px;
}

#content
{
	margin: 25px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	background-color: #FFFADD;
	clear: both;
	border: 1px solid #8E0000;
	overflow: hidden;
	
	-webkit-box-shadow: 4px 4px 4px #DEF;
	-moz-box-shadow: 4px 4px 4px #DEF;
}

#footer
{
	text-align: center;
	font-size: 10pt;
}

#copyright
{
	margin: 20px;
}
