/*--------------------------------------
BELLYFEEL page layout CSS
---------------------------------------*/
body 
{
	background-color: #000;
	background-image: url('../../graphics/bg.jpg');
	background-position: center 0px;
	height:100%;
	width:100%;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	text-align: -moz-center;
	*text-align: center !important;
}

html
{
	text-align: -moz-center;
	*text-align: center !important;
}

body,td,th 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

*
{
	padding: 0;
	margin: 0;
}


/*--------------------------------------
GLOBALS & GENERAL CASES
---------------------------------------*/

a 
{
	color:#000000;
}

a:visited
{
	color:#333333;
}

a:hover 
{
	
}

a.anchors
{
	color:#000000;	
}

a.anchors:visited
{
	color:#333333;	
}

a.anchors:hover 
{
	
}

ul
{
	
}

li
{
	margin-bottom:5px;
}

/*--------------------------------------
Typography
---------------------------------------*/
h1, h2, h3, h4, h5, h6 
{
	
}

/* approx 21px*/
h1 
{
	font-size: 18px;
}

/* approx 16px*/
h2 
{
	font-size: 16px;
}

/* approx 14px*/
h3 
{
	font-size: 14px;
}

/* approx 12px*/
h4 
{
	
}

/* approx 11/14 */
p 
{
		
}

/*--------------------------------------
Forms
---------------------------------------*/

.form_text_field 
{
	background-color: #FFF;
	color:#333;
	width:250px;
	padding:2px;
	min-height:14px;
	border: 1px solid #333;
}

/*--------------------------------------
Containers
---------------------------------------*/

#container
{
	height:auto;
	width:1000px;
	text-align:left;
	background-image: url('../../graphics/paper-tile.jpg');
	background-position: 0px 726px;
}

#content
{
	*height:722px;
	min-height:722px;
	background-image: url('../../graphics/awp-paper-tile.jpg');
	background-position: 0px 0px;
	background-repeat:no-repeat;
}

/*--------------------------------------
Containers - Header
---------------------------------------*/

#header
{
	height:67px;
}

#header_content
{
	padding-left:210px;
	padding-top:15px;
}

#header_menu
{
	
}

#header_menu_item
{
	float:left;
}

/*--------------------------------------
Containers - Left Column
---------------------------------------*/

#left_col
{
	float:left;
	width:162px;
	overflow:hidden;
}

#left_logo
{
	height:150px;
	width:140px;
}

#left_col_content
{
	margin-left:14px;
	margin-top:10px;	
}

#profile_box_top
{
	background-image: url('../../graphics/box-frame-top-140.png');
	background-repeat:no-repeat;
	height:20px;
	width:150px;
	overflow:hidden;
}

#profile_box_bottom
{
	background-image: url('../../graphics/box-frame-bottom-140.png');
	background-repeat:no-repeat;
	height:20px;
	width:150px;
	overflow:hidden;
}

#profile_box_middle
{
	background-image: url('../../graphics/box-frame-middle-140.png');
	background-repeat:repeat-y;
	width:150px;
	overflow:hidden;
}

#profile_box_content
{
	padding-left:17px;
	padding-right:18px;
}

#profile_avatar
{
	width:117px;
	overflow:hidden;
	margin-top:10px;
	margin-bottom:10px;
}

/*--------------------------------------
Containers - Main Column
---------------------------------------*/

#main_area
{
	float:left;
	width:680px;
	overflow:hidden;
}

#main_description
{
	margin-top:10px;
	margin-bottom:15px;
	min-height:137px;
}

#main_description_content
{
	padding-top:32px;
	padding-left:10px;
	padding-right:10px;
	
	height:63px;
}

#main_container
{
	width:680px;
	margin-bottom:0px;
}

#main_top
{
	background-image: url('../../graphics/box-frame-top-680.png');
	background-repeat:no-repeat;
	height:20px;
}

#main_bottom
{
	background-image: url('../../graphics/box-frame-bottom-680.png');
	background-repeat:no-repeat;
	height:20px;
}

#main_middle
{
	background-image: url('../../graphics/box-frame-middle-680.png');
	background-repeat:repeat-y;
}

#main_content
{
	padding-left:20px;
	padding-right:20px;
}

#main_media_player
{
	width:640px;
	height:480px;
	background-color:#000;
}

#main_thumb_hide
{
	visibility:hidden;
	width:0px;
	height:0px;
}

#main_col_left
{
	float:left;
	width:390px;
}

#main_col_left_top
{
	background-image: url('../../graphics/box-frame-top-390.png');
	background-repeat:no-repeat;
	height:20px;
}

#main_col_left_bottom
{
	background-image: url('../../graphics/box-frame-bottom-390.png');
	background-repeat:no-repeat;
	height:20px;
}

