
<!--
*
{
	margin: 0;
	padding: 0;
}

html
{
}

body {
	background-color: #000000;
	background-image: url(../images/background_repeat.gif); 
	background-repeat: repeat-x;
	background-position: top;
	
}

/************  LAYOUT  ****************/

#content_wrapper {
	width:756px;
	text-align:center;
	margin: 0 auto;
}
#content {
	width:744px; 
	background-color:#ffffff; 
	float:left; 
}

#content_inside {
	width:728px; 
	background-color:#ffffff; 
	background-image: url(../images/content_repeat.gif); 
	background-repeat: repeat-y;
	float:left
}

#content_padding {
	width:8px; 
	float:left;
}

#nav {
	width:728px; 
	height:31px;
	background-color:#000000; 
	float:left; 
}

#subnav {
	width:230px; 
	float:left;
	
}

#shadow_left {
	width:6px; 
	float:left;
}

#shadow_right {
	width:6px; 
	float:left;
}



#footer_wrapper {
	width:756px;
	text-align:center;
	margin: 0 auto;
}

#footer_left {
	width:246px; 
	float:left; 
}

#footer_right {
	width:510px; 
	float:left;  
}



/************  TEXT ATTRIBUTES  ****************/

p, li {
	font-family: Trebuchet MS, Arial, Verdana, Helvetica, sans-serif;
	font-weight: regular;
	font-size:13px;
	color:#212121;
	text-align:left;
	margin: 0;
	padding: 0;
	line-height:18px;
	margin-top:15px;
	margin-right:26px;
}

.subHeader {
	color:#ce2627;
	font-size:15px;
	font-weight:bold;
}

.subHeaderHome {
	color:#212121;
	font-size:15px;
	font-weight:bold;
}


.footer {
	color:#828181;
	font-size:10px;
	line-height:15px;

	margin-top:10px;
	margin-bottom:15px;
	
	
}

.subnav {
	color:#636363;
	font-size:14px;
	text-align:right;
	line-height:18px;
	margin-right:80px;
	margin-top:24px;
	font-weight:bold;
}


/************  FORMS  ****************/

form {
	margin: 0;
	padding: 0;
	font-family: Trebuchet MS, Arial, Verdana, Helvetica, sans-serif;
	font-weight: regular;
	font-size:11px;
	color:#18110b;
}

.form_entry {
	font-family: Trebuchet MS, Arial, Verdana, Helvetica, sans-serif;
	font-weight: regular;
	font-size:11px;
	color:#18110b;
	font-style:italic;
	line-height:16px;
}

.search {
	font-family: Trebuchet MS, Arial, Verdana, Helvetica, sans-serif;
	font-weight: regular;
	font-size:11px;
	color:#18110b;
	text-align:right;
	line-height:16px;
}

.accountInput {
	font-family: Trebuchet MS, Arial, Verdana, Helvetica, sans-serif;
	font-weight: regular;
	font-size:12px;
	color:#18110b;
	text-align:left;
	line-height:16px;
}

.input {
	border:1px solid #cec3aa; 
	background-color: #f2ede0;
	font-family: Trebuchet MS, Arial, Verdana, Helvetica, sans-serif;
	font-weight: regular;
	font-size:11px;
	color:#18110b;
}
	





/************  LINK COLOURS  ****************/

A:link {color:#ce2627; text-decoration:none; } 
A:visited {color:#ce2627; text-decoration:none} 
A:hover {color:#636363; text-decoration:none;}

A.sub:link {color:#636363; text-decoration:none;} 
A.sub:visited {color:#636363; text-decoration:none} 
A.sub:hover {color:#ce2627; text-decoration:none;}

A.subOn:link {color:#ce2627; text-decoration:none;} 
A.subOn:visited {color:#ce2627; text-decoration:none} 
A.subOn:hover {color:#ce2627; text-decoration:none;}

A.foot:link {color:#9e9e9e; text-decoration:none;} 
A.foot:visited {color:#9e9e9e; text-decoration:none} 
A.foot:hover {color:#ffffff; text-decoration:none;}

				
a {outline:none;}

-->
