/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

/* global */
html{height: 100%;}

body
{ font-family: arial, sans-serif;
  padding: 0px;
  margin: 0px;
  font-size: .78em;
}

p
{ margin: 0px;
  padding: 0px 0px 16px 0px;
  line-height: 1.7em;
}

h1
{ font-family: tahoma, sans-serif;
  font-size: 110%;
  letter-spacing: .1em;
  padding: 7px 0px 5px 0px; 
  margin: 0px 0px 12px 0px; 
}

h2, h3, h4
{ font-family: tahoma, sans-serif;
  font-size: 110%;
  letter-spacing: .1em;
  padding: 7px 0px 5px 0px; 
  margin: 0px 0px 6px 0px; 
}

h4
{ font-family: arial, sans-serif;
  font-size: 110%;
}

h5
{ font-family: tahoma, sans-serif;
  font-size: 100%;
  letter-spacing: .1em;
  padding: 0px 0px 5px 0px; 
  margin: 0px 0px 0px 0px; 
}

h5
{ font-family: arial, sans-serif;
  font-size: 100%;
}


img
{ border: 0px; 
  margin: 0px; 
  padding: 0px;
}

a{outline: none;}

form{padding: 0; margin: 0;}

/* image positioning - left, right and center */
.left
{ float: left; 
  border-right: 18px solid;
  text-decoration: none;
}

.right
{ float: right; 
  border-left: 18px solid;
}

.center
{ display: block;
  text-align: center;
  margin: 0 auto;
}

/* image positioning2 - left, right and center */
.left2
{ float: left; 
  border-right: 18px solid;
}

.right2
{ float: right; 
  border-left: 18px solid;
}

.center2
{ display: block;
  text-align: center;
  margin: 0 auto;
}


/* block quote */
blockquote
{ margin: 20px 0px 20px 0px; 
  padding: 10px 20px 0px 20px;
  border-left: 8px solid;
}

/* unordered list */
ul
{ margin: 2px 0px 18px 16px;
  padding: 0px;
}

ul li
{ list-style-type: square;
  margin: 0px 0px 6px 0px; 
  padding: 0px;
}

/* ordered list */
ol
{ margin: 8px 0px 0px 24px;
  padding: 0px;
}

ol li
{ margin: 0px 0px 11px 0px; 
  padding: 0px;
}

/* margin lefts / margin rights - to centre content */
#main, #footer, #logo, #menubar, #site_content
{ margin-left: auto; 
  margin-right: auto;
}

/* main container */
#main{width: 970px;}

/* logo */
#logo
{ width: 960px;
  height: 200px;
  border-top: 5px solid;
}

#logo h1
{ font-size: 250%;
  font-weight: normal;
  padding: 0px 12px 0px 0px;
  float: right;  
}

/* navigation menu */
#menubar
{ width: 960px;
  height: 58px;
} 

ul#menu{margin: 0px;}

ul#menu li
{ float: left; 
  margin: 0px 0px 0px 0px; 
  padding: 0px;
  list-style: none;
} 

ul#menu li a 
{ font-family: verdana, sans-serif;
  display: block; 
  float: left; 
  height: 32px;
  text-decoration: none; 
  padding: 26px 18px 0px 18px;
  text-align: center;
  border-right: 1px solid;
} 

#search
{ float: right; 
  padding: 22px 15px 0px 0px;
}

input.searchfield
{ border: 1px solid; 
  padding:2px;
}

input.searchbutton
{ font-family: verdana, sans-serif;
  border: 1px solid; 
  padding: 0px 0px 1px 0px;
  width: 64px;
  cursor: pointer;
}

/* main content */
#site_content
{ width: 965px;
  overflow: hidden;
  margin: 5px 0px 0px 0px;
  background: #FFF url(img/back_right.png) repeat-y;
} 

/* sidebar */
.sidebar
{ float: right;
  width: 192px;
  padding: 15px 15px 15px 15px;
}

/* sidebar items / links */
.sidebaritem
{ text-align: left;
  width: 192px;
  float: left;
  margin: 0px 0px 15px 0px;
}

.sidebaritem h1, .sidebaritem h3, .sidebaritem p{margin: 8px 10px 10px 12px;}

.sidebaritem ul
{ border-top: 1px solid;
  width: 160px; 
  padding-top: 4px; 
  margin: 4px 0px 15px 14px;
}

