@charset "UTF-8";
/* CSS Document */

@font-face {
	font-family: 'MyriadProSemibold';
	src: url('../fonts/myriadpro-semibold-webfont.eot');
	src: local('☺'), url('myriadpro-semibold-webfont.woff') format('woff'), url('../fonts/myriadpro-semibold-webfont.ttf') format('truetype'), url('../fonts/myriadpro-semibold-webfont.svgz#webfontV6TBYCjI') format('svg'), url('../fonts/myriadpro-semibold-webfont.svg#webfontV6TBYCjI') format('svg');
	font-weight: bold;
	font-style: normal;
}

@font-face {
	font-family: 'MyriadPro';
	src: url('../fonts/myriadpro-regular-webfont.eot');
	src: local('☺'), url('../fonts/myriadpro-regular-webfont.woff') format('woff'), url('../fonts/myriadpro-regular-webfont.ttf') format('truetype'), url('../fonts/myriadpro-regular-webfont.svgz#webfontO0w0Dpsp') format('svg'), url('../fonts/myriadpro-regular-webfont.svg#webfontO0w0Dpsp') format('svg');
	font-weight: normal;
	font-style: normal;
}

html, body {
	height: 100%;
}
body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	overflow: -moz-scrollbars-vertical;
	color: #666666;
	background-color: #FFFFFF;
	background-repeat: repeat-x;
}
#container {
	height: 100%;
	width: 100%;
}
#wrapper {
	width: 944px;
	text-align: center;
	height: auto !important;
	height: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-right: 0px;
	padding-left: 0px;
}
/* header 
--------------------------------------------- */

#header {
	margin: 0;
	padding: 0;
	background-color: #474143;
	border-bottom-width: 10px;
	border-bottom-style: solid;
	border-bottom-color: #A69E9D;
	}
#header-inner {
	position: relative;
	width: 960px;
	margin: 0 auto;
	font-size: 1.2em;
	}
#logo {
	position: absolute;
	top: 22px;
	left: 0;
	width: 180px;
	height: 74px;
	margin: 0;
	padding: 0;
	}
#logo img {
	height: 0;
	}
#logo a,
#logo span {
	display: block;
	width: 180px;
	height: 74px;
	background-image: url(../images/logo.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	}

/* tagline */


/* navigation */

#nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
	}
#nav ul li {
	float: left;
	margin: 0;
	padding: 0;
	width: 150px;
	}
#nav ul li#tabHome {
	margin-left: 210px;
	}

	
#home #header #header-inner #nav #tabHome {
	color: #fff;
	background-image: url(../images/tab-on.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	}
	
#products #header #header-inner #nav #tabProducts {
	color: #fff;
	background-image: url(../images/tab-on.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	}
	
#about #header #header-inner #nav #tabAbout {
	color: #fff;
	background-image: url(../images/tab-on.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	}
#expertise #header #header-inner #nav #tabExpertise {
	color: #fff;
	background-image: url(../images/tab-on.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	}
	
#contact #header #header-inner #nav #tabContact {
	color: #fff;
	background-image: url(../images/tab-on.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	}
#nav li.active a
form {
	margin: 0px;
	padding: 0px;
}
#contentArea {
	width: 100%;
	text-align: left;
	clear: left;
	background-color: #e8e8e8;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
	float: left;
}
.clear {
}
#contentArea-inner, #footer-inner {
	position: relative;
	width: 960px;
	margin: 0 auto;
	font-size: 1.2em;
}

#quickLinks {
	float: left;
	width: 100%;
}
#quickLinks ul {
	float: left;
	width: 225px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	margin-right: 20px;
	margin-bottom: 20px;
}
#quickLinks ul.last {
	margin-right: 0px;
}
#quickLinks li {
	padding-top: 3px;
	padding-bottom: 3px;
	border-top-width: 0px;
	border-top-style: solid;
	border-top-color: #F1F1F1;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E8E8E8;
}
#footerArea {
	width: 100%;
	padding-bottom: 20px;
	text-align: left;
	clear: left;
	float: left;
	background-color: #FFFFFF;
	padding-top: 20px;
	font-size: 12px;
}
#footer {
	padding-top: 20px;
	width: 944px;
	clear: left;
	float: left;
	padding-bottom: 20px;
}
.steam {
	color: #8920f1;
}
.divClear {
	font-size: 1px;
	clear: both;
	width: 100%;
}
#footer ul {
	float: left;
	width: 400px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 30px;
}
img {
	border: 0px;
}
#footer li {
	padding: 0px;
	float: left;
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-size: 12px;
	color: #cce5b2;
}

