@charset "utf-8";
#container #header #head h1 {
	font-size: 130%;
	text-align: right;
	font-weight: normal;
}






/* CSS Document */
body  {
	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: #FFFFCC;
	background-color: #161616;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 100%;
	line-height: 100%;
	margin-top: 10;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}
#head    {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-position: right;
	float: right;
	color: #CCCCCC;
	font-size: 90%;
	padding-bottom: 10px;
	font-weight: normal;
	padding-top: 45px;
	padding-right: 25px;
	letter-spacing: 0.2em;
}


#header  {
	background-color: #202020;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #dc931a;
	height: 105px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	background-image: url(../images/Logo.gif);
	background-repeat: no-repeat;
	background-position: 30px top;
} 
.twoColHybLtHdr #header h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #999999;
	font-weight: normal;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}
#container  {
	width: 960px;  /* this will create a container 80% of the browser width */
	background: #2c2c2c;
	text-align: left; /* this overrides the text-align: center on the body element. */
	height: 580px;
	margin-right: auto;
	margin-left: auto;
} 
#container   #header    #nav  {
	font-size: 50%;
	float: right;
	margin-right: 0px;
	margin-top: 0px;
	clear: right;
	width: 800px;
	text-align: right;
	padding-right: 10px;
	letter-spacing: 0.2em;
	padding-top: 5px;
}
#container   #header    #nav   ul  {
	list-style-type: none;
}
#container   #header    #nav   li  {
	display: inline;
}
#container  #header  #nav  a  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #dc931a;
	text-decoration: none;
	padding-top: 5px;
	padding-bottom: 5px;
	letter-spacing: 0.2em;
	margin-right: 5px;
	margin-left: 5px;
}
#container  #header  #nav  a:hover  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #dc931a;
	letter-spacing: 0.2em;
	padding-bottom: 3px;
	border-bottom-width: medium;
	border-bottom-style: solid;
	border-bottom-color: #FF9933;
	margin-right: 5px;
	margin-left: 5px;
}
#container #sidebar1 #bullet  {
	list-style-type: square;
	margin-left: 20px;
	list-style-position: outside;
	color: #FFFFCC;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-top-color: #FFFFCC;
	border-bottom-color: #FFFFCC;
	border-bottom-style: dotted;
}
#container #sidebar1 #byline  {
	color: #FFFFCC;
	margin-top: 0px;
	margin-left: 30px;
	font-style: italic;
}
#container #sidebar1 #extra  {
	color: #FFFFCC;
	margin-top: -20px;
	font-style: italic;
}
#container #sidebar1 #byline h4  {
	display: inline;
	font-size: 120%;
	padding-left: 20px;
}
#container #sidebar1 #byline h2  {
	color: #FFCC66;
	font-size: 250%;
	font-family: "Times New Roman", Times, serif;
}
#container #sidebar1 h2  {
	color: #dc931a;
	margin-left: 20px;
}
/* Tips for mainContent:
1. The space between the mainContent and sidebar1 is created with the left margin on the mainContent div.  No matter how much content the sidebar1 div contains, the column space will remain. You can remove this left margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends.
2. Be aware it is possible to cause float drop (the dropping of the non-floated mainContent area below the sidebar) if an element wider than it can contain is placed within the mainContent div. WIth a hybrid layout (percentage-based overall width with em-based sidebar), it may not be possible to calculate the exact width available. If the user's text size is larger than average, you will have a wider sidebar div and thus, less room in the mainContent div. You should be aware of this limitation - especially if the client is adding content with Contribute.
3. In the Internet Explorer Conditional Comment below, the zoom property is used to give the mainContent "hasLayout." This may help avoid several IE-specific bugs.
*/
#mainContent  {
	height: 580px;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	background-color: #2c2c2c;
	padding-left: 0px;
	width: 445px;
	float: right;
	overflow: auto;
	scrollbar-base-color: #2c2c2c;
} 
#container #mainContent #flashcontent2 a  {
	color: #FF9900;
	text-decoration: underline;
}
#container #mainContent p  {
	font-size: 70%;
	text-align: center;
	color: #FF9900;
}
#container #mainContent #flashcontent  {
	padding-top: 15px;
}
#container #sidebar1 #printprice h2  {
	display: inline;
	padding-left: -10px;
	margin-left: 0px;
}
#container #sidebar1 #contactForm #webMessage  {
	background-position: center;
	background-color: #2C2C2C;
	border: thin solid #dc931a;
	color: #dc931a;
	margin-right: 75px;
	float: right;
	font-size: 80%;
	padding-right: 0px;
	padding-left: 0px;
}
#container #sidebar1 #contactForm #phone  {
	float: right;
	margin-right: 75px;
	background-color: #FFFF99;
	font-size: 80%;
	width: 175px;
	margin-bottom: 10px;
	color: #000000;
	margin-left: 0px;
}
#container #sidebar1 #small  {
	font-size: 75%;
	text-align: center;
	margin-right: 50px;
	margin-left: 50px;
	margin-top: 10px;
	line-height: 120%;
	color: #dc931a;
	padding-top: 10px;
}
#container #sidebar1 #inWin  {
	height: 400px;
	width: 350px;
	font-size: 80%;
	padding-left: 30px;
	padding-right: 10px;
	scrollbar-base-color: #161616;
}
#container #sidebar1 #inWin h2  {
	font-size: 200%;
	margin-bottom: 0px;
	margin-left: 0px;
}
#container #sidebar1 #inWin h3  {
	margin-left: 0px;
	color: #DC931A;
	margin-bottom: 0px;
	margin-top: 0px;
	font-size: 110%;
}
#container #sidebar1 #contactForm label  {
	text-align: right;
	font-size: 80%;
	float: right;
	margin-right: 10px;
}
#container #mainContent #flashgal  {
	float: right;
	overflow: hidden;
	width: 600px;
	height: 100%;
	background-position: center;
	position: relative;
	left: -75px;
	clip: rect(auto,auto,auto,125px);
}
#container #sidebar1 #option  {
	padding-left: 30px;
}
#container #sidebar1 #option #option h3  {
	color: #FFFFCC;
	font-family: "Times New Roman", Times, serif;
	font-size: 200%;
	font-style: italic;
	display: inline;
	margin-left: -30px;
}
#sidebar1  {
	float: left;
	width: 500px; /* top and bottom padding create visual space within this div  */
	font-size: 75%;
	height: 550px;
	padding-top: 15px;
	padding-bottom: 15px;
	background-color: #2C2C2C;
	line-height: 200%;
	overflow: auto;
	padding-right: 15px;
	scrollbar-base-color: #2C2C2C;
}
#sidebar1 a  {
	color: #dc931a;
	text-decoration: none;
}
#sidebar1 a:hover {
	color: #dc931a;
	text-decoration: underline;
}
#sidebar1 h3 ,.twoColHybLtHdr #sidebar1 p  {
	margin-left: 30px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 10px;
}
#sidebar1 h4 ,.twoColHybLtHdr #sidebar1 p  {
	margin-right: 10px;
}
#orderInfo {
	font-size: 90%;
	padding-left: 25px;
	line-height: 120%;
}



