/* Project: A.A. Harris Photography
URL: http://www.aaharrisphotography.com/
Date: July 2007
Author: Parallax Web Design
Author URL: http://www.parallaxwebdesign.com */

/**************************************
  Override default styling rules
**************************************/
/* zeroes all margins and paddings */
*, body, div, p, th, td, ul, ol, li, form, fieldset, input, h1, h2, h3, h4, blockquote, pre {
	margin: 0;
	padding: 0;
}
/* normalize font-size for all headers */
h1, h2, h3, h4 {
	font-size: 100.01%;
}
/* remove list-style from lists */
ul, ol {
	list-style: none;
}
/* set base font size to 10px for most browsers */
/*html {
	font-size: 100.01%;
}*/
img, fieldset {
	/* avoid image-gap bug in Gecko browsers */
	display: block;
	border: none;
}
/* commented backslash hack for ie5mac \*/ 
html, body {
	height: 100%;
} 

/**************************************
  Default rules
**************************************/
html {
	height: 100%;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 62.5%;
}
h1, h2, h3 {
	margin-bottom: 0.75em;
	padding: 0;
	color: #383838;
	background-color: transparent;
	text-align: right;
	font-weight: normal;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
h1 {
	font-size: 1.6em;
}
h2 {
	font-size: 1.4em;
	font-weight: bold;
}
h3 {
	font-size: 1.2em;
}
p, div {
	margin: 0;
	padding: 0;
	color: #383838;
	background-color: transparent;
	font-size: 1.05em;
	line-height: 1.5em;
}
a, a:link, a:visited {
	color: #33C9FF;
	background-color: transparent;
	font-weight: bold;
	text-decoration: none;
}
a:hover, a:active {
	color: #60D5FF;
	background-color: transparent;
	text-decoration: underline;
}
ul {
	list-style-type: none;
	font-size: 1.05em;
}
/**************************************
  Overall layout rules
**************************************/
body {
	position: relative;
	margin: 0;
	padding: 0;
	font-size: 1em;
	color: #383838;
	background-color: #646464;	
}
#wrapper {
	position: relative;
	margin: 15px auto 0 auto;
	padding: 0;
	/*min-height: 100%;	
	height: auto;*/
	width: 750px;
	color: #FFF;
	background-color: transparent;
}
* html #wrapper {/* ie6 and under*/
	height: 100%;
}
#heading {
	position: relative;
	width: 100%;
	height: 70px;
}
#heading img {
	float: right;
	width: 362px;
}
.banner {
	margin: 10px auto 10px auto;
}
#main {
	clear:both;
	position: relative;
	margin: 16px 0 0 0;	
	padding: 0;
	height: 360px;
	color: #383838;
	background-color: #FFF;
	border: 4px double #646464;
}
#content-left {
	position: absolute;
	left: 0;
}
#leftside-img {
	position: absolute; 
	width: auto; 
	height: auto; 
	left: 0.4em; 
	top: 0.4em; 
	border: 0;
}
#content-right {
	position: absolute;
	right: 0;
	width: 350px;
	padding: 1em;
	height: 337px;
	overflow: auto;
}
#tagline img {
	float: left;
}
#tagline p {
	float: right;
	padding-top: 0.4em;
	font-size: 1.2em;
	line-height: 1.4em;
	color: #FFF;
	background-color: transparent;
	text-align: right;
}
/**************************************
  Navigation rules
**************************************/
#nav {
	clear: right;
	position: relative;
	top: 0px;
	left: 0;
	width: 750px;
	height: 20px;
	margin: 0;
	padding: 0;
	font-size: 1.1em;
	z-index:100;
}
#nav li {
	display: inline;
	margin: 0;
	padding: 0 0.6em 0 0.4em;	
	font-size: 1.05em;
	border-right: 1px solid white;
}
#nav li.last {
	border-right: none;
}
#nav li a, #nav li a:link, #nav li a:visited {
	color: #FFF;
	background-color: transparent;	
	font-weight: normal;
	text-decoration: none;
}
#nav li a:hover, #li a:active {
	color: #60D5FF;
	background-color: transparent;	
	font-weight: normal;
	text-decoration: underline;
}
/**************************************
  Content rules
**************************************/
#main p {
	padding-bottom: 1.1em;
	font-size: 1.1em;
	text-align: justify;
}
#main p.sig {
	margin-top: -0.5em;
	padding-bottom: 0.5em;
	text-align: right;
	font-style: italic;
	font-size: 1.5em;
}
#main p.rightalign {
	text-align: right;
}
#main a, #main a:link, #main a:visited {
	color: #0095CA;
	background-color: transparent;
	font-weight: bold;
	text-decoration: none;
}
#main a:hover, #main a:active {
	color: #00B7F9;
	background-color: transparent;
	text-decoration: underline;
}
#main .italic {
	font-style: italic;
}
#main .bold {
	font-weight: bold;
}
.intmenu {
	padding-bottom: 1em;
	text-align: right;
}
.package-price {
	padding-bottom: 0.8em;
	float: right;
	font-weight: bold;
}
.pricetable {
	float: right;
	width: 95%;
}
table.prices {
	float: right;
	text-align: center;
}
table.prices th {
	background-color: #CCCCCC;
}
table.prices td {
	padding: 0 1em 0 1em;
}
.clear-both {
	clear: both;
}
div.small-pricelist {
	float: right;
	text-align: right;
}
div.small-pricelist p {
	text-align: right;
}
/**************************************
  Gallery rules (Stu Nicholls CSSplay)
**************************************/
#content-gallery {
	padding: 1em;
	height: 337px;
	overflow: auto;
}
#thumbs {
	width: 280px; 
	float: right;
}
#thumbs a {
	display: block; 
	float: left; 
	margin: 0 0 4px 4px; 
	width: 50px; 
	height: 50px; 
	border: 1px solid #CCCCCC;
}
#thumbs a img {
	width: 50px; 
	height: 50px; 
	border: 0;
}
#thumbs a:hover {
	border-color: #ddd;
}
#thumbs a:hover img {
	position: absolute; 
	width: auto; 
	height: auto; 
	left: 0.4em; 
	top: 0.4em;
	border: 0;
}
/**************************************
  Footer rules
**************************************/
#footer {
	clear: both;
	position: relative;
	bottom: 0;
	margin: 0 auto 1em auto;
	padding-top: 3em;
	width: 100%;
	text-align: center;	
}
#footer img {
	margin: 0 auto 0.5em auto;
}
#footer p {
	color: #FFF;
	background-color: transparent;
	font-size: 0.97em;
}
#footer a, #footer a:link, #footer a:visited {
	color: #FFF;
	background-color: transparent;
	font-weight: bold;
	text-decoration: none;
}
#footer a:hover, #footer a:active {
	color: #60D5FF;
	background-color: transparent;
	font-weight: bold;
	text-decoration: underline;
}
