/* 
fatking.co.uk | Base Styling
(c) Alastair O'Shea
updated : Nov 2006
----------------------------------------------- */


*
{
	padding: 0;
	margin: 0;
	border: 0;
}

body
{
	background: #B8DEFF url(imgs/body_tile.gif) top repeat-x;
	/*background: #B8DEFF;*/
	font-size: 62.5%;
	font-family: Verdana, Helvetica, sans-serif;
	color: #666;
	text-align: center;
	line-height: 1.6em;
	word-spacing: 0.02em;
}

p
{
	font-size:110%;
	padding:6px;
}

#container
{
	background: #fff;
	width: 943px;
	margin: 0 auto;
}

#content
{
	margin:0 20px;
}

#footer 
{
	clear: both;
}

#main .box
{
	height:285px;		
	padding-bottom:6px;
}

#main .box img
{
	float:left;
	margin-right:12px;
	
}



#pr, #santa_promo, #rotato_promo
{
	float:left;
	margin-right:12px;
}

#main
{
	float:left;
	margin-top:2px;
	width:550px;
/*background:#0cf;*/
	/*border:1px solid #000;	*/
	text-align:left;
}

#sidebar
{
	margin-top:2px;
	float:right;
	width:330px;
	margin-right:18px;
	background:#fcf;
	text-align:left;
}

#sidebar .box
{
	padding:4px;
	background:#fff;
}

.item a
{
	border: 0;
}

.item a:hover
{
	border: 0;
}

#content h1
{
	background: url(imgs/underline.gif) bottom left repeat-x;
}

#footer h2
{
	border-bottom:2px dashed #36C4CD;
	text-align: center
}

/* =Headings
----------------------------------------------- */
h1,h2,h3,h4,h5,h6
{
font-family: Verdana, sans-serif;
font-weight: 900;
line-height: 1.6em;
word-spacing: 0.1em;
letter-spacing: 0.05em;
padding:6px;
}

h1{font-size: 240%}
h2{font-size: 180%}
h3{font-size: 140%}
h4{font-size: 140%; font-variant:small-caps}
h5{font-size: 110%; font-variant:small-caps}

#main h1
{
	background: #B8DEFF
}

#main .box h2
{
	background: #B8DEFF
}

/* =Links
----------------------------------------------- */
a
{
color: #99f;
text-decoration:none;
border-bottom: 1px dashed #99f;
}
a:hover 
{
color: #990;
text-decoration:none;
border-bottom: 1px solid #99f;
}
a:visited
{
color:#99c;
text-decoration:none;
}
a:active
{
color:#990;
text-decoration: none;
}
/* Tables
-----------*/
table
{
font-size:110%;
background: transparent;
border-collapse:collapse;
margin: 6px auto
}
tbody tr
{
background: #DFF0FF
}
tbody tr.stripe
{
background:#F6FBFF
}
td,th
{
padding: 8px
}
caption
{
font-size: 120%;
caption-side: left;
padding: 12px;
text-align: center
}
/* Forms
-----------*/
#form
{

width: 420px;
}

#formstyle
{

padding: 20px;
}

fieldset
{
background: #fff;
border: 1px solid #999;
padding: 20px;
height: 400px;
}

legend
{
background-color: #fff;
border: 1px solid #999;
padding: 8px;
}


label, input, textarea
{
float: left;
margin: 4px;
}

label
{
font-size: 90%;
color: #666;
text-align: right;
width: 100px;
}

input
{
width: 140px;
}

textarea
{
width: 180px;
}

input, textarea
{
background: #fff;
border: 1px inset #f99;
}