@charset "utf-8";

/*	CSS Document -- SuCasa Design 
	Site design : ninesides.com
	Copyright 2007 */

/*	Neutralize styling: 
	Elements we want to clean out entirely: */

html, body, form, fieldset, hr {
	margin: 0;
	padding: 0;
	font-size:12px;
    line-height:19px;
    font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#fff;
	
}

/*	Neutralize styling: 
	Elements with a vertical margin: */

h1, h2, h3, h4, h5, h6, p, pre,
blockquote, ul, ol, dl, address {
	margin: 0px;
	padding: 0px;
}

li, dd { 
	margin-left: 0;  
	padding: 0;
}

fieldset { 
	padding: .5em; 
}

hr {
	border: none 0;
	border-top: 3px solid #b8c8b1;
	padding-bottom: 5px;
	width: 100%;
	height: 3px;
}

.clear {
	clear: both;
	height: 1px;
	overflow: hidden;
}

/* layout */

body, html {
	height: 100%;
}

body {
	text-align:left; /* hack for ie only */
	background: #9db095 url(../images/backgrounds/main_pg_tile.jpg) repeat-y;
}

a:link {
	color: #fff;
	text-decoration: none;
	outline: none;
}
a:visited {
	text-decoration: none;
	color: #000;
	outline: none;
}
a:hover {
	text-decoration: underline;
	color: #000;
}
a:active {
	text-decoration: none;
	color: #000;
}

strong {
	font-size: 14px;
}

/* >>>>>>>>>>>>>>> Main Page Elements <<<<<<<<<<<<<<< */

#wrapper {
	position: relative;
	background: url(../images/backgrounds/wrapper_bg.jpg) no-repeat right top;
	width: 840px;
	margin: 0;
	padding: 0 auto;
	min-height: 100%;
} 

* html #wrapper {
	height: 100%; /* hack for ie only */
}

#content{
	width: 840px;
	height: 100%;
	padding: 0;
	margin: 0;
}


#content .left{
	float: left;
	width:363px;
	height:auto;
}

#content .right{
	text-align: justify;
	float: right;
	width:421px;
	height:auto;
	padding: 0 28px 0 28px;
}

#content h1 {
	text-align: right;
	font-size:22px;
	letter-spacing: -1px;
	margin: 0;
	padding: 0;
}

#content a {
	color:#fff;
	text-decoration: none;
}

#content a:hover {
	color: #7a8b72; 
	text-decoration: none;
}

#cycling {
	z-index: 0;
}

/* >>>>>>>>>>>>>>> Header Divs <<<<<<<<<<<<<<< */

#header {
	position: absolute;
	z-index: 10;
	top: 0px;
	left: 0px;
	text-align:left;
	height: 103px;
	width: 100%;
	margin: 0;
	padding: 22px 0 0 0;
}

#header .logo {
	background: #f7f8cb url(../images/backgrounds/logo_bar_image.jpg) no-repeat left top;
	text-align:left;
	height: 103px;
}


/* >>>>>>>>>>>>>>> Nav Divs <<<<<<<<<<<<<<< */

#nav {
	position: relative;
	background: #9db095;
	text-align:left;
	height: 40px;
	width: 351px;
	margin: 0;
	padding-left: 12px;
	padding-top: 137px;
}

#nav p {
	font-size:14px;
}

#nav a {
	color:#fff;
	text-decoration: none;
}

#nav a:hover {
	color: #7a8b72; 
	text-decoration: none;
	background: #f7f8cb;
}

#nav .divider {
	padding: 0 12px 0 12px;
}


/* >>>>>>>>>>>>>>> Footer <<<<<<<<<<<<<<< */

#footer {
	position: relative;
	background: url(../images/backgrounds/footer_tile.jpg) no-repeat left bottom;
	width: 363px;
	height: 62px;
	margin-top: -62px;
} 

#footer p {
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color:#fff;
	padding-top: 40px;
}

#footer a {
	color:#fff;
	text-decoration: none;
}

#footer a:hover {
	color: #808f78; 
	text-decoration: none;
}

#cycling {
	float: left;
	width: 363px;
	height: 490px;
	padding: 0; margin: 0;
	background: transparent;
}

#cycling .kwdSlideshow  {
	width: 363px;
	float: left;
	height: auto;
	padding: 0;
	min-height: 460px;
}

/* >>>>>>>>>>>>>>> FCK Editor Window Style <<<<<<<<<<<<<<< */

#FCKcontent {
	padding: 10px 10px 10px 10px;
	width:421px;
	text-align: justify;
	font-size:12px;
    line-height:19px;
    font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#fff;
	background: #9db095;
	
}


/* >>>>>>>>>>>>>>> Features Page <<<<<<<<<<<<<<< */

#productcontainer {
	margin: 0 0 20px 0; 
	padding: 0;
}


#productcontainer .item {
	margin: 0 auto;
	padding: 0;
	text-align: center;
}

#productcontainer .item .product{
	margin: 0 auto;
	width: 131px;
	height: 82px;
	margin: 3px; padding: 1px;
	background: #b9ccb2;
	float: left;
	display: block;
	outline: none;
}

#productcontainer .item .product:hover{
	background: #819479;
	display: block;
	outline: none;
}

