html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, caption, tbody, tfoot, thead{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

.company
{
	color: white;
}

.submitBtn
{
	margin-left: 250px;
}

.contact
{
	background: url(../images/thanksForm.gif) no-repeat;
	height: 600px;
	width: 500px;
	padding-left: 100px;
	padding-top: 50px;
	padding-bottom: 50px;
	float: left;
}
/*
.contact div{
	background:url(../images/footer-input.gif) no-repeat;
	width:209px;
	height:18px;
	padding:1px 3px 0;
	margin:0 3px 0 0;
	overflow:hidden;
	margin-top: 6px;
}
*/
.contact label{
	color:#fff;
	margin:3px 6px 0 0;
	text-transform:uppercase;
	font-weight:bold;
	font-size:10px;
	letter-spacing:-0.02em;
	word-spacing:-1px;
}

.signupBG
{
	background: url(../images/thanksForm.gif) no-repeat;
	height: 600px;
	width: 500px;
	padding-left: 100px;
	padding-top: 75px;
}

.inputBox{
	float:left;
}

.signupBG div{
	background:url(../images/footer-input.gif) no-repeat;
	width:209px;
	height:18px;
	padding:1px 3px 0;
	margin:0 3px 0 0;
	overflow:hidden;
	margin-top: 6px;
}

.signupBG label{
	color:#969696;
	margin:3px 6px 0 0;
	text-transform:uppercase;
	font-weight:bold;
	font-size:10px;
	letter-spacing:-0.02em;
	word-spacing:-1px;
}

.signupBG fieldset a{
	float:left;
	text-transform:uppercase;
	margin:10px 5px 0;
	text-decoration:none;
	color:#00a8ea;
}

.signupBG fieldset a:hover{
	text-decoration:underline;
}

.signupBG div input{
	width:100%;
	font:12px Tahoma, Arial, Helvetica, sans-serif;
	color:#969696;
	background:none;
	border:none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ul {
	list-style: none;
}
.features .color-list li {
	list-style: none;
}
sup {
	font-size: 80%; 
	position:relative; 
	bottom:.6em;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
html{
	background:#5d5d5d url(../images/main-strip.gif) repeat-y 50% 0 !important;
	min-width:1000px;
}
body{
	background:url(../images/top-bg.gif) no-repeat 50% 0;
	font:62.5% Tahoma, Arial, Helvetica, sans-serif;
}
img{display:block;}
/* wrapper */
#wrapper{
	width:100%;
	background:url(../images/shadow.gif) no-repeat 50% 516px;
}
#container{
	width:1000px;
	margin:0 auto;
	position:relative;
	padding:77px 0 0;
	overflow:hidden;
}
/* header */
#header{
	width:100%;
	position:absolute;
	overflow:hidden;
	top:0;
	left:0;
	background:url(../images/header-bg.gif) no-repeat;
	padding:38px 0 0;
	height:38px;
}
/* logo */
.logo{
	position:absolute;
	overflow:hidden;
	background:url(../images/logo.jpg) no-repeat;
	width:265px;
	height:75px;
	margin:0;
	top:0;
	left:0;
	text-indent:-9999px;
	z-index:1;
}
.logo a{
	height:100%;
	display:block;
}
/* navigation */
#header ul{
	margin:0;
	padding:0;
	list-style:none;
	float:right;
}
#header ul li{
	float:left;
	padding:0 2px 0 0;
}
#header ul a{
	display:block;
	overflow:hidden;
	background:url(../images/nav-bg.gif) no-repeat;
	height:37px;
	text-indent:-9999px;
}
.products{
	width:106px;
	background-position:0 0;
}
.products:hover{background-position:0 -37px !important;}
#header ul li.active .products{background-position:0 -74px !important;}
.projects{
	width:103px;
	background-position:-108px 0 !important;
}
.projects:hover{background-position:-108px -37px !important;}
#header ul li.active .projects{background-position:-108px -74px !important;}
.success{
	width:153px;
	background-position:-213px 0 !important;
}
.success:hover{background-position:-213px -37px !important;}
#header ul li.active .success{background-position:-213px -74px !important;}
.scratch{
	width:163px;
	background-position:-368px 0 !important;
}
.scratch:hover{background-position:-368px -37px !important;}
#header ul li.active .scratch{background-position:-368px -74px !important;}
#header fieldset{
	float:right;
	background:url(../images/search-bg.gif) no-repeat;
	width:192px;
	height:29px;
	padding:8px 0 0 8px;
}
#header fieldset label{display:none;}
#header fieldset div{
	background:url(../images/search-area.gif) no-repeat;
	width:181px;
	height:20px;
	overflow:hidden;
	padding:2px 0 0 3px;
}
#header fieldset div input{
	float:left;
	background:none;
	border:none;
	font:12px Helvetica, Arial, sans-serif;
	color:#fff;
	width:106px;
	margin:0 5px 0 0;
}
#header fieldset div input.submitbtn{
	float:left;
	background:url(../images/search-link.gif) no-repeat;
	width:53px;
	height:14px;
	overflow:hidden;
	text-indent:-9999px;
	margin:2px 0 0;
}
#header img{
	margin:1px 0 0;
	display:block;
}
/* main */
.main-content{
	width:984px;
	padding:0 8px;
	overflow:hidden;
}
/* block */
.block{
	width:100%;
	overflow:hidden;
}
.side-banners{
	float:left;
	width:496px;
}
.side-banners ul{
	margin:7px 0 0;
	padding:0;
	list-style:none;
	width:100%;
	overflow:hidden;
}
.side-banners ul li{
	float:left;
}
.side-banners ul a{
	display:block;
	margin:1px 7px 1px 1px;
}
.side-banners ul a:hover{
	border:1px solid #008dd1;
	margin:0 6px 0 0;
}

.right-block{
	float:left;
	/* background:#242424 url(../images/right-block.gif) no-repeat; */
	width:488px;
	min-height:379px;
	margin:8px 0 0 -2px;
	padding:0 0 0 0px;
	position:relative;
}
.right-block img:hover {
	border: 1px solid #008dd1;
}
.right-block img {
	border: 1px solid black;
}

