/* CSS Document */

body {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	text-align: justify;
	margin-top: 50px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #421817;
	background-image: url(../images/bg-top.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	line-height: 18px;
}

td {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: 11px;
}

th {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	color: #FFFFFF;
	background-color: #660000;
	text-align: left;
}

.row1 {
	background-color: #F9E3D5;
}

.row2 {
	background-color: #FBECE1;
}

.cell {
	border-bottom-width: 1px;
	border-bottom-style: inset;
	border-bottom-color: #CCCCCC;
}

a {color:#192666;}
a:hover {color:#4F6AD7;}

h1, h2, h3, h4, h5 {
	border:0;
	padding:0;
	margin-top: 5px;
}
h1 {
	font-size:260%;
	line-height:100%;
	font-weight:normal;
	margin-bottom: 15px;
}
h2 {
	font-size:150%;
	line-height:100%;
	font-weight:bold;
}

h3 {font-size:120%; line-height:100%; font-weight:bold;}
h4 {
	font-size:110%;
	color: #622423;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #622423;
}
h5 {font-size:100%;}

.notes {
	font-size:90%;
}

.emphasize {
	color:#622423;
	font-weight: bold;
}


.comments {
	font-size: 80%;
	color: #622423;
}


.box	{min-height:1px;}
	
#main {
	width:970px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

/* Header */
#header {
	position: relative;	
	width:970px;
	height:110px;
	background-image: url(../images/top.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
}


/* Main menu (tabs) */
#tabs {
	background:#622423;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0px;
	padding-top: 7px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	height: 28px;
}

    #tabs ul {margin:0 10px; padding:0; list-style:none;}
    #tabs ul li {margin:0 5px 0 0; padding:0; float:left;}
    #tabs ul li a {display:block; position:relative; padding:7px 15px; border:0; background:url("../images/tab_link.gif") 0 0 repeat-x; color:#F7DDCB; font-weight:bold; text-decoration:none; cursor:pointer;}
    
    /* Main menu (tabs - link) */
    #tabs ul li a span.tab-l, #tabs ul li a:hover span.tab-l {position:absolute; top:0; left:0; _left:-15px; width:8px; height:8px; background:url("../images/tab_link_l.gif") 0 0 no-repeat;}
    #tabs ul li a span.tab-r, #tabs ul li a:hover span.tab-r {position:absolute; top:0; right:0; _right:-1px; width:8px; height:8px; background:url("../images/tab_link_r.gif") 100% 0 no-repeat;}
    
    /* Main menu (tabs - hover) */
    #tabs ul li a:hover {background:url("../images/tab_hover.gif") 0 0 repeat-x; color:#FFF;}
    #tabs ul li a:hover span.tab-l {background:url("../images/tab_hover_l.gif") 0 0 no-repeat;}
    #tabs ul li a:hover span.tab-r {background:url("../images/tab_hover_r.gif") 100% 0 no-repeat;}
    
    /* Main menu (tabs - active) */
    #tabs ul li#active a {background:#F7DDCB; color:#953735;}
    #tabs ul li#active a span.tab-l {position:absolute; top:0; left:0; _left:-15px; width:8px; height:8px; background:url("../images/tab_active_l.gif") 0 0 no-repeat;}
    #tabs ul li#active a span.tab-r {position:absolute; top:0; right:0; width:8px; height:8px; background:url("../images/tab_active_r.gif") 100% 0 no-repeat;}


/*Page*/
#page	{
	background-color: #F7DDCB;
	position: relative;
	width:950px;
	min-height:1px;
	height:auto;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	overflow: auto;
}	


/* Content */
#content {
	float:right;
	width:680px;
	height: auto;
	margin:0;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 5px;
}


/* Content - article */
	
