body  {
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	background-color: #C49300;
	background-image: url(images/screen/BG_MainPage.png);
	background-repeat: repeat-x;
}

h1, h2, h3, h4 {
	color:#A11400;
	font-weight:lighter;
}

.thrColElsHdr #container {
	width: 70em;
	border: 1px solid #000000;
	text-align: left;
	background-color: #ECC200;
	background-image: url(images/screen/BG_Center.png);
	background-repeat: repeat-x;
	margin-top: 2px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 
.thrColElsHdr #header {
	padding: 0 10px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	position: relative;
	height: 210px;
} 

#sidebar1 {
	float: left;
	width: 16em; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 0; /* top and bottom padding create visual space within this div */
	margin-right: 3em;
}
#mainContent {
	float: left;
	width: 50em;
} 

#header #Lighthouse {
	background-image: url(images/screen/LightHouse.jpg);
	position: absolute;
	height: 186px;
	width: 578px;
	top: 11px;
	right: 0px;
}
#header #TopMenu {
	position: absolute;
	top: 169px;
	height: 40px;
	width: 70em;
	left: 0px;
}

#header #TopMenu ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

#header #TopMenu li {
	display: inline;
	float: left;
}
#header   #TopMenu a  {
	padding: 5px 10px 5px 15px;
	background-image: url(images/screen/BG_Row_RHS_Brown.png);
	color: #FFFFFF;
	text-decoration: none;
	font-size: 1.1em;
	display: block;
	background-position: right top;
	margin-left: 1px;
}
#header #TopMenu a:hover {
	color: #ECC200;
}
#header #LangMenu {
	position: absolute;
	top: 10px;
	right: 5px;
	height: 40px;
	width: 200px;
}
#header #LangMenu ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#header #LangMenu li {
	display: inline;
	float: left;
}
#header #LangMenu a {
	border: none;
	margin: 3px;
	padding: 2px;
	background-color: #8B1200;
}
#header #LangMenu img {
	border: 1px solid #660000;
}

#header #DonkeyOTLogo {
	background-image: url(images/screen/DonkeyOT_Logo.png);
	margin: 0px;
	padding: 0px;
	height: 166px;
	width: 372px;
	position: absolute;
	z-index: 5;
	left: 0px;
	top: 0px;
}




.thrColElsHdr #footer {
	padding: 0 10px;
	background-color: #333333;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	color: #FFFFFF;
	clear: both;
	text-align: center;
} 
.thrColElsHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

/* Miscellaneous classes for reuse */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.BrownHeader  {
	background-image: url(images/screen/BG_Row_RHS_Brown.png);
	background-position: right top;
	width: 100%;
	font-size: 1.2em;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 1.8em;
}

.BrownHeader .BrownHeader_LHS {
	background-image: url(images/screen/BG_Row_LHS_Brown.png);
	background-repeat: no-repeat;
	background-position: left top;
	width: 17px;
	float: left;
}
.BrownContent {
	clear: both;
	background-color: #FFFFFF;
	border: 1px solid #850200;
}


.GreenHeader  {
	background-image: url(images/screen/BG_Row_RHS_Green.png);
	background-position: right top;
	width: 100%;
	font-size: 1.2em;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 1.8em;
}

.GreenHeader .GreenHeader_LHS {
	background-image: url(images/screen/BG_Row_LHS_Green.png);
	background-repeat: no-repeat;
	background-position: left top;
	width: 17px;
	float: left;
}
.GreenContent {
	clear: both;
	background-color: #FFFFFF;
	border: 1px solid #850200;
}

/*  			****************************************************************			PROD LIST STYLE		 */

.prodlistBox  {
	background-image: url(images/screen/BG_Row_Yellow.png);
	background-repeat:no-repeat;
	font-size: 1.0em;
	font-weight: normal;
	color: #840000;
	margin-bottom:10px;
	float:none;
	overflow:auto;
	padding:5px;
}
/*  			****************************************************************			SMALL CAT LIST STYLE		 */
#CatListSML {
	margin-left: 10px;
}

#CatListSML ul {
	padding: 0px;
	list-style-type: none;
	margin: 0px;
	width: 95%;
}

#CatListSML a {
	text-decoration: none;
	display: block;
	padding: 2px;
	width: 100%;
	margin-bottom: 4px;
	text-transform: uppercase;
	color: #990000;
	border-bottom: 1px dotted #A66F00;
	font-size: 1.1em;
	font-weight: bold;
}
#CatListSML a:hover {
	color: #000000;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #000000;
	background-image: url(images/screen/BG_Link_Side.png);
	background-repeat: repeat-x;
	background-position: bottom;
}
/*  			****************************************************************			BIG CAT LIST STYLE		 */
#CatListBIG {
	width:400px;
	margin: auto;
	font-size: 1.1em;
}

#CatListBIG ul {
	padding: 0px;
	list-style-type: none;
	margin: 0px;
	width: 95%;
}

