/*--------------------------------------------------------------------------------
//
//	Arlen Connelly
//
//	arlen.css
//	by DPI 21 Ltd - http://www.dpi21.com
//
//  Copyright 2007 DPI 21 Ltd. This code cannot be redistributed without
//  permission from DPI 21
//
//	Date: 4/10/07
//
// ---------------------------------------------------------------------------------
//	Global Styles
// --------------------------------------------------------------------------- */

* {
	margin: 0 ;
}

body {
	font: 62.5%/1.8em Arial, Helvetica, sans-serif;
	color: #333333;
}

a {
	text-decoration: none;
}

img {
	text-decoration: none;
	border: none;
}

/*------------------------------------------------------------------------
//	Wrapper
// ---------------------------------------------------------------------- */

#wrapper {
	width: 910px;
	margin: 20px auto;
}

#contentContainer {
	float: left;
	width: 900px;
	min-height: 55em;
	height: auto;
	border: 1px solid #CCCCCC;
	padding: 5px;
}

/* for Internet Explorer */
/*\*/

* html #contentContainer {
	height: 55em;
}
/*------------------------------------------------------------------------
//	Main Menu
// ---------------------------------------------------------------------- */

#mainNav {
	width: 910px;
	margin: 25px auto 0px auto;
	text-align: right;
	height: 25px;
	padding: 0px;
}

#mainNav li {
	padding: 0px;
	display: inline;
}

/*------------------------------------------------------------------------
//	Headings
// ---------------------------------------------------------------------- */

h1 {
	font-weight: normal;
	font-size: 1.6em;
	border-bottom: 1px solid #CCCCCC;
	padding-bottom: 5px;
	margin-bottom: 5px;
}

h2 {
	font-weight: normal;
	font-size: 1.5em;
	padding-bottom: 5px;
}

/*------------------------------------------------------------------------
//	Logo
// ---------------------------------------------------------------------- */

#logo {
	float: left;
	width: 900px;
}

/*------------------------------------------------------------------------
//	Sub Page
// ---------------------------------------------------------------------- */

#thumbnails, #galleryText, #galleryImage {
	float: left;	
}

#thumbnails, #galleryImage, .imageThumbnail img {
	border: 1px solid #CCCCCC;
}

#thumbnails img {
	margin: 0 5px 0 0;
}

#thumbnails {
	overflow: auto;
	width: 880px;
	height: 125px;
	margin: 10px 5px 25px 5px;
	padding: 5px;
}

#galleryText {
	width: 450px;
	padding: 10px;
	overflow: auto;
	height: 280px;
	margin-right: 26px;
}

.imageThumbnail img {
	padding: 2px;	
}

#galleryImage, #defaultImage {
	width: 400px;
	height: 300px;
	text-align: center;
}

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

#footer {
	width: 910px;
	margin: 0px auto;
}

#footer ul, #footer p {
	float: left;
}

#footer ul {
	padding: 0px;
	width: 100px;
}

#footer li {
	padding: 0px;
	display: inline;
}

#copyright {
	width: 810px;
	padding-top: 5px;
}

#footer a:link, #footer a:active, #footer a:visited {
	color: #EF4136;
}

#footer a:hover {
	color: black;
	text-decoration: underline;
}

/*------------------------------------------------------------------------
//	Other Styles
// ---------------------------------------------------------------------- */

.red {
	color: #EF4136;
}
