@charset "utf-8";
/* FRUITATTACK.NET DEFAULT STYLESHEET */

/* CSS GLOBAL RESET */
* {
	margin: 0;
	padding: 0;
}

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%;
	font-family: inherit;
	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-image: url(img/bg.png);
	background-color: #40454A;
	background-repeat: repeat-x;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 62.5%;
	line-height: 1.3;
	margin-bottom: 37px;
}

#container {
	width: 556px;
	position: relative;
	left: 50%;
	margin-left: -278px;
	background-image: url(img/main_bg.png);
	background-repeat: repeat-y;
}

#quotes {
	text-align: center;
	background-color: #26282C;
	height: 37px;
	color: #35383E;
	font-size: 11px;
}

#header {
	width: 556px;
	height: 160px;
	background-image: url(img/header_bg.png);
	background-repeat: no-repeat;
}

#menu {
	padding-left: 17px;
	margin: 3px 0 18px 0;
}
 
#menu ul {
	white-space: nowrap;
	padding: 0;
	margin: 0;
}

#menu li {
	display: inline;
	font-size: 1.5em;
	margin-right: 21px;
}

#menu a {
	text-transform: uppercase;
	text-decoration: none;
	font-weight: bold;
	color: #35383E;
}

#menu a:hover {
	color: #AA0909;
}

.clr {
	clear: both;
}

#content {
	padding: 0 11px;
}

.text {
	padding: 0px 17px;
	font-size: 1.5em;
	color: #5D636D;
}

.text h3, .text h4 {
	color: #DF0B0B;
	font-weight: bold;
}

.text h3 {
	font-size: 1.2em;
	text-transform: uppercase;
}

.text h4 {
	font-size: 1.1em;
}

.text b {
	font-weight: normal;
	color: #AA0909;
}

.text strong {
	font-weight: bold;
}

.text em {
	font-size: 0.9em;
	color: #9195A1;
}

.text a {
	color: #DF0B0B;
	font-weight: bold;
	text-decoration: none;
}

.text a:hover {
	text-decoration: underline;
}

.left {
	float: left;
}

.right {
	float: right;
}

#footer {
	background-image: url(img/footer_bg.png);
	background-repeat: repeat-x;
	width: 556px;
	height: 44px;
}