/*global setting
----------------------------------------------------------------------*/
body {
	background:url(../img/common/bodyBack.jpg) repeat-x left top #FEFBD4;
	color:#594528;
	font-size:62.5%;
	/*padding-top:20px;*/
}
h2 {
	color:#C9625E;
	font-size:1.2em;
	font-weight:bold;
	margin-bottom:15px;
}
h3 {
	font-weight:bold;
	font-size:1.2em;
	margin-bottom:15px;
}
h1.img {
	margin-bottom:15px;
}
p,dl,ul {
	margin-bottom:15px;
}
table {
	margin-bottom:15px;
	font-size:1em;
}
table,td,th {
	border:0;
	border:1px solid #594528;
	border-collapse:collapse;
}
td,th {
	background:none;
	padding:2px 5px;
	vertical-align:middle;
}
input,textarea {
	xmargin-bottom:10px;
	xborder:1px solid #594528;
	padding:3px;
	font-size:1em;
	}
hr {
	display:none;
}

/*basic structure
----------------------------------------------------------------------*/

#wrapper {
	width:920px;
	margin:40px auto;
	font-size:1.2em;
	}
#header {
	margin-bottom:10px;
	padding:0 75px;
	height:70px;
	background:url(../img/common/headerBack.png) no-repeat left top;
	}
#logo,#logo a {
	display:block;
	background:url(../img/common/logo.png) no-repeat left top;
	width:100px;
	height:41px;
	text-indent:-9999em;
	float:left;
	}

#container {
	margin:0 75px 20px 75px;
	padding:25px;
	text-align:left;
	xbackground:#FFF;
	width:700px;
}
#primary {
	float:left;
	width:500px;
	padding:20px;
	margin-right:30px;
	margin-bottom:20px;
}
#secondary {
	float:right;
	width:170px;
}

#footer {
	clear:both;
	background:url(../img/common/footer.png) no-repeat left top;
	height:40px;
	text-indent:-9999em;
	}
/*navigation
----------------------------------------------------------------------*/
#globalNav {
	float:right;
	margin-top:15px;
	}
#globalNav li {
	float:left;
	xmargin-left:15px;
	}
#globalNav li a {
	text-indent:-9999em;
	height:16px;
	display:block;
}
#globalNav li a:hover {
    filter: Alpha(opacity=50); /* IEŚn*/
    opacity:0.5; /* MozzilaŚn*/
}
#navLetter a {
	width:115px;
	background:url(../img/common/navLetter.png) no-repeat left center;
}
#navShop a {
	width:82px;
	background:url(../img/common/navShop.png) no-repeat left center;
}
#navBlog a {
	width:166px;
	background:url(../img/common/navBlog.png) no-repeat left center;
}
#navAbout a {
	width:101px;
	background:url(../img/common/navAbout.png) no-repeat left center;
}
#navContact a {
	width:76px;
	background:url(../img/common/navContact.png) no-repeat left center;
}

.topicPath {

}
.localLink {
	text-align:right;
}
.localLink li {
	display:inline;
	padding-left:13px;
	margin-left:10px;
	background:url(../img/common/localLinkBack.png) no-repeat left center;
}
/*commonClass
----------------------------------------------------------------------*/
.box {
	padding:0px 80px;
}
.block {

}
.center {
	text-align:center;
}
.right {
	float:right;
	margin:0px 0px 15px 15px;
}
.left {
	float:left;
	margin:0px 15px 15px 0px;
}
.btnSubmit {
	border:0;
	width:120px;
	height:36px;
	text-align:center;
	background:url(../img/contact/btnSubmit.png);
	font-weight:bold;
	font-size:12px;
	color:#FEFBD4;
}
.toTop {
	text-align:right;
}
.clearfix:after,
#container:after,
#header:after,
#globalNav:after,
.block:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.clearfix,
#container,
#header,
#globalNav,
.block {
	display:inline-table;
	zoom:1;/*for IE 5.5-7*/
}
/*Hide from IE-Mac\*/
*html .clearfix,
*html #container,
*html #header,
*html #globalNav
*html .block {height:1%;}
.clearfix,#container,#header,#globalNav,.block{display:block;}
/*Hide from IE-Mac*/
.clearfix,#container,#header,#globalNav,.block {overflow:visible;}/*IE7 hack*/ 