.ftRight {
	float: right;
}
#language {
	text-align: left;
	position: absolute;
	top: 10px;
	right: 0px;
}
#language a {
	float: right;
	margin-left: 10px;
}
#mapArea {
}
#map {
	height: 170px;
	width: 170px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	background-color: #99FF33;
	border: 5px solid #A69E9D;
	padding: 5px;
}

#navLink {
	padding-top: 20px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #A69E9D;
	float: left;
	width: 100%;
	margin-bottom: 10px;
}
.ftLeft {
	float: left;
}
#Rcolumn {
	width: 740px;
	float: right;
	margin-bottom: 10px;
}
#homeFlash {
	margin-top: 10px;
}
#Lcolumn {
	width: 200px;
	float: left;
	margin-bottom: 10px;
}
#contentWrapper {
	width: 960px;
	left: 0px;
	clear: left;
	padding-top: 50px;
	padding-bottom: 50px;
}

/* secondary 
--------------------------------------------- */


div.secondary img.thumb {
	float: right;
	margin: .4em 0 .5em 1em;
	padding: .4em;
	width: 4em;
	padding: .4em;
	border: 1px solid #e0e0d5;
	background: #fff;
	}
div.secondary a.more-btn,
div.secondary a.more-btn-alt {
	border-radius: 12px;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	}
	
	/* img/desc lsts */

ul.lst {
	margin: 0;
	padding: 0;
	list-style: none;
	}
ul.lst li {
	margin: 0;
	color: #646870;
	overflow: hidden;
	font-size: 11px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	text-shadow:0 1px 0 #FFFFFF;
	line-height: 16px;
	}
ul.lst li.ftRight {
	text-align: right;	
	}
	
ul li.last {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #A69E9D;
	}
ul.lst li a {
	display: block;
	line-height: 1.4em;
	overflow: hidden;
	position: relative;
	}
div.secondary ul.lst li a, #navLink ul.lst li a, div#information ul.lst li a{
	color: #A69E9D;
	}
ul.lst li a strong {
	display: block;
	padding: .2em 0 .1em 0;
	font-size: 12px!important;
	font-family: 'MyriadProSemibold', sans-serif;
	}
div.secondary ul.lst li a strong, #navLink ul.lst li a strong, div#information ul.lst li a strong {
	color: #A2BD3E;
	}
ul.lst li a em {
	display: block;
	}
ul.lst li a img {
	float: left;
	display: block;
	padding: 5px;
	background: #A69E9D;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
	}
	
ul.lst li.ftRight a img {
	float: right;
	margin-left: 10px;
	margin-right: 0px;
}
div.secondary ul.lst li a:hover,
div.secondary ul.lst li a:hover strong, #navLink ul.lst li a:hover,
#navLink ul.lst li a:hover strong, div#information ul.lst li a:hover,
div#information ul.lst li a:hover strong {
	color: #474143;
	}
ul.lst li a:hover img {
	background-color: #A1BD3E;
	}

ul {
	margin: 0px;
	padding: 0px;
}
li {
	list-style-type: none;
}




#breadcrumb {
	margin-bottom: 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #A69E9D;
	margin-top: 10px;
	padding-bottom: 15px;
	font-size: 12px;
	line-height: 15px;
	font-weight: bold;
	color: #A2BD3E;
	
}
#breadcrumb a {
	margin-right: 5px;
	margin-left: 5px;
	color: #474143;
}
#breadcrumb a.first {
	margin-left: 0px;
}

	
	
	
	
	
	
	
	
	

div#work-screenshots/* slider styles */

  {
	text-align: center;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	background-color: #A69E9D;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 0;
	padding: 10px;
	width: 344px;
	float:left;
	}
#slider-wrap {
	width: auto;
	overflow: hidden;
	}
#slider-wrap ul {
	padding: 0;
	margin: 0;
	list-style: none;
	overflow: hidden;
	}
#slider-wrap ul li {
	width: 344px;
	margin: 0;
	padding: 0;
	height: 250px;
	overflow: hidden;
	background-image: none;
	}
