
/* CSS Document for Attica Design*/


*
{
	margin: 0;
	padding: 0;
}

body
{
	font-size: 62.5%;
	font-family: Arial, Helvetica, sans-serif;
	color: #494411;
	background: #bebeab;
}

ul, li
{
	list-style: none;
}

img
{
	border: 0;
}

.floatLeft
{
	float: left;
}

.floatRight
{
	float: right;
}

.clearFloat
{
	clear: both;
}

a
{
	color:  #bebeab;
	text-decoration: underline;
}

a:hover
{
	color:  #bebeab;
	text-decoration: none;
}

#wrapper
{
	width: 960px;
	margin: 0 auto;
}

#header
{
	width: 940px;
	height: 155px;
	padding: 10px;
	background: #96a649;
	border-bottom: 30px solid #C24D52;
	overflow: hidden;
}


#header h1
{
	color: #FFFFFF;
	font-weight: normal;
	font-size: 1.8em;
	padding: 0;
	margin: 0;
	width: 500px;
}

#header h2
{
	color: #C24D52;
	font-size: 6.2em;
	font-weight: normal;
	padding: 0;
	margin: 0;
	margin-top: 60px;
	width: 500px;

}

#header h3
{
	color: #FFFFFF;
	font-weight: normal;
	text-align: right;
	font-size: 1.4em;
	padding: 0;
	margin: 0;
	width: 400px;
	margin-top: -145px;
}

#header li, p
{
 line-height: 1.4em;
}

img
{
	margin-bottom: 10px;
}

.design
{
	color: #bff51;
}

#content
{
	width: 940px;
	background: #FFFFFF;
	padding: 10px;
}

#content p
{
	font-size: 1.4em;
	line-height: 1.8em;
	margin-bottom: 20px;
}

#content h2
{
	margin-bottom: 20px;
}

#contentleft
{
	float: left;
	width: 625px;
	margin-right: 10px;
}

#contentright
{
	float: right;
	width: 305px;
}

#footer
{
	width: 940px;
	padding: 10px;
	background: #C24D52;
	color: #FFFFFF;
	font-size: 1.2em;
}

#slider {
	width: 620px;
	margin: 0 auto;
	postion: relative;
	margin-bottom: 20px;
}

#slidetop
{
	width: 580px;
	height: 222px;
	overflow: hidden;
}

#homeslidebottom
{
	width: 540px;
	height: 134px;
	background: url(images/home_bottom_bg.jpg) no-repeat;
	overflow: hidden;
	padding: 20px;
}

#youslidebottom
{
	width: 540px;
	height: 134px;
	background: url(images/you_bottom_bg.jpg) no-repeat;
	overflow: hidden;
	padding: 20px;
}

#gardenslidebottom
{
	width: 540px;
	height: 134px;
	background: url(images/garden_bottom_bg.jpg) no-repeat;
	overflow: hidden;
	padding: 20px;
}

#homeslidebottom li
{
	list-style: inside;
	list-style-type: disc;
	font-size: 1.1em;
	line-height: 1.4em;
}

#homeslidebottom p
{
	margin-bottom: 5px;
}

#youslidebottom li
{
	list-style: inside;
	list-style-type: disc;
	font-size: 1.1em;
	line-height: 1.4em;
}

#youslidebottom p
{
	margin-bottom: 5px;
}

#gardenslidebottom li
{
	list-style: inside;
	list-style-type: disc;
	font-size: 1.1em;
	line-height: 1.4em;

}

#gardenslidebottom p
{
	margin-bottom: 5px;
}

.scroll 
{
	height: 435px;
	width: 620px;
	overflow: auto;
	overflow-x: hidden;
	position: relative;
	clear: left;
	background: #aeb8a7;
}

.scrollContainer div.panel
{
	padding: 20px;
	height: 395px;
	width: 580px;
}

.navigation li
{
	font-size: 1.4em;
	line-height: 2.2em;
	display: inline;
	
	
}

.navigation a
{
	background: #d1d0d0;
	padding: 10px;
	padding-left: 45px;
	padding-right: 45px;
	text-align: center;
	display: inline;
	color: #5f5f5f;
	text-decoration: none;
	font-weight: bold;
}

.navigation a:hover
{
	background: #aeb8a7;
	color: #5f5f5f;
}

.navigation
{
	padding: 0;
	margin: 0;
	display: inline;
	
}

ul.navigation a:hover {
    background-color: #aeb8a7;
}

ul.navigation a.selected {
    background-color: #aeb8a7;
}

ul.navigation a:focus {
    outline: none;
}



.linksList
{
	margin-top: -160px;
	margin-bottom: 30px;
	font-size: 1.2em;
	line-height: 1.4em;
	margin-left: 15px;
}

.linksList a
{
	color: #474e23;
}

a.ebay
{
	color:#C24D52;
	text-decoration:underline;
	font-weight:bold;
}

a.ebay:hover
{
	color:#96a649;
	text-decoration:none;
	font-weight:bold;
}