/* @group general styles */

body {
	text-align: center;
	font-size:  0.9em;
	padding: 0;
	margin: 20px 20px 55px;
}

p {
}

b, strong {

}

a:link {
	text-decoration: none;
	color: #d61f00;
}

a:visited {
	text-decoration: none;
	color: #d61f00;
}

a:hover, a:active {
	text-decoration: none;
	color: #d4d4d4;
}

img {
	border-style: none;
}

.image-left {
	float: left;
	margin: 3px 3px 1px 0;
	padding: 3px 3px 1px 0;
}

.image-right {
	float: right;
	margin: 3px 0 1px 3px;
	padding: 3px 0 1px 3px;
}
	
/* @end */

/* @group layout */

.clearer {
	clear: both;
}

#container {
	margin: 0px auto;
	text-align: left;
}

#container2 {
}

#container #top {	height: 40px;
	margin: 0;
	padding: 0;
}

#container #top2 {	height: 40px;
	margin: 0;
	padding: 0;
}

#pageHeader {
	display: block;
	margin: 0 auto 0px;
	padding: 0;
}

#pageHeader img {
	margin-right: 15px;
}

#pageHeader h1 {
	font-weight: bold;
}

#pageHeader h2 {
	font-weight: bold;
}

/* same */

#contentContainer {
	margin-right: 0px;
	background: transparent;
	font-size: 12px;
	line-height: 17px;
	padding-bottom: 0;
	margin-top: 17px;
}

#contentContainer #content {
	padding: 1px;
}

#footer {
	text-align: center;
	font-size: 0.8em;
	padding-bottom: 0;
	line-height: 3.3em;
	height: 40px;
	margin: 0;
	text-shadow: none;
}

#footerEdge {
	position: relative;
	top: 40px;
}

#footer p {
	padding: 0;
	margin: 0;
	color: #7f7f7f;
}

#footer a:link, #footer a:visited {
	color: #bbbbbb;
}

#footer a:hover, #footer a:active {
	color: #ffffff;
}
	
/* @end */

/* @group Toolbar - horizontal */

#navcontainer {
	margin-left: auto;
	position: relative;
	height: 46px;
	font-size: 0.8em;
	margin: 0;
	padding: 0;
}

#navcontainer .current {
	text-shadow: 0px 0px 2px #ffffff;
	
}

#navcontainer .currentAncestor {
	text-shadow: none;
	background: transparent;
	font-weight: bold;
}

/* x */

#navcontainer ul {
	list-style: none;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 2px;
	left: 0;
}

#navcontainer li {
	display: inline;
	float: left;
}

#navcontainer a{
	width: 120px;
	text-align: center;
	display: block;
	height: 20px;
	line-height: 2.5em;

}

#navcontainer a:hover {

}

#navcontainer a:active {

}

/* I */

#navcontainer ul ul {
	position: absolute;
	left: 0;
	background: transparent;
	top: 20px;
}

#navcontainer ul ul li {
	background: transparent;
}

#navcontainer ul ul a {
	height: 22px;
	line-height: 2em;
	margin-right: 0;
	margin-left: 0;
	width: 120px;
	font-size: 11px;
}

#navcontainer ul ul a:hover{
	background: transparent;
}

#navcontainer ul ul .current{
	background: transparent;
	font-weight: bold;
	text-shadow: #fff 0 0 0;
}

/* II  --> over */

#navcontainer ul ul ul {
	position: absolute;
	left: 0;
	top: 21px;
	margin: 0;
	white-space: nowrap;
	padding: 0px 0px 0px 0;
	background: transparent;
}

#navcontainer ul ul ul li
 {
	background: transparent;
}

#navcontainer ul ul ul li a
 {
	background: transparent;
	font-size: 11px;
}

#navcontainer ul ul ul li a:hover
 {
	background: transparent;
}

#navcontainer ul ul ul .current {
	background: transparent;
}

#navcontainer ul ul ul ul
 {
	background: transparent;
	display: none;
}

/* @end */

/* @group Toolbar_sidebar */

#navcontainer2 {
}

#navcontainer2 ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	text-align: left;
	position: relative;
}

#navcontainer2 li {
	display: inline;
	text-align: left;
	position: relative;
}

