/* 
	Amazing Me Global CSS
	Author: Tom Knowles 
	Description: Deals with vast majority of stuff except typography
*/

/* useful classes */

.hidden
{
	display: none;
}

.clear
{
	clear: both;
}

.gutter
{
	margin-bottom: 15px;
}



/* structural divs */

#wrapper
{
	width:750px;
	margin: 0 auto;
	background-image:url(../images/layout/bg_wrapper.jpg);
	background-repeat: repeat-y;
	overflow: hidden;
}

#header
{
	background-color: #ffffff;
	background-image:url(../images/layout/bg_header.jpg);
	background-repeat: no-repeat;
	height: 110px;
	padding: 0 0 0 40px;
}

#nav
{
	height: 60px;
	background-image:url(../images/layout/bg_nav.jpg);
	background-repeat: no-repeat;
}

#nav li
{
	padding-right:15px;
}
#columntop
{
	background-image:url(../images/layout/bg_top_2c.jpg);
	background-repeat: no-repeat;
	height: 17px;
}

#columns
{
	background-image:url(../images/layout/bg_columns_2c.jpg);
	background-repeat: repeat-y;
	width: 750px;
	position: relative;
	padding-bottom: 1px;
}




#left
{
	float: left;
	width: 177px;
	padding-left: 13px;
}

#right
{
	float: right;
	width: 515px;
	padding-right: 25px;
}


#footer
{
	background-color:#FFFFFF;
	background-image:url(../images/layout/bg_footer_2c.jpg);
	background-repeat: no-repeat;
	width: 750px;
	height: 18px;
	position: relative;
	padding: 55px 10px 10px 30px;
}

#copyright
{
	display: inline;
	width: 345px;
}

#validation
{
	display: inline;
	position: absolute;
	text-align: right;
	right: 70px;
	top: 55px;
}

#content
{
	position: relative;
}

/* subpanels */

.subpanelcontent
{
	padding: 0 0 0 10px;
	width: 160px;
}

.subpanelbot
{
	height: 35px;
	width: 177px;
	background-image:url(../images/layout/bg_separator.gif);
	background-repeat: no-repeat;
	text-align: right;
	padding: 17px 0px 0 0;
}

.subpanelbot img
{
	margin-left: 5px;
	margin-right: 10px;
}

.subpanelcontent ul
{
	margin-left: 25px;
	color: #4DA6D5;
}


/* login */ 

#login
{
	position: absolute;
	top: 20px;
}

#login #logout
{
	margin: 0 0 0 10px;
	vertical-align:top;
}

/* text sizer */

#textsizer
{
	position: absolute;
	top: 80px;
	color: #fff;
}


/* navigation list */

#nav ul
{
	list-style: none;
	padding: 16px 0 0 35px;
	margin: 0;
}

#nav li
{
	display: inline; 
	margin: 0 6px 0 0;
}

.demo
{
	font-size: 200%;
	font-weight: normal;
	color: #89B700;
	margin: 0px 0px 10px 0px;
}

.caps
{
  text-transform:capitalize;	
}


/*loading div styles*/
#progress{
    width:100px;
    height:30px;
    background-color:#fff;
    border:0;
    /*border-top:1px solid #999;
    border-right:1px solid #999;*/
    z-index:999;
    position:absolute;
    top:0px;
    left:3px;
}
#progress img{
    position:relative;
    top:2px;
}
#btnDummy
{
    background-color:#ccc;
    cursor:wait;
}