/*reset*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
ol, ul {
	list-style: none;
}
/*end reset*/

body{
	font:13px helvetica, Verdana, Arial, Helvetica, sans-serif;
	margin-top:30px;
}

/*ie6 png fix*/
img { behavior: url(iepngfix.htc) }

/*dirty clearing*/
.dirty_clear {
	clear:both;
}

#wrap{
	width:846px;
	margin:0 auto;
	background-image: url(images/layout/tiles/tile_cream.jpg);
	background-color: #F9EFDD;
	padding: 0px 17px 17px 17px;
}
#header{
	height: 140px;
	width: 846px;
}
h1{
	margin:0 auto;
	padding-top:11px;
	width:211px;
	height:116px;
}
#navigation{
	width:846px;
	background-color: #2D2E36;
	background-image: url(images/layout/background_images/nav_background.jpg);
	margin-bottom:5px;
	letter-spacing: 1px;
}
#navigation ul {
	font-size:13px;
	padding:9px 0px 9px 0px;
	width:100%;
	margin:0 auto;
	text-align:center;
}
#navigation li {
	display:inline;
	padding:0px 10px 0px 15px;
	background-image: url(images/layout/background_images/nav_seperator.gif);
	background-repeat: no-repeat;
	background-position: 0px 6px;
}
#navigation li.no_navigation_divide {
	background-image:none;
}
#navigation ul li a:link, #navigation ul li a:visited {
	color: #FFFFFF;
	text-decoration:none;
}
#navigation ul li a:hover {
	color: #B1BDBD;
	text-decoration:none;
}
.left {
	float:left;
	margin-bottom:5px;
	display:block;
	border-style:none;
}
.right {
	float:right;
	margin-bottom:5px;
	display:block;
	border-style:none;
}
.text_area {
	background-color: #DFDBCD;
	background-image: url(images/layout/tiles/tile_light_blue.jpg);
	padding:16px 16px 16px 16px;
}
.short_box {
	width:302px;
	height:268px;
}
.medium_box {
	width:302px;
	height:304px;
}
.tall_box {
	width:302px;
	height:340px;
}
.full_box {
	margin-bottom:5px;
	width:814px;
	min-height:300px;
}
h2 {
	text-align:center;
	height:13px;
}
#footer {
	clear:both;
	width:846px;
	height:55px;
	padding-top:5px;
	background-image: url(images/layout/background_images/footer_background.jpg);
	background-color: #B4BEBD;
	text-align:center;
	letter-spacing: 3px;
	color:#333333;
	line-height: 16px;
}
.tel_no {
	font-size:10px;
}
#copy_development {
	width:880px;
	margin:0 auto;
	color:#E1A94A;
	font-size:9px;
	padding-top:4px;
}
#development a:link, #development a:visited {
	text-decoration:none;
	color:#E1A94A;
}
#development a:hover {
	text-decoration:underline;
}

/*Form styles*/
#form p {
	padding-top:15px;
}
.errortext {
	color:#FF0000;
}

/*list formating some of the headers might do news headers aswell */
#link_categorys {
	padding-left:40px;
}
.link_list {
	padding-left:50px;
	list-style-type: disc;
}
h3 {
	font-weight:bold;
	text-transform: uppercase;
	font-size: 14px;
	padding-top:15px;
}
h4 {
	font-weight:bold;
	padding-top:15px;
}
ul.link_list li a:link, ul.link_list li a:visited {
	text-decoration:none;
	font-weight:bold;
	color:#677678;
}
ul.link_list li a:hover {
	text-decoration:underline;
}

/*news formating*/
ul#news_list li h3 a:link, ul#news_list li h3 a:visited {
	text-decoration:none;
	color:inherit;
}

#news_list li a:link, #news_list li a:visited {
	text-decoration:none;
	font-weight:bold;
	color:#677678;
}
#news_list li a:hover {
	text-decoration:underline;
}
.date {
	text-transform: lowercase;
	color:#677678;
	font-weight:normal;
}
.news {
	padding-top:15px;
}

/*menu page*/
.menu {
	text-align:center;
}

#fir_sample_menu {
	padding-bottom:30px;
}

.price {
	font-weight:bold;
}

.menu a:link, .menu a:visited {
	color:#333;
} 

.menu ul {
	padding-bottom:50px;
	background:url(images/layout/menu_divide.png) center bottom no-repeat;
}

.menu h3 {
	padding-top:30px;
}