/* CSS Reset */

* {
	font-family:			arial, helvetica, sans-serif;	
}

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,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	vertical-align: baseline;
}

:focus {
	outline: 0;
}

body {
	line-height: 1;
	color: black;
	background: white;
}

ol, ul {
	list-style: none;
}

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: "" "";
}

/* Layout */

body {
	background:				#252525 url('/images/homepage/bg.gif') repeat-x left top;
	direction:				rtl;
	font-size:				12px;
}

#wrapper {
	width:					975px;
	margin:					auto;
	background:				url('/images/homepage/homepage_land_bg2.png') no-repeat left 23px;
	height:					661px;
	overflow:				hidden;
	position:				relative;
}

.clearfix {
	overflow:				hidden;
}

/* Homepage */

.homepage #bullets {
	margin-top:				233px;
}

.homepage #bullets li {
	width:					550px;
	height:					37px;
	margin-bottom:			2px;
	cursor:					pointer;
}

.homepage #call_to_action {
	margin-top:				50px;
	width:					315px;
	height:					60px;	
	display:				block;
}

.homepage #discover {
	margin-right:			5px;
	margin-top:				95px;
	overflow:				hidden;	
}

.homepage #discover li {
	width:					179px;
	float:					right;
	padding-left:			32px;
	line-height:			1.4;
}

.homepage #discover li, 
.homepage #discover li * {
	color:					#fff;
}

#link144 {
	position:				absolute;
	left:					363px;
	top:					62px;
	width: 					100px;
	height: 				58px;	
}

/* Slider */

#homepage_slider {
	width:					271px;
	height:					386px;
	overflow:				hidden;
	position:				absolute;
	top:					150px;
	left:					47px;	
}

#homepage_slider .holder {
	position:				relative;
	width:					100%;
	white-space:			nowrap;
}

#free {
	position:				absolute;
	top:					98px;
	left:					12px;
	z-index:				1;	
}

/* Footer */

#footer {
	padding-top:			14px;
	width:					940px;
	margin:					0 auto;
	padding-bottom:			70px;
	padding-left:			20px;
}

#footer,
#footer * {
	font-size:				11px;
	color:					#919191;	
}

#footer a {
	color:					#8cbeff;
	text-decoration:		none;
}

#footer a:hover {
	text-decoration:		underline;
}

#footer span {
	color:					#fff;	
}
