* {
	margin:0;
	padding:0;
	}
	
body {
	background-color: #ffffff;
	color: #747474;
	font-family: Trebuchet MS, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	}
	
#wrapper {
	margin:0 auto;
	padding:0 auto;
	width: 1001px;
	}
	
#header {
	width:100%;
	}
	
#mainNavigation {
	width:981px;
	height:27px;
	margin-bottom: 1%;
	background:url(/media/26/menubg.png);
	background-repeat: repeat-x; 
	padding-top:2px;
	padding-left: 20px;
	}
	
#sortContainer {
	width:98%;
	margin-left:2%;
	margin-bottom: 2%;
	}
	
#columnContainer {
	width:94%;
	padding:1%;
	margin:0 auto;
	padding:0 auto;
	text-align:left;
	}
	
#textContainer {
	width:60%;
	float:left;
	margin-left:2%;
	margin-top: 4%;
	text-align:left;
	height:300px;
	min-height:300px;
	height:auto !important;
	}

#textContainerStart{
	width:94%;
	padding:1%;
	padding-left:3%;
	margin-top: 4%;
	text-align:left;
	}

#formContainer {
	width:49%;
	float:left;
	}

#extrasContainerStart {
	float:right;
	width:48%;
	}

#extrasContainer {
	width:25%;
	float:right;
	margin-right:2%;
	margin-top:4%;
	text-align:left;
	height:300px;
	min-height:300px;
	height:auto !important;
	}
	
#column1, #column2, #column3, #column4 {
	text-align:left;
	}
	
#column1 {
	float:left;
	width:23%;
	margin-right:3%;
	}

#column2 {
	float:left;
	width:23%;
	margin-right:3%;
	}
	
#column3 {
	float:left;
	width:23%;
	margin-right:2%;
	}
	
#column4 {
	width:23%;
	float:right;
	}
	
#footer {
	width:100%;
	text-align:center;
	margin-top:10%;
	margin-bottom:5%;
	}
	
/*===============================
		Main Navigation
===============================*/	
#mainMenu li{
	list-style:none;
	display:inline;
	}
	
#mainMenu a {
	font-weight:bold;
	color:#fff;
	text-decoration:none;
	}
	
#mainMenu a:hover, #mainMenu a:focus, #mainMenu a:active {
	font-weight:bold;
	color:#fff;
	text-decoration:underline;
	}

#mainMenu {
	font-size: 1.3em;
	font-weight:bold;
	color:#fff;
	text-decoration:none;
	}

/*===============================
		Sorting
===============================*/		
#sort {
	list-style:none;
	}

#sort li {
	font-weight:none;
	color: #76001b;
	display:inline;
	}
	
#sort a {
	font-weight:none;
	color: #76001b;
	text-decoration:none;
	margin-left:1%;
	padding: 0px 3px 0px 3px;
	text-transform:capitalize;
	}
	
#sort a:hover {
	font-weight:none;
	color: #76001b;
	text-decoration:underline;
	margin-left:1%;
	padding: 0px 3px 0px 3px;
	text-transform:capitalize;
	}
	
.sortText {
	text-decoration:none;
	font-weight:bold;
	}

#sort .current {
	text-decoration:underline;
	text-transform:capitalize;
	}
	
/*===============================
		Columns
===============================*/
.columnLinks{
	list-style:none;
	width:100%;
	}

.columnLinks li{
	margin-bottom:10px;
	height:auto;
	}	
	
.columnLinks a{
	font-size: 1.3em;
	letter-spacing: 2px;
	color:#000;
	text-decoration:none;
	display:block;
	padding:3px;
	}

.columnLinks a:hover{
	font-size: 1.3em;
	letter-spacing: 2px;
	color:#000;
	text-decoration:none;
	background-color:#eeeeee;
	}
	
.columnLinks a:active, .columnLinks a:focus{
	font-size: 1.3em;
	letter-spacing: 2px;
	color:#000;
	text-decoration:none;
	background-color:#eeeeee;
	}
	
.columnLinks span {
	font-size:0.75em;
	letter-spacing: 0px;
	color:#747474;
	}
	

/*===============================
		Text formatting
===============================*/
p {
	font-size:1.1em;
	line-height:140%;
	color:#747474;
	margin-bottom:4%;
	}
	
h1 {
	color:#747474;
	margin-bottom:2%;
	font-size:1.8em;
	}
	
h2 {
	color:#747474;
	margin-bottom:1%;
	margin-top:2%;
	font-size:1.5em;
	}

h3 {
	color:#747474;
	margin-bottom:1%;
	margin-top:2%;
	font-size:1.3em;
	}

#textContainer ul, #textContainer ol, #extrasContainer ul, #extrasContainer ol{
	margin-bottom:5%;
	margin-left:8%;
	font-size:1.1em;
	}

/*===============================
		Footer
===============================*/
#footer a {
	color:#747474;
	}
	
#footer a:focus, #footer a:active {
	color:#fff;
	background-color:#747474;
	}
	
/*===============================
		Links
===============================*/
#textContainer a, #extrascontainer a {
	color:#76001b;
	}
	
#textContainer a:focus, #extrascontainer a:focus, #textContainer a:active, #extrascontainer a:active {
	background-color:#76001b;
	color:#fff;
	}
	
/*===============================
		Forms
===============================*/	
fieldset {
	border:0;
	padding:4%;
	}

legend {
	font-size: 1.3em;
	font-weight:bold;
	color:#747474;
	margin-top:3%;
	}

.formtocompany, .formHelp {
	margin-bottom:5%;
	width:100%;
	background: #eeeeee;
	border:1px solid #d8d8d8;
}

.formtocompany
{
	width:70%;
}

.formtocompany input, .formHelp input, .formtocompany textarea, .formHelp textarea {
	border:1px solid #d8d8d8;
	margin-bottom:2%;	
	padding:4px;
	background-color:#ffffff;
	color:#000;
	font-family:Trebuchet MS, Tahoma, Arial, Helvetica, sans-serif;
	font-size:1em;
}

.formtocompany input:focus, .formHelp input:focus, .formtocompany textarea:focus, .formHelp textarea:focus {
	border:1px solid #747474;	
}

/*===============================
		OTHER
===============================*/	
a img {
	border:0;
	}
	
.clearfix {
	clear:both;
	}
	
.imgalignleft {
	float:left;
	margin:1%;
	}
	
.imgalignright {
	float:right;
	margin:1%;
	}



















































/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
