
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address,
big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, 
dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td
{
 margin: 0;
 padding: 0;
 border: 0;
 outline: 0;
 font-size: 100%;
 vertical-align: baseline;
 background: transparent;
}

/* Styles */

html {
	background: url(img/bg.png);
}
body {
	line-height: 1;
	font: normal 12px/19px	Arial, Helvetica, sans;
	color: white;	
}
ul {
	margin-top:10px;
	list-style-type:none;
}
a {
	color: #25609a;
	text-decoration: none;
}
a:hover {
	color: #238cf1;
	text-decoration: none;
}
p {
padding-bottom: 1em;
}
h1 {
	font: normal 28px Arial, sans;
}
h2 {
	font: normal 16px Arial, sans;
}
small {
	font: normal 11px Arial, sans;
}
#topGrad {
	background: url(img/topGrad.png) top left repeat-x;
	height:73px;
	margin-bottom: -27px;
}
#wrapper {
	width: 936px;
	margin:auto;
}
#header {
	width:936px;
	height:70px;	
	background:url(img/header.png) top center no-repeat;
}
#header h1{
	text-indent: -9999px;
	float:left;
}
#avatar {
	width: 62px;
	height: 58px;
	display: block;
	background:url(img/avatar.jpg);	
	float: left;
	position: relative;
	top: 4px;
	left: 20px;
	border: 2px solid #909ea8;
}
#menu {
	float: right;
	margin: 18px;
}
#menu li{
	float:left;
	padding:  0 2px;
	border-right: 1px solid silver;
}
#menu li a{
	color: white;
	font: normal 14px arial;
	line-height: 18px;
	width: 63px;
	height:  18px;
	display:block;
	text-align: center;
}
#menu li.last{
	border-right: none;
}
#menu li a:hover{
	background:url(img/menuSelected.png);	
}
#content {
	width: 830px;
	height: 328px;
	margin-left: 66px;
	background:url(img/rays.png) bottom right no-repeat;	
}
#contentLeft {
	width:360px;
	float: left;
}
#contentLeft h2 {
	margin-top: 20px;
	width:209px;
	height: 105px;
	background:url(img/ultProiect.png);	
	text-indent: -9999px;
}
.description {
	font: normal 14px Arial;
}
.more a{
	float: right;
	margin: 16px 0px 0px 0px;
	line-height: 16px;
	width: 59px;
	height:  17px;
	display:block;
	text-align: center;
	background:url(img/more.png);	
}
#contentRight {
	float: left;
	background:url(img/projectPreview.png);
	width: 348px;
	height: 228px;
	margin:  100px 0 0 32px;
}
#bigCloud {
	background: url(img/cloudContainer.png) center center no-repeat;
	clear: both;
	height: 275px;
	width:972px;
	position:relative;
	bottom: 50px;
}
#projects {
	height: 275px;
	width: 860px;
	float:left;
}
#previous a{
	float:left;
	margin-top:125px;
	background: url(img/prev.png) center center no-repeat;	
	display:block;
	width: 51px;
	height:42px;
	position:relative;
	left: -10px;
	text-indent: -9999px;
}
#next a{
	float:right;
	margin-top:125px;
	background: url(img/next.png) center center no-repeat;	
	display:block;
	width: 51px;
	height:42px;
	text-indent: -9999px;
}
#previous a:hover{
	background: url(img/prev2.png);	
}
#next a:hover{
	background: url(img/next2.png);	
}
#cloudCB, #cloudNewArt, #cloudCvMap, #cloudCO, #cloudCvFirme {
	float:left;
	line-height: 87px;
	text-indent: -9999px;
}
#cloudCB a, #cloudNewArt a, #cloudCvMap a, #cloudCO a, #cloudCvFirme a{
	width: 142px;
	height: 87px;
	display: block;
}
#cloudCB{
	/* margin: 50px 0px 0px 96px;*/
	position:relative;
	left: 96px;
	top: 50px;
	background: url(img/cloudCB.png);	
}
 #cloudNewArt{
 	/*margin: 50px 0px 0px 120px;*/
	position:relative;
	left: 216px;
	top: 55px;
	background: url(img/cloudNewArt.png);	
 }
 #cloudCvMap{
 	/*margin: 60px 0px 0px 140px;*/
	position:relative;
	left: 360px;
	top: 65px;
	background: url(img/cloudCvMap.png);		
 }
 #cloudCO{
 	/*margin: -20px 0px 0px 228px;*/
	position:relative;
	left: -210px;
	top: 130px;
	background: url(img/cloudCO.png);		
 }
 #cloudCvFirme {
 	/*margin: -20px 0px 0px 128px;*/
	position:relative;
	left: -75px;
	top: 135px;
	background: url(img/cloudCvFirme.png);	
 }
#cloudCB a:hover{
	background: url(img/cloudCB2.png);	
}
 #cloudNewArt a:hover{
	background: url(img/cloudNewArt2.png);	
 }
 #cloudCvMap a:hover{
	background: url(img/cloudCvMap2.png);		
 }
 #cloudCO a:hover{
	background: url(img/cloudCO2.png);		
 }
 #cloudCvFirme a:hover{
	background: url(img/cloudCvFirme2.png);	
 }
 #footer {
	background: url(img/footer.png) center bottom no-repeat;	
	height: 266px;
	padding: 0 22px;
	position:relative;
	z-index:1;
 }
 #bottomGrad {
	background: url(img/bottomGrad.png) top left repeat-x;
	height:73px;
	margin-top: -73px;
	position:relative;
	z-index:0;
}
 .rssElement {
	float: left;
	width: 192px;
	height: 226px;
	background: url(img/rssBg.png) no-repeat;
	margin: 0 15px 17px 15px;
 }
 .rssElement h3{
	height: 23px;
	margin: 10px 0px 10px 44px;
 }
h3.CBlog {
	background: url(img/rssCB.png) left top no-repeat;	
	text-indent: -9999px;
}
h3.COnline {
	background: url(img/rssCO.png) left top no-repeat;	
 	text-indent: -9999px;
 }
h3.Twitter {
	background: url(img/rssTW.png) left top no-repeat;	
 	text-indent: -9999px;
 }
h3.Facebook {
	background: url(img/rssFB.png) left top no-repeat;	
 	text-indent: -9999px;
 }
.rssPost { 
	background: url(img/rssPost.png) left top no-repeat;	
	width: 174px;
	height: 39px;
	margin: 6px 9px;
 }
.rssPost p{ 
	font: normal  .8em arial;
	width: 160px;
	text-align:center;
	position: relative;
	top: 6px;
	left: 7px;
 }
 .footertext {
	font: normal 13px tahoma, arial, sans;
	vertical-align:bottom;
	color: silver;
	margin-left: 220px;
	clear:both;
 }
 












