@charset "UTF-8";
body {
	background: #225a5f;
	font: 0.9em Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.oneColFixCtr-home #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #225a5f url(images/bg-home.jpg);
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	height: 800px;
}

.oneColFixCtr-content #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #ffffff url(images/bg-content.jpg) repeat-x;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	min-height: 800px;
}

#wrapper {
	position: relative;
	/* height: 800px; */
	display: block;
}

#title {
	height: 36px;
	text-align: left;
	display: block;
	left: 40px;
	top: 40px;
	position: absolute;
}

#menu-main {
	height: 26px;
	text-align: left;
	display: block;
	position: absolute;
	left: 0px;
	top: 108px;
	width: 631px;
	background-image: url(includes/SpryMenu-bg.jpg);
	background-color: #2b7278;
	z-index: 1000;
}

#menu-foot {
	height: 26px;
	text-align: left;
	display: block;
	position: absolute;
	left: 0px;
	top: 739px;
	width: 780px;
	background-image: url(includes/SpryMenu-bg.jpg);
	background-color: #2b7278;
}

#menu-foot-news {
	height: 26px;
	text-align: left;
	display: block;
	position: relative;
	width: 780px;
	background-image: url(includes/SpryMenu-bg.jpg);
	background-color: #2b7278;
	top: 125px;
}

#welcome {
	text-align: center;
	display: block;
	position: absolute;
	left: 25px;
	top: 102px;
	width: 728px;
}

.welcome-text {
	color: #ffffff;
	font-size: 85%;
	padding-right: 15px;
	padding-top: 5px;
	padding-bottom: 0px;
	padding-left: 15px;
	font-weight: bold;
}

#disclaimer {
	background: #ffffff;
	text-align: left;
	display: block;
	position: absolute;
	left: 0px;
	top: 765px;
	width: 780px;
}

#disclaimer-news {
	background: #ffffff;
	text-align: left;
	display: block;
	width: 780px;
	position: relative;
	top: 125px;
}

.disclaimer-text {
	font: italic 70% Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	color: #a3a3a3;
	margin: 10px;
}

.breadcrumb-text {
	font: bold 90% Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	color: #000000;
	/* color: #37939b;*/
}

#content {
	text-align: left;
	display: block;
	position: absolute;
	left: 40px;
	top: 153px;
	width: 550px;
	height: 580px;
	font-size: 0.8em;
	background-color: #ffffff;
}

#content-news {
	text-align: left;
	display: block;
	position: relative;
	left: 40px;
	top: 153px;
	width: 550px;
	min-height: 610px;
	font-size: 0.8em;
	background-color: #ffffff;	/* overflow: auto; */
}

#logo {
	display: block;
	position: absolute;
	left: 629px;
	top: 14px;
	width: 138px;
	height: 138px;
}

#right-side {
	display: block;
	position: absolute;
	left: 630px;
	top: 154px;
	width: 138px;
	height: 580px;
}

h1, h2, h3, h4, h5, h6 {
	color: #37939b;
}

a:link {color:#37939b}      /* unvisited link */
a:visited {color:#37939b}  /* visited link */
a:hover {color:#37939b}  /* mouse over link */
a:active {color:#37939b}  /* selected link */

a.welcome:link {
	color:#ffffff;
	text-decoration: none;
}      /* unvisited link */
a.welcome:visited {
	color:#ffffff;
	text-decoration: none;
}  /* visited link */
a.welcome:hover {
	color:#ffffff;
	text-decoration: none;
}  /* mouse over link */
a.welcome:active {
	color:#ffffff;
	text-decoration: none;
}  /* selected link */

li {
	margin: 0px 0px 1.25em;
}

.error {
	color: #ff0000;
	font-weight: bold;
}

.smallcontent {
	font-size: 80%;
}

#ad {
	display: block;
	position: absolute;
	left: 333px;
	top: 59px;
	width: 380px;
	height: 480px;
	text-align: right;
	visibility: visible;
}

.ad-thumb-grid {
	display: block;
	position: absolute;
	left: 0px;
	top: 160px;
	width: 300px;
	height: 400px;
	font-size: 90%;
	visibility: visible;
}

.ad-thumb {
	display: block;
	width: 150px;
	height: 180px;
	font-style: italic;
	text-align: center;
	position: relative;
	float: left;
}

#ad-brand {
	visibility: visible;
}

#ad-textile {
	visibility: hidden;
}

#ad-footwear {
	visibility: hidden;
}
