/* 
CSS Document 
icandfashion.com
all code is copyright to jamwerx and may not be used without written permission 
*/
html,body {
	height: 100%;
	width: auto;
	color: #444;
	margin: 0;
	padding: 0;
	font-family: "Gill Sans", Tahoma, "Trebuchet MS", Verdana;
	font-size: small;
	background: #115c75 url(/images/template/bg.jpg) repeat-x left top;
	
}

#bodywrapper {
	width: 800px;
	height: 740px;
	position: relative;
	margin: 0 auto;
}



#topmenu {
	width: 100%;
	height: 40px;
	margin: 0;
	padding:  0;
	position: absolute;
	text-transform: uppercase;
	letter-spacing: 3px;
	line-height: 40px;
	font-size: 20px;
	color: #eaff6f;
}

#topmenu .left {
	float: left;
	width: 250px;
	text-align: left;
	text-transform: lowercase;
}

#topmenu .right {
	float: right;
	width: 520px;
	text-align: right;
	font-size: 14px;
}

#topmenu a:link {
	color: #eaff6f;
	text-decoration: none;
}

#topmenu a:visited {
	color: #eaff6f;
	text-decoration: none;
}

#topmenu a:hover {
	color: #f390b0;
	text-decoration: none;
}

#innershine {
	padding-top: 41px;
	height: 740px;
}

#maincontent {
	width: 100%;
	padding: 0;
	margin: -724px 0 0;
	height: 434px;
	z-index: 2;
}

#subcontent {
	width: 100%;
	padding: 0;
	margin: 14px 0 0;
	height: 160px;
	z-index: 2;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 3px;
	line-height: 40px;
	font-size: 20px;
	color: #115c75;
}

#subcontent a:link {
	color: #eaff6f;
	text-decoration: none;
}

#subcontent a:visited {
	color: #eaff6f;
	text-decoration: none;
}

#subcontent a:hover {
	color: #f390b0;
	text-decoration: none;
}


#footer {
	width: 100%;
	padding: 0;
	margin: 20px 0 0;
	height: 80px;
	z-index: 2;
	text-align: center;
	color: #fff;
}

#footer a:link {
	color: #eaff6f;
	text-decoration: none;
}

#footer a:visited {
	color: #eaff6f;
	text-decoration: none;
}

#footer a:hover {
	color: #f390b0;
	text-decoration: none;
}

/* spacers */
.twentyspacer {
	height: 20px;
}

.tenspacer {
	height: 10px;
}

#slideshowintro {
	width: 100%;
	height: 100%;
	text-align: center;
}

#slideshowintro img {
	margin: 0 auto;
}

h1 {
	color: #000;
	font-size: 36px;
	font-weight: bold;
	margin: 5px;
	padding: 5px;
	text-align: center;
}

#bioboxwrap {
	width: 800px;
	height: 400px;
	margin: 0 auto;
}

.biobox {
	top: -360px;
	width: 560px;
	padding: 20px;
	text-align: justify;
	font-size: 14px;
	margin: 0 auto;
	z-index: 2;
	position: relative;
	letter-spacing: 1px;
	color: #6a6a6a;
}

.biolinks {
	width: 98%;
	margin: 0 auto;
	padding: 5px;
	text-align: center;
	font-size: 20px;
}

.biolinks a:link {
	color: #115b74;
	text-decoration: none;
}

.biolinks a:visited {
	color: #115b74;
	text-decoration: none;
}

.biolinks a:hover {
	color: #000;
	text-decoration: none;
}

/*********************************** forms *****************************************/
form {
	width: 600px;
	margin: 0 auto;
	padding: 10px;
	text-align: left;
	color: #505050;
	font-family: Georgia, "Times New Roman", Times, serif;
}

form div {
	margin: 0 0 10px 0;
	clear: left;
}

label {
	width: 9em;
	display: block;
	float: left;
	font-weight: bold;
	padding-right: 1.5em;
	line-height: 26px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000;
}

input, select {
  width:100px;
}

input, textarea, select {
  border:1px solid #aaaaaa;
  padding:2px;
  background:#ffffff url(/images/forms/inputBg.gif) top left no-repeat;
  margin-top:2px;
}

input.checkbox {
  width:15px;
  background:none;
  border:0;
}

input.radio_button {
  width:15px;
  background:none;
  border:0;
}

input.small, select.small {
  width:50px;
}

input.large, select.large {
  width:200px;
}

input.extra_large, select.extra_large {
  width:300px;
}

input:hover, textarea:hover, select:hover {
  border:1px solid #888888;
}

input:active, textarea:active, select:active {
  border:1px solid #888888;
}

input.submit {
  background:#ffffff url(../images/generic/submitBg.png) -20px 0 no-repeat;
  color:#ffffff;
}

input.submit:hover {
  
  cursor: pointer;
}

textarea {
  width:300px;
  height: 200px;
}

textarea.deep {
  height:350px;
}

textarea.shallow {
  height:50px;
}

fieldset {
  background:#f7f7f7;
  padding:2%;
  border:1px solid #e3e3e3;
  margin:0;
}

legend {
  font-weight:bold;
  font-size: 120%; 
  letter-spacing: -1px;
  color:#666666;
}

.formthanks {
	background: #fff6bf url(/images/forms/smile.png) center no-repeat;
	background-position: 15px 50%; /* x-pos y-pos */
	text-align: left;
	padding: 5px 20px 5px 75px;
	border-top: 2px solid #990000;
	border-bottom: 2px solid #990000;
	width: 320px;
	margin: 0 auto;
}

.formthanks em {
	color: #990000;
	font-weight: bold;
}

.alert {
	background: #fff6bf url(/images/forms/sad.png) center no-repeat;
	background-position: 15px 50%; /* x-pos y-pos */
	text-align: left;
	padding: 5px 20px 5px 45px;
	border-top: 2px solid #fff;
	border-bottom: 2px solid #fff;
}

.alert em {
	color: #990000;
}
