/** BASIC */
* {
	font-size: 100%;
}

body {
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
	text-align: center;
}


.clear {
	clear: both;
}

.red {
	color: #F9061F;
}

.centaring_for_IE {
	width: 966px;
	margin: auto;
	text-align: left;
}

/** FORMS */

form {
	margin: 0px;
	padding: 0px;
}

.inputtext1 {
	background: #F7F7F7 url(../images/background05.gif) repeat-x left bottom;
	color: #333333;
	padding: 1px;
	font-size: 1.0em;
	border-top: 1px solid #A6A6A6;
	border-right: 1px solid #F7F7F7;
	border-bottom: 1px solid #EEEEEE;
	border-left: 1px solid #C7C7C7;
}

* html .inputtext1 {
	padding: 0px;
	border: none;
}


/** HEADINGS */

h1, h2, h3, h4, h5, h6 {
	margin: 0px;
}

/** TEXTS */

body, th, td, input, textarea, select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	line-height: 1.3;
	color: #636363;
}

p, blockquote, ul, ol, dl {
	margin-top: 0px;
	margin-bottom: 1.5em;
	text-align: left;
}

.bold {
	font-weight: bold;
}

.text1 {
	font-size: 16px;
	color: #4D4D4D;
}

.text2 {
	font-size: 20px;
	font-weight: bold;
	color: #4D4D4D;
}

.text3 {
	font-size: 15px;
}

.text4 {
	font-size: 16px;
	font-weight: bold;
	color: #4D4D4D;
}

.text5 {
	color: #FF9400;
	font-size: 14px;
	font-weight: bold;
}

.text6 {
	font-size: 20px;
	color: #4D4D4D;
}

/** LISTS */

.list1 {
	margin-left: 0px;
	padding-left: 0px;
	list-style: none;
}

.list1 li {
	padding-left: 12px;
	background: url(../images/list_mark.gif) no-repeat left center;
}

.list2 {
	text-align: left;
	padding-left: 0px;
	margin-left: 0px;
	list-style-type: none;
}

/** LINK STYLES */

a {
	color: #578093;
}

a:hover {
	text-decoration: none;
}

.style1 {
	color: #FFFFFF;
}

.style1 a {
	color: #FFFFFF;
}

.style1 a:hover {
}

.style2 a {
	color: #666666;
}

.style3 a {
	color: #FFFFFF;
	text-decoration: none;
}

.style3 a:hover {
	text-decoration: underline;
}

/** BACKGROUNDS */

.bg1 { background: url(../images/background01.gif) repeat left top; }
.bg2 { background: url(../images/background02.gif) repeat-x left top; }
.bg3 { background: url(../images/background03.gif) repeat-x left bottom; }
.bg4 { background: url(../images/menu_back.jpg) repeat-x left top; }
.bg5 { background: #FAFBF4 url(../images/background04.gif) repeat-x left top; }
.bg6 { background: url(../images/footer.jpg) repeat-x left top; }
.bg7 { background: #F5F5F5 url(../images/search_background_02.jpg) no-repeat left top; }
.bg8 { background-color: #FFFFFF;}
.bg9 { background: #EFEFEF url(../images/header_gradation.gif) repeat-x left top; }
.bg10 { background: url(../images/header_bottom_gradation.jpg) repeat-x left bottom;}
.bg11 { background: url(../images/search_background_02_top.jpg) no-repeat left top; text-align: center; width: 260px; padding-top: 60px; height: 38px}
.bg12 { background: url(../images/search_background_02_middle.jpg) repeat-y left top; width: 260px; padding: 0px 5px 0px 15px }
.bg13 { background: url(../images/search_background_02_bottom.jpg) no-repeat left top; width: 260px; height: 62px; }


/** MISC */

.align-justify { text-align: justify; }
.align-right { text-align: right; }
.align-center { text-align: center; }

img { border: none; }

.img1 {
	float: left;
	margin: 3px 15px 0px 0px;
}

.img2 {
	margin: 3px;
}

.img3 {
	margin: 7px;
}

/** BASIC */

.title {
	margin-bottom: 15px;
	padding-bottom: 5px;
	background: url(../images/title_border.gif) repeat-x left bottom;
}

.title h2 {
	padding-left: 25px;
	background: url(../images/arrow01.gif) no-repeat left center;
}

/** LAUNGAGE SELECT */

#laungage_select {
	padding: 12px 0px 5px 0px;
}

#laungage_select img {
	vertical-align: bottom;
	padding-left: 10px;
}

/** HEADER */

#top_line {
	border-top: 3px solid #6766CC;
}



#header {
	width: 966px;
	height: 312px;
	margin: 0px auto;
	padding: 5px;
}


/** LOGO */

#logo {
	float: left;
	width: 261px;
	height: 312px;
	background: url(../images/pina_logo.jpg) no-repeat 0px 8px;
}

#logo a{
	display: block;
	width: 261px;
	height: 312px;
}
/** MENU */

#menu {
	width: 100%;
	height: 50px;
	margin: 0px auto;
}

ul.topnav {
	list-style: none;
	padding-left: 45px;
	margin: 0;
	float: left;
	width: 930px;
	font-size: 14px;
	font-weight: bold;
	line-height: 30px;
	background: url(../images/menu_end.gif) no-repeat 44px 0px;	
}
/*layout fixing for IE 5.6*/
* html ul.topnav {
	position: relative;
	left: 50px;
	width: 1100px;
}

ul.topnav li {
	float: left;
	margin: 0;
	padding: 0px;
	position: relative; /*--Declare X and Y axis base for sub navigation--*/
	background: url(../images/menu_back_begin.jpg) no-repeat right bottom;
}

