/* 
2am Design : CSS for HERO
-----------------------------------------------------------------------------------------------
*/


/*****************************************************
* Global
*****************************************************/

* { padding: 0; margin: 0; }

body {
	text-align: center;
	background: #5A0F85 url(../images/bg.jpg) no-repeat center top;
	margin: 0 auto;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 100%;
}
ul,
li  { list-style-type: none; }
img { border: 0; }
a   { outline: none; }

div.clear { clear: both; }

.hidden { display: none; }


/*****************************************************
* Typography
*****************************************************/

#strapline h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: normal;
	padding-top: 8px;
	padding-right: 28px;
	padding-left: 28px;
	color: #353535;
	line-height: 1.3em;
}
#strapline h2 em {
	color: #666666;
}
.sub-head h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	font-weight: normal;
	text-transform: uppercase;
	color: #FFFFFF;
	text-decoration: none;
	letter-spacing: 1px;
	padding-top: 8px;
	padding-left: 28px;
}
#sidebar h3 {
	font-size: 10px;
	line-height: 1.3em;
	color: #FFFFFF;
	font-weight: normal;
	text-transform: uppercase;
	text-align: left;
	padding-left: 15px;
	padding-top: 12px;
	letter-spacing: 1px;
}
p.footer-right {
	float: right;
}
#footer p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 1.3em;
	color: #76389A;
	text-align: left;
	padding-top: 15px;
}
.main-text p.basic {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.4em;
	color: #353535;
	padding-left: 28px;
	padding-right: 10px;
	padding-bottom: 10px;
}
h4 span {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	text-transform: none;
	color: #BFA2CC;
	font-size: 10px;
}


/*****************************************************
* Links
*****************************************************/

#header h1 a,
#header h1 a:visited,
#header h1 a:hover {
	display: block;
	height: 120px;
	width: 100%;
}
a.main-link,
a.main-link:visited {
	color: #5A0F85;
	text-decoration: none;
	font-weight: bold;
}
a.main-link:hover {
	text-decoration: underline;
}
#footer a,
#footer a:visited {
	color: #834CA4;
	text-decoration: none;
}
#footer a:hover {
	color: #FFFFFF;
}
#sidebar h3 a,
#sidebar h3 a:visited,
#sidebar h3 a:hover {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
}
.sub-head h3 a,
.sub-head h3 a:visited {
	color: #844DA5;
	text-decoration: none;
}
.sub-head h3 a:hover {
	color: #FFFFFF;
}


/*****************************************************
* Layout
*****************************************************/

#container {
	width: 744px;
	margin-top: 35px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 80px;
}
#main-body {
	float: left;
	width: 501px;
	margin-right: 14px;
}
#header {
	background: url(../images/header.gif) no-repeat left top;
	display: block;
	height: 120px;
	width: 501px;
	text-indent: -7777px;
}
#strapline {
	background: url(../images/strapline-bg.gif) no-repeat left top;
	display: block;
	height: 84px;
	width: 501px;
	text-align: left;
	padding-top: 8px;
}
.sub-head {
	background: url(../images/head-bg.gif) no-repeat left top;
	text-align: left;
	display: block;
	height: 26px;
	width: 501px;
}
.main-text {
	width: 499px;
	min-height: 140px;
	border-right: 1px solid #ABABAB;
	border-left: 1px solid #ABABAB;
	background: #F2F2F2 url(../images/bg-grad.gif) repeat-x left bottom;
	padding-top: 12px;
	padding-bottom: 2px;
	text-align: left;
}
.category-container {
	padding-right: 0px;
	padding-left: 28px;
	float: left;
	width: 133px;
}
.main-text-footer {
	background: url(../images/bottom.gif) no-repeat left top;
	display: block;
	height: 13px;
	width: 501px;
}
#sidebar {
	float: left;
	width: 229px;
	padding-top: 75px;
}
.request {
	background: url(../images/tran-bg1.gif) no-repeat left top;
	display: block;
	height: 35px;
	width: 229px;
	padding-bottom: 10px;
}
#block_ad {
	background: url(../images/tran-bg2.gif) no-repeat left top;
	display: block;
	width: 229px;
	min-height: 300px;
}
#block_ad img {
	padding-top: 7px;
}
#footer {
	clear: both;
	width: 744px;
}

/*****************************************************
* Listing Styles
*****************************************************/


.listing {
	width: 476px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 12px;
}
.listing p {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 1.4em;
	color: #707070;
	padding-bottom: 8px;
}
.listing strong {
	color:#333333;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
.listing h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	background: url(../images/listing-head-bg.gif);
	display: block;
	height: 23px;
	width: 466px;
	text-transform: uppercase;
	padding-top: 10px;
	padding-left: 10px;
}
.listing h4 a,
.listing h4 a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.listing h4 a:hover {
	text-decoration: underline;
}
.visit-web {
	float: right;
	padding-top: 12px;
	background: url(../images/web-icon.gif) no-repeat left bottom;
	display: block;
	padding-bottom: 1px;
}
.visit-web a,
.visit-web a:visited {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	font-weight: normal;
	color: #BFA2CC;
	text-decoration: none;
	text-transform: uppercase;
	padding-right: 8px;
	padding-left: 18px;
}
.visit-web a:hover {
	color: #ffffff;
}
.listing-text {
	background: url(../images/bg-grad.gif) repeat-x left bottom;
	border-right: 1px solid #ABABAB;
	border-left: 1px solid #ABABAB;
	padding: 8px 10px 2px;
}
.listing-footer {
	background: url(../images/listing-foot.gif) no-repeat left top;
	display: block;
	height: 8px;
	width: 476px;
}
.contact-details {
	float: left;
	width: 150px;
	min-height: 90px;
}
.extra-details {
	width: 291px;
	min-height: 90px;
	float: left;
	border-left: 1px solid #FFFFFF;
	padding-left: 10px;
}
.extra-details img {
	float: right;
	width: 110px;
	height: auto;
	border: 3px solid #CCCCCC;
	margin-bottom: 5px;
	margin-left: 10px;
}
.extra-details a,
.extra-details a:visited {
	color: #5A0F85;
	text-decoration: underline;
}
.extra-details a:hover {
	text-decoration: none;
}
.extra-details ul {
	padding-bottom: 8px;
}
.extra-details li {
	list-style-position: outside;
	margin-left: 20px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 1.4em;
	color: #333333;
	padding-bottom: 3px;
	list-style-image: url(../images/bullet.gif);
}
.left-line {
	border-left: 1px solid #ABABAB;
	float: left;
}


/*****************************************************
* Lists
*****************************************************/

.category-container ul {
}
.category-container li {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 1.3em;
	font-weight: normal;
	color: #666666;
	text-transform: uppercase;
}
.category-container li a,
.category-container li a:visited {
	color: #666666;
	text-decoration: none;
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
}
.category-container li a:hover {
	color: #5A0F85;
}

/*****************************************************
* Forms
*****************************************************/

