/* 
// created: 30th Oct 2009
*/

/* reset */
html, body, div, span, h1, h2, h3, h4, h5, h6, p, blockquote, a, code, img, small, strong, b, u, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, tbody, tfoot, thead, tr, th, td, hr { margin:0; padding:0; border:0; }

/* HTML tags */ 
body 					{ font:normal 12px Arial, Helvetica, sans-serif; color:#fff; background:url(../images/background.jpg) #000000 top center no-repeat; }
a						{ color:#ed1a37; text-decoration:underline; }
a:hover					{ text-decoration:none; }
p						{ margin-bottom:16px; }
h2						{ color:#ed1a37; font-weight:normal; }



/* DIVs */
#page-wrap				{ width:860px; margin:37px auto; }
#header					{ height:101px; }
#logo					{ }
#contact-call			{ color:#FFFFFF; float:right; padding-top:65px; padding-right:14px; }
#content-wrapper		{ width:592px; float:left; }
#content-wrapper img	{ display:block; }
#sidebar-deals			{ width:261px; float:right; }
#sidebar-deals img		{ display:block; }
#main-content			{ height:180px; background:#FFFFFF;  padding-left:37px; color:#000000; }
#main-content ul		{ width:140px; padding:0 14px 0 16px; float:left; color:#ed1a37; font-size:11px; }
#main-content ul li 	{ margin-bottom:4px; }
#main-content span		{ color:#000000; }
#full-width-content		{ background-color:#FFFFFF; color:#000000; padding:20px; }


/* CLASSES */
.clear					{ clear:both; }
