/* CSS Document */
* {
	margin: 0px;
	padding: 0px;
}



/* STANDARD CLASSES */

 html, body {
	height:100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color:#000;
	background-image:url(../images/tile_top.jpg);
	background-repeat:repeat-x;
}


table {
	border: 0px;
	border-spacing:0px;
	border-collapse: collapse;
	
	width:100%;
}

/* CUSTOM CLASSES */


.camera {
	position: absolute;
	top: -10px;
	left: 185px;
}

/* STANDARD IDS */

#wrapper {
	margin:0 auto; /* This will center align */
	width:960px;
}



#navigation {
	float:right;
	width:556px;
}

#main {
	background-image:url(../images/leather.jpg);
	background-repeat:no-repeat;
}

#content {
	padding: 20px;	
}

#footer {
	border-top: 1px solid #333;
	padding: 20px;
}

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

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

#footer_left {
	
}

#footer_left p {
	font-size: 10px;
	color:#CCC;
}

#footer_right {
	
}

#footer_right p {
	text-align:right;
	font-size: 10px;
	color:#CCC;	
}

#details {
	width:920px;
	z-index:20;
	position: absolute;
	padding: 10px 10px 0px 10px;
}

#packages {
	
}

#package1 {
	margin-bottom: 10px;
	float: left;
	width: 920px;
	clear:both;
	border-bottom: 1px solid #333;
	padding-bottom:10px;
}

#package2 {
	margin-bottom: 10px;
	float:left;
	width:440px;
}

#package3 {
	margin-bottom: 10px;
	margin-left: 10px;
	padding-left:10px;
	border-left: 1px solid #333;
	float:left;
	width:440px;
}

.imageholder {
	padding: 5px;
	background-color:#111;
	border: 1px solid #333;
}

.description {
	width:100%;
	padding-left: 10px;
}

.description h2 {
	margin-top: 0px;	
}

.description h1 {
	margin-top: 0px;	
}

#close {
	clear:both;
	border-top: 1px dotted #333;
	padding: 10px 0px 10px 0px;
}

#close p {
	text-align:right;
	margin-bottom:0px;
}


#timeline_form td{
	padding:0 5px;	
}

#quoteForm td{padding:1px 0;}
#quoteForm td p{line-height:24px;}
#quoteForm .select{width:302px; height:27px;}


.promoFb{background:url(../images/promo_FacebookLikeUs.jpg) 0 0 no-repeat; text-align:center; font-size:13px; padding-top:165px; width:320px; line-height:14px;}
.promoFb p{padding:0 0 5px;}
	
/* LINKS */