* html .right-block{height:379px;}
.title{
	display:block;
	margin:29px 0 0;
	color:#999;
	font-family:Helvetica,Arial, sans-serif;
	text-transform:uppercase;
	font-weight:bold;
	font-size:1.2em;
}
.right-block h2{
	font-weight:bold;
	color:#fff;
	font:24px Arial, Helvetica, sans-serif;
	line-height:21px;
	margin:20px 0 0;
	letter-spacing:-1px;
}
.right-block div{width:163px;}
.right-block p{
	color:#fff;
	line-height:20px;
	margin:10px 0 0;
	font-size:1.2em;
}
.right-block ul{
	margin:0;
	padding:0;
	list-style:none;
	position:absolute;
	left:209px;
	top:295px;
}
.right-block ul li{
	width:100%;
	margin:2px 0 0;
}
.right-block ul a{
	display:block;
	overflow:hidden;
	text-indent:-9999px;
	height:30px;
	background:url(../images/tv-links.gif) no-repeat;
}
.learn{width:247px;}
.learn:hover{background-position:-247px 0 !important;}
.sign{
	width:191px;
	background-position:0 -32px !important;
}
.sign:hover{background-position:-247px -32px !important;}
/* community */
.community{
	width:100%;
	overflow:hidden;
	margin:30px 0 0;
}
.community h3{
	color:#898989;
	text-transform:uppercase;
	font:12px Arial, Helvetica, sans-serif;
	margin:0;
}
.community strong span{font-size:10px;}
.community ul{
	margin:7px -8px 0 0;
	padding:0;
	list-style:none;
	width:992px;
	background:url(../images/community-list-bg.gif) repeat-y;
	overflow:hidden;
}
.community ul li{
	float:left;
	width:230px;
	margin:0 8px 0 0;
	padding:8px 0 8px 8px;
	min-height:225px;
	border: 1px solid black;
}
* html .community ul li{height:225px;}
.partner-link{
	display:block;
	padding:1px;
	width:222px;
}
/*
.partner-link:hover{
	padding:0;
	border:1px solid #008dd1;
}
*/
.you-tube,
.twitter,
.facebook,
.garage{
	display:block;
	overflow:hidden;
	text-indent:-9999px;
	margin:8px 0 0;
	height:56px;
}
.you-tube{
	background:url(../images/you-tube.gif) no-repeat;
	width:103px;
}
.twitter{
	background:url(../images/twitter.gif) no-repeat;
	width:150px;
}
.facebook{
	background:url(../images/face-book.gif) no-repeat;
	width:127px;
}
.garage{
	background:url(../images/garage-forums.gif) no-repeat;
	width:181px;
}
.community ul li p{
	color:#fff;
	margin:-5px 0 0 10px;
	width:174px;
	font-size:1.2em;
}
.community ul li:hover{
	border: 1px solid #008dd1;
}
/* prod-post*/
.product-box{
	width:100%;
	padding:16px 0 0;
}
.product-row{
	width:100%;
	margin:6px 0 0;
	overflow:hidden;
}
.restoreBox{
	float: left;
	background: url(../images/restoreBox.jpg) no-repeat;
	width: 263px;
	height: 480px;
	color: #fff;
}
.restyleBox{
	float: left;
	background: url(../images/restyleBox.jpg) no-repeat;
	width: 263px;
	height: 480px;
	color: #fff;
}
.protectBox{
	float: left;
	background: url(../images/protectBox.jpg) no-repeat;
	width: 263px;
	height: 480px;
	color: #fff;
}
.productsCatDesc{
	width:175px;
	margin:100px 0px 30px 50px;
}
.product-row div h2{
	text-transform:uppercase;
	color:#fff;
	font:36px Arial, Helvetica, sans-serif;
	margin:0;
}
.product-row div p{
	margin:14px 0 0;
	line-height:25px;
	letter-spacing: 1px;
	font-size: 16px;
	font-weight: 400;
	/* rotate text */
	-webkit-transform: rotate(-3deg); 
	-moz-transform: rotate(-3deg);
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=30);
}
.product-row ul{
	float:left;
	margin:0 -3px 3px 1px;
	list-style:none;
	width:737px;
}
.product-row ul:first-child{margin-top:0 !important;}
.product-row ul li{
	float:left;
	margin:0 1px 0 0;
}
.product-row ul a{
	float:left;
	border:1px solid #000;
}
.product-row ul a:hover{border:1px solid #008dd1;}
/* products */
.holder{
	width:100%;
	overflow:hidden;
}
.side-nav{
	float:left;
	width:265px;
	position:relative;
	z-index:5;
}
.vertical-nav{
	float:left;
	width:17px;
	background:#454545;
	padding:29px 0 0;
	margin:1px 0 0;
}
.vertical-nav li{
	width:100%;
	text-indent:-9999px;
	border-top:1px solid #000;
}
.protect{
	background:url(../images/vertical-nav-bg_protect.jpg) no-repeat;
	background-color: #585858 !important;
	height:329px;
}
.restyle{
	background:url(../images/vertical-nav-bg_restyle.jpg) no-repeat;
	background-position:0 8px !important;
	background-color: #696969 !important;
	height:869px;
}
.restore{
	background:url(../images/vertical-nav-bg.gif) no-repeat;
	background-position:0 -270px !important;
	background-color:#787878 !important;
	height:929px;
}
#hor-nav{
	float:right;
	width:263px;
	text-transform: uppercase;
}
#hor-nav li{
	width:247px;
	margin:1px 0 0;
	float:left;
}
#hor-nav a{
	background:url(../images/side-nav-bg.gif) repeat-x;
	height:23px;
	padding:6px 0 0 15px;
	width:100%;
	font:14px Arial, Helvetica, sans-serif;
	overflow:hidden;
	color:#f2f2f2;
	text-decoration:none;
	display:block;
}
#hor-nav a:hover{background-position:0 -28px;}
#hor-nav li.active a{background-position:0 -56px;}
#cluetip {
	position:absolute;
	overflow:hidden;
	background:url(../images/tool-tip2.png) no-repeat;
	width:240px;
	height:300px;
	top:-29px;
	left:149px;
	padding:10px 20px 0 30px;
	display:none;
	z-index:2;
	color:#fff;
}
#cluetip #cluetip-inner {padding:20px 25px 0 0;}
#cluetip img {
	float:left;
	display:inline;
	margin:0 15px 300px 0;
}
.product-content{
	float:left;
	padding:31px 0 70px;
	width:733px;
	position:relative;
}
.top-box{
	width:533px;
	float: left;
	height: auto;
	clear: right;
}
.gallery{
	width:531px;
	overflow:hidden;
	position:relative;
}
#carousel{
	width:10000px;
	position:relative;
}
#carousel li{
	float:left;
	width:531px;
}

