@charset "UTF-8";


html {
	font-family: "Trebuchet MS",Arial;
	color: #333333;	
}
body {
	margin:0px;
	padding:0px;
}
a {
	text-decoration: none;
	color:#d3eef5;
}
ul {
	list-style-image: url('../images/li.png');
	margin:0px;
	padding:0px;
}
.menuContainer {
	width: 100%;
	height: 61px;
	background: url('../images/menuBack.png') repeat-x left top;
	clear:both;
}
#menu {
	width: 940px;
	margin: 0px auto;
	height: 61px;
	background: url('../images/menuCloudBack.png') no-repeat left top;
}
.logo {
	float:left;
	width:272px;
	height:61px;
}
.menuOpts {
	float: left;
	margin-left:64px;
	height:61px;
}
.menuOpts ul {
	list-style-type:none;
	list-style-image:none;
}
.menuOpts ul li {
	background:url('../images/menuSep.png') no-repeat right top;
	height: 29px;
	float: left;
	font-size: 18px;
	color:#666666;
	padding:16px;
}
.menuOpts ul li.Active {
	border-top: 4px solid #3399cc;
	height: 29px;
	padding-top: 12px;
}
.menuOpts ul li a {
	font-size: 16px;
	color:#666666;
}
.contentContainer {
	width: 100%;
	background:url('../images/centerBack.png') repeat-x left top;
	clear:both;
}
#content {
	width: 940px;
	margin: 0px auto;
}
#content ul {
	list-style-position: inside;
}
#content a {
	color: #333333;
	text-decoration: underline;
}
#leftColumn {
	float: left;
	width: 293px;
}
.phone {
	width: 265px;
	background: url('../images/phoneBack.png') no-repeat left top;
	height: 489px;
	padding: 78px 0px 0px 28px;
}
.stats {
	width: 293px;
}
.stats h2 {
	font-size:24px;
	color:#3399cc;
	font-weight: bold;
}
.stats ul {
	border-top: 4px solid #d3eef5;
	border-bottom: 4px solid #d3eef5;
	background-color:#edf8fb;
	list-style-position:inside;
	padding-left:5px;
	#list-style-image: url('../images/liie.png');
}
.stats ul li {
	font-size:14px;
	color:#333333;
	font-weight: bold;
	padding: 5px;
	#vertical-align:text-top;
}
.downloads {
	height: 56px;
	width: 245px;
	background:url('../images/downloadsBack.png') no-repeat left top;
	padding: 5px 5px 5px 8px;
	font-size:12px;
	color:#666666;
}
.downloads p {
	margin:0px;
	padding: 0px;
	text-align:center;
	padding-bottom:5px;
}
	
.number {
	width: 32px;
	float:left;
	height: 32px;
	line-height:32px;
	padding-top:5px;
	#padding-top:0px;
	background: url('../images/numberBack.png') no-repeat left top;	
	font-size:24px;
	color:#666666;
	text-align:center;
	margin-right:1px;
}
.dot {
	float:left;
	width:6px;
	height:26px;
	line-height:32px;
	padding-top:6px;
	#padding-top:0px;
	font-size:24px;
	color:#666666;
	text-align:center;
}
#rightColumn {
	float:left;
	width:604px;
	padding-left:43px;
	padding-top:326px;
	background:url('../images/islandsBack.png') no-repeat left top;
}
.slogan {
	font-size:84px;
	color:#3399cc;
	width:604px;
}
.content {
	margin-top:20px;
	width: 604px;
	font-size: 14px;
	color:#333333;
}
.content h1 {
	font-size: 30px;
	color: #3399cc;
	font-weight: bold;
}
.newsQuotes {
	width: 604px;
	padding-top:30px;
}
.newsContent p a {
	color:#d3eef5;
}
a.blue {
	color:#d3eef5;
}
.newsQuote {
	width: 266px;
	float: left;
}
.newsTop {
	height: 16px;
	width: 266px;
}
.newsContent {
	padding: 0px 15px 5px 15px;
	width: 236px;
	background: #d3eef5 url('../images/quote.png') no-repeat 10px top;
	font-size:13px;
	color:#333333;
}
.newsContent p {
	padding-left: 20px;
	margin:0px;
}
.newsContent p a {
	display: block;
	clear:both;
	text-decoration:underline;
	font-size:14px;
	color:#3399cc;
	font-weight:bold;
}
.newsBottom {
	height: 7px;
	width: 266px;
}
.footerContainer {
	padding-top:30px;
	width: 100%;
	height:40px;
	clear:both;
}
#footer {
	width: 940px;
	margin: 0px auto;
	height: 40px;
	border-top: 4px solid #e5eef0;
}
.links {
	float: left;
	height: 25px;
	padding-top:15px;
	font-size: 12px;
	color:#999999;
}
.links a {
	font-size: 12px;
	color:#999999;
	text-decoration:none;
}
.kreatorij {
	float:right;
	height: 35px;
	padding-top:5px;
}


.tableRow {width:100%;clear:both;padding:10px 0px;border-bottom:1px solid #eee;}
.labelSide {width: 20%;float:left;font-weight:bold;}
.valueSide {width:auto;margin-left:10px;float:left;}
.clear {clear:both;}
#login input {float:none;display:inline;border:1px solid #999999;}
#login input[type='radio'] {float:none;display:inline;border:none;}
#login input[type='checkbox'] {float:none;display:inline;border:none;}   
#login input[type='button'] {margin-top:10px;} 
#login select {width:175px;display:inline;}
#login textarea {width:580px;height:150px}
.width250 {width:250px}
.blog {
	clear:both;
	width: auto;
}
.blog h1 {
	margin-bottom:2px;
}
.blogDate {
	font-family: "Trebuchet MS",Arial;
	font-size: 10px;
	magin-bottom:20px;
}
#feedback textarea {
	width:400px;
	height: 250px;
}
#scriptMsg {
	padding: 5px;
	margin-bottom: 5px;
	background-color: #ffc6cd;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
