/* CSS Document */

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	color: #ffffff;
	margin: 0;
	padding: 0px;
	background: #000000;
	width: 904px;
	margin-left: auto;
	margin-right: auto;
}

h1 {
	font-size: 1.25em;
}

h2 {
	font-size: 1.15em;
	margin-top: 20px;
	font-weight: normal;
	font-size: 18px;
}	

h3 {
	font-size: 1.05em;
	margin-top: 20px;
	font-weight: normal;
}

h4 {
	font-size: 1em;
	margin-top: 20px;
	font-weight: normal;
}

p {
	margin: 0px 0px 20px 0px;
}

a {
	color: #cbcbcb;
	text-decoration: none;
                
}
a:visited {
	color: #686868;
	text-decoration: none;
                
}
a:hover {
	color: #686868;
	text-decoration: none;
}


a img {
	border: none;
}

/* HEADER */
#header {
	margin-top: 5px;
	height: 112px;
	width: 100%;
	background: #111111;
	border-bottom: 1px solid #000000;
}

#header h1 {
	color: #111111;
	font-size: .2em;
	height: 10px;
	margin-top: 10px;
}


img#logo {
	float: left;
}


#page {
	margin: 0px auto;
	width: 904px;
	background-color: #111111;
}


/* Main Content */
#content {
	padding: 2px 15px 2px 15px;
	margin: 0px;
	clear: both;
	background: #111111;
}

#gallerycontent {
	margin: 0px;
	padding: 2px;
	clear: both;
	background: #111111;
}

.center {
	text-align: center;
}


/* NAVIGATION */
ul#mainNav {
	border-left: 1px dotted #222222;	
	margin: 0;
	margin-left: 20px;	
	margin-top: 40px;
	padding: 0;
	padding-top: 0px;
	list-style: none;
	float: left;
}

#mainNav li {
	float: left;
}	

#mainNav a {
	font: 1.05em Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
	display: block;
	padding: 7px 20px 7px 20px;
	border: 1px dotted #222222;	
	border-left: none;
}

#mainNav a:hover {
	background: #333333;
	font-weight: bold;
}





/* Footer */
#footer {
	clear: both;
	background: #111111;
	border-top: 1px solid #000000;
	height: 30px;
}

#copyright {
	font: .5em Verdana, Arial, Helvetica, sans-serif;
	text-align: right;
	float: right;
	color: #888888;
}


/* Pricing Navigation */
ul#pricingNav {
	margin: 0;
	margin-left: 10px;	
	margin-top: 10px;
	margin-bottom: 20px;
	padding: 0;
	list-style: none;
	float: left;
}

#pricingNav li {
	float: left;
}	

#pricingNav a {
	margin-left: 6px;
	font: 1.05em Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
	display: block;
	padding: 7px 43px 7px 43px;
	border: 1px dotted #666666;	
	border-bottom: none;
	background: #222222;
}

#pricingNav a:hover {
	background: #555555;
	font-weight: bold;
}


.pricingpackage{
	margin: 0px;
	padding: 20px 15px 20px 15px;
	clear: both;
	border: 0px solid red;
	display: inline-block;
}

.pricingpackage p {
	margin: 20px 0px 0px 0px;
}

.pricingpackage h4 {
	padding-top: 20px;
	/*clear: both;*/
}


ul.pricinglist {
	margin: 10px 0px 10px 0px;
	padding-left: 0px;
	list-style-position: inside;
	zoom: 1;
}

ul.pricinglist li {
	margin-left: 0px;
	padding-left: 1em
}


img.pricingright {
	float: right;
	margin: 0px 10px 0px 15px;
}

img.pricingleft {
	float: left;
	margin: 0px 15px 0px 10px;
}



/* ALBUMS */
.albumpackage {
	padding: 20px 15px 20px 15px;
	clear: both;
	border: 0px solid red;
	border-bottom: 2px dashed #444444;
}

.albumpackage p {
	margin: 20px 0px 0px 0px;
}

.albumpackage h4 {
	padding-top: 20px;
	/*clear: both;*/
}



img.albumMain {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 15px;
  width: 650px;	
}

.albumFeatures {
	clear: both;
	float: left;
	border: 0px solid blue;
	margin-bottom: 20px;
}

.albumFeature {
	float: left;
	width: 425px;
	height: 150px;
	margin: 20px 0px 0px 0px;
	border: 0px solid yellow;
}

.albumFeature a img {
	border: 1px solid #999999;
}

.albumFeature img {
	height: 150px;
	float: left;
	margin-right: 10px;
	margin-left: 10px;
}

.albumFeatureWide {
	float: left;
	width: 850px;
	height: 150px;
	margin: 20px 0px 0px 0px;
}


.albumFeatureWide img {
	height: 150px;
	float: left;
	margin-right: 10px;
	margin-left: 10px;
}



/* -- Sales Table -- */

.alignright {
	text-align: right;}

.aligncenter {
	text-align: center;}

.alignrightunderline {
	text-align: right;
	border-bottom: 1px #777 solid;}

.aligncenterunderline {
	text-align: center;
	border-bottom: 1px #777 solid;}

.indent {
	padding-left: 25px;}

.underline {
	border-bottom: 1px #777 solid;
}

.underlineright {
	border-bottom: 1px #777 solid;
	text-align:right;
}

.underlinehand {
	border-bottom: 1px #777 solid;
	cursor : hand;
}

.topbottom {
	border-top: 1px #777 solid;
	border-bottom: 1px #777 solid;
}

.alignrighttopbottom {
	border-top: 1px #777 solid;
	border-bottom: 1px #777 solid;
	text-align: right;
}

.albumtable {
	width: 600px;
	clear: both;
	padding-top: 10px;
	font-size: 0.75em;
	margin-top: 20px;
	margin-left: 20px;
}

.centerunderline {
	border-bottom: 1px #777 solid;
	text-align: center;
}

.small {
	font-size: 10px;
}

/* PROOFS */
ul.proofs {
	margin: 20px 15px 20px 15px;
	list-style: none;
}

ul.proofs li a {
	text-decoration: none;
	color: #cccccc;
	line-height: 1.5em;
} 

.cardlist {
	margin-left: 54px;
	margin-right: 50px;
}


.cardlist span {
	margin: 8px 0px 0px 0px;
	display: block;
	width: 252px;
	text-align: center;
	float: left;
	font-size: 11px;
	font-weight: bold;
}

.cards img {
	vertical-align: top;
	text-align: center;
	width: 252px;
}


.cards a {
	width: 252px;
	border: 0px;

}

.cardpackage {
	clear: both;
}
