/*
	Style Index
	
	$1 - Site Structure Styles
	$2 - Header Styles
	$3 - Sidebar Styles
	$4 - Content Styles
	$5 - Footer Styles
	$100 - Clearfix Styles
*/


/* undohtml.css 
(CC) 2004 Tantek Celik. Some Rights Reserved.
http://creativecommons.org/licenses/by/2.0
This style sheet is licensed under a Creative Commons License.
Purpose: undo some of the default styling of common (X)HTML browsers */

:link,:visited { text-decoration:none }
ul,ol { list-style:none }
h1,h2,h3,h4,h5,h6,pre,code { font-size:1em; }
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input
{ margin:0; padding:0 }
a img,:link img,:visited img { border:none }
address { font-style:normal }


/* $1 - Site Structure Styles ///////////////////////////////////////////////////////////////////////////////////*/

body {
	background:#201111 url(/images/body-bg.gif) right top no-repeat;
	font:12px arial, verdana, sans-serif;
	color:#C1BFBF;
	}
	
#container {
	width:790px;
	margin:0 auto;
	}


#header {
	position:relative;
	height:125px;
	background:url(/images/header-logo.gif) 25px 0px no-repeat;
	}

#content-container {
	border:1px solid #4B4140;
	height: 491px;
	width: 788px;
	}
	
	#gallery-body #content-container {
			text-align:center;
			margin-bottom:10px;
		}

	
#sidebar-left {
	
	}
	
#index-body #main-content {
	float:left;
	width:410px;
/*	height: 402px;*/
	height: 446px;
	padding:45px 25px 0 25px;
	overflow: auto;
	}
	
#index-body #sidebar-right {
	float:right;
	width:328px;
	overflow:hidden;
	}

	
#footer {
	padding-top:10px;
	text-align:right;
	background:url(/images/footer-bg.gif) 95% top no-repeat;
	color:#5C5454;
	}
	
/* $2 - Header Styles ///////////////////////////////////////////////////////////////////////////////////*/

#header-nav {
		position:absolute;
		bottom:-1px;
		left:0;
		height:27px;
		text-align:right;
	}

html>body #header-nav {
		bottom:0;
	}


	
/* $3 - Sidebar Styles ///////////////////////////////////////////////////////////////////////////////////*/


	
/* $3 - Content Styles ///////////////////////////////////////////////////////////////////////////////////*/

#content-container a,
#content-container a:link,
#content-container a:visited {
	color: white;
	text-decoration:underline;
	}

a:hover {
	text-decoration:underline;
	}


h1,h2,h3,h4,h5,h6 {
	
	}
	
h1 {
	font:22px arial;
	color:#ebe9e9;
	margin-bottom:15px;
	padding-bottom:10px;
	border-bottom:1px solid #4C4141;
	}


p {
	margin-bottom:10px;
	line-height:1.5;
	}


img {
	border:none;
	/*margin-bottom:-4px;   Thanks again IE??? */
	}


.button-packages {
		margin-right:10px;
	}
	
blockquote {
	background: url(/images/quote.png) top left no-repeat;
	padding-left: 20px;
	padding-top: 10px;
	margin-bottom: 10px;
	line-height: 1.5;
}

/* $5 - Footer Styles ///////////////////////////////////////////////////////////////////////////////////*/

#footer a {
	color:#5C5454;
	}
	
	#gallery-footer {
		width:776px;
		border:1px solid #4B4140;
		padding:6px;
	}
	
	ul.gallery-links {
			float:left;
		}
		
		ul.gallery-links li {
			margin-bottom:6px;
		}
		
		ul.gallery-links li a {
			color:#6F6564;
		}
	
	.gallery-footer-right {
			float:right;
			width:660px;
		}
		
		.left-arrow,
		.gallery-footer-images {
				float:left;
			}
			
		.left-arrow {
				padding-top:24px;
				margin-right:14px;
			}
		
		.right-arrow {
				float:right;
				padding-top:24px;
			}
		
		.gallery-footer-right .gallery-footer-images img {
			float:left;
			border:2px solid #CECDCB;
			margin-right:10px;
		}

/* $100 - Clearfix Styles ///////////////////////////////////////////////////////////////////////////////////*/



.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;display:inline-block;}
/* End hide from IE-mac */
	
	
