/* ----- universal settings -----*/
body {
	margin:0px; 
	padding:0px 0px 0px 0px; 
	background:url('bg.jpg') center top repeat-x #d9d49e; 
	font-family:verdana, san-serif; 
	font-size:8pt; 
	color:#80443e;
	text-align:left;
}

td {font-size:8pt;}
p {margin:0px; padding:0px;}

#ctr {margin-left:auto; margin-right:auto; width:760px;}


/* ----- typography/positioning ----- */
.welcome {padding:0px 20px 6px 15px;}
.content {padding:0px 15px 15px 15px;}
.product {padding:0px 15px 15px 15px;}

.footer, .copyright {color:#3a150a; text-align:center; font-size:7pt;}


/* ----- links ----- */
a:link {text-decoration:none; color:#000;}
a:visited {text-decoration:none; color:#000;}
a:hover {text-decoration:underline; color:#000;}
a:active {text-decoration:none; color:#000;}

.footer a:link, .copyright a:link {text-decoration:none; color:#3a150a;}
.footer a:visited, .copyright a:visited {text-decoration:none; color:#3a150a;}
.footer a:hover, .copyright a:hover {text-decoration:underline; color:#3a150a;}
.footer a:active, .copyright a:active {text-decoration:none; color:#3a150a;}


/* ----- backgrounds ----- */
#bg2 {background:url('bg2.jpg') center top repeat-y;}
#bg3 {background:url('bg3.jpg') center top no-repeat;}

.left1 {background:url('left1.png') right top no-repeat;}
.right1 {background:url('right1.png') left top no-repeat;}

.left2 {background:url('left2.jpg') right top no-repeat;}
.right2 {background:url('right2.jpg') left top no-repeat;}

.left3 {background:url('left3.png') right top repeat-y;}
.right3 {background:url('right3.png') left top repeat-y;}

.welcome {background:url('bgwelcome.png') left top repeat-y;}
.content {background:url('bgcontent.jpg') left top repeat-y;}

.foot {background-color:#e9e5b8;}


/* ----- other stuff ----- */
#fader {width: 760px; height: 279px; overflow: hidden;}
ul li {margin-left:-10px; list-style-image:url('bullet.gif');}

.img {border: 3px solid #B69569;}