#navcontainer2 a {
	display: none;
	text-decoration: none;
	height: 24px;
	text-align: left;
	position: relative;
	font-size: 14px;
	line-height: 25px;
	border-bottom-width: 1px;
}

#navcontainer2 a:hover {
}

/* Child - Level 1 */

#navcontainer2 ul ul {
	text-align: left;
	text-indent: 18px;
}

#navcontainer2 ul ul li {
	display: block;
}

#navcontainer2 ul ul a {
	display: block;
	background: url(images/elements/icons/arrow_triangle.gif) no-repeat 10px 50%;
}

#navcontainer2 ul ul a:hover {
	background: url(images/elements/icons/arrow_triangle_animated.gif) no-repeat 10px 50%;
	
}

#navcontainer2 ul ul .current {
	font-weight: bold;
}

#navcontainer2 ul ul .currentAncestor {
	font-weight: bold;
}

/* Child - Level 2 */

#navcontainer2 ul ul ul {
	text-indent: 28px;
}

#navcontainer2 ul ul ul li {
}

#navcontainer2 ul ul ul a {
	background: url(images/elements/icons/arrow_triangle.gif) no-repeat 20px 50%;
}

#navcontainer2 ul ul ul a:hover {
	background: url(images/elements/icons/arrow_triangle_animated.gif) no-repeat 20px 50%;

}

/* Child - Level 3 */

#navcontainer2 ul ul ul ul {
	text-indent: 38px;
}

#navcontainer2 ul ul ul ul li { 
}

#navcontainer2 ul ul ul ul a {
	background: url(images/elements/icons/arrow_triangle.gif) no-repeat 30px 50%;
}

#navcontainer2 ul ul ul ul a:hover {
	background: url(images/elements/icons/arrow_triangle_animated.gif) no-repeat 30px 50%;
}

/* Child - Level 4 */

#navcontainer2 ul ul ul ul ul {
	text-indent: 48px;
}

#navcontainer2 ul ul ul ul ul li { 
}

#navcontainer2 ul ul ul ul ul a {
	background: url(images/elements/icons/arrow_triangle.gif) no-repeat 40px 50%;
}

#navcontainer2 ul ul ul ul ul a:hover {
	background: url(images/elements/icons/arrow_triangle_animated.gif) no-repeat 40px 50%;
}

/* @end */

/* @group Global Classes and blockquote  */

/* code editable */

code {
	padding: 10px;
	margin-left: 15px;
	display: block;
	margin-right: 15px;
	font: 12px Courier, "Courier New", sans-serif;
	border-width: 1px;
	border-style: dashed;
}

/* blockquote */

blockquote p {
	border-style: none;
	font-size: 13px;
}

.standout, blockquote {
		text-align: left;
	font-size: 16px;
	margin: 3px 0;
	font-style: italic;
	padding: 10px 20px 15px 57px;
		background: url(images/elements/icons/quotes_1.gif) no-repeat 1px 9px;
	border-style: none;
	line-height: 18px;
}

.standout, #sidebar blockquote {
	font-size: 14px;
	font-style: italic;
	padding: 0 5px 9px 24px;
	margin: 0;
	text-align: left;
	background: url(images/elements/icons/quotes_2.gif) no-repeat 1px 15px;
	border-style: none;
}

/* h.......... */

h1 {	
	padding-top: 0;
	margin-top: 0;
	line-height: 25px;
}

h2 {	
	padding-top: 0;
	margin-top: 0;
	line-height: 18px;
}

h3 {	
	padding-top: 0;
	margin-top: 0;
	line-height: 16px;
}

h4 {	
	padding-top: 0;
	margin-top: 0;
	line-height: 14px;
}

h5 {	
	padding-top: 0;
	margin-top: 0;
	line-height: 11px;
}

.imageStyle {
	border: 1px none;
}

/* Main content area unordered list styles */
#contentContainer #content ul {
}

#contentContainer #content li {
}

ul.disc {
}

ul.circle {
}

ul.square {
}

ol.arabic-numbers {
}

ol.upper-alpha {
}

ol.lower-alpha {
}

ol.upper-roman {
}

ol.lower-roman {
}



/* Table Styles */

