/* CSS RESET v1.0 | 20080212 */

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,b, u, i, center,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-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
        background:#fffbd5 url('../images/home-bg-header.gif') repeat-x;
	text-align:center;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* ================ END OF CSS RESET ================ */


body{
	direction:rtl;
	font-family:arial;
	font-size:14px;
}
#wrapper{
	width:920px;
	margin:auto;
	text-align:right;
	position:relative;
}
#main{
	margin-right:281px;
	width:548px;
	line-height:130%;
}
#sidebar{
	position:absolute;
	top:410px;
	right:10px;
	width:238px;
}
a{
	color:#2facad;
}
#discountBadge{
	position:fixed;
	bottom:0;
	right:0;
	z-index:10000;
}
#footer{
	background:#afe4c5 url('../images/bg-footer.gif') repeat-x;
	height:150px;
	padding-top:240px;
	margin-top:100px;
	text-align:center;
	color:white;
	font-weight:bold;
}
#footer a{
	color:white;
}

#nav{
	height:33px;
	background:url('../images/bg-nav.gif') no-repeat;
	padding-right:1px;
	position:relative;
	margin-top:18px;
}

#nav li{
	display:inline;
	list-style-type:none;
	height:32px;
	width:109px;
	text-align:center;
	padding-top:7px;
	float:right;
	margin:0;

}
#nav li a{
	color:white;
	text-decoration:none;
	font-size:15px;
	font-weight:bold;
}
#nav li.selected{
	background:url('../images/nav-btn-bg.gif') no-repeat;
}
#nav li.selected a{
	color:#4c8179;
}
#nav #star-new{
	position:absolute;
	top:-25px;
	right:130px;
}
#shareButtons{
	position:fixed;
	left:0;
	top:159px;
	width:55px;
	height:140px;
}
#shareButtons a{
	display:block;
	background-image:url('../images/share_buttons.png');
	background-repeat:no-repeat;
	width:55px;
	height:70px;
}
#shareButtons #share_mail{
	background-position:0 0;
}
#shareButtons #share_mail:hover{
	background-position:0px -80px;
}
#shareButtons #share_facebook{
	background-position:-60px 0;
}
#shareButtons #share_facebook:hover{
	background-position:-60px -80px;
}

#fbfanbox{
position:absolute;
top:265px;
right:50px
}

