/*
	#### motorsportlens.com PhotoShelter Customization stylesheet ####
*/

html, body {
	background-color: #8D8D8D;
}

#home_body { 
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	padding: 20px 20px 30px 20px;
} 
   
#home_text { 
  padding: 0px 20px;
  text-align: center;
  color: #E8E8E8;
  font-weight: bold;
  font-size: 15px;
  }

.headline {
	font-size: 20px;
	font-weight: bold;
	color: #4152D4;
}

.redtext {
	font-size: 15px;
	color: #D23A3A;
/*	font-weight: bold;*/
}

#about_body { 
	width: 700px;
	margin-left: auto;
	margin-right: auto;
	padding: 20px 20px 30px 20px;
} 
   
#about_text { 
  padding: 0px 20px;
  text-align: left;
  color: #E8E8E8;
  font-weight: bold;
  font-size: 13px;
  }


div#container {
	text-align: center;
}

element.style {
background-color: #8D8D8D !important;
color: #000000 !important;
}
#psMainCustom {
border:none !important;
line-height:1.5em !important;
padding:10px !important;
background-color: #8D8D8D !important;
color: #000000 !important;
}

p.btext {
margin-left:auto !important;
margin-right:auto !important;
padding:0pt;
width:600px;
}

a.btext {
color:#000000 !important;
text-decoration: none !important;
}
a.btext:hover {
background-color:#4152D4 !important;
color:#000000 !important;
}

table {
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

hr {
	border: 0;
	color: #000000;
	background-color: #000000;
	height: 1px;
}

div#hr_top {
	padding-top: 7px;
	padding-bottom: 5px;
}

a {
	color: #E8E8E8;
	text-decoration: none;
	font-size: 15px;
}

div.nav a {
	font-weight: bold;
}

a img {
	border: none;
	padding: 0 0 0 0;
	border-bottom: 0;
	text-decoration: none;
}

a:link {
	color: #E8E8E8;
}

a:visited {
	color: #E8E8E8;
}

a:hover {
	color: #4152D4;
}

a:active {
	color: #D23A3A;
}


/* NOTE: you should be sure to apply your default font
  to all HTML elements listed below */
BODY, TD, TH, INPUT, SELECT {
	font-family: Verdana,Arial,Sans-Serif;
	font-size: 13px;
}

/* this removes all margins (spacing) around these HTML block elements */
FORM, P, H1, H2, H3, H4 {
	margin: 0;
}

/* ".input" is applied to tables which are used for form input
   (e.g. the Search form) */
TABLE.input TH {
	font-weight: bold;
}

/* "UL.thumbs" is used for all thumbnail displays */

UL.thumbs {
	list-style-type: none;
	margin: 0;
	padding: 0;
	text-indent: 0;
	width: 900px;
}

UL.thumbs LI {
	float: center;
	margin: 1px;
	height: 180px;
	width: 220px;
	padding: 20px 0px 0px 0px;
	background-color: #A4A4A4;
}

UL.thumbs LI:hover {
	background-color: #4152D4;
}

UL.thumbs LI TABLE TD {
	font: 10px Verdana;
}

UL.thumbs LI TABLE TD.slide {
	background-color: #f6f6f6;
	border-top: 1px solid #fff;
	border-right: 1px solid #BFBFBF;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #999;
}

UL.thumbs LI DIV.thumb_links {
	padding: 2px;
	width: 97%;
	text-align: right;
	position: absolute;
	bottom: 0;
	left: 0;
}

FORM.image_keywords UL {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

FORM.image_keywords UL LI {
	float: left;
	width: 130px;
	padding: 0;
	margin: 0;
}
/* end stylesheet */