#fullWidth {
	float: left;
	width: 960px; /* top and bottom padding create visual space within this div  */
	font-size: 75%;
	height: 580px;
	padding-top: 2px;
	background-color: #2C2C2C;
	line-height: 200%;
	overflow: auto;
	scrollbar-base-color: #2C2C2C;
}
#fullWidth2 {
	float: left;
	width: 960px; /* top and bottom padding create visual space within this div  */
	font-size: 75%;
	height: 539px;
	padding-top: 2px;
	background-color: #2C2C2C;
	line-height: 200%;
	overflow: visible;
	scrollbar-base-color: #2C2C2C;
}

#fullWidth h3 {
	margin-left: 40px;
}
#fullWidth .galThumb a {
	height: 75px;
	width: 75px;
}
.fullwidthCopy {
	margin-right: 50px;
	margin-left: 40px;
}

#fullWidth .galThumb a img {
	margin-right: 5px;
	margin-left: 5px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#fullWidth ul #Accordion1 {
	width: 800px;
}
#fullWidth ul #Accordion1 .AccordionPanel.AccordionPanelOpen .AccordionPanelTab  {
	color: #363636;
	padding-left: 20px;
	background-color: #EDB963;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 110%;
	font-style: normal;
	font-weight: bold;
}


#fullWidth ul #Accordion1 .AccordionPanel.AccordionPanelClosed .AccordionPanelTab {
	color: #dc931a;
	padding-left: 20px;
	background-color: #363636;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 110%;
	font-style: normal;
	font-weight: bold;
}
#fullWidth ul #Accordion1 .AccordionPanel.AccordionPanelClosed .AccordionPanelTabHover {
	color: #363636;
	padding-left: 20px;
	background-color: #EDB963;
}
#fullWidth ul #Accordion1 .AccordionPanel.AccordionPanelOpen .AccordionPanelContent {
	margin-right: 20px;
	margin-left: 20px;
	margin-bottom: 10px;
}
#fullWidth ul #Accordion1 .AccordionPanel.AccordionPanelOpen .AccordionPanelContent table tr td {
	text-align: center;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #F90;
}

#fullWidth ul #Accordion1 .AccordionPanel.AccordionPanelOpen .AccordionPanelContent img {
	float: right;
}
#fullWidth ul #Accordion1 .AccordionPanel.AccordionPanelOpen .AccordionPanelContent noscript object {
	float: right;
	clear: both;
}
#fullWidth ul #Accordion1 .AccordionPanel.AccordionPanelOpen .AccordionPanelContent #FlashID {
	float: right;
}
#fullWidth #accOpt #Accordion1 p a {
	color: #dc931a;
	text-decoration: none;
}

