/* CSS Document */
/****************************************************************/
/*	Design: 	RoundedBlue										*/
/*	Author: 	David Kaye										*/
/*	Date:		October 2006									*/
/*	Release:	01												*/
/*	Website: 	http://www.webstarhosting.co.uk					*/
/****************************************************************/ 

/************************
Main Body
*************************/

body 
{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 76.1%;
  background-color: #001122;
  color: inherit;
  margin: 0 auto;
  padding: 0;
}

/************************
Page Container
*************************/

#wrapper
{
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	width: 770px;
	background-color: #5f7287;
	color: #333333;
}

/*************************
Header
*************************/

#header
{
	width: 770px;
	height: 50px;
	padding-top: 20px;
	line-height: 0px;
	
}

#header h1
{
	font-size: 175%;
	padding-left: 30px;
	padding-right: 30px;
	color: #fff;
	background-color: inherit;
}

#header p
{
	font-size: 95%;
	padding-left: 30px;
	padding-right: 30px;
	line-height: 1px;
	color: #fff;
	background-color: inherit;
}

/***********************************
NavBar
***********************************/

#navbar
{
	font-size: 100%;
	color: #fff;
	background-color: #97a8bb;
	height: 25px;
  	line-height: 25px;
  	padding: 0 20px;
}

#navbar a
{
	text-decoration: none;
	color: #fff;
	background-color: inherit;
	padding-left: 10px;
	padding-right: 10px;
	font-weight: bold;
}

#navbar a:hover
{
	background: #999;
	color: inherit;
	padding-bottom: 5px;
	padding-top: 5px;
}


/*******************************
Navbar rounded tabs
*******************************/


/************************************
Content
************************************/

#content
{
	clear: right;
	background-color: #5f7287;
	color: inherit;
	padding-top: 30px;
	padding-right: 30px;
	padding-left: 20px;
	margin-right: 5px;
	width: 500px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-bottom: 35px;
	float: right;
	font-size: 0.9em;
	border-left: 1px solid #97a8bb;
}


#content a
{
	text-decoration: none;
	color: #29257a;
	background-color: inherit;
}

#content a:hover
{
	text-decoration: underline;
}

#content h1
{
	font-size: 100%;
	color: #fff;
	background-color: #97a8bb;
	padding-left: 10px;
	padding-bottom: 5px;
}

#content h3
{
	font-size: 110%;
	border-bottom: 1px solid #eee;
	background-color: #bce77c;
	color: inherit;
}

#content ul
{
	list-style: square;
}

/**********************************
Content Rounded Box
**********************************/

/* top section of the rounded box*/
.ptop 
{
	background-color: #97a8bb;
	color: inherit;
	background-image: url(img/tright.gif);
	background-repeat: no-repeat;
	background-position: right top;
	padding: 0px 20px 0px 0px;
	margin: 0px;
	width: 480px;
}
/* middle section of the rounded box*/
.pmiddle 
{
	background-color: #97a8bb;
	color: inherit;
	margin: 0px;
	width: 480px;
	padding: 0px 10px;
}
/*table*/
.tmiddle 
{
	background-color: #97a8bb;
	color: inherit;
	margin: 0px;
	width:100%;
	padding: 0px;
}
.tmiddle td
{
	padding-left:20px;
}
.txt_input
{
	width:300px;
}
/* bottom section of the rounded box*/
.pbottom 
{
	background-color: #97a8bb;
	color: inherit;
	background-image: url(img/bright.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	padding: 0px 20px 0px 0px;
	margin: 0px 0px 30px 0px;
	width: 480px;
}




/****************************
Side Bar
****************************/

#sidebar
{
	float: left;
	width: 160px;
	padding: 10px 10px 50px 20px;
	color: inherit;
	background-color: #5f7287;
	font-size: 0.9em;
}

#sidebar a
{
	text-decoration: none;
	color: #29257a;
	background-color: inherit;
	line-height: 25px;
	padding-left: 0px;

}

#sidebar a:hover
{
	text-decoration: underline;
}

#sidebar h3
{
	background-color: #97a8bb;
	font-size: 100%;
	padding-left: 10px;
	color: #fff;
	padding-bottom: 5px;
	
}

/********************************
Sidebar Rounded Box
********************************/
/* top section of the rounded box*/
.sidenavptop 
{
	background-color: #97a8bb;
	color: inherit;
	background-image: url(img/tright.gif);
	background-repeat: no-repeat;
	background-position: right top;
	padding: 0px 20px 0px 0px;
	margin: 20px 0px 0px 0px;
	width: 140px;
}
/* middle section of the rounded box*/
.sidenavpmiddle 
{
	background-color: #97a8bb;
	color: inherit;
	margin: 0px;
	width: 140px;
	padding: 0px 10px;
	list-style-position: inside;
}
/* bottom section of the rounded box*/
.sidenavpbottom 
{
	background-color: #97a8bb;
	color: inherit;
	background-image: url(img/bright.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	padding: 0px 20px 0px 0px;
	margin: 0px 0px 30px 0px;
	width: 140px;
}



/********************************
Footer
********************************/

#footer
{
	clear: both;
	text-align: right;
	font-size: 0.9em;
	padding-top: 10px;
	height: 30px;
	color: #fff;
	background-color: inherit;
}

#footer a
{
	text-decoration: none;
	background-color: inherit;
	color: #29257a;
}

#footer a:hover
{
	text-decoration: underline;
}

/*******************************
Footer rounded box
*******************************/

/* top section of the rounded box*/
.footerptop 
{
	background-color: #97a8bb;
	color: inherit;
	background-image: url(img/tright.gif);
	background-repeat: no-repeat;
	background-position: right top;
	padding: 0px 20px 0px 0px;
	margin: 0 auto;
	width: 750px;
}

/* middle section of the rounded box*/
.footerpmiddle 
{
	background-color: #97a8bb;
	color: inherit;
	margin: 0px auto;
	width: 750px;
	padding: 0px 10px;
}

/*******************************
ul
*******************************/
ul
{
	background-color: #97a8bb;
}

li
{
	background-color: #97a8bb;
}