

body {
	margin: 0 0 0 0;
	padding: 0;
	text-align: justify;
	color: #666;
	background-color: #FFF;
	background-image: url(images/bground.gif);
	background-repeat: repeat-x;
	background-position: left top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
}

h1, h1 a, h2, h2 a, h3, h3 a {
	margin: 0;
	text-decoration: none;
	font-family: Tahoma, Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #1A0D00;
}

h1 {
	
	font-size: 2.2em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

h2 {
	
	font-size: 2em;
}

h3 {
	font-size: 1em;
}

p, ol, ul {
	margin-bottom: 2em;
	line-height: 150%;
}

ol, ul {
	margin-bottom: 2em;
	line-height: 160%;
}



a {
	color: #930;
}

a:hover {
	text-decoration: none;
}

/* Header */

#header {
	width: 960px;
	margin: 0 auto;
	height: 80px;
	background-image: url(images/tic.gif);
	background-repeat: no-repeat;
}



#menu {
	float: right;
	margin-top: 0px;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {

	float: left;
	height: 42px;
}

#menu a {
	display: block;
	padding: 2px 10px 2px 10px;
	margin-top: 10px;
	margin-right: 2px;
	text-decoration: none;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: #930;
}

#menu .last {
	margin-right: 0;
	padding-right: 0;
}

#menu a:hover {
	color: #422700;
	background-color: #E29D52;
}

#menu .current_page_item {
}

#menu .current_page_item a {
	color: #422700;
}


#banner {
	width: 960px;
	height: 250px;
	margin: 0 auto;
	background-image: url(images/mainpg.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

#services {
	width: 960px;
	height: 170px;
	margin: 0 auto;
	background-image: url(images/services.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

#products {
	width: 960px;
	height: 170px;
	margin: 0 auto;
	background-image: url(images/products.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

#showcase {
	width: 960px;
	height: 170px;
	margin: 0 auto;
	background-image: url(images/showcase.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

#contact {
	width: 960px;
	height: 170px;
	margin: 0 auto;
	background-image: url(images/contact.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

#thanks {
	width: 960px;
	height: 170px;
	margin: 0 auto;
	background-image: url(images/thanks.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

#oops {
	width: 960px;
	height: 170px;
	margin: 0 auto;
	background-image: url(images/oops.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

#resources {
	width: 960px;
	height: 170px;
	margin: 0 auto;
	background-image: url(images/resources.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#sitemap {
	width: 960px;
	height: 170px;
	margin: 0 auto;
	background-image: url(images/sitemap.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
/* Page */

#wrapper {
	width: 960px;
	margin: 0 auto;
	padding: 10px 0 0 0;
	background: url(images/page.gif) repeat-y left top;

}

/* Content */

#content {
	margin: 0 0 0 350px;
	padding: 0 30px 0 10px;
}

.post {
	
	background: url(images/divider.gif) no-repeat 0 40px;
}

.post .title {
	font-family: Tahoma, Georgia, "Times New Roman", Times, serif;
	
}

.post .title h2 {
	padding: 0px 30px 5px 0px;
	font-weight: normal;
	font-size: 1.6em;
	color: #1A0D00;
}

.post .entry {
	padding: 0;
	font-size: 0.8em;
}

.post .links {
	padding: 5px 0;
	margin-top: 10px;
	text-align: left;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #930;
}

.post .links a {
	font-weight: bold;
}

.post .links a:hover {
}



/* Sidebar */

#sidebar {
	float: left;
	width: 318px;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
	margin-bottom: 10px;
	
}

#sidebar li ul {
	padding: 0 0px 40px 20px;
	
}

#sidebar li li {
	margin: 0;
	font-size: 0.8em;
	
}




#sidebar h2 {
	padding: 0px 0 10px 10px;
	font-weight: normal;
	font-size: 1.2em;
	color: #1A0D00;
}




/* Categories */

#sidebar #categories li {
}


/* Footer */

#footer {
	padding: 20px 0 10px 0;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #E1DEC8;
	color: #240C00;
	background-color: #CAC299;
}

#footer p {
	margin-bottom: 1em;
	text-align: center;
	line-height: normal;
	font-size: .7em;

}

#footer a {
	padding: 0 20px;
	text-decoration: none;
	color: #930;
}

#footer a:hover {
}

#footer .rss {
}

#footer .xhtml {
}

#footer .css {
}

#footer .legal a {
	padding: 0;
}


