/* Reset */
html{color:#000;background:#FFF;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym {border:0;font-variant:normal;}sup {vertical-align:text-top;}sub {vertical-align:text-bottom;}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}input,textarea,select{*font-size:100%;}legend{color:#000;}body {font:13px/1.231 arial,helvetica,clean,sans-serif;*font-size:small;*font:x-small;}table {font-size:inherit;font:100%;}pre,code,kbd,samp,tt{font-family:monospace;*font-size:108%;line-height:100%;}

body {
	background: #9de4f8 url(../images/background.png) -380px no-repeat;
}

#container {
	background: transparent;
	width: 960px; /* Width of container */
	height: 1194px;
	margin: 0 auto; /* Center container on page */
	position:relative;
}

/* Trees & Clouds */

#tree1 {
	background: transparent url(../images/tree1.png) center no-repeat;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 1194px;
}
#tree2 {
	background: transparent url(../images/tree3.png) repeat-x;
	background-position:-250px 30px;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 1194px;
}
#tree3 {
	background: transparent url(../images/tree2.png) repeat-x;
	background-position:-350px -26px;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 1194px;
}
#clouds {
	background: transparent url(../images/clouds.jpg) repeat-x;
	background-position:0px 0px;
	width: 100%;
	height: 1194px;
}

/* Header */

#header {
	background: transparent;
	height: 103px;
}

#header .home {
	position: absolute;
	top: 4px;
	left: 18px;
}

/* Footer */

#footer {
	clear: left;
	background: transparent no-repeat scroll left bottom;
	width: 100%;
}

#footer .information {
	color: #95653e;
	position:absolute;
	left:364px;
	bottom:12px;
}
#footer .information a {
	color: #95653e;
	text-decoration: none;
	font-weight:bold;
	letter-spacing: -0.5px;
}
#footer .information a:hover {
	text-decoration: underline;
}

/* Content */

#main {
	float: left;
	width: 100%;
	height: 804px;
	overflow: none;
}

#main #slider_content {
	margin-right: 180px;
	background: url(../images/static_background.png) no-repeat;
	height:720px;
	padding:10px 60px 10px 50px;
	position: relative;

}

#main #slider_content.transparent {
	background: transparent;
}

#main #slider_content.products {
	padding:0;
}

#main #slider_content_scroll {
	height: 100%;
	overflow:hidden;
	position: relative;
}
#main #slider_content_scroll.told {
	height: 110%;
}

#main #slider_content_bar {
	height: 100%;
	width: 50px;
	position: absolute;
	top: 10px;
	right: -24px;
}

#main #content {
	position: relative;
	top: 0px;
}

#cart_slider_content_bar {
	height: 100%;
	width: 10px;
	position: absolute;
	top: 0px;
	right: -10px;
}

/* Tables */

.tables#right {
	float: left;
	width: 160px; /* Width of right column minus padding left + padding right */
	margin-left: -160px; /* - width of right column */
	background: transparent;
	margin-top:30px;
}

