body
{
	font-family: Arial, sans-serif;
	font-size: 13px;
	background-color: #ecf8fe;
	background-image: url('../images/background.png');
	background-repeat: repeat-x;
	margin: 0;
	padding: 0;
}

h1, h2, h3, #slideshow, #navigation, #top-bar, .offer .button, .offer .tab-list, .mini-offer a.button
{
	font-family: Arial, sans-serif;
}

textarea, input, select
{
	border: 1px solid #BFBFBF;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	margin-bottom: 7px;
	margin-top: 0px;
}

p p {
	margin: 0;
}

img
{
	border: 0;
}

a
{
	color: inherit;
	text-decoration: none;
}

hr {
	border-top: 1px solid #bbb;
	color: #bbb;
}
/*a:hover {*/
/*	text-decoration: underline;*/
/*}*/

h1
{
	margin-top: 0;
}

table
{
	border-collapse: collapse;
}

.rounded1
{
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

.rounded2
{
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}


#norisori
{
	background-image: url('../images/norisori.png');
	background-repeat: repeat-y;
	background-position: top center;
}

#top-bar {
	background-color: #e73e1d;
	width: 880px;
	margin: 0px auto 18px auto;
	padding: 0;
	overflow: hidden;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
}

#top-bar #social
{
	height: 16px;
	position: absolute;
	left: 10px;
	top: 4px;
}

#top-bar img
{
	display: inline;
	margin: 0;
	margin-right: 3px;
}

#top-bar ul
{
	margin: 0;
	padding: 0;
}

#top-bar li {
	list-style-type: none;
	float: right;
	padding: 5px 11px 5px 11px;
}

#top-bar li:hover {
	background-color: #2a1414;
}

#top-bar a {
	text-decoration: none;
	font-family: sans-serif;
	color: #fff;
	font-size: smaller;
}

.header
{
	margin: auto;
	width: 900px;
	padding: 15px;
	padding-left: 20px;
	position: relative;
}

.header img {
	margin-right: 180px;
	float: left;
}

#navigation {
	position: absolute;
	right: 15px;
	bottom: 18px;
	background-color: #85d5f8;
}

#navigation li {
	list-style-type: none;
	padding: 15px;
	margin-right: 5px;
	text-align: center;
	background-color: #2a1414;
	color: #fff;
	font-size: 10px;
	font-weight: bold;
	display: inline;
}

#navigation li:hover {
	background-color: #e64f22;
	cursor: pointer;
}

.wrapper
{
	background-color: white;
	margin: auto;
	margin-top: 0;
	margin-bottom: 50px;
	width: 900px;
	padding: 15px;

	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.wrapper .widgets
{
	float: left;
	width: 308px;
}

.wrapper .content
{
	float: right;
	width: 580px;
}

.bottom
{
	display: block;
	margin: auto;
}

#footer
{
	text-align: center;
	width: 900px;
}

#footer a
{
	color: #e64f22;
	text-decoration: underline;
}

table td.textLeft
{
	text-align: left;
}

table td.textRight
{
	text-align: right;
}

.brown-bg {
	background-color: #2a1414;
}

.cyan-bg {
	background-color: #6ed0f7;
}

.purple-bg {
	background-color: #982068;
}

.blue-bg {
	background-color: #202459;
}

.green-bg {
	background-color: #1e9762;
}

.orange-bg {
	background-color: #e64f22;
}

.light-orange-bg {
	background-color: #f7941d;
}

.orange {
	color: #e64f22;
}

.grey {
	color: #666;
}

.green {
	color: #1e9762;
}

.left {
	float: left;
}

.right {
	float: right;
}

div.clear {
	clear: both;
}

.hide {
	display: none;
}