#main_col_left_middle
{
	background-image: url('../../graphics/box-frame-middle-390.png');
	background-repeat:repeat-y;
}

#main_col_right
{
	float:right;
	width:290px;
}

#main_col_right_top
{
	background-image: url('../../graphics/box-frame-top-290.png');
	background-repeat:no-repeat;
	height:20px;
}

#main_col_right_bottom
{
	background-image: url('../../graphics/box-frame-bottom-290.png');
	background-repeat:no-repeat;
	height:20px;
}

#main_col_right_middle
{
	background-image: url('../../graphics/box-frame-middle-290.png');
	background-repeat:repeat-y;
}

#main_col_left_content
{
	padding-left:20px;
	padding-right:20px;
}

#main_col_right_content
{
	padding-left:20px;
	padding-right:20px;
}

#content_thumb
{
	float:right;
	margin-left:10px;
	margin-bottom:10px;
	border:solid 1px #666666;
}

#content_image
{
	border:solid 1px #666666;
	overflow:hidden;
}

#module_image
{
	width:230px;
	overflow:hidden;
	border:solid 1px #666666;
}

/*--------------------------------------
Containers - Right Column
---------------------------------------*/

#right_col
{
	float:right;
	margin-top:0px;
	width:151px;
}

#advert
{
	background-color:#333333;
	margin-bottom:5px;
	width:106px;
	min-height:80px;
}

#media_advert
{
	float:left;
	overflow:hidden;
	border:solid 1px #333333;
	margin-right:6px;
	margin-bottom:6px;
	width:98px;
	height:74px;
}

/*--------------------------------------
Containers - Footer
---------------------------------------*/

#footer
{
	width:1000px;
	height:67px;
	background-image: url('../../graphics/footer-bg.jpg');
	background-repeat:no-repeat;
}

#footer_content
{
	text-align:left;
	color:#333333;
	padding-left:210px;
	padding-top:15px;
}

/*--------------------------------------
Links
---------------------------------------*/

#menu-hide
{	
	position: absolute; 
	left: -200px;
}

a.link1
{
	display:block;
	overflow:hidden;
	
	width: 112px;
	height: 40px;
	background: url(../../graphics/awp-menu-home.gif) 0 0 no-repeat;
	text-decoration: none;
}

a:hover.link1
{
	background-position: 0 -40px;
}

a.active1
{
	display:block;
	overflow:hidden;
	width: 112px;
	height: 40px;
	background: url(../../graphics/awp-menu-home.gif) 0 -40px no-repeat;
	text-decoration: none;
}

a.link2
{
	display:block;
	overflow:hidden;
	
	width: 109px;
	height: 40px;
	background: url(../../graphics/awp-menu-news.gif) 0 0 no-repeat;
	text-decoration: none;
}

a:hover.link2
{
	background-position: 0 -40px;
}

a.active2
{
	display:block;
	overflow:hidden;
	width: 109px;
	height: 40px;
	background: url(../../graphics/awp-menu-news.gif) 0 -40px no-repeat;
	text-decoration: none;
}

a.link3
{
	display:block;
	overflow:hidden;
	
	width: 116px;
	height: 40px;
	background: url(../../graphics/awp-menu-media.gif) 0 0 no-repeat;
	text-decoration: none;
}

a:hover.link3
{
	background-position: 0 -40px;
}

a.active3
{
	display:block;
	overflow:hidden;
	width: 116px;
	height: 40px;
	background: url(../../graphics/awp-menu-media.gif) 0 -40px no-repeat;
	text-decoration: none;
}

a.link4
{
	display:block;
	overflow:hidden;
	
	width: 130px;
	height: 40px;
	background: url(../../graphics/awp-menu-comms.gif) 0 0 no-repeat;
	text-decoration: none;
}

a:hover.link4
{
	background-position: 0 -40px;
}

a.active4
{
	display:block;
	overflow:hidden;
	width: 130px;
	height: 40px;
	background: url(../../graphics/awp-menu-comms.gif) 0 -40px no-repeat;
	text-decoration: none;
}

a.link5
{
	display:block;
	overflow:hidden;
	
	width: 133px;
	height: 40px;
	background: url(../../graphics/awp-menu-links.gif) 0 0 no-repeat;
	text-decoration: none;
}

a:hover.link5
{
	background-position: 0 -40px;
}

a.active5
{
	display:block;
	overflow:hidden;
	width: 133px;
	height: 40px;
	background: url(../../graphics/awp-menu-links.gif) 0 -40px no-repeat;
	text-decoration: none;
}

/*--------------------------------------
Text
---------------------------------------*/
.error
{
	color:#FF0000;
}

.date
{
	color:#999999;
}