body{
	color: #515253;
	font-size: 14px;
	font-family: Segoe UI, Arial, Halvetica, Tahoma, Verdana;
	line-height: 20px;
	background: #eae1ef url("../images/bg_11.png") no-repeat scroll center top;
}

p.clr, .clr { clear:both; padding:0; margin:0; background:none;}

h2{padding-left: 17px; color: #724a8a; text-shadow: #eee 1px 1px 4px; font-weight: normal; background: url("../images/h2_dot.png") no-repeat scroll left center; }


img{margin: auto; border: none; display: block;}

#gapro_main{
	width: 980px;
	margin: auto;
	padding-bottom: 10px;
	/*---------Pozadina i zaobljeni rub----------------*/
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background: #eeeeee; 
	background: -moz-linear-gradient(top, #eeeeee 0%, #cccccc 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eeeeee), color-stop(100%,#cccccc)); 

	/*---------	Sjena------------------3px 3px 4px #000;----------------*/
	-moz-box-shadow: 0px 0px 5px #000;
	-webkit-box-shadow: 0px 0px 5px #000;
	box-shadow: 0px 0px 5px #000;
}

#gapro_header{
	width: 100%;
	height: 101px;
	border-bottom: 2px solid #b878dd;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	background: #eee url("../images/header_bg.png") no-repeat scroll center top;
}

#gapro_logo{
	width: 247px;
	height: 100px;
	margin-left: 5px;
	float: left;
}

#gapro_slogan{
	width: 400px;
	height: 46px;
	padding-top: 54px;
	margin-left: 5px;
	float: left;
	color: #fff;
	text-shadow: #000 0px 0px 5px;
	font-weight: bold;
}

#gapro_online{
	width: 156px;
	height: 100px;
	float: right;
	margin-right: 0;
}

#gapro_menu{
	width: 980px;
	border-bottom: 2px solid #b878dd;
}

#gapro_flags{
	width: 81px;
	height: 40px;
	float: right;
	margin-top: -32px;
	margin-right: 8px;
}

#gapro_share{
	width: 150px;
	height: 40px;
	float: right;
	margin-top: -25px;
	margin-right: 8px;
}

#gapro_confull{
	width: 940px;
	margin: 10px;
	padding: 10px;
	background: #fff url("../images/full_bg.png") no-repeat scroll center center;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-moz-box-shadow: 0px 0px 5px #000;
	-webkit-box-shadow: 0px 0px 5px #000;
	box-shadow: 0px 0px 5px #000;
}

#gapro_conrow{
	width: 960px;
	margin: 10px;
}

#gapro_left{
	width: 455px;
	height: 260px;
	padding: 10px;
	float: left;
	background: #fff url("../images/left_bg.jpg") no-repeat scroll left bottom;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-moz-box-shadow: 0px 0px 5px #000;
	-webkit-box-shadow: 0px 0px 5px #000;
	box-shadow: 0px 0px 5px #000;
}

.indent{
	padding-left: 100px;
}

#gapro_right{
	width: 455px;
	height: 260px;
	padding: 10px;
	float: right;
	background: #fff url("../images/right_bg.jpg") no-repeat scroll right bottom;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-moz-box-shadow: 0px 0px 5px #000;
	-webkit-box-shadow: 0px 0px 5px #000;
	box-shadow: 0px 0px 5px #000;
}

#gapro_conrow_contact{
	width: 960px;
	margin: 10px;
	background: #fff url("../images/contact_bg.jpg") no-repeat scroll right bottom;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-moz-box-shadow: 0px 0px 5px #000;
	-webkit-box-shadow: 0px 0px 5px #000;
	box-shadow: 0px 0px 5px #000;
}

#gapro_left_contact{
	width: 470px;
	padding: 10px 20px;
	float: left;
}

#gapro_right_contact{
	width: 330px;
	padding: 10px 20px;
	float: right;
}


/*----------------------Forma-----------------------------*/

#contactform { margin:0; padding:0 10px; width: 435px; height: 370px;}
#contactform * { color: #515253;}
#contactform ol { margin:0; padding:0; list-style:none;}
#contactform li { margin:0; padding:0; background:none; border:none; display:block; clear:both;}
#contactform li.buttons { margin:5px 0 5px 0;}
#contactform label { margin:0; width:110px; display:block; padding:10px 0; color: #515253; font: normal 14px Segoe UI, Helvetica, sans-serif; text-transform:capitalize; float:left;}
#contactform label span { color: #515253;}
#contactform input.text { width:200px; border:1px solid #e2e2e2; margin:10px 0; padding:5px 2px; height:16px; background:#fff; float:left;}
#contactform textarea { width:300px; border:1px solid #e2e2e2; margin:10px 0; padding:2px; background:#fff; float:left;}
#contactform li.buttons input { padding:3px 0 3px 110px; border:0; color:#04579b; float:left;}
p.response { text-align:center; color: #515253; font: normal 11px  Segoe UI, Georgia, "Times New Roman", Times, serif; line-height:1.8em; width:auto;}

/*----------------------Brojevo stranica------------------*/

#gapro_bottom{
	width: 960px;
	margin: 0 10px;
	text-align: center;
}

/*----------------------Footer----------------------------*/

#footer{
	width: 980px;
	height: 25px;
	text-align: center;
	margin: auto;
	color: #724a8a;
	text-shadow: #fff 1px 1px 0px;
}

#footer a{
	color: #724a8a;
	text-decoration:none;
	text-shadow: #fff 1px 1px 0px;
}