#slider-ctrls {
	margin-top: 10px;
	}



form.piperForm
{
	float: left;
}

form ul
{
	list-style-type:none;
	margin:0px;
	padding:0px;
	padding-bottom:15px;
	width:100%;
	float: left;
}

form li
{
	display:block;
	padding-top: 4px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 0px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 2px;
	margin-left: 0px;
	width: 100%;
	float: left;
}

form li span
{
	color:#E2211C;
	float:left;
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0px;
}

.clear
{
	clear:both;
	font-size: 1px;
	float: left;
	width: 100%;
	background-color: #00CCCC;
	height: 10px;
}
form  li  label 
{
	clear:both;
	color:#474143;
	display:block;
	margin:0;
	padding-bottom: 5px;
	font-size: 12px;
	text-shadow:0 1px 0 #FFFFFF;
}

form li span label
{
	clear:both;
	color:#A69E9D;
	display:block;
	line-height:9px;
	margin:0;
	padding-top:6px;
	padding-bottom: 3px;
	text-transform: lowercase;
	font-size: 11px;
}

form hr
{
	display:none;
}

form ul li.first
{
	border-top:none !important;
	margin-top:0 !important;
	padding-top:0 !important;
}

input.text
{
	color:#333;
	margin:0;
	padding:4px;
	border: 1px solid #A69E9D;
	background-color: #FFFFFF;
}
textarea.textarea
{
	color:#333;
	width: 60%;
	border: 1px solid #A69E9D;
}

.safari select.select
{
	font-size:120% !important;
	margin-bottom:1px;
}

input.small
{
	width:25%;
}


input.medium
{
	width:30%;
}


input.large
{
	width:99%;
}

select.large
{
	width:300px;
}


textarea.medium
{
	height:100px;

}



























































div#information {
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	width: 354px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 0;
}







#homeFlash {
	margin-bottom:20px;
}














.basic  {
	width: 740px;
	float: left;
	margin-bottom: 20px;
	padding-bottom: 0px;
	padding-top: 10px;
	border-top:1px solid #A69E9D;
}
.basic div {
	background-color: #eee9e9;
}

.basic p {
	margin-bottom : 10px;
	border: none;
	text-decoration: none;
	font-size: 12px;
	margin: 0px;
	padding: 5px;
}
.basic a {
	cursor:pointer;
	display:block;
	margin-top: 0px;
	text-decoration: none;
	color: #474143;
	background-color: #d8d5d5;
	font-size: 12px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	border-top-width: 1px;
	border-bottom-width: 0px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #E8E8E8;
	border-bottom-color: #999;
}
.basic a:hover {
	background-color: #CCC;
}
.basic a.selected {
	color: #FFF;
	background-color: #A69E9D;
}
#productList {
	float: left;
	width: 740px;
}
#productList .lst {
	float: left;
}
#productList li {
	float: left;
	width: 170px;
	margin-right: 20px;
	padding: 0px;
	margin-bottom: 15px;
	text-align: center;
}

#productList ul {
	float: left;
	width: 760px;
}
#productList ul.lst li.right {
	margin-right: 0px;
	padding: 0px;
}
#productList li a img {
	margin-bottom: 5px;
}
#productList li a {
	color: #A69E9D;
}
#productList li a:hover {
	color: #A2BD3E;
}
div.work-screenshots {
	text-align: center;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	background-color: #A69E9D;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 0;
	padding: 10px;
}
.padr15 {
	padding-left: 15px;
	float: right;
}
.subNav {
	margin-bottom: 15px;
	float: left;
	width: 100%;
	padding-bottom: 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #a69e9d;
}


