@charset "utf-8";
/* CSS Document */

body {
	background: url(../img/body_bg.gif) repeat;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
}

a
	{
	text-decoration: none;
	color: #d11900;
	}

.clear {
	clear: both;
}

.smalltext {
	font-size: 0.95em;
	color: #333333;
}

.smalltext a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.95em;
	color: #333333;
	text-decoration: none;
}

.smalltext a:hover {
	color: #FF0000;
	text-decoration: underline;
}

#sideburns {
	background: url("../img/sideburns.png") no-repeat 50% 144px;
	text-align:center;
	position:relative;
	z-index:3;
}

#website {
	width: 980px;
	margin: auto;
	background: url("../img/website_bg.png") top left repeat-y;
}

#container {
	width: 960px;
	margin: auto;
	display: block;
	min-height:	520px;
	height:	520px;
	height: auto !important;
}

.redbar {
	width: 960px;
	height: 10px;
	margin: auto;
	background: fff;
	overflow: hidden;
}

.redbar img
	{
	width: 960px;
	position: absolute;
	z-index:	100;
	left: 50%;
	margin-left: -480px;
	}

#header {
	width:		924px;
	padding-left:36px;
}

#logo {
	float: left;
	width:		235px;
	/*display: inline;  IE Hack for doubled float-margin, does nothing to the layout */
}

#user-area {
	float: right;
	margin: 12px 31px 0px 0px;
	text-align: right;
	color: #333333;
	/*width:		400px;*/
	/*display: inline;   IE Hack for doubled float-margin, does nothing to the layout */
}

#user-area form {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.3em;
	color: #333333;
	margin-top:	25px;
}

#user-area form a {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #333333;
	text-decoration: none;
}

#user-area form a:hover {
	color: #333333;
	text-decoration: underline;
}

#menubar {
	width: 960px;
	height: 40px;
	background: url(../img/menubar_bg.png) no-repeat;
}

#menubar ul {
	margin-left: 25px;
}

#menubar ul li {
	float: left;
}

#menubar ul a {
	display: block;
	padding: 11px 11px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.5em;
	color: #FFFFFF;
	text-decoration: none;
}

#menubar ul a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background: #D11900;
}
	#menubar li.social-media-icons {
		display:block;
	}
		#menubar li.social-media-icons a.social-media-icon {
			background-image:url(../img/social-media-icons.png);
			background-color:transparent;
			float:left;
			display:inline;
			height:27px;
			width:45px;
			margin:13px 0 0;
			text-decoration:none;
			padding:0px;
		}
			#menubar li a.twitter {
				background-position:0 0;
			}
			#menubar li a.twitter:hover {
				background-position:0 -27px ;
			}
			#menubar li a.facebook {
				background-position:0 -54px ;
			}
			#menubar li a.facebook:hover {
				background-position:0 -81px ;
			}
		#menubar li.left-media {
			margin-left:160px;
		}


#shop {
}

#language {
	float: left;
}

#language .en
	{
	display:		block;
	position:		relative;
	top:			-6px;
	left:			-235px;
	background:		url("../img/en_normal.png");
	width:			32px;
	height:			18px;
	}
#language .en:hover
	{
	background:		url("../img/en_hover.png");
	}

div.cart
	{
	width:			135px;
	margin:			20px 30px 0px 0px;
	text-align:		right;
	display:		inline;
	}

#vmenu {
	float: left;
	width: 196px;
	background: url(../img/vmenu-bg.png) repeat-y;
	text-align: left;
	height:305px;
	overflow:hidden;
}

#vmenu ul {
	margin-top:	-5px;
}

#vmenu ul li {
	overflow: hidden;
}

#vmenu ul a {
	display: block;
	padding: 7px 35px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.5em;
	color: #FFFFFF;
	text-decoration: none;
}
#vmenu ul li.shop {
	background-image:url(../img/cart1.png);
	background-repeat:no-repeat;
	background-position: 155px 10px;
}

#vmenu ul a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background: url(../img/vmenu-hover.png) top left repeat-y;
}

#vmenu .spacer {
	width: 196px;
	height: 1px;
	overflow: hidden;
	background: url(../img/vmenu-spacer.png) center top no-repeat;
	font-size: 1px;
}

#login {
	text-align: left;
	margin-top: 5px;
}

#login div {
	margin: 5px 0px 5px 30px;
}

#login div div {
	margin:57px 0px 10px 0px;
	height:19px;
}

* html #login div div {
	margin:53px 0px 10px 0px;
	height:19px;
}

#login a {
	margin: 0px 5px 0px 0px;
	font-family: Arial, "Times New Roman", Times, serif;
	font-size: 1.1em;
	color: #FFFFFF;
	text-decoration: none;
}

#login a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

#login form {
	/*margin: 3px 0px 0px 28px;*/
	margin-left:	28px;
}

