/* (C) Copyright 2006-2008 Long2 Consulting. This CSS file formats the fonts, colors, links as well as setting how 
certain elements on the page are displayed.  */

html {
	margin: 0px;
	padding: 0px;
}

body {
	margin: 0px;
	padding: 0px;
	font: 76.4% Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	background-color: #d7d7d7;
}

hr {
	background-color: #ffffff;
	color: #000000;
	border: none;
	height: 1px;
	width: 100%;
}

img {
	border: none;
}

table {
	border-collapse: collapse;
}

ul {
	list-style-image: url('../images/bullet.gif');
	line-height: 145%;
}

p {
	margin: 0;
	padding: 6px 2px;
}


/*  The items below the properties for the links that appear in the
main text area as well as in the sidebar of the pages  */

a:link, a:visited {
	color: #000000;
	text-decoration: underline; 
}

a:active, a:hover {
	color: #d5c4a1;
}

/*  The items below set the properties for the fonts, sizes, and
colors used for headings 1 through 6. Typically h1 - h3 are used
in the main content area and h4 - h6 are used in the sidebar  */

h1 { 
	color: #000000;
	font-size: 155%;
	padding: 4px 2px 2px 2px;
	text-align: left;
	border-bottom: 4px solid #000000;
	margin-top: 7px;
}

h2 {	
	font-size: 145%;
	color: #d5c4a1;
	padding: 4px 2px 2px 2px;
	text-align: left;
}

h3 {	
	font-size: 125%;
	color: #777777;
	padding: 4px 2px 2px 2px;
	text-align: left;
}

h4 { 
	font-size: 125%;
	color: #ffffff;
	background-color: #777777;
	padding: 2px;
}

h5 { 
	font-size: 100%;
	color: #000000;
	background-color: #d5c4a1;
	padding: 2px;
}

h6 { 
	font-size: 100%; 
	color: #FFFFFF;
	background-color: #000000;
	padding: 2px;
}

/*  This class can be applied to your buttons to create uniform submit or shopping cart buttons without using graphics.  */

.submitbuttons {
	font-weight: bold;
	color: #000000;
	text-align: center;
	font-size: 100%;
	font-variant: small-caps;
	font-family: Verdana, Arial, sans-serif;
	border-top: 1px solid #000000;
	border-right: 5px solid #000000;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #000000;
	background-color: #cccccc;
	width: 155px;
	height: 30px;
}

/*  The items below set the properties of the top header.  */

.headerleft {
	padding: 60px 15px 0px 25px;
	text-align: left;
	font-size: 30pt;
	font-weight: bold;
	color: #ffffff;
}

.headerright {
	padding: 130px 15px 0px 175px;
	text-align: left;
	font-size: 135%;
	font-weight: bold;
	color: #000000;
}

/*  The items below set the properties of the Top navigation links.  */

.topnavlinks {
	padding: 10px 0 0 20px;
	color: #ffffff;
	font-weight: bold;
	text-align: center;
}

.topnavlinks a:link, .topnavlinks a:visited {
	padding: 6px 8px 6px 8px;
	color: #ffffff;
	text-decoration: none;
}
	
.topnavlinks a:active, .topnavlinks a:hover {
	color: #000000;
	background-color: #d5c4a1;
}


/*  The items below sets the properties for the sidebars and
content blocks as well as a main content areas.  */

/* Used in single column layouts */

.bodycolumncontent {
	padding: 4px 20px 5px 20px;
}

/* Used in two column layouts */

.body1content {
	padding: 4px 20px 5px 0px;
}

.body2content  {
	padding: 8px 0px 5px 20px;
}

/* Used in three column layouts */

.body1bcontent {
	padding: 4px 10px 5px 10px;
}

.body2bcontent {
	padding: 8px 0px 5px 20px;
}

.body3content {
	padding: 4px 0 0 0;
}

/*  The items below sets the properties for the left or right sidelinks.  */

.menuheader1 {
	width: 160px;
	background-color: #d5c4a1;
    text-align: left;
    padding: 4px;
    margin: 4px 0 0 0;
    border-bottom: 4px solid #000000;
	color: #000000;
}

.menuheader1 a:link, .menuheader1 a:visited {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}

.menuheader1 a:hover, .menuheader1 a:active {
	color: #fff;
}

.menuheader2 {
	width: 160px;
	background-color: #000000;
    text-align: left;
    padding: 4px;
    margin: 4px 0 0 0;
    border-bottom: 4px solid #d5c4a1;
	color: #fff;
}

.menuheader2 a:link, .menuheader2 a:visited {
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}

.menuheader2 a:hover, .menuheader2 a:active {
	color: #d5c4a1;
}