.container { width:740px; height:300px; overflow:hidden; position:relative; cursor:pointer; }
div.slides { position:absolute; top:0; left:0; }
ul.slides { position:absolute; top:0; left:0; list-style:none; padding:0; margin:0; }
.slides li { position:absolute; top:0; width:740px; display:none; padding:0; margin:0; }
#loopedSlider {
width:740px;
position:relative;
clear:both;
margin-top: 0;
margin-right: auto;
margin-bottom: 0;
margin-left: auto;
}
ul.pagination {
list-style:none;
padding:0;
margin:0;
position: absolute;
right: 15px;
bottom: 14px;
}
ul.pagination li  {
float:left;
margin-left: 2px;
}
ul.pagination li a {
background-image: url(../images/slider_btn.png);
background-position: bottom;
display: block;
height: 12px;
width: 12px;
}
ul.pagination li.active a { background-position: top; }
.infoArea {
position: absolute;
top: 260px;
height: 40px;
width: 100%;
background-image: url(../images/trans.png);
}
.mm {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-moz-box-shadow: 0 0 100px rgba(0, 0, 0, .7);
	-webkit-box-shadow: 0 0 100px rgba(0, 0, 0, .7);
}
.mm img {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}
.additional {
	padding-bottom: 20px;
	float: left;
	width:100%;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #A69E9D;
	margin-bottom: 20px;
}
.additional.last {
	border-bottom-width: 0px;
	margin-bottom: 0px;
}
.additionalContent {
	width: 500px;
	display: block;
}
.photo img {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}
.photo img:hover {
	-moz-box-shadow: 0 0 100px rgba(0, 0, 0, .4);
	-webkit-box-shadow: 0 0 100px rgba(0, 0, 0, .4);
}
.sectionArea {
	border-top:1px solid #A69E9D;
	float: left;
	padding-top: 20px;
}















div#short_slider_wrapper{width:221px;height:44px;background-image:url(../images/slider.gif);}
div#handle1{position:absolute;width:13px;height:27px;background-image:url(../images/cursor.png);background-repeat:no-repeat;margin-top:-8px;margin-left:-4px;cursor:col-resize;}
div#dectector_wrapper {
height:70px;
}
div#track1 {
height:20px;
position:absolute;
width:202px;
}

div#new_here label {
padding-left:0;
}
div.signup_form label {
clear:both;
display:block;
font-size:14px;
line-height:16px;
margin-bottom:3px;
margin-top:13px;
padding:0 8px;
}
div#span1 {
	float:left;
	height:11px;
	margin-top:6px;
	width:202px;
	background-image: url(../images/slider-span.gif);
	background-repeat: no-repeat;
	background-position: left top;
}



/* TYPE */

#nav ul li a {
	float: left;
	font-family: 'MyriadProSemibold', sans-serif;
	display: block;
	line-height: 16px;
	padding: 8px 10px 13px 10px;
	margin: 0;
	text-decoration: none;
	color: #A69E9D;
	border: none;
	-webkit-transition: color .3s linear;
	font-size: 11px;
	text-shadow:0 1px 0 #000;
	}
#nav ul li a strong {
	display: block;
	font-size: 14px;
	line-height: 16px;
	letter-spacing: 1px;
	color: #ddd;
	color: rgba(255,255,255,.7);
	-webkit-transition: color .3s linear;
	}
#nav li a:hover {
	color: #fff;
	}
#nav ul li a:hover strong {	
	color: #fff;
	}


p a, .homepage a {
	color: #A2BD3E;
	font-weight:bold;
}
#information p a:hover, #info p a:hover, .homepage a:hover {
	color: #A2BD3E;
	text-decoration: underline;
	font-weight:bold;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'MyriadProSemibold', sans-serif;
	margin:0px;
	padding:0px;
}
h1 {
	margin: 0px;
	text-transform: none;
	margin: 0;
	font-size: 14px;
	line-height: 21px;
	font-weight: bold;
	color: #474143;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0px;
	text-shadow:0 1px 0 #fff;
}
h1.intro, p.homepage {
	padding-right: 15px;
	padding-left: 15px;
}
h2 {
	font-weight: bold;
	color: #474143;
	padding: 0;
	font-size: 14px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0px;
}
h2#tagline {
	margin: 0 0 0 10px;
	padding: 18px 0 18px 210px;
	font-size: 14px;
	letter-spacing: 1px;
	color: #A69E9D;
	text-shadow:0 1px 0 #000;
	}

#language h1 {
	color: #474143;
}
.infoArea h1 {
	font-size: 12px;
	line-height: 40px;
	font-weight: bold;
	color: #474143;
	position: absolute;
	left: 15px;
}
#loopedSlider h2 {
	background-color: #474143;
	background-image: url(../images/bk-grad.png);
	background-repeat: repeat-x;
	background-position: left top;
	padding:0px;
	padding-top:5px;
	padding-left: 15px;
	padding-right: 15px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	text-shadow:0 -1px 0 #333;
	margin:0px;
	line-height: 30px;
}