.sidebaritem li
{ list-style: none; 
  padding: 0px 0px 4px 0px; 
  border-bottom: 1px solid;
}

.sidebaritem li a, .sidebaritem li a:hover
{ text-decoration: none; 
  padding: 0px 0px 0px 18px;
  display: block;
} 

.sidebaritem h3
{ text-decoration: none; 
	color: #463E28;
  
} 
.sidebaritem h3 a
{ text-decoration: none; 
  color: #463E28;
  display: block;
} 
.sidebaritem h3 a:hover
{ text-decoration: blink; 
  color: #FC3E1A;
  display: block;
} 

/* page content */
#content
{ text-align: justify;
  width: 697px;
  float: left;
  padding: 22px 10px 15px 28px;
}

#content h1{font-size: 125%;}

/* #content a, #footer a{border-bottom: 1px dotted;} */
#content a, #footer a{border-bottom: none;}

#content a:hover, #footer a:hover{border-bottom: 1px solid;}

#content h5
{ font-family: arial, sans-serif;
  font-size: 100%;
}

#content h5 a:hover
{ font-family: arial, sans-serif;
  font-size: 100%;
  text-decoration: blink;
}


/* page content2 */
#content2
{ text-align: justify;
  width: 702px;
  float: left;
  padding: 22px 10px 15px 28px;
}

#content2 h1{font-size: 125%;}

/* #content2 a, #footer a{border-bottom: 1px dotted;} */
#content2 a, #footer a{border-bottom: none;}


#content2 a:hover, #footer a:hover{border-bottom: 1px solid;}

#content2 h5
{ font-family: arial, sans-serif;
  font-size: 100%;
}
#content2 h5 a:hover
{ font-family: arial, sans-serif;
  font-size: 100%;
  text-decoration: blink;
}


/* footer */
#footer
{ width: 920px;
  height: 80px;
  border-top: 1px solid;
  padding: 28px 20px 4px 20px;
  text-align: center; 
}

#content a, #content a:hover, #content2 a, #content2 a:hover, #footer a, #footer a:hover{text-decoration: none;}

/* sNews */
fieldset, .comment, .commentsbox{margin-bottom: 10px;}

fieldset
{ border: 1px solid; 
  padding: 10px 8px;   
}

input{padding: 2px;}

textarea
{ width: 95%; 
  height: 200px;
  padding: 3px;
}

.date
{ border-top: 1px solid; 
  margin: 15px 0px 5px 0px;
  font-weight: bold;
}


/* colours */

body
{ background: #4F504A url(img/pattern.png) repeat;
  color: #555;
}