.sidelinks {
	padding: 10px 0px 8px 0px;
	text-align: left;
	font-weight: bold;
}

.sidelinks a:link, .sidelinks a:visited {
	padding: 0px 10px 0px 10px;
	display: block; 
	line-height: 18pt;
	width: 140px;
	color: #000000;
	background-color: #fff;
	text-decoration: none;
}
	
.sidelinks a:active, .sidelinks a:hover {
	color: #000000;
	background-color: #d5c4a1;
}


/*  The items below set the properties of the bottom navigation links.  */

.bottomnavlinks {
	color: #ffffff;
	font-weight: normal;
	font-size: 80%
}

.bottomnavlinks a:link, .bottomnavlinks a:visited {
	padding: 0px 6px 10px 6px;
}
	
.bottomnavlinks a:active, .bottomnavlinks a:hover {
}

/*  The items below sets the properties for the footer.  */

.footercontent {
	padding: 22px 10px 0px 10px;
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
	text-align: center;
}

.footercontent a:link, .footercontent a:visited  {
	padding: 4px 4px;
	color: #ffffff;
	text-decoration: none;
}

.footercontent a:active, .footercontent a:hover {
	padding: 4px 4px;
	color: #d5c4a1;
	text-decoration: underline;
}

.clear {
	clear: both;
}

/*  The items below sets the properties for additional typography and page elements.  */

.block1 {
	color: #ffffff;
	text-align: left;
	font-family: Verdana, Arial, sans-serif;
	border-top: 1px solid #444444;
	border-bottom: 4px solid #444444;
	background-color: #000000;
	padding: 6px;
	margin-bottom: 6px;
}

.block2 {
	color: #000000;
	text-align: left;
	font-family: Verdana, Arial, sans-serif;
	border-top: 1px solid #444444;
	border-bottom: 4px solid #444444;
	background-color: #d5c4a1;
	padding: 6px;
	margin-bottom: 6px;
}

.block3 {
	color: #fff;
	text-align: left;
	font-family: Verdana, Arial, sans-serif;
	border-top: 1px solid #000000;
	border-bottom: 4px solid #000000;
	background-color: #444444;
	padding: 6px;
	margin-bottom: 6px;
}

.news1 {
	padding: 4px;
	display: block; 
	width: 160px;
	color: #ffffff;
	background-color: #000000;
	border-bottom: 2px solid #cccccc;
	font-weight: bold;
	text-align: center;
}

.news2 {
	padding: 4px;
	display: block; 
	width: 160px;
	color: #000000;
	background-color: #d5c4a1;
	border-bottom: 2px solid #444444;
	font-weight: bold;
	text-align: center;
}

.tiny {
	font-size: 80%;
}

.imageleft {
	float: left;
	padding: 8px;
}

.imageright {
	float: right;
	padding: 8px;
}


/*  All of the items below change the layout of the template. We advise that you don't change any of these settings unless you are an advanced CSS user. If you change these settings and mess up the template, we cannot provide support for the template.  */

/*  To keep the content centered on the page, all of the areas
are placed within a wrapper. The item below defines this wrapper.  */

#wrapper {
	margin: 0px auto; /* fix to center in firefox */
	width: 1036px;
	background-color: #000000;
}

#innerwrapper {
	margin: 0px auto; /* fix to center in firefox */
	width: 1000px;
	background-color: #ffffff;
}

#header {
	text-align: center;
	margin: 0px auto; /* fix to center in firefox */
	width: 1000px;
	background: #ffffff url('../images/header.jpg') no-repeat;
	height: 240px;
}

#headerleft {
	float: left;
	width: 500px;
}

#headerright {
	float: right;
	width: 500px;
}

#topnav {
	margin: 0px auto; /* fix to center in firefox */
	background-color: #000000;
	border-bottom: 1px solid #222222;
	width: 1000px;
	height: 35px;
}

/* Used in single column layouts */

#bodycolumn {
	margin: 0px auto; /* fix to center in firefox */
	width: 1000px;
	clear: both;
	min-height: 300px;
	background-color: #ffffff;
}

/* Used in two column layouts */
#body1 {
	width: 790px;
	float: right;
	min-height: 300px;
}

#body2 {
	float: left;
	width: 200px;
}

/* Used in three column layouts */
#body1a {
	width: 790px;
	float: left;
}

#body1b { 
	width: 590px;
	float: right;
}

#body2b {
	width: 200px;
	float: left;
}

#body3 {
	width: 160px;
	float: right;
	margin-top: 4px;
	margin-right: 18px;
}

/*  The items below sets the properties for the footer.  */

#footer {
	clear: both;
	margin: 0px auto 0px auto; /* fix to center in firefox */
	background-color: #000000;
	height: 100px;
	width: 1000px;
}