.secondary h3 {
	margin: 0;
	font-size: 13px;
	line-height: 15px;
	font-weight: bold;
	letter-spacing: 1px;
	color: #474143;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0px;
	text-shadow:0 1px 0 #fff;
	}
.secondary h3 a {
	color: #474143;
	}
.secondary h3.first {
	margin-top: 10px;
	border-top: none;
	}
.secondary h4 {
	color: #A2BD3E;
	text-shadow:0 1px 0 #fff;
	font-size: 13px;
}
#quickLinks h1, p {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	font-size: 12px;
	color: #474143;
	line-height: 16px;
	text-shadow:0 1px 0 #FFFFFF;
}
#language p  {
	text-shadow:0px 1px 0px #000;
}
#footerArea h2 {
	font-size: 12px;
	letter-spacing: 1px;
	text-shadow:0 -1px 0 #efefef;
	}
#quickLinks a {
	display: block;
	text-shadow:0 -1px 0 #efefef;
	font-size: 11px;
}
#quickLinks a:hover {
	color: #A2BD3E;
}
#navLink li {
	width: 45%;
}
.quickLinks a {
	background-color: #474143;
	background-image: url(../images/bk-grad.png);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #a69e9d;
	padding: 15px;
	width: 339px;
	font-size: 12px;
	color: #FFF;
	text-decoration: none;
	margin-bottom: 15px;
	text-shadow:0 -1px 0 #968d8b;
}
.quickLinks a.left {
	-moz-border-radius-bottomleft: 4px;
	-webkit-border-bottom-left-radius: 4px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #b6b6b6;
}
.quickLinks a.right {
	-moz-border-radius-bottomright: 4px;
	-webkit-border-bottom-right-radius: 4px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #958e8d;
}

.subNav a {
	background-color: #474143;
	background-image: url(../images/bk-grad.png);
	background-repeat: repeat-x;
	background-position: left top;
	padding: 15px;
	display: block;
	color: #a69e9d;
	width: 331px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	text-shadow:0px 1px 0px #ccc;
}
.subNav a span, #loopedSlider h2 {
	font-size: 18px;
	text-transform: none;
	display: block;
	color: #e8e8e8;
	padding-bottom: 3px;
	letter-spacing: 0.1em;
	font-weight: normal;
	text-shadow:0px 1px 0px #666;
}
.quickLinks a:hover {
	color: #474143;
	background-color: #A2BD3E;
}
.subNav .pink {
	color: #474143;
	background-color: #D6226C;
}
.subNav .green {
	color: #474143;
	background-color: #A2BD3E;
}
.quickLinks a:hover {
	text-shadow:0 1px 0 #bfde4c;
	color: #474143;
	background-color: #A2BD3E;
	-moz-box-shadow: 0 0 100px rgba(0, 0, 0, .7);
	-webkit-box-shadow: 0 0 100px rgba(0, 0, 0, .7);
}
.quickLinks .pink:hover {
	text-shadow:0 1px 0 #df548d;
	color: #fff;
	background-color: #D6226C;
	-moz-box-shadow: 0 0 100px rgba(0, 0, 0, .7);
	-webkit-box-shadow: 0 0 100px rgba(0, 0, 0, .7);
}
.subNav a:hover {
	-moz-box-shadow: 0 0 100px rgba(0, 0, 0, .7);
	-webkit-box-shadow: 0 0 100px rgba(0, 0, 0, .7);
}
div.secondary p {
	line-height: 16px;
	margin-top: 2px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 10px;
	font-size: 11px;
	}
div.secondary p.mod {
	margin: 6px 0 20px 10px;
	padding-bottom: 20px;
	border-bottom: 1px solid #e0e0d5;
	}
div.secondary p.btn {
	margin-top: 13px;
	}
a {
	text-decoration: none;
}

#footerArea  a {
	color: #474143;
	padding-top: 2px;
	padding-bottom: 2px;
	font-size: 12px;
}

#footer, #footer a {
	font-size: 11px;
}
ul.body li {
	padding-right: 15px;
	padding-left: 15px;
	list-style-type: square;
	list-style-position: inside;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
	font-size: 12px;
	color: #474143;
	line-height: 16px;
	text-shadow:0 1px 0 #FFFFFF;
}
p.last {
	margin:0px;
	padding:0px;
}