/* CSS Document */

body {
	margin-left: 15%;
	margin-right: 15%;
	padding: 0;
	text-align: left;
	font-family: "Copperplate Gothic light", "Times New Roman", serif;
	min-width:768px;
	width: 900px; /*comment code to remove fixed width of page*/	
}
a {
	color:#FFF;
	text-decoration: none;
}
#container {
	text-align: center;
	background: #FFF;
}
#container2 {
	float: left;
	width: 100%;
	background: #715331;
	position: relative;
	right: 50%;	
}
#container3 {
	float: left;
	width: 100%;
	background: #715331;
	position: relative;
	/*right: 50%;*/
	overflow: hidden;
}
#table1 {
	margin-left: 4em;
}
#image1 {
	margin-left: 4em;
}
h1 {
	margin: 0;
	padding: 0;
}
h1 img {
	display: inline;
	border: 0;
	margin-left: 1em;
	padding-bottom: 1em;
}
ul#topnav {
	margin: 0;
	padding-left: 0;
	list-style-type: none;
	float: none;
	width: 100%;
	font-family: "Copperplate Gothic Bold", "Times New Roman", serif;
	font-size: 140%;
	text-decoration: none;
	color: #674D3C;
	background: #FFF;
	border-bottom:5px solid #674D3C;
}
ul#topnav li {
	display: inline;
}
ul#topnav a {
	display: inline;
	padding: .1em 1em;
	text-decoration: none;
	color: #674D3C;
}
ul#topnav a:hover {
	color: #FFFFFF;
	background: #674D3C;
}
ul#productnav {
	margin: 0;
	padding-left: 0;
	list-style-type: none;
	/*float: left;*/
	font-family: "Copperplate Gothic Light", "Times New Roman", serif;
	text-decoration: none;
	text-align: left;
	color: #fff;
	background: #FFF url(../images/background/background.gif) repeat-y;
}
ul#productnav li {
	background: #715331;
	background: #FFF url(../images/background/background.gif) repeat-y;
}
ul#productnav a {
	display: block;
	padding: 1em;
	text-decoration: none;	
	color: #fff;
	background: #FFF url(../images/background/background.gif) repeat-y;
	background: #715331;
	
}
ul#productnav a:hover {
	color: #FFFFFF;
	background: #674D3C;
}
#fadeshow1 {
	margin: 1em 1em 1em 1em;
	border: 5px solid #674D3C;
}
#fadeshow2 {
	margin: 1em 1em 1em 1em;
	border: 5px solid #674D3C;
}
#fadeshow3 {
	margin: 1em 1em 1em 1em;
	border: 5px solid #674D3C;
}
/* 'widths' sub menu */
	#layoutdims {
		clear:both;
		background:#eee;
		border-top:4px solid #000;
		margin:0;
		padding:6px 15px !important;
		text-align:right;
	}
	/* column container */
	.colmask {
		position:relative;	/* This fixes the IE7 overflow hidden bug */
		clear:both;
		float: left;
		width:100%;			/* width of whole page */
		overflow:hidden;		/* This chops off any overhanging divs */
	}

	/* common column settings */
	.colright,
	.colmid,
	.colleft {
		float:left;
		width:100%;			/* width of page */
		position:relative;
	}
	.col1,
	.col2,
	.col3 {
		float:left;
		position:relative;
		padding:0 0 0 0;	/* no left and right padding on columns, we just make them narrower instead 
						only padding top and bottom is included here, make it whatever value you need */
		overflow:hidden;
	}
	/* 3 Column settings */
	.threecol {
		background:#715331;		/* right column background colour */
	}
	.threecol .colmid {
		right:29%;			/* width of the right column */
		background:#715331;		/* center column background colour */
	}
	.threecol .colleft {
		right:30%;			/* width of the middle column */
		background:#715331;	/* left column background colour */
	}
	.threecol .col1 {
		width:30%;			/* width of center column content (column width minus padding on either side) */
		left:94%;			/* 100% plus left padding of center column */
	}
	.threecol .col2 {
		width:29%;			/* Width of left column content (column width minus padding on either side) */
		left:30%;			/* width of (right column) plus (center column left and right padding) plus (left column left padding) */
	}
	.threecol .col3 {
		width:29%;			/* Width of right column content (column width minus padding on either side) */
		left:70%;			/* Please make note of the brackets here:
						(100% - left column width) plus (center column left and right padding) plus (left column left and right padding) plus (right column left padding) */
	}
	/* 2 Column (double page) settings */
	.doublepage {
		background:#715331;		/* right column background colour */
	}
	.doublepage .colleft {
		right:50%;			/* right column width */
		background:#715331;	/* left column background colour */
	}
	.doublepage .col1 {
		width:46%;			/* left column content width (column width minus left and right padding) */
		left:52%;			/* right column width plus left column left padding */
	}
	.doublepage .col2 {
		width:46%;			/* right column content width (column width minus left and right padding) */
		left:56%;			/* (right column width) plus (left column left and right padding) plus (right column left padding) */
	}

#content {
	float: left;
	width: 46%;	
	position: relative;
	left: 50%;
}
#content2 {
	float: left;
	width: 46%;	
	position: relative;
	left: 50%;
}
.img {
	margin: 1em 1em 1em 1em;
	border: 5px solid #674D3C;
	background: #715331;
}
	/* Footer styles */
	#footer {
		clear:both;
		float:left;
		width:100%;
		border-top:5px solid #674D3C;
	}
	#footer p {
		padding:10px;
		margin:0;
		font-family: "Copperplate Gothic Light", "Times New Roman", serif;
		font-size: 85%;
	}
	/* Test columns */
#container6 {
    float:left;
    width:100%;
    background:green;
    overflow:hidden;
    position:relative;
}
#container5 {
    float:left;
    width:100%;
    background:yellow;
    position:relative;
    right:30%;
}
#container4 {
    float:left;
    width:100%;
    background:red;
    position:relative;
    right:40%;
}
#col1 {
    float:left;
    width:26%;
    position:relative;
    left:72%;
    overflow:hidden;
}
#col2 {
    float:left;
    width:36%;
    position:relative;
    left:76%;
    overflow:hidden;
}
#col3 {
    float:left;
    width:26%;
    position:relative;
    left:80%;
    overflow:hidden;
}
/*table {
	margin-left: 4em;
}*/

