body {
	color: #FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: small;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	background-color: #31312f;
	background-repeat: repeat-x;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	background-image: url(images/bckgheader.gif);
	background-position: top;
}

h1 {
	margin: 0;
	padding: 0;
	letter-spacing: 0.2em;
	color: #bade36;
}

h2 {
	margin: 0;
	padding: 0;
	letter-spacing: 0.2em;
	color: #bade36;
}

h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	text-transform: uppercase;
	letter-spacing: 0.2em;
	color: #bade36;
}

p, ul, ol, blockquote {
	margin-top: 0;
	line-height: 160%;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}

td	{
	margin: 0px;
	width: 33%;
	text-align: center;
	height: 20px;
	padding-top: 4px;
}

a {
	text-decoration: none;
	color: #43adec;
}

a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}

/* Header */

#header {
	width: 800px;
	height: 140px;
	text-align: right;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	background-image: url(images/header.gif);
	background-repeat: no-repeat;
	background-position: center top;
}

#header * {
	text-decoration: none;
	text-align: right;
	color: #000000;
}

#header h1 {
    text-align: left;
	font-size: 12px;
	color: #43adec;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	}

#header h2 {
    text-align: left;
	font-size: 12px;
	color: #43adec;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}

/* Menu */

#menu {
	width: 750px;
	height: 30px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#menu ul {
	list-style: none;
	line-height: normal;
	padding: 0;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: right;
	width: 100px;
	height: 20px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	color: #43adec;
	font-size: 11px;
	letter-spacing: 0.1em;
	font-weight: bold;
	font-family: "Trebuchet MS", Arial, sans-serif;
	background-image: url(images/bck_menu.gif);
	background-repeat: repeat-x;
	background-position: center center;
	border: 1px solid #3E3E3E;
	padding-top: 2px;
	padding-right: 1px;
	padding-left: 1px;
	padding-bottom: 0px;
	margin-left: 2px;
}

#menu a:hover, #menu .active a {
	color: #cc1163;
	background-image: url(images/bck_menu_roll.gif);
	background-repeat: repeat-x;
	background-position: center center;
}

/* Content */

#content {
	width: 750px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 10px;
}

#colOne {
	float: left;
	width: 170px;
}

#colOne li{
	display: inline;
}

#colOne li a	{
	display: block;
	text-align: right;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #7f7f7f;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #FFFFFF;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 11px;
	padding-right: 20px;
	font-family: "Trebuchet MS", Arial, sans-serif;
	letter-spacing: 0.1em;
}

#colOne li a:hover	{
	background-color: #db0048;
	color: #FFFFFF;
	text-decoration: none;
}

.textbox	{
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
	float: left;
	border-top-style: dashed;
	border-bottom-style: dashed;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-color: #7f7f7f;
	border-bottom-color: #7f7f7f;
	width: 160px;
	font-size: 10px;
	clear: both;
	font-family: "Trebuchet MS", Arial, "Century Gothic";
	display: block;
}

.textbox a	{
	font-size: 11px;
}

#colTwo {
	float: left;
	width: 360px;
	margin-left: 5px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	text-align: justify;
	background-color: #181818;
}

#colThree {
	float: left;
	width: 240px;
	margin-left: 5px;
	text-align: justify;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	background-color: #7f7f7f;
}

#colTwoBig	{
	width: 550px;
	float: right;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-top-color: #7f7f7f;
	background-color: #181818;
	text-indent: 1px;
	padding-bottom: 10px;
}

#colTwoBig ul	{
}

#colTwoBig li	{
	margin-left: 80px;
	list-style-type: circle;
	list-style-position: inside;
}

.colTwoBig_textbox	{
	margin-top: 30px;
	width: 530px;
	color: #FFFFFF;
	margin-left: 20px;
}

.picHolder 	{
	display: block;
	width: 546px;
	border: 2px solid #FFFFFF;
	height: auto;
	margin-bottom: 20px;
	white-space: nowrap;
	text-align: center;
	vertical-align: middle;

}

.itemPic{
	width: 250px;
	margin-top: 15px;
	float: left;
	margin-left: 15px;
	background-color: #7f7f7f;
	display: inline;
	white-space: nowrap;
	padding: 2px;
	height: 119px;
}


.itemThumb a	{
	color: #7f7f7f;
}

.itemThumb a:hover	{
	color: #FFFFFF;
}


.itemPic:hover{
	background-color: #FFFFFF;
}

.itemThumb{
	width: 100px;
	background-color: #7f7f7f;
	height: 100px;
	padding: 3px;
	text-align: center;
	vertical-align: middle;
	white-space: nowrap;
}

.itemThumb:hover{
	background-color: #FFFFFF;
}

.pricelistLayout{
	width: 550px;
	margin-top: 20px;
	font-size: 11px;
}

.pricelistTrHeader{
	text-transform: uppercase;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 12px;
	background-color: #000000;
	background-image: url(images/bckg_main.gif);
}

.pricelistTrLight{
	background-color: #fff8e5;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #333333;
}

.pricelistTrDark{
	background-color: #cdcc9e;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #333333;

}

/* Content Elements */

#content h2 {
    text-align: left;
	letter-spacing: normal;
	font-size: 12px;
	color: #43adec;
	font-weight: bold;
	text-transform: none;
}

#content h3 {
	text-transform: uppercase;
	letter-spacing: normal;
	font-size: 12px;
	color: #8AD63F;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
}

#content ul {
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
}

/* Footer */

#footer {
	height: 50px;
	padding-top: 7px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	width: 750px;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: dashed;
	border-top-color: #7f7f7f;
	font-size: 1em;
}

#footer * {
	color: #999999;
}

#footer p {
	text-align: center;
	font-size: smaller;
}

/* Form*/

.input {
	background-color: #181818;
	width: 290px;
	border: 1px solid #666666;
	color: #FFFFFF;
}

.textarea {
	background-color: #181818;
	width: 290px;
	border: 1px solid #666666;
	color: #FFFFFF;
}

.select	{
	width: 290px;
	background-color: #181818;
	font-weight: bold;
	font-size: 11px;
	border: 1px solid #666666;
	color: #FFFFFF;
}

#reset	{
	width: 70px;
	color: #FFFFFF;
	border: 1px solid #666666;
	background-image: url(images/bck_menu_roll.gif);
}
#send	{
	width: 70px;
	color: #FFFFFF;
	border: 1px solid #666666;
	background-image: url(images/bck_menu_roll.gif);
}

.datum_dolaska	{
	width: 80px;
	background-color: #181818;
	font-weight: bold;
	font-size: 11px;
	border: 1px solid #666666;
	color: #FFFFFF;
}

/* Additional*/

.flag_holder	{
	height: 10px;
	width: 20px;
	margin-top: 0px;
	margin-right: 25px;
	float: right;
	margin-bottom: auto;
	margin-left: auto;
	display: inline;
}