#CatListBIG a {
	text-decoration: none;
	display: block;
	padding: 2px;
	width: 100%;
	margin-bottom: 4px;
	color: #840000;
	border: 1px solid #DCAF00;
	font-weight: bold;
}
#CatListBIG a:hover {
	color: #FFFFFF;
	font-weight: bold;
	background-image: url(images/screen/BG_LinkMain.png);
	background-repeat: repeat-x;
	background-position: bottom;
	border: 1px solid #FFFFFF;
}

#CatListBIG img {
	float:right;
	padding:3px;
}
#CatListBIG .prodDesc {
	margin-left:10px;
	padding:10px;
	width: 504px;
	background-image: url(images/screen/BG_Row_Yellow.png);
	background-repeat: no-repeat;
	background-position: top;
}

/*  			****************************************************************			BIG PROD LIST STYLE		 */
#ProdListBIG {
	width:520px;
	margin: auto;
	font-size: 1em;
}

#ProdListBIG ul {
	padding: 0px;
	list-style-type: none;
	margin: 0px;
	width: 95%;
}

#ProdListBIG a {
	background-image: url(images/screen/BG_Link_Side.png);
	background-repeat: repeat-x;
	background-position: bottom;
	text-decoration: none;
	display: block;
	padding: 8px;
	width: 100%;
	margin-bottom: 8px;
	color: #000000;
	border: 1px solid  #FFFF00;
	font-weight: bold;
	min-height:80px;
	overflow: auto;
}
#ProdListBIG a:hover {
	border: 1px solid #660000;
}

#ProdListBIG img {
	float:right;
	margin-left: 10px;
	border: 1px solid #840000;
	height: 100px;
}

#ProdListBIG .prodListDesc {
	font-weight:lighter;
}

#ProdListBIG .prodName {
	color:#660000;
}
#FeaturedList {
	text-align: center;
	margin: auto;
	padding: 0px;
	width: 530px;
}

#FeaturedList ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

#FeaturedList li {
	display: inline;
	float: left;
	padding: 0;
	margin: 0;
}

#FeaturedList a {
	background-image: url(images/screen/Box_Green.png);
	margin: 2px;
	padding: 0px;
	height: 212px;
	width: 170px;
	display: block;
}
#CompactCart {
	margin: 10px 0px 10px 10px;
	border: 1px solid #996600;
}

#CompactCart p {
	margin: 5px;
}

.offerSlash {
	font-size: 110%;
	text-decoration: line-through;
	color: #FFFFFF;
	font-weight: bold;
}

.offerShow {
	font-size: 110%;
	font-weight: bold;
	color: #FF0000;
}
#ProdDesc {
	margin: auto;
	width: 530px;
}

#ProdDesc .topDetails {
	clear: both;
	overflow: none;
}
#ProdDesc p {
	text-align: justify;
	line-height: 1.4em;
}

#ProdDesc .prodImage {
	float: left;
	width: 60%;
}

#ProdDesc .prodImage img {
	margin: 2px;
	padding: 5px;
	border: 2px solid #870200;
	background-color: #FFFFFF;
}

#ProdDesc .prodPrice {
	float: left;
	width: 35%;
	text-align: center;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 60px;
	padding-left: 0px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #B52300;
}
.addtoCart #button {
	background-image: url(images/screen/BG_LinkMain.png);
	margin: 3px;
	padding: 2px;
	border: 1px solid #993300;
	font-size: 120%;
	text-transform: uppercase;
	color: #FFFFFF;
	background-repeat: repeat-x;
	background-position: bottom;
	background-color: #CEA500;
}
#ppOpt th, td {
	font-weight: lighter;
	text-align: left;
}

.addtoCart {
	font-weight: bold;
	margin: 10px auto;
}

.addtoCart #Qty {
	background-color: #D2AD00;
}
.pageDate {
	padding: 5px 10px 5px 15px;
	background-image: url(images/screen/BG_Row_RHS_Brown.png);
	color: #FFFFFF;
	text-decoration: none;
	font-size: 1.1em;
	display: block;
	background-position: right top;
	margin-left: 1px;
}

.AffiliateLink {
	background-image: url(images/screen/BG_LinkMain.png);
	margin: 40px auto;
	padding: 2px;
	border: 1px solid #993300;
	font-size: 120%;
	text-transform: uppercase;
	text-decoration:none;
	color: #FFFFFF;
	background-repeat: repeat-x;
	background-position: bottom;
	background-color: #CEA500;	
	
}

.notes {
	font-family:"Times New Roman", Times, serif;
	font-style: italic;
	font-size: 1em;
	line-height: 0.7em;
	margin: 15px;
	padding:0px;
	
}
.signupForm {
	margin: auto;
	padding: 2px;
	width: 95%;
	border: 2px solid #993300;
	background-color: #E0B400;
	text-align: center;
	font-size: 90%;
}
.signupForm form {
	margin: 0px;
	padding: 0px;
}
.DonkeyText {
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: bold;
	color: #CC0000;
	font-size: 1.1em;
}