#fullWidth #accOpt #Accordion1 .AccordionPanel.AccordionPanelOpen .AccordionPanelTab {
	font-size: 150%;
	font-style: italic;
	font-weight: normal;
	color: #363636;
	background-color: #EDB963;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding-left: 20px;
}
#fullWidth #accOpt #Accordion1 .AccordionPanel.AccordionPanelClosed .AccordionPanelTab {
	font-size: 150%;
	font-style: italic;
	font-weight: normal;
	color: #dc931a;
	background-color: #363636;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding-left: 20px;
}

#fullWidth #accOpt #Accordion1 .AccordionPanel.AccordionPanelClosed .AccordionPanelTabHover {
	font-size: 150%;
	font-style: italic;
	font-weight: normal;
	color: #363636;
	background-color: #EDB963;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding-left: 20px;
}
#fullWidth #accOpt #Accordion1 .AccordionPanel.AccordionPanelOpen .AccordionPanelContent {
	background-color: #F4D9AA;
	color: #2C2C2C;
}

.tableIndex {
	font-size: 80%;
	color: #F90;
}
#galContainer {
	height: 670px;
	padding-top: 20px;
	background-color: #2C2C2C;
}
#galContainer2 {
	padding-top: 0px;
	padding-right: 60px;
	padding-left: 60px;
	height: 447px;
	overflow: auto;
	width: 840px;
	padding-bottom: 20px;
	background-color: #2C2C2C;
}
#galContainer2 h6 {
	color: #F90;
}

.galThumb {
	margin: 10px;
}


/* Miscellaneous classes for reuse */
.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;
}
#footer  {
	background-color: #202020;
	background-position: right;
	color: #dc931a;
	width: 960px;
	margin-top: 0px;
	margin-bottom: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #dc931a;
	letter-spacing: 0.1em;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-right: auto;
	margin-left: auto;
	height: 30px;
	font-size: 60%;
} 
#footer a  {
	background-color: #202020;
	background-position: center;
	color: #dc931a;
	width: 850px;
	margin-top: 0px;
	margin-bottom: 0px;
	text-decoration: none;
	margin-right: 20px;
	margin-left: 20px;
}
#footer #phone ul {
	list-style-type: none;
}
#footer #phone ul li {
	display: inline;
}
#phone      {
	float: left;
	color: #dc931a;
	background-position: bottom;
}
#phone  a    {
	color: #dc931a;
	text-decoration: none;
}
#phone  a:hover    {
	color: #dc931a;
	text-decoration: underline;
}
#footer  a:hover  {
	background-color: #202020;
	background-position: center;
	color: #dc931a;
	width: 850px;
	text-decoration: underline;
}
.formbox {
	float: right;
	margin-right: 75px;
	background-color: #FFFF99;
	font-size: 80%;
	width: 175px;
	margin-bottom: 10px;
}
#payBt {
	color: #999999;
	margin-left: 40px;
	width: 200px;
	display: inline;
	float: right;
}
#printprice {
	font-size: 90%;
	text-align: left;
	color: #FF9900;
	line-height: 130%;
	margin-left: 30px;
}
#flashcontent img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#albumR {
	float: right;
}


#flashcontent2 {
	padding-top: 0px;
	margin-top: -25px;
}
#piimg {
	text-align: right;
	float: right;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #2C2C2C;
	border-right-color: #2C2C2C;
	border-bottom-color: #2C2C2C;
	border-left-color: #2C2C2C;
}
#sidebar1 #bullet ul li h3 {
	font-size: 120%;
	font-weight: bold;
	display: inline;
	color: #FF9900;
	font-style: italic;
}

#mainImg {
	margin-right: auto;
	margin-left: auto;
}
.clientPage {
	margin-right: 30px;
	margin-left: 30px;
}
#accOpt {
	margin-right: 40px;
	margin-left: 40px;
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#fullWidth .clientPage p a {
	color: #F90;
	text-decoration: none;
}
#fullWidth .clientPage #orderInfo a {
	color: #F90;
	text-decoration: none;
}
#container #fullWidth ul a {
	color: #F90;
	font-size: 90%;
}

#container #fullWidth2 a img {
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#seo {
	font-size: 60%;
	color: #868686;
	padding-top: 300px;
}
#seo h1 {
	font-size: 130%;
	font-weight: bold;
	display: inline;
}
#seo a {
	color: #ADADAD;
}

#footer2 {
	background-color: #161616;
	padding-top: 10px;
	padding-bottom: 10px;
}
#footer2 h1 {
	font-size: 130%;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	text-align: right;
	color: #F29400;
	letter-spacing: 0.1em;
	word-spacing: .2em;
	font-weight: normal;
}

