@charset "UTF-8";

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
line-height: 1;
}
ol, ul {
	list-style-type: disc;
	list-style-position: inside;
}
blockquote, q {
quotes: none;
}

/* remember to define focus styles! */
:focus {
outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
text-decoration: none;
}
del {
text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
	vertical-align: top;
}
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #cccccc;
	background-color: #666666;
}
.shp .container { 
	width: 970px; 
	background: #CCCCCC;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.shp #header .container1 {
	width: 970px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #000000;
}
.shp .container1 { 
	width: 970px; 
	background: #000000;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
/*.shp. container2 { 
	width: 970px; 
	background: #666666;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	/*text-align: left; /* this overrides the text-align: center on the body element. */
/*} */
.shp .container2 {
	width: 970px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}


.shp #header { 
	background: #000000; 
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 
.shp #navBar {
	background-color: #B3B3B3;
	height: 26px;
	width: 100%;
	top: 85px;
	margin: 0 auto;
	font-size: 13px;
	color: #FFFFFF;
}
.shp #navBar li {
	list-style-type: none;
	display: inline;
	padding-right: 4px;
	padding-left: 6px;
	color: #FFFFFF;
	background-color: #B3B3B3;
}
.shp #navBar .container #nav {
	float: left;
	margin-top: 4px;
	margin-left: 34px;
	background-color: #B3B3B3;
}
.shp #navBar ul {
	
	display: inline;
	
}
.shp #navBar li a:hover {
	color: #333333;
	text-decoration: underline;
}
.shp #navBar li a {
	text-decoration: none;
	color: #FFFFFF;
}

.shp #navBar .active {
	color: #666666;
}
.shp #footer {
	padding: 0 10px 0 20px;
	background-color: #666666;
	color: #333333;
	font-size: 12px;
} 
.shp #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
form {margin: 0px 0px 0px 0px; }
.shp #navBar .container {
	width: 970px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #B3B3B3;
}
.shp .container2 #footer #footerLeft {
	float: left;
	margin-top: 0px;
	margin-left: 14px;
}
.shp .container2 #footer #footerRight {
	float: right;
	margin-top: 0px;
	margin-right: 14px;
}
.shp .container2 .horLine {
	width: 970px;
	margin-right: 0px;
	margin-left: 0px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-top-color: #333333;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;
}
.shp #navBar .container #searchForm {
	float: right;
	margin-top: 2px;
	margin-right: 14px;
}
a {
	color: #FFFFFF;
	text-decoration: underline;
}
a:hover {
	color: #000000;
	text-decoration: underline;
}
input {
	font-size:11px;
	color:#999999;
}
/*INPUT:hover {
	background-color: #FFCCCC;
}*/
input:focus {
	background-color: #FFFFCC;
}
/*INPUT:focus:hover {background: #99FF99;}*/

.shp .container2 #columnLeft {
	padding: 0px;
	float: left;
	width: 250px;
	margin-top: 16px;
	margin-right: 0px;
	margin-bottom: 16px;
	margin-left: 0px;
	z-index: 5000;
}
.shp .container2 #columnLeft #columnLeftNav {
	font-size: 14px;
	font-weight: bold;
	color: #E6E6E6;
	height: 458px;
	margin-top: 8px;
	padding-top: 3px;
	padding-left: 11px;
}
.shp .container2 #columnLeft #columnLeftNav a {
	color: #E6E6E6;
	text-decoration: none;
}
.shp .container2 #columnLeft #columnLeftNav a:hover {
	color: #333333;
	text-decoration: underline;
}
.shp .container2 #columnRight {
	float: right;
	width: 704px;
	padding: 0px;
	margin-top: 16px;
	margin-right: 0px;
	margin-bottom: 16px;
	margin-left: 0px;
}
.shp .container2 #columnLeft #columnLeftText {
	margin-top: 16px;
}
.shp .container2 #columnRight #tollfree {
	margin-top: 8px;
	margin-left: 20px;
	color: #CCCCCC;
}
.shp .container2 #footer #footerLeft a {
	color: #333333;
}
.shp .container2 #footer #footerRight a {
	color: #333333;
}
.shp .container2 #columnLeft #columnLeftNav img {
	margin-right: 4px;
	margin-bottom: 8px;
	float: left;
	margin-left: 0px;
}
.shp .container2 #columnLeft #columnLeftNav img:focus {
	border: 1px solid #333333;
	background-color: #666666;
}
.shp .container2 #columnLeft #columnLeftNav a {
	margin-top: 10px;
}
.shp #header .container1 img {
	margin-right: 0px;
}
.shp #header .container1 .tollFreeTop {
	margin-right: 0px;
	margin-left: 175px;
	margin-bottom: 15px;
}
.shp .container2 #topText {
	font-size: 16px;
	color: #E6E6E6;
	margin-left: 80px;
	margin-right: 80px;
	margin-top: 12px;
	margin-bottom: 12px;
	width: 810px;
}
.shp .container2 #topTextCenter {
	font-size: 16px;
	color: #E6E6E6;
	margin-left: 85px;
	margin-right: 85px;
	margin-top: 16px;
	margin-bottom: 12px;
	width: 810px;
	text-align: center;
}
.shp .container2 #galleries {
	margin-top: 12px;
	margin-right: 80px;
	margin-left: 80px;
	width: 810px;
	margin-bottom: 12px;
	padding-bottom: 24px;
}
.shp .container2 #prints {
	margin-top: 18px;
	margin-right: 85px;
	margin-left: 85px;
	width: 810px;
	margin-bottom: 12px;
}
.shp .container2 #prints img {
	float: left;
	margin-right: 4px;
	margin-left: 12px;
	margin-bottom: 24px;
	border: 1px solid silver;
}
.shp .container2 #galleries #galleriesColumnLeft {
	float: left;
	width: 270px;
	text-align: center;
}
.shp .container2 #galleries #galleriesColumnRight {
	float: right;
	width: 240px;
	text-align: center;
}
.shp .container2 #galleries #galleriesColumnMiddle {
	text-align: center;
	width: 270px;
	margin-left: 270px;
	margin-top: 6px;
}
.shp .container2 #galleries #galleriesColumnLeft img {
	margin-top: 36px;
	border: 1px solid silver;
}
.shp .container2 #galleries #galleriesColumnMiddle img {
	margin-top: 24px;
	border: 1px solid silver;
}
.shp .container2 #galleries #galleriesColumnRight img {
	margin-top: 36px;
	border: 1px solid silver;
}
h1 {
	font-size: 16px;
	font-weight: bold;
	color: #E6E6E6;
}
.size24 {	
    font-size: 24px;
}
h2 {
	font-size: 14px;
	color: #CCCCCC;
	text-align: center;
	font-weight: normal;
}
.size14 {	
    font-size: 14px;
}