h1{color: #463E28;}

h2, h3{color: #463E28;}

.left, .right{border-color: #F9F7F1;}

.left2, .right2{border-color: #FFF;}

blockquote{border-color: #E29C22;}

#main, .sidebaritem
{ background: #FFF;
  color: #555;
}

#logo
{ background: #444 url(img/logo.jpg) no-repeat left center;
  border-color: #FFF;  
}

#logo h1
{ background: transparent;
  color: #CDC8BB;
}

#menubar{background: #7B846E url(img/menu.png) repeat;} 

ul#menu li a 
{ background: transparent;
  color: #FFF;
  border-color: #898977;
} 

ul#menu li a:hover, ul#menu li a.current, ul#menu li a.current:hover
{ background: #646B5C url(img/menu_sel.png) repeat;} 

input.searchfield
{ background: #FFF; 
  border-color: #888;
}

input.searchbutton
{ background: #333; 
  border-color: #949C88; 
  color: #FFF;
}

.sidebaritem ul, .sidebaritem li{border-color: #D6D9C9;}

.sidebaritem li a, .sidebaritem li a:hover
{ background: transparent url(img/arrow.png) no-repeat left center;
  color: #555;  
} 

.sidebaritem li a.current, .sidebaritem li a:hover, .sidebaritem li a.current:hover
{ background: transparent url(img/arrow_select.png) no-repeat left center;} 

h4, #content a, #content a:hover, #footer a, #footer a:hover
{ background: transparent;
  color: #555;
}

#content2, #content2 a, #content2 a:hover
{ background: #ffffff;
  color: #4F504A;
}

#footer
{ background: #FFF;
  color: #555;
  border-color: #CCD0BA;
}

/* sNews */
fieldset, .comment, .commentsbox
{ background: transparent; 
  color: #444;
}

fieldset, .date{border-color: #D6D9C9;}

.comment
{ background: #FFF; 
  color: #444;
}

/* Fonts */

.black_normal {
	font: 10px/2 "Trebuchet MS", Arial, Sans-Serif;
	color:#666666;
}	

a.black_normal {
	font: 10px/2 "Trebuchet MS", Arial, Sans-Serif;
	color:#666666;
	text-decoration: none;
}	

.black_normal_small {
	font: 10px/1 "Trebuchet MS", Arial, Sans-Serif;
	color:#666666;
	text-decoration: none;
}	

a.black_normal_small {
	font: 10px/1 "Trebuchet MS", Arial, Sans-Serif;
	color:#666666;
	text-decoration: none;
}	
.black_normal_smaller {
	font: 8px/1 "Trebuchet MS", Arial, Sans-Serif;
	color:#666666;
	text-decoration: none;
}	

.black_bold {
	font: 10px "Trebuchet MS", Arial, Sans-Serif;
	color:#666666;
	font-weight: bold;
	}
	
	.black_bold_big {
	font: 13px "Trebuchet MS", Arial, Sans-Serif;
	color:#666666;
	font-weight: bold;
	}

A.black_bold {
	font: 11px "Trebuchet MS", Arial, Sans-Serif;
	color: #666666;
	font-weight: bold;
	text-decoration: none;
	}	
.black_bold_normal {
	font: 11px "Arial", Arial, Sans-Serif;
	color: #666666;
	
	}	

.store_bold_big {
	font: 13px "Arial", Arial, Sans-Serif;
	font-weight: bold;
	color: #b52426;
	text-decoration: none;
}
A.black_bold_big {
	font: 12px "Arial", Arial, Sans-Serif;
	font-weight: bold;
	color: #4f4e4e;
	text-decoration: none;
}
	
	.green_bold {
	font: 10px "Trebuchet MS", Arial, Sans-Serif;
	color: #7AD000;
	font-weight: bold;
	text-decoration: none;
	}
	
		.green_bold_big {
	font: 11px/1 "Trebuchet MS", Arial, Sans-Serif;
	color: #7AD000;
	font-weight: bold;
	text-decoration: none;
	}
			a.green_bold_big {
	font: 11px/1 "Trebuchet MS", Arial, Sans-Serif;
	color: #7AD000;
	font-weight: bold;
	text-decoration: none;
	}
	
			.green_bold_bigger {
	font: 13px "Trebuchet MS", Arial, Sans-Serif;
	color: #7AD000;
	font-weight: bold;
	text-decoration: none;
	}
			a.green_bold_biger {
	font: 13px "Trebuchet MS", Arial, Sans-Serif;
	color: #7AD000;
	font-weight: bold;
	text-decoration: none;
	}
	
.orange_normal { 
font: 9px "Arial", Arial, Sans-Serif;
color: #D79B00; 
}
	
a.orange_normal { 
font: 9px "Arial", Arial, Sans-Serif;
color: #D79B00;
text-decoration: none; 
}
	
.orange_bold { 
font: 10px "Trebuchet MS", Arial, Sans-Serif;
font-weight: bold;
color: #D79B00; 
text-decoration: none;
}

.orange_bold_med { 
font: 11px "Trebuchet MS", Arial, Sans-Serif;
font-weight: bold;
color: #D79B00; 
text-decoration: none;
}

.orange_bold_big { 
font: 12px "Trebuchet MS", Arial, Sans-Serif;
font-weight: bold;
color: #D79B00; 
text-decoration: none;
}

.orange_bold_bigger { 
font: 15px "Trebuchet MS", Arial, Sans-Serif;
font-weight: bold;
color: #D79B00; 
text-decoration: none;
}

a.orange_bold { 
font: 10px "Trebuchet MS", Arial, Sans-Serif;
font-weight: bold;
color: #D79B00; 
text-decoration: none;
}

a.orange_bold_med { 
font: 11px "Trebuchet MS", Arial, Sans-Serif;
font-weight: bold;
color: #D79B00; 
text-decoration: none;
}

a.orange_bold_big { 
font: 12px "Trebuchet MS", Arial, Sans-Serif;
font-weight: bold;
color: #D79B00; 
text-decoration: none;
}

a.orange_bold_bigger { 
font: 15px "Trebuchet MS", Arial, Sans-Serif;
font-weight: bold;
color: #D79B00; 
text-decoration: none;
}