/*******************************
 *
 *			Style.css
 *		Author: Paul Lewis
 *		 The Roundhouse
 *
 *	This CSS controls all the images
 *	used as backgrounds for the
 *	various divs as well as any 
 *	background colours used in the
 *	divs
 */

/* HEADER */
#curvedhead
{
	background-image: url(../images/layout/layout_curveheader.jpg);
	overflow: hidden;
}

#curvedheadsearch .border
{
	border: 1px solid #5BAF3C;
}

#curvedheadsearch .drop
{
	position: relative;
	top: 4px;
}

/* NAVIGATION */

#nav
{
	background-image: url(../images/layout/layout_nav.jpg);
	background-repeat: no-repeat;
	overflow: hidden;
}

#nav ul
{
	list-style-type:none;
	position: relative;
}

#nav .selectedsection
{
	background-image:url(../images/misc/right_arrow_white.gif);
	background-repeat:no-repeat;
}

#filler
{
	background-image: url(../images/layout/layout_filler.jpg);
}

/* CONTENT AREA */

#contentdouble
{
	background-image: url(../images/layout/layout_contentbg.jpg);
}

#contentsingle
{
	background-image: url(../images/layout/layout_contentbg_single.jpg);
	background-repeat:repeat-y;
}

/* FOOTER */

#curvedfootdouble
{
	background-image: url(../images/layout/layout_curvefooter.jpg);
}

#curvedfootsingle
{
	background-image: url(../images/layout/layout_curvefooter_single.jpg);
}

#twocolumnright ul
{
	padding-left: 15px;
}

#whitepanel
{
	background-image: url(../images/layout/layout_contentbg_lines_single.jpg);
	background-repeat:no-repeat;
}

#greypanel
{
	background-color: #FBFBFB;
}

/* Other useful classes
 * such as inserts floating to the
 * right hand side of the copy
 */

.insertbordered
{
	background-color:#F8FDF2;
	border: 1px solid #E0F7C1;
}

/* links have right-pointing arrows,
 * controlled here.
 */

.rightarrow, .rightarrowwhite
{
	background-repeat:no-repeat;
}

.rightarrow
{
	background-image:url(../images/misc/right_arrow.gif);
}

.rightarrowwhite
{
	background-image:url(../images/misc/right_arrow_white.gif);
}