.successContainer{
	width:100%;
	overflow:hidden;
}
.successGallery{
	float:left;
	width:441px;
	overflow:hidden;
	position:relative;
	display: block;
	height: 334px;
}
.successGalleryContainer{
	float:left;
	height: auto;
	width: 441px;
}
.youtubeVid {
	margin-top: 5px;
	float: none;
}
#successCarousel{
	width:10000px;
	position:relative;
}
#successCarousel li{
	float:left;
	width:441px;
}
#successCarousel li img{
	visibility:hidden;
}
.imageDisplay {
	background-position:50% 50%;
	background-repeat:no-repeat;
	height:320px;
	width:441px;
}
.switch-btns{
	position:absolute;
	left:10px;
	top:9px;
}
.switch-btns ul {
	padding:0;
	margin:0;
	list-style:none;
}
.switch-btns li {
	float:left;
	margin:0 4px 0 0;
}
.switch-btns a{
	display:block;
	overflow:hidden;
	width:17px;
	height:17px;
	background:#787878;
	text-align: center;
	color: white;
	padding-top: 5px;
	text-decoration: none;
}
.switch-btns a:hover,
.switch-btns li a.active {background:#007cc0;}
.product-pic{
	margin:0px 0 0;
}
.character-box{
	width:531px;
	margin-top: 2px;
	padding:1px 0 0;
}
.character-box a:link{
	color:red;
}
.character-box div{
	background:#242424;
	width:auto;
	padding:28px 20px 10px 28px;
	/*height:275px;*/
	position:relative;
	height: auto;
}
* html .character-box div{height:223px;}
.character-box div strong{
	color:#999;
	text-transform:uppercase;
	font:1.2em Arial, Helvetica, sans-serif;
}
.character-box div h2{
	color:#fff;
	margin:17px 0 0;
	font:2.4em Arial, Helvetica, sans-serif;
}
.character-box div p{
	font:12px Tahoma, Arial, Helvetica, sans-serif;
	color:#fff;
	margin:20px 0 0;
	line-height:20px;
}
.buy-btn{
	position:absolute;
	overflow:hidden;
	right:0;
	bottom:0;
	background:url(../images/buy-btn.gif) no-repeat;
	width:109px;
	height:29px;
	text-indent:-9999px;
}
.buy-btn:hover{background-position:0 -29px;}

.lineup {
	float: right;
	width: 200px;
	height: auto;
}

.lineup ul{
	width:200px;
	margin: 2px 0 0;
	margin-top: 106px;
}
.lineup ul li{margin:2px 0px 0; background: #242424}
.lineup ul a{
	display:block;
	height:37px;
	border:1px solid #242424;
	width:144px;
	color:#999;
	text-decoration:none;
	font:12px Arial, Helvetica, sans-serif;
	padding:16px 0 0 53px;
	text-transform:uppercase;
}
.video{
	background:url(../images/video-btn.gif) no-repeat;
}
.appGuide{
	background:url(../images/application_btn.gif) no-repeat;
}
.tips-link{
	background:url(../images/tips-btn.gif) no-repeat;
	}
.msds-link{
	background:url(../images/tips-btn.gif) no-repeat;
	}
.lineup ul a:hover{
	border:1px solid #0073ba;
	color:#00a8e9;
	background-position:0 -53px;
}
.features{
	width:600px;
	overflow:hidden;
	clear: both;
}
.features div{
	float:left;
	width:235px;
	padding:0 0 0 29px;
}
.features h3{
	margin:29px 0 0;
	color:#999;
	font:1.2em Arial, Helvetica, sans-serif;
	text-transform:uppercase;
}
.features h4{
	font-size:1.2em;
	color:#fff;
	margin:20px 0 0;
	font-weight:bold;
	text-transform:uppercase;
}
.features h6{
	font-size:10px;
	color:#fcfcfc;
}
.color-list{
	width:100%;
	overflow:hidden;
	margin:3px 0 0;
}
.color-list{
	width:100%;
	overflow:hidden;
	margin:3px 0 0;
}
.color-list li{
	width:100%;
	overflow:hidden;
	margin:3px 0 0;
	float:left;
}
.color-list a:link,
.color-list a:active,
.color-list a:visited
{
	color:white;
	text-decoration: none;
}
.color-list a:hover
{
	color:#008dd1;
	text-decoration: underline;
}
.color-list li img{
	float:left;
	border:1px solid #999;
	margin:0 10px 0 0;
}
.color-list li span{
	float:left;
	color:#fff;
	font-size:12px;
	margin:1px 0 0;
}
.benefits{
	width:200px;
	font-size:1.2em;
	color:#fff;
	margin:12px 0 0 12px;
	padding:0 0 16px;
}
.benefits a:link, .benefits a:hover, .benefits a:visited, .benefits a:active{
	color: white;
	text-decoration: underline;
}
.benefits li{
	line-height:20px; padding-left: 20px;
	background: url(../images/ieBullet.gif) no-repeat 0px 5px;
}
.project-list{
	width:100%;
	overflow:hidden;
	margin:18px 0 0;
}
.project-list li{
	float:left;
	margin:0 11px 0 0;
}
.project-list a{
	float:left;
	border:1px solid #000;
}
.project-list a:hover{border:1px solid #999;}
.data-btn{
	position:absolute;
	right:0;
	bottom:16px;
	border:1px solid #000;
	padding:17px 0 0;
	height:36px;
	overflow:hidden;
	width:198px;
	text-align:center;
	font:14px Arial, Helvetica, sans-serif;
	color:#787878;
	text-transform:uppercase;
	text-decoration:none;
	background:#242424;
}
.data-btn:hover{border:1px solid #0073ba;}
/* main */
.links-mix{
	width:992px;
	overflow:hidden;
	padding:0 0 0 8px;
}
.links-mix li{
	float:left;
	margin:8px 0 0 0;
}
.links-mix a{
	float:left;
	border:1px solid #000;
	margin:0 8px 0 0;
}
.links-mix a:hover{border:1px solid #006db6;}
.links-mix ul{
	float:left;
	margin:-8px -8px 8px 0;
	width:496px !important;
	overflow:hidden;
}
/* project-list */
.project-box{
	width:100%;
	overflow:hidden;
}
.listed-projects{
	float:left;
	width:509px;
}
.listed-projects li{
	width:494px;
	overflow:hidden;
	background:url(../images/project-list.jpg) no-repeat 100% 0;
	height:120px;
	padding:0 15px 0 0;
	margin:2px 0 0;
	float:left;
	border: 1px solid black;
	display: block;
}

#flash
{
	display:block; 
	float: left;
}

.listed-projects a:link, a:visited, a:active{
text-decoration: none;
}

.listed-projects li:hover{
border:1px solid #008dd1;

}

.listed-projects li img{
	float:left;
	margin:0 15px 0 0;
}
.listed-projects li strong{
	display:block;
	font:24px Arial, Helvetica, sans-serif;
	color:#0085e1;
	margin:13px 0 0;
}
.listed-projects li p{
	font-size:12px;
	line-height:20px;
	color:#fff;
	margin:0;
}
.project-column{
	float:left;
	width:488px;
	float:right;
}
.project-ads{
	width:100%;
	overflow:hidden;
	margin:1px 0 0;
}
.project-ads li{
	float:left;
	margin:0 1px 0 0;
}
.project-ads a{
	float:left;
	border:1px solid #000;
}
.project-ads a:hover{border:1px solid #016db5;}
.tips{
	width:463px;
	overflow:hidden;
	background:url(../images/tips-strip.gif) repeat-x;
	padding:14px 15px 0 10px;
	margin:2px 0 0;
}
.tips h2{
	margin:0;
	background:url(../images/tips-heading.gif) no-repeat;
	width:388px;
	height:61px;
	overflow:hidden;
	text-indent:-9999px;
}
.tips ul{width:100%;}
.tips ul li{
	padding:10px 0 0 66px;
	width:397px;
	color:#fff;
	font-size:1.4em;
	margin:17px 0 0;
	min-height:44px;
}
* html .tips ul li{height:44px;}
.tip-1{background:url(../images/number-1.png) no-repeat;}
.tip-2{background:url(../images/number-2.png) no-repeat;}
.tip-3{background:url(../images/number-3.png) no-repeat;}
.tip-4{background:url(../images/number-4.png) no-repeat;}
.tip-5{background:url(../images/number-5.png) no-repeat;}
.tip-6{background:url(../images/number-6.png) no-repeat;}
.tip-7{background:url(../images/number-7.png) no-repeat;}
.tip-8{background:url(../images/number-8.png) no-repeat;}
.tip-9{background:url(../images/number-9.png) no-repeat;}

/* individual-for projects*/
.individual{
	width:100%;
	overflow:hidden;
	margin:2px 0 0 2px;
}

.individual img{float:left;}
.individual-content{
	float:right;
	width:355px;
	background:#242424;
	margin-right: 2px;
}
.individual-header{
	height:37px;
	padding:0 0 0 0px;
	width:355px;
	background:#4f4f4f;
}
.individual-header span{
	float:left;
	margin:11px 0 0;
	font:12px Arial, Helvetica, sans-serif;
	color:#fff;
	text-transform:uppercase;
	margin-left: 12px;
}
.individual-header span a:hover{
	color: #008dd1;
	text-decoration: underline;
}
.individual-header a:link,
.individual-header a:visited,
.individual-header a:active
{
	color: white;
}
.individual-text{
	padding:0 30px 26px 14px;
	width:310;
	overflow:hidden;
}

.individual-text h2{
	font:24px Arial, Helvetica, sans-serif;
	color:#fff;
	margin:25px 0 0;
	line-height:29px;
	text-transform:uppercase;
}
.individual-text p{
	color:#fff;
	font-size:1.2em;
	line-height:20px;
	margin:27px 0 0;
}
.individual-text h3{
	text-transform:uppercase;
	color:#999;
	font:1.2em Arial, Helvetica, sans-serif;
	margin:35px 0 0;
}
.individual-text a{color:#00a8ea;}

/* individual-for success stories*/
.success-individual{
	width:100%;
	overflow:hidden;
	margin:2px 0 0;
}

.success-individual img{float:left;}
.success-individual-content{
	float:right;
	width:555px;
	background:#242424;
	margin-right: 2px;
}
.success-individual-header{
	height:37px;
	padding:0 0 0 0px;
	width:555px;
	background:#4f4f4f;
	margin-right: 2px;
}
.success-individual-header span{
	float:left;
	margin:11px 0 0;
	font:12px Arial, Helvetica, sans-serif;
	color:#fff;
	text-transform:uppercase;
	margin-left: 12px;
}
.success-individual-header span a:hover{
	text-decoration: underline;
}
.success-individual-header a:link,
.success-individual-header a:visited,
.success-individual-header a:active
{
	color: white;
	text-decoration: none;
}
.success-individual-text{
	padding:0 60px 26px 14px;
	width:482px;
	overflow:hidden;
}

.success-individual-text h2{
	font:24px Arial, Helvetica, sans-serif;
	color:#fff;
	margin:25px 0 0;
	line-height:29px;
	text-transform:uppercase;
}
.success-individual-text p{
	color:#fff;
	font-size:1.2em;
	line-height:20px;
	margin:27px 0 0;
}
.success-individual-text h3{
	text-transform:uppercase;
	color:#999;
	font:1.2em Arial, Helvetica, sans-serif;
	margin:35px 0 0;
}
.success-individual-text a{color:#00a8ea;}


.dupli-products{
	width:100%;
	font:18px Arial, Helvetica, sans-serif;
	margin:15px 0 0;
}
.dupli-products li{line-height:22px;}
.dupli-products a{text-decoration:none;}
.dupli-products a:hover{text-decoration:underline;}
.dupli-products a:link{color: #008dd1;}
.dupli-products a:visited{color: #008dd1;}
.dupli-products a:active{color: #008dd1;}

.individual-nav{
	margin:25px 0 0;
	text-transform:uppercase;
	font:12px Arial, Helvetica, sans-serif;
	overflow:hidden;
}
.individual-nav li{
	float:left;
	/*background:url(../images/individual-sep.jpg) no-repeat 0 3px;*/
	padding:0 0px 0 0px;
	margin:0 0px 0 0px;
}
.individual-nav a{text-decoration:none;}
.individual-nav a:hover{text-decoration:underline;}
.individual-nav a:link{color: #008dd1;}
.individual-nav a:active{color: #008dd1;}
.individual-nav a:visited{color: #008dd1;}

.individual-ads{
	width:100%;
	overflow:hidden;
	margin:30px 0 0;
}
.individual-ads ul{
	width:990px;
	overflow:hidden;
	margin:2px 0 0;
	padding:0 0 0 10px;
}
.individual-ads ul li{
	float:left;
	margin:0 2px 0 0;
}
.individual-ads ul a{
	float:left;
	border:1px solid #000;
}
.individual-ads ul a:hover{border:1px solid #006db6;}
/* web-success-individual */
.submit-story{
	float:right;
	height:37px;
	overflow:hidden;
	background:url(../images/sumbit-story-btn.gif) no-repeat;
	width:152px;
	text-indent:-9999px;
}
.submit-story:hover{background-position:0 -37px;}
/* store */
.storeReplaceSearch {
	height: 37px;
	width: 200px;
	background: #3c3c3c;
	float: right;
}
.store{
	width:100%;
	overflow:hidden;
	height: auto;
}
.eStoreHolder {
	margin-left: 2px;
	height: 1200px;
	width: 732px;
	float: left;
}
#sfVideoHolder {
}
.color-match{
	float:left;
	background:url(../images/color-match.jpg) no-repeat;
	width:215px;
	min-height:780px;
	padding:650px 25px 0;
}
* html .color-match{height:780px;}
.color-match h2{
	font:24px Arial, Helvetica, sans-serif;
	color:#fff;
	display:block;
	text-align:right;
	margin:0 0 -20px;
}
.color-match p{
	color:#fff;
	font:1.2em Tahoma, Arial, Helvetica, sans-serif;
	line-height:24px;
	margin:0px 0 0;
	text-align:right;
}
.color-match p a{color:#0799d2;}
.color-match p a:hover{text-decoration:none}
.store-content{
	float:right;
	width:733px;
}
.steps{
	width:100%;
	overflow:hidden;
	height:30px;
	background:#4f4f4f;
	padding:7px 0 0;
}
.steps li{
	float:left;
	padding:0 2px 0 11px;
}
.steps li strong{
	float:left;
	text-align:center;
	background:url(../images/step-bg.gif) no-repeat;
	width:23px;
	height:22px;
	padding:1px 0 0;
	color:#4f4f4f;
	font:16px Impact, Arial, Helvetica, sans-serif;
	margin:0 5px 0 0;
}
.steps li span{
	float:left;
	font:9px Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-transform:uppercase;
	margin:4px 0 0;
	color:#727272;
}
.steps li.active strong{background-position:0 -23px;}
.steps li.active span{color:#fff;}
.store-options{
	float:left;
	margin:2px 0 0;
	width:262px;
}
.choice-box{
	width:247px;
	overflow:hidden;
	background:#3c3c3c;
	padding:0 0 0 15px;
	min-height:214px;
}
.choice-box label{display:none;}
* html .choice-box{height:214px;}
.choice-box h2{
	margin:20px 0 0;
	background:url(../images/choose-heading.gif) no-repeat;
	width:164px;
	height:53px;
	overflow:hidden;
	text-indent:-9999px;
}
.choice-box fieldset{width:100%;}
.choice-box select{
	width:157px;
	font:11px Arial, Helvetica, sans-serif;
	color:#000;
	margin:14px 0 0;
}
.choice-box input{
	display:block;
	margin:14px 0 0;
}
.find-box{
	width:226px;
	overflow:hidden;
	margin:2px 0 0;
	background:#0f1820 url(../images/find-box-strip.gif) repeat-x;
	padding:0 20px 20px 16px;
	min-height:194px;
}
* html .find-box{
	height:194px;
	overflow:visible;
}
.find-box h2{
	background:url(../images/find-heading.gif) no-repeat;
	width:207px;
	height:44px;
	overflow:hidden;
	text-indent:-9999px;
	margin:18px 0 0;
}
.find-box p{
	color:#fff;
	font-size:1.2em;
	line-height:24px;
	margin:8px 0 0;
}
.find-box p a{color:#0799d2;}
.find-box p a:hover{text-decoration:none;}
.cart-box{
	width:248px;
	overflow:hidden;
	padding:0 0 0 14px;
	margin:2px 0 0;
	background:url(../images/cart-bg.jpg) repeat-x;
	min-height:505px;
}
* html .cart-box{
	overflow:visible;
	height:505px;
}
.cart-box h2{
	overflow:hidden;
	background:url(../images/cart-heading.gif) no-repeat;
	width:163px;
	height:44px;
	text-indent:-9999px;
	margin:18px 0 0;
}
.cart-box ul{width:100%;}
.cart-box li{
	width:100%;
	overflow:hidden;
	margin:16px 0 0;
}
.cart-box fieldset{
	width:100%;
	overflow:hidden;
}
.input-bg{
	background:url(../images/input-bg.gif) no-repeat;
	width:16px;
	height:17px;
	overflow:hidden;
	padding:3px 2px 0;
	margin:0 8px 0 0;
	float:left;
}
.cart-box ul input{
	background:none;
	border:none;
	font:11px Arial, Helvetica, sans-serif;
	color:#000;
	text-align:center;
	width:100%;
}
.cart-box fieldset label{display:none;}
.product-name{
	float:left;
	width:154px;
	color:#6d6d6d;
	font-size:12px;
	font-weight:bold;
}
.product-name strong{
	color:#fff;
	font:18px Arial, Helvetica, sans-serif;
	color:#fff;
	display:block;
	text-transform:uppercase;
}
.cart-box li a{
	float:left;
	text-transform:uppercase;
	color:#00a8ea;
	text-decoration:none;
	font:12px Arial, Helvetica, sans-serif;
	margin:3px 0 0;
}
.cart-box li a:hover{text-decoration:underline;}
.search-results{
	float:right;
	width:469px;
}
.search-results h2{
	overflow:hidden;
	text-indent:-9999px;
	background:url(../images/results-heading.gif) no-repeat;
	width:283px;
	height:52px;
	margin:24px 0 0 17px;
}
.search-results strong{
	color:#e2e2e2;
	font:18px Arial, Helvetica, sans-serif;
	margin:0 0 0 24px;
}
.search-results table{
	width:100%;
	border-collapse:collapse;
	margin:3px 0 0;
}
.search-results table thead td{
	color:#6d6d6d;
	font:10px Impact, Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	height:20px;
	vertical-align:bottom;
}
.search-results table tbody td{
	color:#e2e2e2;
	font-size:12px;
	height:24px;
	padding:0 0 0 2px;
	vertical-align:middle;
}
.code{
	padding:0 0 0 28px !important;
	width:71px;
}
.color{width:162px;}
.purchase{width:128px;}
.purchase a{
	color:#78b54a;
	background:url(../images/purchase-bullet.gif) no-repeat 0 50%;
	padding:0 0 0 15px;
}
.buy-in a{color:#6886c4;}
.buy-in a:hover,
.purchase a:hover{text-decoration:none;}
.brown td{background:#242424;}
.checkout{padding:20px 0 0;}
/* web success main */
.success-main{
	width:100%;
	overflow:hidden;
	padding:2px 0 0;
}
.uploads{
	float:left;
	width:539px;
}
.uploads-heading{
	width:513px;
	overflow:hidden;
	height:37px;
	padding:0 18px 0 8px;
	background:#4f4f4f;
}
.uploads-heading strong{
	float:left;
	margin:12px 0 0;
	color:#b1b1b1;
	font:18px Arial, Helvetica, sans-serif;
	text-transform:uppercase;
}
.uploads-heading ul{
	float:right;
	font:12px Arial, Helvetica, sans-serif;
	font-weight: bold; 
	margin:15px 0 0;
	text-transform:uppercase;
}
.uploads-heading li{
	float:left;
	padding:0 6px 0 0;
}
.uploads-heading a{color:#0076bb;}
.uploads-heading a:hover{text-decoration:none;}



.upload-list{width:100%;}
.upload-list li{
	width:530px;
	overflow:hidden;
	background:#232323;
	margin:2px 0 0;
	padding:0 7px 0 0;
	border: 1px solid #232323;

}
.upload-list li a img{
	position:absolute;
	visibility:hidden;
}
.upload-list .imageDisplay {
	height:73px;
	overflow:hidden;
	padding:0;
	width:160px;
}
.upload-list a:link, a:visited, a:active{
	text-decoration:none;
}

.upload-list li:hover{
	border:1px solid #008dd1;
}


.upload-img{
	float:left;
	margin:0 13px 0 0;
}
.upload-icon{
	float:right;
	margin:15px 0 0;
}
.upload-list li div{
	float:left;
	width:305px;
	color:#fff;
	padding:13px 0 0 7px;
}
.upload-list li div strong{font:24px Arial, Helvetica, sans-serif;}
.upload-list li div p{
	margin:3px 0 0;
	font-size:1.2em;
}

.upload-list li div a:link, a:visited, a:active{
color: white;
}
.no-upload-list strong{
	color:#FFFFFF;
	font:16px Arial, Helvetica, sans-serif;
	/*margin:0 0 0 20px;*/
}
.categories{
	width:381px;
	margin:15px 0 0;
	margin-left: auto;
	margin-right: auto;
}
.categories strong{
	color:#0076bb;
	text-transform:uppercase;
	font:18px Arial, Helvetica, sans-serif;
	margin:0 0 0 20px;
}
.categories div{
	width:100%;
	overflow:hidden;
	background:url(../images/categories-bg.gif) no-repeat 0 100%;
	height:195px;
	margin:36px 0 0;
}
.categories div ul{
	width:369px;
	overflow:hidden;
	padding:0 0 8px 12px;
}
.categories div ul li{
	float:left;
	padding:0 0 0 8px;
}
.categories div ul a{
	width:82px;
	height:73px;
	overflow:hidden;
	display:block;
	text-indent:-9999px;
}
.icon-1{background:url(../images/category-icon-1.gif) no-repeat}
.icon-2{background:url(../images/category-icon-2.gif) no-repeat}
.icon-3{background:url(../images/category-icon-3.gif) no-repeat}
.icon-4{background:url(../images/category-icon-4.gif) no-repeat}
.icon-5{background:url(../images/category-icon-5.gif) no-repeat}
.icon-6{background:url(../images/category-icon-6.gif) no-repeat}
.icon-7{background:url(../images/category-icon-7.gif) no-repeat}
.icon-8{background:url(../images/category-icon-8.gif) no-repeat}
.categories div ul a:hover{background-position:0 -73px}
.categories div ul li.active a{background-position:0 -146px}
.submit-block{
	float:right;
	width:421px;
	background:#5e5e5e url(../images/submit-strip.gif) repeat-x;
	padding:0 15px 27px 23px;
}
.submit-block a:link{
	color:white;
	text-decoration: underline;
}
.submit-block a:visited, .submit-block a:hover, .submit-block a:active{
	color:white;
	text-decoration: underline;
}
.submit-block h2{
	font-size:34px;
	color:#fff;
	margin:30px 0 0;
	font-weight:normal;
}
.submit-block p{
	font-size:1.2em;
	color:#fff;
	line-height:20px;
	margin:14px 0 0;
}
.submit-block fieldset{
	width:100%;
	padding:20px 0 0;
	overflow:hidden;
}
.submit-block label{
	font-size:12px;
	color:#fff;
}
.form-row{
	width:100%;
	overflow:hidden;
	margin:5px 0 0;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
	.form-row .fileInput{color: #fff !important;}
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
	.form-row div input {
		height: 18px;
		line-height: 12px;
	}
}
.form-row label{
	float:left;
	width:84px;
	margin:2px 5px 0 0;
}
.form-row div input,
.text-holder textarea{
	background:none;
	border:none;
	font:12px Arial, Helvetica, sans-serif;
	color:#000;
	width:100%;
	overflow:auto;
	padding:1px 3px;
}
#imageInstruct{
	border-top:1px solid #ccc;
	font-size:12px;
	line-height:1.4em;
	margin:20px 0 10px;
	width:360px;
}
#addImage{
	display:block;
	font-size:12px;
	line-height:2em;
	margin-bottom:17px;
}
#upload{float:left;}
.form-row div{
	float:left;
	background:url(../images/submit-input-bg.gif) no-repeat;
	height:17px;
	width:290px;
	/*padding:1px 3px;*/
}
.text-holder{
	width:100%;
	margin:23px 0 0;
}
.text-holder div{
	background:url(../images/textarea-bg.gif) no-repeat;
	width:380px;
	height:134px;
	overflow:hidden;
	/*padding:3px;*/
	margin:7px 0 0;
}
.text-holder textarea{
	height:100%;
	padding:3px;
}
.product-choose{
	width:100%;
	overflow:hidden;
	padding:10px 0 0;
}
.used-products{
	float:left;
	width:197px;
	margin:0 30px 0 0;
}
.product-choose select{
	margin:10px 0 -3px;
	font:12px Arial, Helvetica, sans-serif;
	color:#000;
	width:158px;
}
.none{display:none}
.category-select{
	float:left;
	width:184px;
	color: white;
}
.category-select a{
	color: #fff;
}
.category-select div{
	margin:61px 0 0;
	width:100%;
}

#submitReset {
	margin-top:20px;
}

#submitReset p {
	clear:both;
	color:orange;
	font-size:12px;
	font-weight:bold;
}

.reset{
	float:left;
	margin:0 4px 0 0;
}
.submit-btn{
	border:none;
	float:left;
	background:url(../images/submit-btn.gif) no-repeat;
	height:19px;
	text-indent:-9999px;
	width:72px;
}

.sort{
	float:right;
	width:458px;
}
.sort-heading{
	width:440px;
	overflow:hidden;
	padding:0 0 0 18px;
}
.sort-heading strong{
	float:left;
	text-transform:uppercase;
	font:18px Impact, Arial, Helvetica, sans-serif;
	color:#0076bb;
	margin:11px 0 0;
}
.sort .categories{
	float:none !important;
	width:100%;
	overflow:hidden;
	margin:0;
}
.sort .categories div{
	background:url(../images/categories-alt-bg.gif) no-repeat 0 100%;
	height:189px;
}
.product-sort{
	width:440px;
	overflow:hidden;
	background:url(../images/sort-bg.gif) no-repeat;
	height:48px;
	margin:2px 0 0;
	padding:25px 0 0 18px;
}
.product-sort label{
	float:left;
	text-transform:uppercase;
	width:155px;
	color:#0076bb;
	font:18px Impact, Arial, Helvetica, sans-serif;
	color:#0076bb;
}
.product-sort input,
.product-sort select{
	float:left;
	font:11px Arial, Helvetica, sans-serif;
	color:#000;
	margin:3px 10px 0 0;
}
.product-sort select{width:156px;}
.product-sort input{width:35px;}
/* where to buy*/
.where-to-buy{
	width:100%;
	overflow:hidden;
	padding:2px 0 0;
}
.side-box{
	float:left;
	width:265px;
}
.side-box div{
	width:225px;
	overflow:hidden;
	background:url(../images/where-strip.gif) repeat-x;
	padding:0 20px 20px;
	color:#fff;
	min-height:281px;
}
* html .side-box div{
	height:281px;
	overflow:visible;
}
.side-box div h2{
	font:24px Arial, Helvetica, sans-serif;
	margin:20px 0 -9px;
}
.side-box div p{
	font-size:1.2em;
	margin:14px 0 0;
}
.where-ads{
	display:block;
	border:1px solid #000;
	margin:2px 0 0;
}
.where-ads:hover{border:1px solid #006db6}
.stores-box{
	float:right;
	width:732px;
}
.phone-box{
	width:713px;
	overflow:hidden;
	height:37px;
	background:#4f4f4f;
	padding:0 0 0 19px;
}
.phone-box strong{
	float:left;
	color:#fff;
	margin:10px 0 0;
	font:10px Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	width:128px;
}
.phone-box span{
	float:left;
	color:#fff;
	margin:12px 0 0;
	font-size:12px;
	text-transform:uppercase;
}
.phone-box em{
	float:right;
	overflow:hidden;
	background:url(../images/phone-bg.gif) no-repeat;
	width:152px;
	height:37px;
	text-indent:-9999px;
}
.store-list{
	width:734px;
	overflow:hidden;
	margin:0 -2px 0 0;
}
.store-list ul{
	float:left;
	width:734px;
	margin:0 2px 0 0px;
}
.store-list ul li{
	overflow:hidden;
	width:333px;
	border:1px solid #333;
	background:#333;
	height:62px;
	margin:2px 2px 0 0px;
	padding:0 20px 0 10px;
	float:left;
}
.store-list ul li strong{
	color:#fff;
	font:14px Arial, Helvetica, sans-serif;
	display:block;
	margin:7px 0 0;
}
.store-list ul li:hover,
.store-list ul li.hover{border:1px solid #007abc;}
.store-list ul li a{
	float:left;
	color:#9a9a9a;
	margin:4px 0 0;
	font-size:12px;
	text-decoration:none;
}
.store-list ul li a:hover{text-decoration:underline;}
.store-info{
	float:left;
	width:145px;
}
.store-icon{
	float:right;
	width:148px;
	height:62px;
	display:table;
}
.store-icon div{
	width:148px;
	text-align:center;
	display:table-cell;
	vertical-align:middle;
}
* html .store-icon{position:relative;}
* html .store-icon div{
	position:absolute;
	top:50%;
} 
* html .store-icon span{
	position:relative;
	top:-50%;
}
*+html .store-icon{position:relative;}
*+html .store-icon div{
	position:absolute;
	top:50%;
} 
*+html .store-icon span{
	position:relative;
	top:-50%;
}
.store-icon img{display:inline;}
/* footer */
#footer{
	width:720px;
	overflow:hidden;
	background:url(../images/footer-strip.gif) no-repeat;
	position:relative;
	margin:24px 0 0 8px;
	padding:20px 0 90px 264px;
	font-size:10px;
	clear: both;
}
.footer-logo{
	position:absolute;
	overflow:hidden;
	text-indent:-9999px;
	background:url(../images/footer-logo.gif) no-repeat;
	width:226px;
	height:51px;
	left:15px;
	top:31px;
	z-index:3;
}
.footer-box{
	float:left;
	width:565px;
}
#footer fieldset{
	width:100%;
	overflow:hidden;
}
#footer label{
	float:left;
	color:#969696;
	margin:3px 6px 0 0;
	text-transform:uppercase;
	font-weight:bold;
	font-size:10px;
	letter-spacing:-0.02em;
	word-spacing:-1px;
}
.footer-box div{
	float:left;
	background:url(../images/footer-input.gif) no-repeat;
	width:209px;
	height:18px;
	padding:1px 3px 0;
	margin:0 3px 0 0;
	overflow:hidden;
}
.footer-box div input{
	width:100%;
	font:12px Tahoma, Arial, Helvetica, sans-serif;
	color:#969696;
	background:none;
	border:none;
}
#footer fieldset a{
	float:left;
	text-transform:uppercase;
	margin:4px 0 0;
	text-decoration:none;
	color:#00a8ea;
}
#footer fieldset a:hover{text-decoration:underline;}
.footer-box ul{
	margin:10px -5px 0 -6px;
	padding:0;
	list-style:none;
	width:100%;
	overflow:hidden;
	text-transform:uppercase;
}
.footer-box ul li{
	float:left;
	padding:0 5px 0 7px;
	margin:0 1px 0 -1px;
	border-right: 1px solid white;
}
.footer-box ul a{
	text-decoration:none;
	color:#4d4d4d;
}
.footer-box ul a:hover{text-decoration:underline;}
.footer-box p{
	margin:8px 0 0;
	text-transform:uppercase;
	color:#4d4d4d;
}
.banner-list{
	float:right;
	padding:0;
	margin:19px 0 0;
	list-style:none;
	width:150px;
	overflow:hidden;
}
.banner-list li{
	float:left;
	margin:0 19px 0 0;
}

/* Privacy and Policies */
.privacyBlock {
	background: #333333;
	color: white;
	margin-top: 2px;
	padding: 30px 60px 30px 30px;
	font-size: 11px;
}
.privacyBlock ul{
	list-style-type: disc;
	padding-left:20px;
	padding-top: 10px;
}
.faqBlock {
	background: #333333;
	color: white;
	margin-top: 2px;
	padding: 30px 60px 30px 30px;
	font-size: 11px;
}
.faqBlock a:link{
	color: white;
	text-decoration: underline;
}
.faqBlock a:active, 
.faqBlock a:hover,
.faqBlock a:visited
{
	color: white;
	text-decoration: underline;
}
.faqBlock ul{
	list-style-type: none;
	padding-left:20px;
	padding-top: 10px;
	line-height: 20px;
}
.faqAnswers {
	margin-bottom: 30px;
}
.questions {
	color: #47abf0;
	font-weight: bold;
	float: none;
	font-size: 14px;
}

/* TIPS */
.tipsBlock {
	background: #333333;
	color: white;
	margin-top: 2px;
	padding: 30px 60px 30px 30px;
	font-size: 11px;
	height: 800px;
	line-height: 20px;
}
.tipsBlock ol{
	margin-left: 20px;
	width: 400px;
}
.tipsBlock ul{
	list-style-type: disc;
	padding-left:20px;
	padding-top: 10px;
	margin-bottom: 10px;
}
.tipsh1{
	font-size: 20px;
	margin-bottom: 30px;
}

/* iframe on eStore */
.fade_iFrame {
	background: url(../images/testFade.jpg) repeat-x;
	width: 100%;
	height: 200px;
}

/* AFFILIATE PAGE */

.affiliateContent {
	background: #4F4F4F;
	margin-top: 2px;
	padding: 20px;
	color: white;
	font-size: 12px;
}
.affiliateContent textarea{
	width: 300px;
	height: 150px;

}
.affiliateContent a{
	color: #008dd1;
}
.affHeadline{
	font-size: 30px;
	margin-bottom: 10px;
	margin-top: 10px;
}
.affiliateContent li{
	margin-left: 50px;
	width: 400px;
	margin-bottom: 10px;
}
.affiliateContent input{
	margin-bottom: 2px;

}
.affiliateFormBox {
	width: 400px;
	height: auto;
}
.affiliateLegal {
	font-size: 11px;
}

.affiliateLegal li{
	margin-left: 5px;
}
.affiliateErrorBox {
	background: grey;
	border: 2px solid black;
	height: auto;
	width: 600px;
	margin-bottom: 30px;
	margin-top: 5px;
	/*display:none;  added by ata-jeichenlaub to hide error msg at initial page load */
}
.affiliateErrorBox ul{
	margin-top: 20px;
	line-height: 5px;
	width: 600px;
	margin-bottom: 20px;
}
.affiliateErrorBox .errorMessage {
	color: #a00000;
	font-weight: 800;
}

/*contact us error box*/
.contactErrorBox {
	height: auto;
	width: 300px;
	background-image: none;
	margin-left: 20px;
	color: white;
	background: #333;
	padding: 20px;
	float: left;
	margin-top: 50px;
	/*display:none;  added by ata-jeichenlaub to hide error msg at initial page load */
}
.contactErrorBox ul{
	margin-top: 20px;
}
.contactErrorBox .errorMessage {
	margin-left: 20px;
}
.contact table td {
	width: 150px;
}
.contact tr {
	height: 30px;
}
/* 404 box */
.box404 {
	color: white;
	font-size: 16px;
	background: url(../images/thanksForm.gif) no-repeat;
	height: 600px;
	width: 500px;
	padding-left: 100px;
	padding-top: 50px;
}
.character-box a:link,
.character-box a:active,
.character-box a:visited
{
	color: #008dd1;
}
.character-box a:hover {
	text-decoration: underline;
}

/* Product Page Menu */
.tier2 span{
	margin-left: 15px;
}

.tier3 span{
	margin-left: 30px;
}

/*success stories Error Box */
.successErrorBox {
	height: auto;
	width: 300px;
	background-image: none;
	margin-left: 20px;
	color: white;
	background: #333;
	padding: 20px;
	/*float: left;*/
	margin-top: 50px;
	/*display:none;  added by ata-jeichenlaub to hide error msg at initial page load */
}
.successErrorBox ul{
	margin-top: 20px;
}
.successErrorBox .errorMessage {
	margin-left: 20px;
}


/* search results Page */

.searchResultsHolder {
	background: #333333;
	color: white;
	margin-top: 2px;
	min-height: 600px;
	padding: 30px 60px 30px 30px;
	font-size: 11px;
	height: auto;
	width: 732px;
}
.searchResultsHolder a:link,
.searchResultsHolder a:active,
.searchResultsHolder a:visited
{
	color: #008dd1;
	text-decoration: none;
}
.searchResultsHolder a:hover
{
	color: #008dd1;
	text-decoration: underline;
}
.searchResult {
	background: #222;
	margin: 10px;
	padding: 10px;
	height: auto;
	width: 600px;
	border: 1px solid black;
}
.searchPageTitle {
	font-size: 14px;
	
}
.searchDesc {
	margin-left: 20px;
}
.backToProjectList {
	text-decoration: underline;
}

/*form validation*/
#flash-message {
	color:#222;
	font-size:12px;
	padding:10px;
}

#flash-message p {
	color:#222;
	font-size:12px;
	padding:10px;
	line-height:1.5em;
	margin:0;
}

#contact #flash-message {
	margin-bottom:20px;
}

#flash-message.errors {
	background-color:pink !important;
	border:1px dotted red;
	display:block;
	font-style:italic;
	font-weight:bold;
	margin-bottom:5px;
}

#flash-message.errors {
	
}

#flash-message.errors ul *{
	font-style:normal;
	font-weight:normal;
	margin-bottom:0;
	color:#222;
}

#flash-message.confirmation {
	background-color:#BEF0A2 !important;
	border:2px solid #35471d;
}

.validate .error {
	background-color:pink;
	border:2px solid red;
}

.validate label.error {
	background-color:pink;
	border:2px solid red;
	color:#222;
}
.promoAds {
	float: left;
}
.utAd img{
	margin-bottom: 2px;
}
