/* project: internet services template
   author: luka cvrk (www.solucija.com) */

   
/* default styles
   -------------- */
   
body { 
	padding: 0px; 
	margin: 0px auto; 
	font: 12px Arial, Helvetica, sans-serif; 
	line-height: 21px;
	width:1002px;
	text-align:center;
	color: #353535;
	background-color:#CCCCCC;
	SCROLLBAR-FACE-COLOR: #ffffff;
	SCROLLBAR-HIGHLIGHT-COLOR: #999999;
	SCROLLBAR-SHADOW-COLOR: #999999;
	SCROLLBAR-3DLIGHT-COLOR: #ffffff;
	SCROLLBAR-ARROW-COLOR: #999999;
	SCROLLBAR-TRACK-COLOR: #ffffff;
	SCROLLBAR-DARKSHADOW-COLOR: #ffffff;
}
.bian2 {
	BORDER-RIGHT:#ececec 1px solid; BORDER-TOP: #ececec 1px solid; FONT-SIZE: 12px; BORDER-LEFT: #ececec 1px solid; COLOR: #505050; BORDER-BOTTOM: #ececec 1px solid;
	background-color:#e9e9e9}
.bian3 {
	BORDER-RIGHT:#ffffff 1px solid; BORDER-TOP: #ffffff 1px solid; FONT-SIZE: 12px; BORDER-LEFT: #ffffff 1px solid; COLOR: #505050; BORDER-BOTTOM: #ffffff 1px solid; background-color:#f3f3f3;
}
a {	color: #ff0000;	background: inherit; text-decoration:underline;}
a:hover { color:#ff0000; background: inherit; text-decoration:none; }
.ft a {	color: #666666;	background: inherit; text-decoration:none;}
.ft a:hover { color:#ff0000; background: inherit; text-decoration:underline; }
.tp a {	color: #ffffff;	background: inherit; text-decoration:none;}
.tp a:hover { color:#ffffff; background: inherit; text-decoration:underline; }
.new a {	color: #555555;	background: inherit; text-decoration:none;}
.new a:hover { color:#000000; background: inherit; text-decoration:none; }
h1 { font: normal 2.1em Arial, Sans-Serif; letter-spacing: -1px; padding: 7px 0 0 8px; margin: 0; }
.dark  { color: #737373; background: inherit; font-weight: bold; }
h1 a, h2 a { text-decoration: none; }
h1 a:hover, h2 a:hover { color: #FF6600; background: inherit; }
h2 { margin: 0; padding: 0; font: bold 1.7em Arial, Sans-Serif; letter-spacing: -1px; }
h2 { font-size: 1.5em; margin-bottom: 5px; color: #000; background: inherit; }

p {	margin: 0 0 5px 0; }

ul,li { margin: 0; padding : 0; list-style : none; list-style-type:none; list-style-image:none;}
.clr{ clear:both; margin:0; padding:0px;}
img { margin:0; padding:0; border:0px;}
/* layout
   ------ */

.content { 
	margin: 0 auto;
	width: 1002px;
	padding: 0px;
	background-color:#FFFFFF;
	text-align:center;
}
.header
{
	margin:0;
	padding:0;
	width: 1002px;
	height:477px;
	text-align:center;
}

