/*   
Description: AffiliateJump.com -> Car Insurance
Author: Vladimir Golu�in (bigfish.rs)
*/

* {
  margin: 0;
  padding: 0;
}

html, body {}

img, div, input, h1, h2, h3 { behavior: url("iepngfix.htc") }

body {
	font: 11px Arial, Tahoma, Verdana, sans-serif;
	text-align: center;
	background: #40627c url("../images/bg.jpg") repeat-x 0 0;
}

div.wrap {
	width: 960px;
	margin: 0 auto;
	text-align: left;
}

div.background {
	background: transparent url("../images/bg-center.jpg") no-repeat top center;
	min-height: 500px;
}

/* @group header */
/* HEADER
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */
#top {
	background: #4c727a url("../images/bg-top.jpg") no-repeat top center;
	text-align: center;
	height: 10px;
	overflow: hidden;
}

#header {
	height: 170px;
	overflow: hidden;
	text-align: center;
}
/* @end */


/* @group opt-in box */
/* OPT-IN BOX
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */
#opt-in {
	border: 5px solid #fff;
	background: #13100c;
	color: #fff;
	width: 230px;
	height: 245px;
	position: absolute;
	z-index: 10000;
	margin-top: -30px;
	margin-left: 560px;
}

#opt-in p {
	margin: 5px 20px 8px;
	line-height: 140%;
	font-size: 0.9em;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Tahoma, Arial, Verdana, sans-serif;
}

#opt-in div.item {
	margin-bottom: 5px;
}

#opt-in div.button {
	margin-top: 15px;
}

#opt-in h4 {
	color: #fff;
	margin: 20px 20px 0;
}

#opt-in form {
	margin: 0 20px 20px;
}

#opt-in div.item input {
	padding: 10px 5px 10px 40px;
	width: 143px;
	border: 1px solid #ccc;
	background-color: #f7f7f7;
	font-size: 1em;
	color: #777;
}

#opt-in div.item input#realname {
	background: #f7f7f7 url("../images/bg-icon-user.png") no-repeat top left;
}

#opt-in div.item input#email {
	background: #f7f7f7 url("../images/bg-icon-email.png") no-repeat top left;
}

#opt-in form input.submit {
	width: 72px;
	height: 35px;
	background: transparent url("../images/btn-submit.png") no-repeat 0 0;
	border: 0;
	color: transparent;
	text-indent: -9999px;
	cursor: pointer;
}
/* @end */


/* @group content */
/* CONTENT
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */
#image {
	height: 200px;
	overflow: hidden;
	background: transparent url("../images/bg-image.jpg") repeat-x 0 0;
	border: 2px solid #fff;
	border-width: 2px 0;
}

#image div.cargo {
	width: 800px;
	height: 200px;
	margin: 0 auto;
	text-align: left;
}

#cargo-image {
	display: block;
}

#offers {
	width: 810px;
	margin: 0 auto 20px;
	display: block;
}

#offers div.widget {
	width: 222px;
	margin: 50px 22px 0;
	float: left;
	display: inline;
	
	overflow: hidden;
}

#offers div.widget div.screenshot {
	background: #fff;
	margin-bottom: 15px;
	padding: 9px;
}

#offers div.widget div.screenshot img {
	border: 1px solid #e1e1e1;
	display: block;
}

#offers div.widget h4 {
	margin: 0 10px 10px;
	text-align: left;
	color: #fff;
	letter-spacing: -0.01em;
}

#offers div.widget p {
	margin: 0 10px 20px;
	text-align: left;
	line-height: 150%;
	color: #fff;
}

#offers div.widget div.w {
	margin-bottom: 20px;
}

#offers div.intro {
	margin: 60px 20px -20px;
	text-align: left;
	line-height: 140%;
	color: #fff;
}
/* @end */


/* @group elements */
/* ELEMENTS
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */
h1 {
	font-size: 4.2em;
	font-weight: bold;
	letter-spacing: -0.03em;
	margin: 20px 0 0;
	
	color: #fff;
}

h2 {
	font-size: 2em;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: -0.03em;
	margin: 0;
	
	color: #fff;
}

h3 {
	font-size: 1.4em;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: -0.03em;
	margin: 10px 0 0;
	
	color: #fff;
}

h4 {
	font-size: 1.6em;
	font-weight: bold;
}

h5 {
	font-size: 2.4em;
	font-weight: bold;
	color: #fff;
}

input[type=text]#realname {
	background: #f7f7f7 url("../images/bg-icon-user.png") no-repeat top left;
}

input[type=text]#email {
	background: #f7f7f7 url("../images/bg-icon-email.png") no-repeat top left;
}
/* @end */


/* @group footer */
/* FOOTER
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */
#footer {
	text-align: center;
	margin-top: 50px;
}

#footer p {
	color: #75a1c3;
}

#footer a {
	color: #fff;
}
/* @end */


/* @group misc */
/* MISC
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */
.clearer {
	clear: both;
	line-height: 1;
	margin: 0;
	padding: 0;
	display: block;
}

.left {
	float: left;
	display: inline;
}

.right {
	float: right;
	display: inline;
}

img a:hover {
	margin-bottom: -5px;
}