#login input {
	width: 140px;
	height: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #FFFFFF;
	background: #736357;
	border: 1px solid #93887f;
	margin-top: 5px;
	line-height: 2em;
}

#login input[type=text] {
	margin-bottom:	3px;
}

#main-picture {
	float: right;
}

#col1 a, #col2 a, #col1 a:visited, #col2 a:visited
	{
	color:		inherit;
	text-decoration:none;
	}

#main-content {
	float: left;
	width: 690px;
	background: url(../img/content_bg.png) top center no-repeat;
	text-align: left;
}

#main-content img
{
margin-top:		6px;
}

#main-content2 {
	float: left;
	width: 578px;
	text-align: left;
}

/*
#main-content h1 {
	color: #24424F;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 4em;
	font-weight: normal;
}
*/
/*
#main-content p {
	color: #4D4D4D;
	font-family:			Georgia, "Times New Roman", Times, serif;
	font-size: 1.3em;
	line-height: 1.5em;
	letter-spacing: 0.05em;
	max-width: 605px;
}
*/
.filters a
	{
	float:					left;
	text-decoration:		none;
	font-size:				12px;
	background:				#d11901;
	color:					#fff;
	display:				block;
	height:					16px;
	padding:				6px 10px 4px 10px;
	}
.filters a:hover
	{
	background:				#726357;
	}

div.product
	{
	display:				inline;
	width:					280px;
	height:					200px;
	background:				url('../img/product_details_top.png') no-repeat;
	text-decoration:		none;
	float:					left;
	margin:					0px 8px 0px 0px;
	}

div.producttext
	{
	background:				url('../img/product_details_mid.png');
	width:					270px;
	height:					150px;
	margin:					7px 0px 0px 0px;
	padding:				10px 8px 10px 2px;
	}

div.productbottom
	{
	padding-left:			30px;
	padding-top:			0px;
	padding-bottom:			5px;
	background:				url('../img/product_details_bottom.png') no-repeat;
	height:					21px;
	}

.product_name
	{
	font-family:			Georgia, serif;
	font-size:				32px;
	color:					#464646;
	}

.product_authors
	{
	font-family:			Arial, serif;
	font-size:				10px;
	color:					#d11901;
	}

div.dotari_productbottom
	{
	padding:6px 5px 5px 90px;
	background:				url('../img/dotari_details_bottom.png') no-repeat;
	height:					21px;
	}

div.dotari_productbottom span, div.dotari_productbottom a
	{
	font-size:10px;
	color:#fff;
	}

.event {
	padding 20px;
	width: 690px;
	background: url("../img/events_body_bg.png") top center no-repeat;
}

.section-red {
	margin-top: 15px;
	width: 201px;
	height: 305px;
	background: url(../img/red_bg.jpg);
	text-align: left;
	color: #fff;
}

.section-red .padding {
	padding: 30px 30px 0px 40px;
}

.section-brown {
	margin-top: 15px;
	width: 960px;
	height: 205px;
	background: url(../img/brown_bg.png);
	text-align: left;
	color: #fff;
}

.section-brown .padding {
	padding: 30px 40px;
}

.section-brown #col1 {
	float: left;
}

.section-brown #col2 {
	float: left;
	margin-left: 80px;
}

.section-brown a
{
color:			#fff;
}

.date {
	font-family: Arial, Helvetica, sans-serif;
	width: 44px;
	height: 52px;
	background: url(../img/date_bg.png) top center no-repeat;
	text-align: center;
	color: #534741;
}

.date .day {
	font-size: 25px;
	font-weight: bold;
}

.date .month {
	font-size: 14px;
}
.date .year
{
font-size:		10px;
}

#bottom
	{
	margin:					auto;
	width:					980px;
	height:					150px;
	background:				url("../img/website_bg.png");
	text-align:				left;
	padding:				12px 0px 0px 0px;
	}
#bottom .botLinks
	{
	width:					190px;

	position:				relative;
	float:					left;
	}
#bottom .botLinks img
	{
	padding:				0px;
	}
#bottom #botBann
	{
	width:					780px;
	float:					left;
	}
#bottom #botBann object, #bottom #botBann img
	{
	position:			relative;
	margin:				auto 0px;
	padding:				0px 0px 23px 40px;
	}

#footer {
	margin: auto;
	width: 980px;
	height: 180px;
	background: url(../img/bottom.png) top center no-repeat;
	font-size: 0.9em;
	color: #4D4D4D;
	text-align: left;
	clear:both;
}

#footer a {
	color: #4D4D4D;
	text-decoration: none;
}

#footer a:hover {
	color: #4D4D4D;
	text-decoration: underline;
}

#banderola {
	position:absolute;
	width:144px;
	height:144px;
	background: transparent url(../img/banderola.png);
	right:0;
}
