/* DEVELOPED AND COPYRIGHT SKID STUDIO LLC 2008-2010 */

body {
	background-color: #FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	margin: 0;
	min-width: 1020px;
}
p {
	line-height: 20px;
	font-size: 14px;
}
#wrapper {
	margin: 0 auto 0 auto;
	background-color: #FFF;

}

#logowrap {
	margin: 10% 0 0 0;
	width: 100%;
	height: 250px;
	background: #FFFFFF url(skidlogo_final.png) no-repeat 50% top;
	text-align: center;
}

#tagline {
	font-size: 20px;
	color: #333;
	margin: 0 auto 50px auto;
	text-align: center;
	border-bottom: 4px double #CCC;
	border-top: 4px double #CCC;
	padding: 10px 0;
	width: 90%;
	background-color: #FFF; ;
}
#maincontentwrapper {
	margin: 0 auto 0 auto;
	width: 90%;
}
#boxeswrapper {
	margin: 25px 0 0 0;
	padding-bottom: 0px;
}
.contentbox {
	width: 30%;
	display: inline-block;
	background-color: #FFF;
}
#box1 {
	float: left;
}
#box2 {
	float: left;
	margin-left: 5%;
}
#box3 {
	float: left;
	margin-left: 5%;
}
.floatclear {
	clear: both;
}
.boxtitle {
	font-size: 25px;
	font-variant: small-caps;
	text-align: center;
	border-bottom: 1px solid #CCC;
	width: 75%;
	margin: 0 auto 0 auto;
	padding: 15px 0 5px 0;
}
.title1 {
	color: #993333;
}
.title2 {
	color: #336699;
}
.title3 {
	color: #339933;
}
.boxtitle:hover {
	color: #336699;
	cursor: pointer;
}
.boxcontent {
	width: 90%;
	margin: 0 auto 0 auto;
	padding: 0 5%;
	color: #333;
}
a {
	color: #336699;
	font-variant: small-caps;
	font-size: 18px;
}
.plink {
	font-variant: normal;
	font-size: 13px;
}
#moreinfobutton {
	color: #336699;
	font-variant: small-caps;
	font-size: 18px;
	text-decoration: underline;
}
#moreinfobutton:hover {
	cursor: pointer;
}
.moreinfowrapper {
	background: #EEEEEE;
	width: 100%;
	padding: 2.5% 0;
}
#moreinfowrapper{
	background: #EEEEEE;
	width: 100%;
}
#morewrapper {
	display: none;
}
.productnamebox {
	width: 25%;
	margin: 0 2.5%;
	float: left;
	display: inline-block;
}
.moreinfoboxwrapper {
	margin-left: 5%;
}
.moreinfobox1 {
	width: 32.5%;
	float: left;
	margin-right: 2.5%;
	display: inline-block;
}
.moreinfobox2 {
	width: 32.5%;
	float: left;
	display: inline-block;
}
.productname {
	font-size: 25px;
	width: 100%;
	text-align: center;
	border: 1px dotted #999;
	background-color: #FFFFFF;
	margin: 0 auto 0 auto;
	padding: 10% 0;

}
.productsummary {
	font-size: 16px;
	line-height: 24px;
	font-style: italic;
	font-weight: bold;
}
.productdetail {
	font-size: 13px;
	line-height: 20px;
	color:#333;
}
.productseparator {
	margin: 0 auto 0 auto;
	border-bottom: 1px solid #FFF;
	background: #EEE;
	width: 100%;
}
#footer {
	width: 85%;
	margin: 2.5% auto 0 auto;
	border-top: 2px solid #EEE;
	text-align: center;
	color: #999;
	font-size: 10px;
	padding: 2.5%;
}