/*basic elements*/
/*/////////////////////////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////////////////////////*/

html{
	height: 100%
}


body{
	
}

#container {
	width: 940px;
	margin-top: 0px;
	margin-bottom: 0px;
	position: absolute;
	left: 50%;
	margin-left: -470px;
	background-image: url(../images/content-bg.gif);
	background-repeat: no-repeat;
	background-position: center top;
}

/*header positioning*/
/*/////////////////////////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////////////////////////*/

#header {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	padding-top: 0px;
	height: 180px;
}
.logo {
	position: absolute;
	top: 45px;
}

#advertisment-upper {
	position: relative;
	height: 60px;
	width: 440px;
	top: 10px;
	float: right;
}
#advertisment-right {
	width: 115px;
	position: absolute;
	left: 50%;
	margin-left: 485px;
	margin-top: 0px;
	top: 150px;
	height: 514px;
}

#sub-nav {
	top: 27px;
	float: right;
	position: relative;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
	height: 22px;
	margin:0;
	padding:0;
}
#dir-nav {
	top: 27px;
	height: 22px;
	padding-top: 5px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
}
#dir-nav ul {
	display: inline;
	margin-left: 15px;
	padding: 0px;
}
#dir-nav li {
	background: url(../images/sep-sub-navigation02.gif) no-repeat 0 8px !important;
	list-style-type: none;
	display: inline;
	padding-right: 15px;
}

#dir-nav li a {
	background: url(../images/sep-sub-navigation02.gif) no-repeat 0 8px !important;
	list-style-type: none;
	display: inline;
	padding-right: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	text-decoration: none;
}

#split-column-height {
	float: left;
	width: 435px;
	height: 360px;
}

/*main cotent positioning*/
/*/////////////////////////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////////////////////////*/

#content {
	float:left;
	width:100%;
	overflow: hidden;
	position: relative;
	padding-top: 8px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
}

.columns {
	float: left;
	/**margin-right: 25px;**/
}
.column-right {
	float: right;
}
#column-one {
	max-width: 714px;
	width: 714px;
	position: relative;
}
#column-one-dir {
	max-width: 225px;
	width: 225px;
	position: relative;
}
#column-two {
	width: 225px;
	max-width: 225px;
	position: relative;
	margin-bottom: 12px;
}
#column-two-dir {
	max-width: 435px;
	margin-bottom: 12px;
	overflow: visible;
	position: relative;
	width: 435px;
	padding-left: 14px;
}
.formattedText {
	overflow: hidden;
}
#column-three {
	width: 225px;
	max-width: 225px;
	position: relative;
	margin-bottom: 12px;
}
#column-two-search {
	max-width: 657px;
	margin-bottom: 12px;
	overflow: hidden;
	position: relative;
	width: 657px;
}
#column-three-search {
	width: 0px;
	max-width: 0px;
	position: relative;
	margin-bottom: 0px;
}
#community {
	width: 100%;
	position: relative;
	padding-top: 15px;
}
#clear {
	clear: both;
}
#footer {
	width: 100%;
	background-color: #A9A9A9;
	height: 25px;
}

.product_list_red {
	list-style-image:url("/live/images/footprint-li-red.png");
}
.product_list_black {
	list-style-image:url("/live/images/footprint-li-black.png");
}

/* Social */
#social_profile_bar a {
	text-decoration: none;
	color: navy;
}
#social_canvas a {
	text-decoration: none;
	color: navy;
}
#social_canvas h1 {
	font-size: 14px; font-weight: bold; margin: 0px 0px 10px 0px; padding-top: 3px;
}