table {
	border: 0px solid;
	border-collapse: collapse;
	z-index: 0;
}

td {
border: 0px solid;
background: #191919;
z-index: 0;
}

input {
 z-index: 0;
}

td img { display: block; }

div.rounded_top {
 position:relative;
 top: 16px;
 z-index: 5;
}
div.rounded_bottom {
 position:relative;
 top: -20px;
 z-index: 5;
}

div.rounded_bottom_2 {
 position:relative;
 top: -16px;
 z-index: 5;
}

th {
	
}
/* @end */


/* @group index page */

/* Index Page */



/* @group contact form */


.message-text { } 

.required-text { } 

.form-input-field {

} 

.form-input-button { }

.pagination{
padding: 2px;
}

.pagination ul{
margin: 0;
padding: 0;
text-align: left; /*Set to "right" to right align pagination interface*/
font-size: 12px;
}

.pagination li{
list-style-type: none;
display: inline;
padding-bottom: 1px;
}

.pagination a, .pagination a:visited{
padding: 0 5px;
border: 0px solid #ffffff;
text-decoration: none; 
color: #CC0000;
}

.pagination a:hover, .pagination a:active{
border: 0px solid #CC0000;
color: #ffffff;
}

.pagination li.currentpage{
font-weight: bold;
padding: 0 5px;
border: 1px solid #ffffff;
background-color: #CC0000;
color: #ffffff;
}

.pagination li.disablepage{
padding: 0 5px;
border: 0px solid #929292;
color: #929292;
}

.pagination li.nextpage{
font-weight: bold;
}

* html .pagination li.currentpage, * html .pagination li.disablepage{ /*IE 6 and below. Adjust non linked LIs slightly to account for bugs*/
margin-right: 5px;
padding-right: 0;
}

#mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1050px;
    background-color: #000000;
    z-index: 1000;
    opacity: .80;
    filter: alpha(opacity=80); 
	text-align: center;   
}

#photo-wrapper {
	position: absolute;
	top: 25px;
    text-align: center;
    z-index: 1001;
    color: white;
    font-weight: bold;
	width: 800px;
}

img.large_image {
padding: 10px;
background-color: #ffffff;
margin-left: auto;
margin-right: auto;
}

td.cart {
border-right: thin dotted #7f7f7f;
border-top: thin dotted #7f7f7f;
border-bottom: thin dotted #7f7f7f;
background: #191919;
z-index: 0;
padding: 5px;
font-size: 12px;
}

td.line-total {
border-right: thin dotted #7f7f7f;
border-top: thin dotted #7f7f7f;
border-bottom: thin dotted #7f7f7f;
background: #191919;
z-index: 0;
padding: 5px;
font-size: 12px;
}

td.cart-total {
border-right: thin dotted #7f7f7f;
border-top: thin dotted #7f7f7f;
background: #191919;
z-index: 0;
padding: 5px;
font-size: 12px;
}

th.cart {
border-right: thin dotted #7f7f7f;
background: #191919;
z-index: 0;
text-align: center;
font-size: 14px;
}

table.cart {
border: 0px solid;
background: #191919;
z-index: 0;
}

td.album {
background: #191919;
}

th.album {
background: #191919;
}

table.album {
background: #191919;
}

td.photo {
background: #191919;
}

th.photo {
background: #191919;
}

table.photo {
background: #191919;
}

div.cart {
text-align: center;
}

span.in_line_link a, span.in_line_link a:visited{
line-height:1.5em;
font:14px Arial, Verdana, Helvetica, sans-serif;
color:#cc0000;
}

span.in_line_link a:hover {
line-height:1.5em;
font:14px Arial, Verdana, Helvetica, sans-serif;
color:#cc0000;
font-weight: bold
}

span.in_line_link_desc {
line-height:1.5em;
font:14px Arial, Verdana, Helvetica, sans-serif;
color:#ffffff;
}

span.in_line_link_album a, span.in_line_link_album a:visited{
line-height:3em;
font:12px Arial, Verdana, Helvetica, sans-serif;
color:#cc0000;
}

span.in_line_link_album a:hover {
line-height:3em;
font:12px Arial, Verdana, Helvetica, sans-serif;
color:#cc0000;
font-weight: bold
}

/* @end */


