/* CSS Document */

/* main structural divs */

body {
	background-color:#44607e;
}

#wrap {
	width: 945px; 
	background-color: #222222; 
	#position: relative; 
	margin: 0 auto;
}

#fstdiv {
	width:945px; 
	height:100px; 
	background-image:url(../images/darkup.jpg);
}

#sddiv {
	background-color:#000000;
}

#middlediv {
	width:945px;
	background: url(../images/mainbg.jpg) repeat-y;
}

.clearfloats {
	clear: both;
}

#footer {
	width:945px; 
	height:100px; 
	background-image:url(../images/darkdown.jpg);
}


/* fstdiv */

#menuupwrap {
	float:right; 
	width:555px; 
	margin-top:70px;
}

a.upmenu:active, a.upmenu:visited, a.upmenu:link {
	color: #ffffff;
	float:right;
    font-family: Verdana;
    font-size: 13px;
    text-decoration: none;
	margin-right:20px;
  
}

a.upmenu:hover {
    color: #ffffff;
    font-family: Verdana;
    font-size: 13px;
	text-decoration:underline;
}

div.menuup {
	width:1px; 
	height:20px; 
	background-color:#999999; 
	float:right;
	margin-right:20px;
}
	
/* pdtmenu */

#header {
	float:right; 
	width:685px;
}

#pdtmenuwrap {
	height:250px; 
	background-image:url(../images/pdtmenubg.jpg);
	background-repeat: repeat-x;
}

ul.pdtmenu {
	width:240px; 
	padding-top:20px;
	margin: 0;
	list-style:none;
	padding-left: 0px;
}

ul.pdtmenu li {
	height: 22px;
}

a.pdtmenu:active, a.pdtmenu:visited, a.pdtmenu:link {
	color: #ffffff;
	margin-left:30px;
    font-family: "Arial Narrow";
    font-size: 13px;
    text-decoration: none;
	padding-left:20px;
	background-image:url(../images/pdticon.jpg);
	background-repeat:no-repeat;
  
}

a.pdtmenu:hover {
    color: #999999;
    font-family: "Arial Narrow";
    font-size: 13px;
	text-decoration: underline;
	background-image:url(../images/pdticon_over.jpg);
	background-repeat:no-repeat;
}

/* middle general classes */

#middleright {
	float:right; 
	width:686px; 
	background-color:#2e3740;
	padding-bottom: 20px;
}
.insertimg {
	float: right; 
	margin-right: 20px;
}

.gallerywrap {
	width: 260px;
	padding-bottom: 20px;
}

/* left part */

h1 {
	font-family:Arial Narrow;
	font-size:16px;
	font-weight:500;
	color:#FFCC66;
	margin:0;
	padding:20px 0 5px 20px;
}

p.news {
	color:#CCCCCC;
	font-family:Arial;
	font-size:11px;
	margin-right:5px;
	text-align:left;
}

p.line {
	color:#333333;
	padding-left:30px;
	margin:0;
}

.newscont {
	width: 260px;
}

/* contact form */

form {
	margin-left:20px;
	color:#CCCCCC;
	font-family:Arial;
	font-size:12px;
	font-weight:900;
}

input.submitbtn {
	border: 0px;
	background-color: #666666;
	color: #ffcc66;
}

/* right part */

p {
	color:#CCCCCC;
	font-family:Arial;
	font-size:12px;
	padding-left:20px;
	padding-right: 20px;
	text-align:justify;
}

a.intextlink:active, a.intextlink:visited, a.intextlink:link {
	color: #f2c779;
    font-family: Arial;
    font-size: 12px;
    text-decoration: none;
  
}

a.intextlink:hover {
    color: #ffffff;
    font-family: Arial;
    font-size: 12px;
	text-decoration: underline;
}

h2 {
	color:#f2c779;
	font-family:Arial;
	font-size:12px;
	padding-left: 20px;
	font-weight:bold;
}

ul {
	font-family:Arial;
	font-size:12px;
	line-height:17px;
	color:#FFFFFF;
}

.bottlink {
	color:#FFFFFF;
	text-decoration:underline;
	font-family:Arial;
	font-size:12px;
	padding-left:20px;
}

a.bottlink:hover {
	color: #FFCC33;
}

#leftmargin {
	margin-left:20px;
}

.one {
	padding-left: 15px;
}

table.comache {
	padding: 10px 10px 10px 20px;
}

.tehnictb {
	width: 630px;
	margin: 10px 20px 10px 20px;
}

h3 {
	font-family:Arial;
	font-size:12px;
	font-weight:bold;
	text-decoration:underline;
	color:#CCCCCC;
}
#h3pad {
	padding-left:30px;
}
#h3padd {
	padding-left:20px;
}

td.utilaje {
	font-family:Arial; 
	font-size:12px; 
	color:#FFFFFF;
	border-left: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	text-align:center;
}

/* footer classe */

#right {
	float:right;
}

#left {
	float:left;
	color: #cccccc;
    font-family: Verdana;
    font-size: 12px;
    text-decoration: none;
	margin-left:20px;
}

.top {padding-top:20px;}

#links { text-align: center; padding-top: 50px; }

#links a { color: #666666; text-decoration: underline; font-family: Arial, Helvetica, sans-serif; font-size: 12px; padding-right: 10px; }

a.copywrite:active, a.copywrite:visited, a.copywrite:link {
	color: #cccccc;
    font-family: Verdana;
    font-size: 12px;
    text-decoration: none;
	margin-right:20px;
  
}

a.copywrite:hover {
    color: #999999;
    font-family: Verdana;
    font-size: 12px;
	text-decoration: underline;
}

/* gallery classes */

.imgpos {
	width:60px;
	height:40px; 
	border:3px solid #44607e; 
	margin:3px 5px 0 10px;
}


