/* Chameleon */

html {
	width: 100%;
	height: 100%;
	min-height: 100%
}

html, body {
	border: 0;
	margin: 0;
	padding: 0;
}

#wrapper {
	width: 950px;
	margin: 0 auto;
	height: auto;
	z-index: 1;
	position: relative;
}

/* Top Section */

#top-home {
	width: 930px;
	height: 190px;
	position: relative;
	background: url(../images/design-and-studio-logo.gif) no-repeat 120px 90px;
	z-index: 2;
	float: left;
}

#icons {
	float: right;
	position: relative;
	top: 7px;
	margin-right: 65px;
	width: 235px;
	height: 41px;
}


#mid-home{
	width: 820px;
	clear: both;
	position: relative;
	z-index: 2;
	padding-bottom: 10px;
	padding-right: 35px;
	padding-left: 35px;
	margin-bottom: 80px;
	height: auto;
	float: left;
}

#store {
	width: 360px;
	border: 1px solid silver;
	background-color: white;
	font-size: 13px;
	float: right;
	position: relative;
	text-align: center;
	margin: 10px;
	line-height: 150%;
	padding: 13px 10px 5px;
}

#design {
	width: 360px;
	border: 1px solid silver;
	background-color: white;
	font-size: 13px;
	float: left;
	position: relative;
	text-align: center;
	margin: 10px;
	line-height: 150%;
	padding: 13px 10px 5px;
}

.feature {
	width: 140px;
	border: 1px dotted silver;
	background-color: white;
	font-size: 11px;
	float: left;
	position: relative;
	text-align: center;
	margin: 10px;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
}

.feature img {
	border: 1px solid gray;
}

.feature-head {
	font-size: 14px;
	line-height: 120%;
	font-weight: bold;
	color: #656620;
}

.feature-head a:link { 
	color: #656620;
text-decoration:none;
border-bottom:1px dotted #ffffff;
}

.feature-head a:visited { 
	color: #656620;
text-decoration:none;
border-bottom:1px dotted #ffffff;
}

#design a:link { 
text-decoration:none;
border-bottom:1px dotted #ffffff;
}

#design a:visited { 
text-decoration:none;
border-bottom:1px dotted #ffffff;
}

#store a:link { 
text-decoration:none;
border-bottom:1px dotted #ffffff;
}

#store a:visited { 
text-decoration:none;
border-bottom:1px dotted #ffffff;
}

#home-text {
	width: 800px;
	position: relative;
	clear: both;
	padding-right: 50px;
	padding-left: 50px;
	line-height: 140%;
	top: 50px;
	float: left;
	height: auto;
	margin-bottom: 60px;
	padding-bottom: 20px;
}

#home-text h1 {
	text-align: center;
}

#bottom-nav {
	width: 665px;
	float: right;
	height: 25px;
	z-index: 1000;
	margin-top: -50px;
	margin-right: 70px;
	position: relative;
	clear: both;
	visibility: visible;
}

/* Bottom Section */

#text-col {
	width: 655px;
	float: right;
	color: gray;
	line-height: 160%;
	position: relative;
	margin-right: 60px;
	padding-left: 185px;
	background: url(../images/chameleon-faded.jpg) no-repeat 50px 20px;
	z-index: 3;
	margin-bottom: 20px;
	padding-bottom: 20px;
}

#bottom {
	width: 930px;
	clear: both;
	position: relative;
	height: auto;
	z-index: 2;
	float: left;
}

#footer1 {
	width: 745px;
	margin: 0 auto;
	position: relative;
	z-index: 3;
	text-align: center;
	clear: both;
}

#footer2 {
	width: 930px;
	font-size: 9pt;
	color: gray;
	position: relative;
	z-index: 3;
	padding-top: 5px;
	height: auto;
	text-align: center;
	clear: both;
}


/* image spacing */

.img-top {
	margin-top: 10px;
}

.img-right {
	margin-left: 10px;
	margin-bottom: 10px;
}

.img-left {
	margin-bottom: 10px;
	margin-right: 10px;
}

.img-bottom {
	margin-bottom: 10px;
}