/* CSS Document - Ski Merchandising Corp. - SMCs */
/* Copyright 2005 - Ashton Services, Inc. */

/* Structural Divs */

#container {
	background: url(/img/wr_bg.jpg) no-repeat left top #ffffff;
	width: 771px;
	padding: 0;
	margin: 10px auto 0;
	clear: both;
}

#branding {
	width: 765px;
	margin: 0 0 0 3px;
	padding: 0;
	float: left;
	display: inline;
	clear: both;
}

#branding-logo {
	width: 745px;
	margin-left: 10px;
	margin-top: 10px;
	margin-bottom: 2px;
	display: inline;
	float: left;
	clear: both;
}

#branding-tagline {
	width: 745px;
	margin-right: 10px;
	margin-left: 10px;
	padding: 0;
	display: inline;
	float: left;
	clear: both;
	background: #de742f;
	font-size: .5em;
}

#nav {
	display: inline;
	float: left;
	clear: both;
}

#navlist
{
width: 209px;
/* to display the list horizontaly */
                padding: 0;
	font: 1.3em Arial, Helvetica, sans-serif;
	margin: 10px 0 0;
	padding: 0;
}

#navlist ul {
	margin: 0;
	padding: 0;
}

#navlist li
{
display: inline;
/* for IE5 and IE6 */;
}

#navlist li ul li
{
display: inline;
/* for IE5 and IE6 */;
	margin: 0;
	padding: 0;
}

#navlist a
{
/* extend the sensible area to the maximum with IE5 */
display: block;
background-color: #F81300;
text-decoration: none;
	padding-left: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-weight: bold;
	margin: 0;
	color: #ffffff;
}

#navlist li ul li a, #navlist li ul li a:visited
{
/* extend the sensible area to the maximum with IE5 */
display: block;
text-decoration: none;
	background: #dd742e;
	margin: 0;
	color: #ffffff;
	padding: 3px 5px 3px 20px;
	font-weight: normal;
}

#navlist a:hover { background-color: orange; }

#navlist li ul li a:hover { background-color: #f9c765;
	color: #333333;
}

#navlist .active { background-color: #f8a400; }
#navlist a:visited {
	color: white;
}

#search {

}

#content {
	font: 0.9em Arial, Helvetica, sans-serif;
                display: inline;
	float: left;
	width: 745px;
	margin: 2px 10px 5px 13px;
	padding: 0;
	clear: both;
	background: url(/img/content_bg.jpg) repeat-y left top;
}

#inside #content {
	display: inline;
	float: left;
	width: 745px;
	margin: 2px 10px 5px 13px;
	padding: 0;
	clear: both;
	background: url(/img/contenti_bg.jpg) repeat-y left top;
}

#content-main {
	width: 340px;
	display: inline;
	float: left;
	margin: 0;
	padding: 0 10px;
	background: 0;
}

#inside #content-main {
	width: 510px;
	display: inline;
	float: left;
	margin: 0;
	padding: 0 10px;
}

#content-main h1 {
	color: #1c4399;
	font-size: 1.6em;
	font-weight: bold;
	margin: 10px 0 5px;
	padding: 0;
}

#content-main h2 {
	font-size: 1.2em;
	color: #193490;
	font-weight: bold;
	margin: 0 0 5px;
	padding: 0;
}

#content-main p {
	margin: 0;
	padding: 0 0 5px;
	color: #333333;
	font-size: 1.2em;
	line-height: 1.4em;
}

#content-sidebar {
	width: 210px;
	margin: 0;
	padding: 0;
	display: inline;
	float: left;
}

#content-sidebarb {
	display: inline;
	float: left;
	clear: right;
	width: 155px;
	margin: 0;
	padding: 0 10px;
}

#inside #content-sidebarb {
	display: none;
	float: left;
	clear: right;
	width: 155px;
	margin: 0;
	padding: 0 10px;
}

#content-sidebarb h1 {
	color: #f6f6f6;
	font-size: 1.4em;
	font-weight: bold;
	margin: 10px 0 5px;
	padding: 0;
}

#content-sidebarb ul {
	color: #ffffff;
	font-size: 1.2em;
	line-height: 1.3em;
	margin: 0;
	padding: 0 5px 0 15px;
}

#content-sidebarb li {
	padding-bottom: 7px;
}

#content-sidebarb a, #content-sidebarb a:link, #content-sidebarb a:visited {
	color: #ffffff;
	text-decoration: underline;
}

#content-sidebarb a:hover {
	color: #cccccc;
	text-decoration: underline;
}

#siteinfo {
	font: 1.0em Arial, Helvetica, sans-serif;
                display: inline;
	float: left;
	clear: both;
	width: 745px;
	margin: 0 0 0 13px;
	padding: 0;
	background: #193490;
	border-top: 2px solid #adbedd;
}

#siteinfo-legal {
	font-size: 1.0em;
	color: #ffffff;
	padding-top: 5px;
	padding-bottom: 5px;
	float: left;
	text-align: center;
	width: 745px;
	margin: 0;
}

/* Presentational Divs */
body {
	font-size: 67.5%;
	margin: 0;
	padding: 0;
	/* background: url(/img/bg.jpg) repeat-x left top; */
	background: black none repeat scroll 0 0;
}

p {

}

/* Survey Component Styles */
.SurveyQuestion					{}
.SurveyQuestion .Question		{font-weight: bold; font-size: 12px}
.SurveyQuestion .AnswerSet		{padding-top: 4px}
.SurveyQuestion .AnswerSet form {margin:0px; padding:0px}
.SurveyQuestion .Results		{}

#ResultTable				{border: 1px solid #000000; background-color: #FFFFE8; margin-top: 7px; padding: 5px}
.ResultRow					{padding-bottom:10px}
.ResultRow .ResultBar 		{float: left; background-color: #FF0000}
.ResultRow .ResultNumbers 	{float: left}
.ResultRow .ResultLabel		{font-weight: bold; color: #FF0000; font-size: 10px}
	
/* Functions  for use in the Preview*/

#Functions {
	margin: 0;
	padding: 0 0 20px 10px;
	border-bottom: 1px solid #000;
	font: 10px Arial, Helvetica, sans-serif;
}

#Functions ul, #Functions li {
	margin: 0;
	padding: 0;
	display: inline;
	list-style-type: none;
}

#Functions a:link, #Functions a:visited {
	float: left;
	line-height: 14px;
	font-weight: bold;
	margin: 0 10px 4px 10px;
	text-decoration: none;
	color: white;
	border-bottom: 4px solid #999999;
	padding-bottom: 2px;
}

#Functions a:hover {
	border-bottom: 4px solid #000;
	padding-bottom: 2px;
	background: transparent;
	color: #c6cca9;
}