/*////////////////////////////////////////////////////
//
//                GENERAL STYLES
//
// SITE: DISCOUNTS DIRECTORY
// AUTHOR: MARC JONES, ICEBOMB
// VERSION: 2.0
// CREATED: 09 DEC 09
// LAST UPDATED: 19 DEC 09
//
////////////////////////////////////////////////////*/

img, div, a { behavior: url(iepngfix.htc)}

html, body {
	margin: 0px auto;
}
body {
	text-align: center;
	font-size: 65%;
}
h1, h2, h3, h4, h5, h6 {
	font-family: Arial, Helvetica, sans-serif;
}
p, li {
	font-family: Verdana, sans-serif;
}
.pink {
	font-weight: bold;
	color: #E60084;
}

/* LAYOUT :: SHELL */
#shell {
	width: 960px;
	overflow: hidden;
	margin: 0px;
	margin-left: auto;
	margin-right: auto;
}

/* LAYOUT :: MASTHEAD */
#mastHead {
	width: 948px;
	height: 178px;
	padding: 0px;
	margin-bottom: 10px;
	overflow: hidden;
	border: #000 solid 6px;
	background-image: url(../img/header_bg.jpg);
	background-repeat: no-repeat;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
}

/* MASTHEAD :: ELEMENTS */
#logo {
	width: 437px;
	height: 178px;
	float: left;
	overflow: hidden;
	background-image: url(../img/logo_bg.png);
	background-repeat: no-repeat;
}
/* MASTHEAD :: NAV (TOPMENU) */
#nav {
	width: 500px;
	height: 30px;
	float: left;
	margin-top: 148px;
	margin-right: 11px;
	overflow: hidden;
}
#nav ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#nav li {
	margin: 0px;
	padding: 0px;
	float: left;
	list-style-type: none;
	line-height: 30px;
	font-size: 1.4em;
}
#nav ul li a {
	margin: 0px;
	padding: 0px;
	display: block;
	text-decoration: none;
	color: #E60084;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	display: block;
	width: 100px;
	height: 30px;
	background-image: url(../img/nav_bg.png);
	background-repeat: no-repeat;
}
#nav ul li a:hover {
	color: #EEE;
}

/* LAYOUT :: CONTENT (WRAPPER) */
#content {
	width: 868px;
	overflow: hidden;
	border-right-width: 6px;
	border-left-width: 6px;
	border-right-style: dashed;
	border-left-style: dashed;
	border-right-color: #000;
	border-left-color: #000;
	margin-bottom: 10px;
	padding: 10px 40px 10px 40px;
	text-align: left;
}

#content h1, .mainHeading {
	color: #E60084 !important;
	font-size: 2.4em !important;
	margin-top: 10px;
	margin-bottom: 10px;
}
.subHeading {
	color: #555555;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #E72F8F;
	padding-bottom: 3px;
	display: block;
	padding-top: 5px;
}
#content h2 {
	font-size: 2em;
	margin-top: 10px;
	margin-bottom: 10px;
	color: #333333;
	font-weight: normal;
}
#content h3 {
	font-size: 1.4em;
	margin-top: 10px;
	margin-bottom: 10px;
	color: #555555;
}
#content p {
	font-size: 1.2em;
	color: #555555;
	margin-top: 10px;
	margin-bottom: 10px;
	line-height: 1.4em;
}
#content p a {
	color: #E60084;
}
#sidebar {
	width: 400px;
	height: auto;
	float: right;
	margin-left: 20px;
}
.rightImg {
	padding: 5px;
	width: 350px;
	float: right;
	border: 2px dashed #999999;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 10px;
	font-size: 1.2em;
	color: #E60084;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	display: block;
	text-align: center;

}
.rightImg img {
	border: none;

}
.blockLink {
	background-color: #000000;
	padding: 10px;
	color: #FFFFFF !important;
	width: 440px;

}


