/* CSS Document */

/* DOCUMENT INFORMATION -----------------------------------

TITLE:			Arts Photography Star - studio.css
LAST UPDATED:	30 November 2007
AUTHOR:			Phil Crowther <pc@cleverclover.co.uk>

-- CONTENTS -----------------------------------------------

	=1:		[HTML & BODY, UNDOHTML]
	=2:		[LINKS]
	=3:		[COMMON ELEMENTS]
	=4:		[TOP ELEMENTS]
	=5:		[NAVIGATION]
	=6:		[MAIN COLUMN]
	=7:		[SIDEBAR COLUMN]
	=8:		[FOOTER]
	=9:		[LISTS]
	=10:	[FORMS]
	=11:	[IMAGES]
	=12:	[MISC]
	
-----------------------------------------------------------

/*	=1:	[HTML & BODY] -------------------------------------*/
body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: left;
	line-height: 11pt;
	color: #000000;
	background-color: #fff;
	text-align: center;
	background: url('../images/main_bg.gif') repeat-x;
}
h2 {
color: #fff;
}
#upperHeader {
	height: 125px;
	background: url('../images/headerImage.gif') no-repeat;
}


#welcomePod {
	float: left;
	width: 571px;
	/*border: 1px solid #FBD8EE;*/
	background: url('../images/bg_curl.gif') no-repeat;
	background-position: bottom right;
	margin: 0px 0px 0px 0px;
	
}

#welcomePod #pageTop {
	margin-top: 10px;
	background: url('../images/pgtop_bg.gif') no-repeat;
	height: 44px;
}

#welcomePod p {
	padding: 5px 10px 0px 10px;
	line-height: 20px;
}

#mainBody {
	float: left;
	width: 774px;
	border-bottom: 1px solid #fcd6ed;
	padding: 0px 0px 10px 0px;
	margin: 0px 0px 0px 0px;
}

p {
	line-height: 20px;
}

/*	=2:	[LINKS] -------------------------------------------*/	
a, a:visited {
	color: #ec008c;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}
/*	=3:	[COMMON ELEMENTS] ---------------------------------*/

h1 {
	padding-top:10px;
	color: #ec008c;
}

/*	=4:	[TOP ELEMENTS] ------------------------------------*/

/*	=5:	[NAVIGATION] --------------------------------------*/	

/*	=6:	[MAIN COLUMN] -------------------------------------*/	

/*	=7:	[SIDEBAR COLUMN] ----------------------------------*/	

/*	=8:	[FOOTER] ------------------------------------------*/	
#sitePodEvents {
	position: relative;
	width: 135px;
	height: 185px;
	float: left;
	background: url('../images/section/events_bg.gif') no-repeat;
}

#sitePodLab {
	position: relative;
	width: 135px;
	height: 185px;
	float: left;
	background: url('../images/section/lab_bg.gif') no-repeat;;
}

#sitePodSchools {
	position: relative;
	width: 135px;
	height: 185px;
	float: left;
	background: url('../images/section/schools_bg.gif') no-repeat;
}

#sitePodStudioSelected {
	position: relative;
	width: 135px;
	height: 185px;
	float: left;
	background: url('../images/section/studio_bg_selected.gif') no-repeat;
}

#footer #footerLeft {
	margin-bottom: 10px;
	float: left;
	width: 545px;
	height: 26px;
	background: url('../images/base_links_bg.gif') no-repeat;
	
}
/*	=9:	[LISTS] -------------------------------------------*/	

/*	=10: [FORMS] ------------------------------------------*/	

/*	=11: [IMAGES] -----------------------------------------*/	

/*	=12: [MISC] -------------------------------------------*/	


.artsPink {
	color: #ec008c;
}

