body {
	background-image: url("../images/main-back.gif");
	background-repeat: repeat-x;
	background-color: #785316;
	font-family: "Trebuchet MS", Verdana, Geneva, Arial, Helvetica, sans-serif;
	padding: 0;
	margin: 0;
	text-align: center;
	font-size: 12px;
    topmargin: 0;
}

img {
	border: 0;
}

#wrapper {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	position: relative;
}

#primary-nav {
	top: 7px;
	left: 0;
	position: absolute;
	color: #C1C1C1;
	text-transform: uppercase;
}

#shop-and-search {
	position: absolute;
	top: 5px;
	right: 0;
	text-transform: uppercase;
}

#cart-link {
	padding-right: 15px;
	padding-left: 25px;
	background-image: url("../images/shopping-cart.gif");
	background-repeat: no-repeat;
}

#search-term {
	height: 13px;
	border: 2px solid #565656;
}

#search-button {
	height: 18px;
	border: 2px solid #565656;
	color: #FFFFFF;
	background-color: #222222;
	font-size: 9px;
}

h1 {
	margin: 0;
	padding: 0;
}

#logo {
	position: absolute;
	top: 531px;
	left: 61px;
	width: 908px;
	height: 189px;
	overflow: hidden;
}

#language-chooser {
	position: absolute;
	top: 40px;
	right: 0;
	color: #c1c1c1;
}

#phone-number {
	position:absolute;
	top: 85px;
	right: 0;
	color: #03AEEE;
	font-size: 13px;
	font-style: italic;
	text-transform: uppercase;
}

.extra-big {
	font-size: 150%;
}

#product-nav-bar {
	position: absolute;
	top: 74px;
	left:0px;
	width: 907px;
	background-image: url("../images/nav-back.gif");
	background-repeat: repeat-x;
	border-left-color: #565656;
	border-left-style: solid;
	border-left-width: 2px;
	border-right-color: #565656;
	border-right-style: solid;
	border-right-width: 1px;
}

#main-content {
	position: absolute;
	top: 104px;
	width: 936px;
	height: 1018px;
	z-index: 2;
	overflow: hidden;
	left: 7px;
}

.main-splash {
	width: 900px;
	height: 380px;
}

.main-text {
	width: 885px;
	position: absolute;
	z-index: 1;
	top: 327px;
	height: 40px;
	left: 1px;
	color: #FFFFFF;
	padding: 7px;
	background-color: #785316; 
	opacity: 0.9;
}

.main-text h2 {
	width: 401px;
	margin: 0em;
	padding: 0em;
	position: absolute;
	right: 10px;
	font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
	font-size: 32px;
	left: 181px;
	top: 2px;
}

.main-text h3 {
	width: 310px;
	margin: 0em;
	padding: 0em;
	position: absolute;
	right: 10px;
	font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
	font-size: 18px;
	text-transform: uppercase;
	top: 3px;
	left: 587px;
	height: 45px;
}

.main-text p {
	width: 202px;
	position: absolute;
	left: 3px;
	top: 2px;
	margin: 0em;
	padding: 0em;
	height: 48px;
}

#teasers {
	position: absolute;
	top: 543px;
	left: 1px;
}

#teaser-one {
	position: absolute;
	left: 1px;
	top: 193px;
}

#teaser-two {
	position: absolute;
	left: 304px;
	top: 194px;
}

#teaser-three {
	position: absolute;
	left: 610px;
	top: 194px;
	height: 136px;
}

#bottom-rule {
	position: absolute;
	top: 939px;
	left: 10px;
}

#secondary-nav {
	position: absolute;
	top: 889px;
	color: #C1C1C1;
	line-height: 22px;
	text-align: center;
	width: 100%;
	text-transform: uppercase;
	left: 0px;
}

#pager {
	margin: 0;
	padding: 0;
	list-style: none;
	position: absolute;
	left: 1em;
	top: 500px;
	z-index: 5;
}

#pager a {
	float: left;
	padding: .25em .75em;
	background-color: #222;
	border: 1px solid #333;
	font-size: 11px;
}

#pager a:link, #pager a:visited, #pager a:hover, #pager a:active {
	color: #CCC;
	text-decoration: underline;
}

#pager a.activeSlide { background: #004C65 }

/* ----- LINK STYLING ----- */
#primary-nav a, #shop-and-search a, #secondary-nav a, #language-chooser a {
	color: #C1C1C1;
	text-decoration: underline;
}

#primary-nav a:link, #shop-and-search a:link, #secondary-nav a:link, #language-chooser a:link {
	color: #C1C1C1;
	text-decoration: underline;
}

#primary-nav a:visited, #shop-and-search a:visited, #secondary-nav a:visited, #language-chooser a:visited {
	color: #C1C1C1;
	text-decoration: underline;
}

#primary-nav a:hover, #shop-and-search a:hover, #secondary-nav a:hover, #language-chooser a:hover {
	color: #C1C1C1;
	text-decoration: none;
}

#primary-nav a:active, #shop-and-search a:active, #secondary-nav a:active, #language-chooser a:active {
	color: #C1C1C1;
	text-decoration: none;
}
