/* CSS Document */

BODY {
	background-color: #999999;
	background-image:url("/images/framework/bg_tile.jpg");
	background-repeat:repeat;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	text-align:center;
}

A	{
	color: #204899;
	font-weight:bold;
}

A:hover {
	color: #2b61cc;
	text-decoration:none;
}

A IMG { 
	border: 0;
}

H1 {
	background-image:url(../images/arrow.jpg);
	background-position:left;
	background-repeat:no-repeat;
	color: #292A2A;
	font-size: 1.3em;
	padding-left: 15px;
}

H1.coloured {
	background-image: none;
	color: #2F69DE;
	padding: 0;
}

H2 {
	color: #2F69DE;
	font-size: 1.3em;
	margin:0;
	padding:0;
}

h3 {
	font-size: 1.1em;
	text-decoration:none;
	margin:0;
	padding:0;
}

hr {
	background-color: #F5F5F5;
	color: #F5F5F5;
}

.divClear { clear:both; }
.divRight { float:right; }
.divLeft { float:left; }

img.divRight { margin-left: 8px; }
img.divLeft { margin-right: 8px; }

#full_page {
	margin: 0 auto;
	text-align:left;
	width: 775px;
}

#hdr {
	background-image: url("../images/framework/tile_hdr.jpg");
	background-repeat:repeat-x;
	background-color:#333333;
	height: 83px;
}

#content_area {
	background-color: #FFFFFF;
	background-position:top;
	border: 1px solid #FFF;
	color: #7C7C7C;
	height: 100%;
	margin-top: -4px;
	padding: 10px 8px;
}

#side_bar {
	float:left;
	height:auto;
	margin-right: 10px;
	width: 200px;
}

#main_area {
	float:left;
	width: 547px;
}

ul#menu {
	background-image:url(../images/framework/tile_menu.jpg);
	background-repeat:repeat-x;
	background-color:#333333;
	height: 26px;
	margin: 0;
	padding-top: 4px;
}

ul#menu li img {
	padding-top: -8px;
}

ul#menu li {
	border-right: 1px dotted #93A3A3;
	float:left;
	list-style-type:none;
	padding: 0 7px;
}

ul#menu li a {
	color: #93A3A3;
	font-weight:bold;
	text-decoration:none;
}

ul#menu li a:hover {
	color: #F5F5F5;
}

p.footer {
	color: #FFFFFF;
	font-size: 0.80em;
}

.footer a {
	color: #FFF;
	font-weight:bold;
	font-size:1.1em;
}


/*** GENERAL FORMATTING ***/

.item_box {
	border-bottom: 1px dotted #93A3A3;
	clear:both;
	margin: 0 0 15px 0;
	padding: 0 0 8px 0;
}

.drum_kit_box {
	border:1px dotted #93A3A3;
	height: 200px;
	margin-bottom: 8px;
	padding: 8px;
	overflow:hidden;
}

.drum_kit_item {
	height: 230px;
}

.gallery_box {
	border-right: 1px dotted #93A3A3;
	float:left;
	height: 160px;
	padding: 0 8px;
	margin: 0 8px 12px 0;
	width: 150px;
}
.basic_box {
	border:1px solid #666;
	padding: 4px;
}

.small_text {
	color:#333333;
	font-size:0.90em;
}

#top_form {
	border:1px solid #FFF;
	height:auto;
}

#top_form FORM {
	border:1px solid #FFF;
	height:auto;
}

#top_form .submit {
	color: #FFFFFF;
}

.form {
	float:left;
	width: 430px;
}

.form_field {
	float: left;
	font-weight: bold;
	margin-top: 3px;
	margin-bottom: 3px;
	width: 120px;
}

.form_long_field {
	float: left;
	font-weight: bold;
	margin-bottom: 3px;
	margin-top: 3px;
	width: 230px;
}

.form_input {
	float: left;
	margin-bottom: 3px;
	width: 200px;
}

.error_font {
	background-color: #CCCCCC;
	color: #a81818;
	font-weight: bold;
	padding: 5px;
}

.box_canadian {
	background-image:url("../images/bg_canadian.jpg");
	background-repeat:no-repeat;
	background-position:center right;
	border:1px solid #CCC;
	clear:both;
	color: #333;
	height: 110px;
	padding: 0 8px;
}

.box_american {
	background-image:url("../images/bg_american.jpg");
	background-repeat:no-repeat;
	background-position:center right;
	border:1px solid #CCC;
	clear:both;
	color: #333;
	height: 110px;
	padding: 0 8px;
}

.box_american h3, .box_canadian h3 {
	margin-top:20px;
}

.news_list {
	float:left;
	width: 400px;
}

.news_block {
	border-bottom: 1px dotted #CCC;
	padding: 8px 0;
	height: 100%;
}

.news_title a {
	font-size: 1.2em;
	font-weight:bold;
}

.front_news_title {
	font-size: 1.2em;
	font-weight:bold;
}

.news_thumb {
	float: left;
}

.news_content {
	margin-bottom:6px;
}

.news_archive {
	float:right;
	margin-right: 10px;
	text-align:right;
	width: 150px;
}

.news_date {
	color: #999999;
	margin-bottom: 15px;
}

.news_highlight {
	clear:both;
	float:left;
	margin-right: 8px;
	padding-top: 20px;
}


.online_col {
	float: left;
	text-align: left;
	width: 365px;
}