.size13 {
	font-size: 13px;
}
.size12 {
	font-size: 12px;
}
.size11 {
	font-size: 11px;
}
.size10 {
	font-size: 10px;
}
.size9 {
	font-size: 9px;
}
.shp #navBar .container #navhomepage {
	float: left;
	margin-top: 4px;
	margin-left: 106px;
	background-color: #B3B3B3;
}
.shp .container2 #credits {
	margin-top: 12px;
	margin-right: 85px;
	margin-left: 85px;
	width: 810px;
	margin-bottom: 12px;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.shp .container2 #creditscovers .covers p {
	text-align: center;
}
.shp .container2 #creditscovers .covers {
	float: left;
	margin-right: 7px;
	margin-bottom: 24px;
	margin-top: 4px;
	margin-left: 7px;
	display: table-row-group;
}
.shp .container2 #creditscovers .covers img {
	border: 1px solid silver;
}
.shp .container2 #creditscovers {
	margin-top: 12px;
	margin-right: 75px;
	margin-left: 75px;
	width: 850px;
	margin-bottom: 12px;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}


.shp .container2 #stories {
	margin-top: 18px;
	margin-right: 185px;
	margin-left: 185px;
	width: 610px;
	margin-bottom: 12px;
}
.shp .container2 #stories img {
	float: left;
	margin-right: 4px;
	margin-left: 12px;
	margin-bottom: 24px;
	border: 1px solid silver;
}
.shp .container2 #topTextCenter p {
	font-size: 13px;
	text-align: left;
}
.shp .container2 #storypages {
	margin-top: 18px;
	margin-right: 85px;
	margin-left: 85px;
	width: 810px;
	margin-bottom: 12px;
	text-align: left;
}
.shp .container2 #storypages img {
	float: left;
	margin-right: 8px;
	margin-left: 12px;
	margin-bottom: 24px;
	border: 1px solid silver;
}
.shp .container2 #storypages p {
	margin-top: 20px;
}
.shp .container2 #contact {
	margin-top: 18px;
	margin-right: 260px;
	margin-left: 260px;
	width: 460px;
	margin-bottom: 12px;
}
.colore6e6e6 {
	color: #E6E6E6;
}
.shp .container2 #fineartprints {
	margin-top: 18px;
	margin-right: 41px;
	margin-left: 41px;
	width: 888px;
	margin-bottom: 12px;
}
.shp .container2 #fineartprints img {
	margin-top: 20px;
	margin-right: 10px;
	margin-left: 10px;
	border: 1px solid silver;
}
.shp .container2 #fineartprints #panoramas {
	text-align: center;
}
.shp .container2 #prints form {
	text-align: center;
}

.shp .container2 #prints #samples {
	text-align: center;
	margin: 0 auto;
}
.shp .container2 #prints li {
	list-style-type: circle;
	list-style-position: inside;
}
.shp .container2 #sitemapleft {
	margin-top: 12px;
	margin-left: 105px;
	width: 385px;
	margin-bottom: 12px;
	font-size: 13px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	float: left;
}
.shp .container2 #sitemapright {
	margin-top: 12px;
	width: 380px;
	margin-bottom: 12px;
	font-size: 13px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	float: right;
	margin-right: 85px;
}
.shp .container2 #gallerytable {
	display: inline-table;
	text-align: center;
	margin-right: 135px;
	margin-left: 135px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
}
.shp .container2 #gallerytable table {
	text-align: center;
}
.shp .container2 #columnRight #indexslide {
	margin: 0px;
	padding: 0px;
}
.shp .container2 #columnRight #indexslide #Table_01 img {
	margin: 0px;
	padding: 0px;
}
.shp .container2 #columnRight #slideshow #playbutton {
	position: absolute;
	z-index: 9999;
	left: 937px;
	top: 541px;
}
.shp .container2 #contactcopyright {
	margin-top: 26px;
	margin-right: 160px;
	margin-left: 160px;
	width: 660px;
	margin-bottom: 12px;
	font-size: 12px;
	font-weight: normal;
}
.shp .container2 #storypagesFlash {
	margin-top: 18px;
	margin-right: 85px;
	margin-left: 85px;
	width: 810px;
	margin-bottom: 12px;
	text-align: center;
}
.shp .container2 #credits img {
	margin-right: 8px;
	border: 1px solid silver;
	margin-bottom: 4px;
}
.clearit {
	clear: both;
}