#content_article {clear:both; margin:0; padding:0px;}

    #content_article_header {
	/*background:url("../images/content_header_bg.jpg") 0 0 no-repeat;*/
		height: 40px;
		background-color: #FFFFFF;
	}
    
		#content_article_header h2 {
			color:#622423;
			border-bottom-width: thin;
			border-bottom-style: solid;
			border-bottom-color: #622423;
			margin-right: 10px;
			margin-left: 10px;
			padding-top: 10px;
			padding-right: 0px;
			padding-bottom: 10px;
			padding-left: 0px;
		}
		
	#content_article_text {
	/*background-image: url(../images/content_text_bg.jpg);
		background-repeat: repeat-y;
		background-position: 0 0;*/
		background-color: #FFFFFF;
		padding-top: 5px;
		padding-right: 10px;
		padding-bottom: 5px;
		padding-left: 10px;
	}

/* Left column */
#left_col {
	float: left;
	width:255px;
	padding: 0;
	margin: 0;
	
}

#left_col-in {
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}

#left_col h3 {
	padding:0px;
	margin:0;
	color:#622423;
	background-position: center;
	text-align: center;
}

    /* Left column - Comment*/
    #left_col #comment_header {
	font-size: 12px;
	font-weight: bold;
	color: #000066;
}
    #left_col #comment {
	margin-left: 20px;
	margin-right: 15px;
	font-size: 10px;
	margin-bottom: 20px;
}

.navcontainer {
	width: 170px;
	padding-left: 35px;
}
.navcontainer ul {
	list-style-type: none;
	margin-left: 0px;
	padding-left: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
}
.navcontainer a {
	text-decoration: none;
	display: block;
	width: 160px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #622423;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	text-align: center;
}
.navcontainer a:link {
	text-decoration: none;
}
.navcontainer a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.navcontainer a:active {
	background-color: #FBEDE3;
	font-weight: bold;
}
.navcontainer a:hover {
	text-decoration: none;
	background-color: #FBEDE3;
	font-weight: bold;
}
.navcontainer a#current {
	font-weight: bold;
	background-color: #732B28;
	color: #FFFFFF;
}

.labels {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
}
.subnavcontainer {
	width: 200px;
}
.subnavcontainer ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	list-style-type: none;
	padding-left: 0px;
}
.subnavcontainer a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	background-color: #CBDDEF;
	display: block;
	padding: 3px 3px 3px 20px;
	width: 200px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
.subnavcontainer a#current {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #003366;
	background-color: #ADC9E4;
	font-weight: normal;

}


/* Slideshow */
#slideshow {
	width:680px;
	height: 220px;
}

	#slideshow img {
		width:680px;
		height: 220px;
	}

/* Photogallery */
#photogallery {
	width:680px;
	height: 380px;
}

	#photogallery img {
		width:680px;
		height: 380px;
	}
	

/* Footer */
#footer {
	position: relative;
	clear:both;
	width:970px;
	height:80px;
	margin-bottom:50px;
	background:url("../images/footer.jpg") 0 0 no-repeat;
}

#footer a {color:#6685CC;}
#footer a:hover {color:#192666;}

    /*  Footer - copyright */
	#footer p#copyright {
		font-size: 9px;
		color: #666666;
		text-decoration: none;
		position: absolute;
		left: 40px;
		top: 20px;
	}

    /* Footer - created by */
	#createdby {
		color:#666666;
		font-size: 9px;
		text-decoration: none;
		position: absolute;
		left: 700px;
		top: 40px;
	}
	
	#footer_txt {
		width: 970px;
		position: absolute;
		padding-top: 0px;
		margin-top: 20px;
		margin-bottom: 10px;
		text-align: center;
		color: #652423;
		font-size: 11px;
	}	
	
.labels {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
}	

.btn {
	float: right;
}

.textbox {
	color: #000099;
	font-size: 12px;
}

.price {
	color:#660033;
	font-weight: normal;
	font-size: 12px;
	text-align: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-right: 10px;
}

.price_normal {
	color:#000099;
	font-weight: bold;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.price_old {
	color:#660033;
	font-weight: Normal;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: line-through;
}

.price_extra {
	color:#FF0000;
	font-weight: bold;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}



.totalt {
	color:#660033;
	font-weight: bold;
	font-size: 11px;
	text-align: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
