@charset "utf-8";
/* CSS Document */
/* by Meho Kahrimanovic*/


body {

	background-color: #EFEFEF;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	/* font-size: 10.5px; */
	font-size: 62.5%;
	color: 333;

}



div#web{

	width: 776px;
	height: 800px;
	margin: 0 auto;

}

div#shaddow_left {

	width: 8px;
	height: 800px;
	background-image: url(../imgs/shadowleft-bg.gif);
	background-repeat: repeat-y;
	float: left;

}

div#shaddow_right {

	width: 8px;
	height: 800px;
	background-image: url(../imgs/shadownright-bg.gif);
	background-repeat: repeat-y;
	float: right;

}

div#cont {

	width: 758px;
	height: 800px;
	background-image: url(../imgs/stripe1.gif);
	background-repeat: repeat;
	border-left: 1px solid #999;
	border-right: 1px solid #999;
	margin: 0 auto;

}

div#banner {

	width: 758px;
	hight: 129px;
	
	}
	
	
/* Menu Start*/

.glossymenu{
	position: relative;
	padding: 0 0 0 34px;
	margin: 0 auto;
	background: url(../imgs/menug_bg.gif) repeat-x; /*tab background image path*/
	height: 46px;
	list-style: none;
}

.glossymenu li{
	float:left;
}

.glossymenu li a{
	float: left; 
	display: block;
	color:#000;
	text-decoration: none;
	font-family: sans-serif;
	font-size: 13px;
	font-weight: bold;
	padding:0 0 0 16px; /*Padding to accomodate left tab image. Do not change*/
	height: 46px;
	line-height: 46px;
	text-align: center;
	cursor: pointer;	
}

.glossymenu li a b{
	float: left;
	display: block;
	padding: 0 24px 0 8px; /*Padding of menu items*/
}

.glossymenu li.current a, .glossymenu li a:hover{
	color: #fff;
	background: url(../imgs/menug_hover_left.gif) no-repeat; /*left tab image path*/
	background-position: left;
}

.glossymenu li.current a b, .glossymenu li a:hover b{
	color: #fff;
	background: url(../imgs/menug_hover_right.gif) no-repeat right top; /*right tab image path*/
}


/* Menu End*/

/* Start of main area editable*/

div#cont1 {

	width: 758px;	
	height: 600px;

} 

.nav_left {

	width: 128px;
	height: 580px;
	padding: 10px; 
	float: left;
	border-right: 2px dotted #999;

}

/* left menu */

.navtree ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
	margin-bottom: 8px; 
}

.navtree ul li{
	padding-bottom: 2px;
}

.navtree ul li a{
	color: #d4340c;
	background-image: url(../imgs/arrowbullet.png);
	background-repeat: no-repeat;
	background-position: center left;
	display: block;
	padding: 2px 0;
	padding-left: 19px; 
	text-decoration: none;
	/* font-weight: bold; */
	border-bottom: 1px dashed #dadada;
	/* font-size: 95%; */
}


.navtree ul li a:hover{ /*hover state CSS*/
	color: #fff;
	background-color: #d4340c;
}


/* End Left Menu = */
.cont_right {

	width: 588px;
	height: 580px;
	padding: 10px;
	float: right;

}

.cont_top {

	width: 588px;
	height: 200px;
	margin-bottom: 10px;
}

.cont_work {

	width: 280px;
	height: 200px;
	margin-bottom: 10px;
	float: right;
}

.small_cont {
	width: 280px;
	height: 164px;
	padding: 10px;
	}

.cont_main {

	width: 588px;
	height: 250px;
	border-bottom: 2px dotted #666;
}

.cont_main1 {

	width: 568px;
	height: 210px;
	padding: 10px;

}

.title {

	height: 15px;
	font-weight: bold;
	font-size: 11px;
	padding-left: 10px;
	background-image: url(../imgs/stripe2.gif);
	background-repeat: repeat;
	border: 1px solid #cccccc;
	text-align: center;
	color: #d4340c;

}

/* Start of welcom Content Box*/

.main {

	width: 568px;
	padding: 10px;
}
/*Start of Gallery Scroller*/

.pagination{
padding: 2px;

}

.pagination ul{
margin: 0 ;
padding: 0;
text-align: center; 
font-size: 10.5px;
}

.pagination li{
list-style-type: none;
display: inline;
padding-bottom: 1px;
}

.pagination a, .pagination a:visited{
padding: 0 5px;
border: 1px solid #d4340c;
text-decoration: none; 
color: #d4340c;
}

.pagination a:hover, .pagination a:active{
border: 1px solid #d4340c;
color: #fff;
background-color: #d4340c;
}

.pagination a.currentpage{
background-color: #d4340c;
color: #FFF !important;
border-color: #d4340c;
font-weight: bold;
cursor: default;
}

.pagination a.disablelink, .pagination a.disablelink:hover{
background-color: white;
cursor: default;
color: #929292;
border-color: #929292;
font-weight: normal !important;
}

.pagination a.prevnext{
font-weight: bold;
}



/* End of Gallery Scroller*/
/* Start of Copyright Section */

div#shaddow_left1 {

	width: 8px;
	height: 100px;
	background-image: url(../imgs/shadowleft-bg.gif);
	background-repeat: repeat-y;
	float: left;

}

div#shaddow_right1 {

	width: 8px;
	height: 100px;
	background-image: url(../imgs/shadownright-bg.gif);
	background-repeat: repeat-y;
	float: right;
	
	}


div#copyright{

	width: 776px;
	height: 100px;
	margin: 0 auto;

}

div#copyright_box {

	width: 758px;
	height: 100px;
	background-color: #CC0000;
	margin: 0 auto;
	border-left: 1px solid #999999;
	border-right: 1px solid #999999;
	color: #fff;
	text-align: center;

}

/* End of Copyright Section */

/* Table adjustments */

.pad {

padding: 10px;
border-bottom: 1px dashed #999;
}

/* end of table adjustments*/ 
