/*
-----------------------------------------------
- [ Amigos ]
----------------------------------------------- 
- Author:  Swear Words (www.swearwords.com.au)
- Version:  [ 5 December 2008 ]
----------------------------------------------- */

*
{
	margin: 0;
	padding: 0;
}

a 
{
	color: #999999;
	text-decoration: underline;
}

a.none
{
	color: #ffffff;
	text-decoration: none;
}

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

body
{
	margin: 0 auto;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 11px;
	color: #ffffff;
	background-color: #f5141e;
	overflow: hidden;
}

img
{
	border: 0;
	margin: 0;
}

#wrapper
{
	position: relative;
	margin: 50px auto 0;
	width: 800px;
	height: 525px;
	background-color: #000000;
	overflow: hidden;
}

#menu
{
	width: 205px;
	height: 525px;
	position: relative;
	float: left;
	background-image: url('../../images/site/left_branding.gif');
	background-repeat: no-repeat;
	background-position: left bottom;
	overflow: hidden;
}

#nav
{
	margin-top: 60px;
	list-style: none;
	font-size: 13px;
	overflow: hidden;
}

#nav li
{
	text-align: right;
	padding-right: 30px;
	margin-bottom: 15px;
	height: 20px;
	overflow: hidden;
}

#nav li:hover
{
	/*background-image: url(../../images/site/bird.gif);*/
	/*background: url("../../images/site/anm_bird.gif") no-repeat !important;*/
	overflow: hidden;
}

#content
{
	width: 595px;
	height: 525px;
	position: relative;
	float: left;
	overflow: hidden;
}

#slogan
{
	position: absolute;
	width: 490px;
	height: 20px;
	top: 20px;
	left: 35px;
	font-size: 19px;
	text-align: center;
	letter-spacing: 4px;
	z-index: 4;
	overflow: hidden;
}

#bg_content
{
	margin-top: 10px;
}

#text
{
	position: absolute;
	width: 520px;
	height: 205px;
	bottom: 20px;
	left: 35px;
	z-index: 4;
	overflow: auto;
}

#text_big
{
	position: absolute;
	width: 520px;
	height: 380px;
	bottom: 20px;
	left: 35px;
	z-index: 4;
	overflow: auto;
}

#menu_left
{
	position: relative;
	float: left;
	width: 170px;
	height: 380px;
	overflow: hidden;
}

#menu_right
{
	position: relative;
	float: left;
	width: 320px;
	height: 380px;
	overflow: hidden;
}

#scroll
{
	width: 490px;
	height: 100%;
	float: left;
	overflow: hidden;
}

#scroll #news_left
{
	width: 285px;
	padding-right: 10px;
	float: left;
	position: relative;
	border-right: solid 1px #ffffff;
	overflow: hidden;
}

#scroll #specials_right
{
	width: 170px;
	padding: 0 10px;
	float: right;
	position: relative;
	overflow: hidden;
}

#scroll_big
{
	width: 520px;
	height: 100%;
	float: left;
	overflow: hidden;
}

#area_scroller
{
	width: 15px;
	height: 205px;
	float: right;
	overflow: hidden;
}

#area_scroller_big
{
	width: 15px;
	height: 380px;
	float: right;
	overflow: hidden;
}

#container_scroller
{
	width: 15px;
	height: 175px;
	overflow: hidden;
}

#container_scroller_big
{
	width: 15px;
	height: 350px;
	overflow: hidden;
}

#container_line
{
	margin-top: -50px;
	width: 1px;
	height: 100%;
	margin-left: 7px;
	background-color: #ffffff;
	overflow: hidden;
}

#scroller_handle
{
	cursor: move;
	width: 15px;
	height: 40px;
	padding-top: 10px;
	overflow: hidden;
}

#right_branding
{
	position: absolute;
	right: 0px;
	top: 0px;
	z-index: 3;
	overflow: hidden;
}

#overlay
{
	width: 585px;
	height: 505px;
	overflow: hidden;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 2;
	background: url("../../images/site/overlay.png") no-repeat !important;
	background-image: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/site/overlay.png', sizingMethod='scale');		
}

#privacy
{
	width: 770px;
	height: 15px;
	padding: 10px 15px 0 15px;
	margin: 0 auto;
}

/* SYSTEM MESSAGE BOX STYLES */

#message_box
{
	position: absolute;
	z-index: 100;
	top: 50%;
	left: 50%;
	padding: 5px;
	width: 240px;
	height: 100px;
	background-color: #CCCCCC;
	/* background-color: #6e285a; */
	overflow: hidden;
}

#message_box #message_text
{
	padding: 20px;
	width: 200px;
	height: 60px;
	text-align: center;
	font-size: 14px;
	color: #333333;
	background-color: #ffffff;
	overflow: hidden;
}

.alignright
{
	float: right;
}

.alignleft
{
	float: left;
}

.arrow
{
	font-size: 14px;
}

.bird
{
	/*background: url("../../images/site/bird.png") no-repeat !important;*/
	background: url("../../images/site/anm_bird.gif");
	/*background-repeat: repeat-x !important;*/
	/*background-image: none;*/
	/*filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="images/site/bird.png", sizingMethod='image');*/
	overflow: hidden;
}

.bg_white
{
	background-color: #ffffff;
}

.color_red
{
	color: #f5141e;
}

.finger
{
	cursor: pointer;
}

.inputstyle
{
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 10px;
}

.linebreak
{
	background-color: #ffffff;
	border:0 none;
	height:1px;
}

.selected
{
	color: #f5141e;
}

.size200
{
	width: 200px;
}

.title
{
	font-size: 20px;
	font-weight: bold;
}