@charset "UTF-8";
/* CSS Document */

* {
margin:0; padding:0;
}
* :focus { outline: 0; }

/* Standard Stuff */

body {
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #000;
}

p {
	font-size: 14px;
	margin-bottom: 10px;
	line-height: normal;
	text-align: left;
	margin-top: 2px;
}
.last {
	margin-bottom: 25px;

}
ul {
	text-align: left;
	list-style-position: outside;
	list-style-type: disc;
	margin-left: 15px;
	line-height: 16px;
}
li {
	font-size: 14px;
	text-align: left;
	line-height: normal;
}
li.last {
	margin-bottom: 15px;
}

h1 {
	font-size: 1px;
	font-weight: bold;
	text-align: center;
	visibility: hidden;
	line-height: 1px;
}

h2 {
	font-size: 1px;
	font-weight: bold;
	text-align: center;
	visibility: hidden;
	line-height: 1px;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 20px;
	font-size: 28px;
	font-weight: bold;
	margin-bottom: 20px;
	color: #F0F02E;
	text-align: left;
	text-indent: 25px;
}
h4 {
	font-size: 16px;
	font-weight: bold;
	text-align: left;
	color: #0f2f83;
	white-space: normal;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
img { border: 0px; }

a:link {
	color: #000;
	text-decoration: none;
}

a:visited {
	color: #000;
	text-decoration: none;
}

a:hover {
	color: #000;
	text-decoration: none;
}

a:active {
	color: #000;
	text-decoration: none;
}

/* layout DIV's */

#wrapper {
	width: 900px;
	margin-top: 25px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#header  {
	background-color: #000;
	background-image: url(../images/layout/ilumusPhotography_logo.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 100px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
}
#header h1 {
	visibilty: hidden;
	font-size: 0px;
}
#header h2 {
	visibilty: hidden;
	font-size: 0px;
}
#navigation {
	width: 500px;
	color: #FFFFFF;
	text-align: right;
	height: 20px;
	margin-right: 0px;
	margin-left: 400px;
	margin-top: 75px;
	z-index: 100;
	font-size: 12px;
}
#navigation a:link{
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
}

#navigation a:visited {
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
}

#navigation a:hover {
	color: #f0f02e;
	text-decoration: none;
	font-weight: bold;
}

#navigation a:active {
	color: #f0f02e;
	text-decoration: none;
	font-weight: bold;
}
#mainContent {
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	border: 2px solid #f0f02e;
}
#footer {
	text-align: center;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 0;
	padding-bottom: 0;
	color: #A9A9A9;
	margin-top: 10px;
} 
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #FFF;
	text-align: center;
	font-size: 10px;
}
#footer h5 {
	font-size:14px;
	font-weight: bold;
	color: #FFF;
	letter-spacing: 1px;
	word-spacing: 1em;
}
#footer a:link{
	color: #000;
	text-decoration: none;
}

#footer a:visited {
	color: #000;
	text-decoration: none;
}

#footer a:hover {
	color: #000;
	text-decoration: none;
}

#fineprint {
	font-size:10px;
	color: #FFF;
}
#fineprint a:active {
	color: #f0f02e;
	text-decoration: none;
}
#fineprint a:link{
	color: #FFF;
	text-decoration: none;
}

#fineprint a:visited {
	color: #FFF;
	text-decoration: none;
}

#fineprint a:hover {
	color: #f0f02e;
	text-decoration: none;
}

.footerlink a:active {
	color: #f0f02e;
	text-decoration: none;
}
#right {
	padding-left: 30px;
	float: right;
	height: 300px;
	width: 350px;
	background-color: #CCCCCC;
	color: #FFF;
	font-weight: bold;
	word-spacing: 2px;
	letter-spacing: 1px;
}
#navlist {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	text-align:center;
	margin-bottom: 5px;
}
#navlist li {
	display:inline;
	padding:0 .9em;
	border-right:1px solid #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
#navlist li.last {
	border:none;
}
#navlist a {
	color:#a40047;
	text-decoration:underline;
}
#navlist a:hover {
	color:#0f2f83;
	text-decoration:underline;
}
#styleSwitcher {
	width: 150px;
	text-align: center;
	margin: 0px;
	float: right;
	position: relative;
	display: inline;
	clear: both;
	top: -22px;
}
#styleSwitcher a {
	color: #ECECEC;
}
#validator {
	width: 800px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	font-size: 10px;
	text-align: center;
}
.tableBorderRight {
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: #CCC;
}
#gallery {
	float: right;
	width: 320px;
	margin-right: 25px;
}

/* Random Styles */

.slideshowText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #A40046;
	text-align: center;
}
.yellow {
	color: #f0f02e;
}
.infoBlock {
	height: auto;
	clear: both;
	margin-bottom: 15px;
}
.finePrint {
	font-size: 12px;
	margin-top: 50px;
}
#imageRO a {
	color:#FFF;
}
.sidebarHeader{
	font-size: 16px;
	font-weight: bold;
	text-align: left;
	color: #0f2f83;
	white-space: normal;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 0px;
}
.sidebarHeaderUnderline{
	font-size: 16px;
	font-weight: bold;
	text-align: left;
	color: #0f2f83;
	white-space: normal;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #0f2f83;
}
.grayText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666;
	text-align: center;
	font-weight: normal;
}
#reference1 {
	padding: 20px;
	height: auto;
	border: 1px solid #CCC;
	margin-bottom: 20px;
}
#reference2 {
	padding: 20px;
	height: auto;
	border: 1px solid #CCC;

	}

#randomtip {
	position: relative;
	clear: both;
}
.white {
	color: #FFF;
	text-align: center;
}
#standardOp {
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 15px;
}
.redBkg {
	background-color: #B72957;
	margin: 0px;
	padding: 0px;
}
.center {
	text-align: center;
}
#wrapperThanks {
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #FFFFFF;
}
#sitemap {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin-top: 10px;
}
#sitemap li li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin-top: 0px;
}
#sitemap ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin-top: 0px;
}

#sitemap p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin-bottom: 0px;
	margin-top: 10px;
	font-weight: bold;
}
.hide { display: none; }

.fineprint {
	font-size: 10px;
}
.galleryTitles {
	font-size: 14px;
	color: #FFF;
	letter-spacing: 1px;
	text-align: center;
}
#clearDiv {
	clear: both;
	float: none;
}

