/* 
 * Global style sheet
 * PixiFoto
 * Copyright 2006 - ITbyUs
 * Author David Dale
 */

* {
	margin: 0;
	padding: 0;
}

body {
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0;
	background-color: #fff;
}

h1, .heading1 {
	color: #ff6666;
	font-size: 20px;
	font-weight: bold;
}

h2, .heading2 {
	color: #000;
	font-size: 18px;
	font-weight: bold;
}

h3, .heading3 {
	color: #000;
	font-size: 14px;
	font-weight: bold;
}

h4, .heading4 {
	color: #000;
	font-size: 12px;
	font-weight: bold;
}

p, ul, ol, li, h1, h2, h3, .h4, h5 {
	margin: 0 0 10px 0;
}

a img { border:0; }

table, td, th {
	font-size: 100%;
	text-align: left;
}

ul, ol {
	margin-left: 20px;
}

ol {
	list-style: decimal;
}

ul {
	list-style: square;
}

.admin {
	text-align: right; 
	float:right;
}

.adsml {
	margin-top: 100px;
}

.body {
	text-align: center;
	background-color: #00A7BF;
}

.content {
	padding: 20px;
}

.layout {
	clear: both;
}

.subtitle {
	background-color: #FF9999;
	text-align: right;
}

.subtitlehome {
	background-color: #FF9999;
	padding: 10px;
	text-align: center;
}

.title {
	background-color: #FF6666;
	text-align: right;
}
.title img {
	margin:5px;
}

.titlehome {
	background-color: #FF6666;
	padding: 17px;
	text-align: center;
}

#main {
	background-color: #fff;
	width: 100%;
}

#header {
	background-color: #99CC66;
	padding: 5px;
	text-align: right;
	vertical-align: middle;
}

#header #logo {
	float: left;
	margin: 10px 0 0 10px;
}

#menu {
	padding: 26px 17px;
}

#menu li {
	list-style: none;
	margin: 0;
}

#menu li a {
	background-image: url(../images/button-bg.gif);
	background-position: center;
	background-repeat: no-repeat;
	color: #fff;
	display: block;
	font-weight: bold;
	margin: 0 0 5px 0;
	padding: 5px;
	text-align: center;
	text-decoration: none;
	width: 106px;
}

#menu li a:hover, #menu li.selected a {
	background-image: url(../images/button-bg-over.gif);
	color: #FF6666;
}

#menu ul {
	list-style: none;
	margin: 0 12px;
}

#right {
	padding: 26px 17px;
}

#submenu h2 {
	float:right; font-size:0.9em; font-weight:normal; color:#fff; margin:0.1em; 
}
#submenu li {
	display: inline;
	list-style: none;
	margin: 0;
}

#submenu li a {
	color: #fff;	
	display: block;
	float: left;
	font-size: 13px;
	font-weight: bold;
	padding: 5px 15px 5px;
	text-align: center;
	text-decoration: none;
}

#submenu li.selected a {
	color: #FF6666;
}

#submenu li a:hover, #submenu li a.active {
	background-color: #FF6666;
	color: #fff;
}

#submenu ul {
	list-style: none;
}

#submenu {
	background-color: #FF9999;
	text-align: right;
	height: 27px;
}

#wrapper {
	background-color: #00CCCC;
	background-image: url(../images/circles-grad-bg.gif);
	background-position: top;
	background-repeat: repeat-x;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	width: 800px;
}

#footer { padding: 1em; color:#00E6E6;  align:center; background:#00A7BF; width: 800px; margin:auto;  }
#footer a { color: #00E6E6; }
#footer p span { float: left; padding-right:40px;  }
#footer p { text-align:center; }

#galleryCaption { width:265px; font-size:12px !important; } 