body {
	margin: 0;
	padding: 5px 0;
	text-align: center;
	background-color: white;
	font-family: "Century Gothic", Arial, sans-serif;
}
#wrap {
	width: 760px;
	margin: 0 auto;
	text-align: left;
}
#header, #central, #footer, #banner {
	width: 100%;
	float: left;
}
#header {
	height: 280px;
	background-repeat: no-repeat;
	background-image: url(images/style1/header-blur.jpg);
}
#central {
	/*background: url(images/style1/corner-mesh1.png) no-repeat top right;*/
}
#banner {
	text-align: center;
}

.nocss {
	display: none;
}
/* SEARCHBOX */
#sidebar {
	float: left;
	text-align: center;
}
#sitesearch-google {
	margin: 10px 0px 25px 0px;
	text-align: left;
}
#sitesearch-google span {
	font-size: small;
}
#sitesearch-google img {
	border: none;
}

/* TOPLINKS */
#topmenu {
	float: left;
	clear: both;
	margin-top: 10px;
	padding-left: 210px;
	text-transform: lowercase;
}
#topmenu a, #toplink-selected {
	padding: 0 5px;
}
#topmenu a, #menu1 a {
	background-color: #FFEBF7;
}
#toplink-selected, #menu1-selected, #menu2link-selected {
	background-color: #C54C9C; /*#D3E6EA;*/
	color: White;
}

/* MENU1 */
#menu1 {
	float: left;
	clear: both;
	width: 100%;
	margin-top: 210px;
	text-transform: lowercase;
}
#menu1 a, #menu1-selected {
	padding: 0 4px;
}

/* MENU2 */
#menu2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	width: 155px;
	text-transform: lowercase;
	text-align: left;
}
#menu2head {
	/*background-color: #039;*/
	/*color: white;*/
	display: block;
	border-bottom: 1px solid white;
	padding: 20px 3px 5px 3px;
	margin: 0;
	text-align: center;
	background: url(images/style1/menu2head-bkg1.gif) no-repeat top left;
	background-color: #F9C7DC;
}
#menu2body {
	background: url(images/style1/menu2-grad.gif) repeat-y top left;
}
#menu2 ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	color: #333;
}
#menu2 ul ul {
	list-style-type: circle;
	margin: 0 0 5px 19px;
}
#menu2link-selected ul {
	color: White;
}
.menu2link, #menu2link-selected {
	display: block;
	padding: 1px 5px;
	/*background-color: #fde;*/
	border-width: 1px;
	border-style: solid;
	border-color: #ddd #666 #666 #ddd;
}
#menu2link-selected a {
	color: White;
}

/* MENU2SUBMENU */
#menu2submenu {
	font-size: small;
	margin-left: 15px;
}
#menu2sublink-selected {
	list-style-type: disc;
}

/* CONTENT */
#content {
	float: left;
	width: 525px;
	padding: 10px 30px;
	margin-left: 20px;
}
h2 {
	position: relative;
	margin-left: -20px;
	margin-top: 0;
}
h1, h2, h3 {
	/*color: #039;*/
	color: #cce;
}
p, ul, th, td {
	color: #666;
}
p.caption {
	font-size: small;
	margin-top: 0;
}
#subtitle, .subtitle2 {
	margin-top: -20px;
	font-size: large;
	font-style: oblique;
	color: #039;
}
#content tr.odd {
	background-color: #eee;
}
#content th, #content td {
	padding: 3px 10px;
}
#content th {
	text-align: center;
}
#content td.price, #content td.ord {
	text-align: right;
}
#content td ul, #content td li {
	margin-top: 0;
	margin-bottom: 0;
}
.imgr {
	float: right;
}
.imgl {
	float: left;
	margin-right: 5px;
}
#galerija {
	float: left;
	text-align: center;
	width: 600px;
	margin-top: 10px;
}
#galerija img {
	margin: 10px;
	display: inline;
	border: none;
}

/* FOOTER */
#footer {
	margin: 10px 0;
	padding-top: 3px;
	height: 21px;
	/*background-color: #fde;*/
	background: url(images/style1/footer-top.gif) no-repeat top left;
	text-align: right;
	font-size: small;
}
#footer span {
	padding-right: 10px;
}
#footer-banner {
	width: 100%;
	text-align: center;
}
#w3validator {
	float: right;
}
#w3validator img {
	border: none;
}
/* GENERAL HTML */
a:link {
	text-decoration: none;
	color: #33c;
}
a:visited {
	text-decoration: none;
	color: #339;
}
a:active {
	text-decoration: none;
	color: #339;
}
a:hover {
	text-decoration: underline;
	color: #336;
}

/* TWEAKS */

#menu2-homepage {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	width: 155px;
	text-align: left;
}
.index-large {
	text-align: center;
	font-size: 16pt;
}
.highlight {
	text-align: center;
	border-top: 2px solid #C54C9C;
	border-bottom: 2px solid #C54C9C;
	border-left: none;
	border-right: none;
}