/* FORMS ::  */
form {
	margin: 0px;
	padding: 0px;

}
label {
	display: block;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.inputField {
	display: block;
	margin: 0px;
	margin-top: 5px;
	margin-bottom: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	color: #333333;
	padding: 5px;
}
.submitButton {
	font-size: 1.4em;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 40px;
	height: 40px;
}
p.error {
	background-color: #fff4b7;
	display: block;
	padding: 10px;
	border: 1px solid #e7ce43;
}

/* FORMS :: CONTENT FORM */
.mainForm {

}
.mainForm label {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	display: block;
}
.mainForm .inputField {
	border: 1px solid #E60084;
	width: 500px;
	padding: 3px !important;
	margin-bottom: 10px !important;
	margin-top: 5px !important;
}
#recaptcha_response_field {
	color: #333333 !important;
	font-family: Arial, Helvetica, sans-serif !important;
}
.mainForm .inputButton {
	border: 1px solid #E60084;
	width: 500px;
	padding: 3px;
	margin-bottom: 10px;
	margin-top: 5px;
	background-color: #E60084;
	font-size: 16px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

/* LAYOUT :: FEATURE (FEATURED ADS) */
#feature {
	width: 758px;
	height: 170px;
	float: left;
	margin-bottom: 10px;
	border: #000 solid 6px;
	background-color: #E60084;
	background-image: url(../img/feature_bg.jpg);
	background-repeat: no-repeat;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 180px;
}
#container #feature img {
	margin-right: 60px;
}

/* LAYOUT :: FOOTER */
#footer {
	width: 920px;
	padding: 14px;
	height: auto;
	float: left;
	margin-bottom: 10px;
	border: #000 solid 6px;
	background-color: #E60084;
}
#footer h2 {
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	color: #FFF;
	margin: 0px !important;
	font-size: 2.4em;
	font-weight: normal;
}
#footer p {
	color: #FFF;
	text-align: center;
	font-size: 1.4em;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

/* FOOTER :: BOXES */
#newsletterBox {
	width: 279px;
	height: 330px;
	padding: 10px;
	margin: 0px;
	float: left;
	background-color: #000000;
}
#socialBox {
	width: 269px;
	height: 330px;
	padding: 10px;
	margin: 0px;
	margin-left: 10px;
	margin-right: 10px;
	float: left;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #EEE;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #EEE;
}
#contactBox {
	width: 280px;
	height: 330px;
	padding: 10px;
	margin: 0px;
	float: left;
}

/* FOOTER :: NEWSLETTERBOX */
#newsletterBox label {
	font-size: 1.2em;
	color: #FFFFFF;
}
#newsletterBox .inputField {
	width: 267px;
	border: 1px solid #FFFFFF;
}
#newsletterBox .submitButton {
	width: 277px;
	background-color: #E60084;
	color: #FFFFFF;
	border: 1px solid #E60084;
}
#newsletterBox .smallprint {
	font-size: 1.1em;
}

/* FOOTER :: SOCIALBOX */
#socialBox a {
	text-decoration: none;
	display: block;
	width: 160px;
	background-repeat: no-repeat;
	height: 40px;
	text-indent: -1000px;
	overflow: hidden;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: 55px;
	margin-left: 54px;
}
#socialBox a.twitterLink {
	background-image: url(../img/twitter_icon.png);
}
#socialBox a.facebookLink {
	background-image: url(../img/facebook_icon.png);
}

/* FOOTER :: CONTACTBOX */
#contactBox label {
	font-size: 1.2em;
	color: #FFFFFF;
}
#contactBox .inputField {
	width: 267px;
	border: 1px solid #FFFFFF;
}
textarea {
	display: block;
	margin: 0px;
	margin-top: 5px;
	margin-bottom: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	color: #333333;
	padding: 5px;
	width: 267px;
	border: 1px solid #FFFFFF;
}
#contactBox .submitButton {
	width: 277px;
	background-color: #000000;
	color: #FFFFFF;
	border: 1px solid #000000;
}
#contactBox .smallprint {
	font-size: 1.1em;
}


.scrollable img {
	width:100px;
	margin:20px 5px 20px 21px;
}
.scrollable img.hover {
	background-color:#123;
}

/* FOOTER :: LEGAL (COPYRIGHT ETC) */
#legal {
	width: 890px;
	height: 20px;
	padding: 5px;
	float: left;
	margin-top: 8px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	color: #FFF;
	font-size: 12px;
	text-align: center;
}
#legal a {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	text-decoration: none;
}
#legal p {
	margin: 0px;
	padding: 0px;
}