ul.topnav li a{
	padding: 10px 20px;
	color: #333333;
	display: block;
	text-decoration: none;
	float: left;
}

ul.topnav li a.selected {
	background: url(../images/menu_back_selected.jpg) no-repeat right bottom;
}

ul.topnav li a:hover {
	background: url(../images/menu_back_selected.jpg) no-repeat right bottom;
}

ul.topnav li span { /*--Drop down trigger styles--*/
	width: 17px;
	margin-left: -20px;
	height: 27px;
	float: left;
	background: url(../images/arrow_down.gif) no-repeat center bottom;
}

ul.topnav li span.sub:hover { /*--Hover effect for trigger--*/
	background-position: center bottom;
	cursor: pointer;
}

ul.topnav li ul.subnav {
	list-style: none;
	position: absolute; /*--Important - Keeps subnav from affecting main navigation flow--*/
	left: 0; top: 48px;
	background: #FFFFFF url(../images/menu_back.jpg) repeat-x left top;
	margin: 0; padding: 0;
	display: none;
	float: left;
	width: 170px;
	border: 1px solid #696969;
	font-size: 13px;
}

ul.topnav li ul.subnav li{
	margin: 0; padding: 0;
	border-bottom: 1px solid #696969; /*--Create bevel effect--*/
	clear: both;
	width: 170px;
}

ul.topnav li ul.subnav li a {
	float: left;
	padding: 5px 5px;
	width: 145px;
	background: url(../images/menu_pull.gif) repeat-x left top;
	padding-left: 20px;
}
*html ul.topnav li ul.subnav li a {
	width: 170px;
}

html ul.topnav li ul.subnav li a:hover { /*--Hover effect for subnav links--*/
	background: url(../images/menu_back_selected.jpg) repeat-x left top;
}


/** CONTENT */

#content {
	width: 966px;
	margin: 0px auto;
	background: #FFFFFF;
	border: 5px solid #FFFFFF;
}

#left {
	float: left;
	width: 260px;
}

#left1 {
	overflow: hidden;
	float:left;
	width: 660px;
}

#right {
	float: right;
	width: 685px;
}

#right1{
	float: right;
	width: 282px;
	padding-right: 20px;
}
/*layout fixing for IE5.6*/
*html #right1{
	padding-right: 10px;
}


/** PRETRAZIVAC */


#pretrazivanje {
	font-size: 1.2em;
}

* html #pretrazivanje {
	height: 342px;
	width: 260px;
}

* html #pretrazivanje table label {
	font-size: 0.9em;
}

#pretrazivanje table {
	width: 216px;
	margin-bottom: 5px;
}

#pretrazivanje table .right {
	text-align: right;
}

#pretrazivanje table td.spacing {
	height: 10px;
}

#pretrazivanje table td.spacing_02 {
	height: 5px;
}

#pretrazivanje #submit {
	padding-top: 5px;
	text-align: center;
}

/** NEWSLETTER */

#newsletter {
	width: 260px;
	height: 255px;
	margin-bottom: 5px;
	background: url(../images/background_newsletter.jpg) no-repeat left top;
}

#newsletter input.inputtext1 {
	margin-top: 140px;
	margin-left: 40px;
}

#newsletter input.submit {
	margin-top: 17px;
	margin-left: 95px;
}

/** FOOTER */

#footer {
	clear: both;
	width: 976px;
	height: 264px;
	margin: 0px auto;
	border-top: 5px solid #FFFFFF;
}

#footer_menu {
	text-align: center;
	padding-top: 55px;
	font-size: 14px;
}

#legal {
	clear: both;
	text-align: center;
	color: #FFFFFF;
	padding: 10px 0px 0px 0px;
}

#footer_links {
	padding-left: 220px;
	padding-top: 18px;
	font-size: 12px;
}

#footer_links ul.style3 {
	float: left;
	width: 250px;
}

#footer_links ul.style3 li {
	list-style: none;
}

#footer_links.en {
	padding-left: 180px;
}

#footer_links.en ul#long.style3{
	width: 200px;
}

/*move up JavaScript*/
#move_up {
	width: 150px;
	position: absolute;
	margin-left: 69px;
}

#move_up a {
	margin-left: 810px;
	display: block;
	height: 150px;
	width: 150px;
	margin-top: -110px;
	background: url(../images/move_up_animation.gif) no-repeat;
}

* html #move_up a {
	margin-left: 830px;
	margin-top: 0px;
	position: relative;
	top: -110px;
}

#move_up a:hover {
	background-position: right top;
}

/** BOX1 */

#box1 {
	float: right;
	width: 700px;
	height: 310px;
	padding-bottom: 2px;
}
/*layout fixing for IE5,6*/
*html #box1 img {
	vertical-align: bottom;
}

/*** BOX2 */

#box2 {
	padding: 5px 10px 10px 20px;
	font-size: 14px;
}

/** BOX3 */

#box3 {
	padding: 20px 20px 20px 20px;
}

/** BOX4 */

#box4 {
	padding-top: 5px;
}

#box4a{
	float: left;
	width: 285px;
}

#box4b {
	padding-left: 22px;
	float: left;
	width: 192px;
}

*html #box4b {
	width: 214px;
}

/** BOX5 */

#box5 {
	float: left;
	width: 395px;
	padding-top: 10px;
	overflow-x: hidden;
}

/** BOX6 */

#box6 {
	float: right;
	width: 265px;
	padding-top: 10px;
}

/** BOX8 */

#box8 {
	padding-top: 5px;
	float: right;
	width: 180px;
}

.menu {
	color: #FFFFFF;
	text-decoration: none;
}


