* { padding:0; margin:0; }

a { outline: none;
	color:#70AFBC; 
	text-decoration: none;
}
a:hover { color: #FFF;}


body {
	background-color:#14303e;
	font-family: Verdana;
	font-size: 13px;
	font-weight:bold;
	color:#FFF;	
}

h1{
	font-size:20px;
	
}

h2{
	margin-top:5px;
	font-size:14px;
	font-weight:bold;
}

p{
	color:#bcbcbc;
}

img{
	border:none;
}


#background {
	background-image:url(../images/bg.png);
}



/*======header======*/
#header {
	text-align:center;
	height:173px;
	background-image:url(../images/bgTop.png);
	background-repeat:repeat-x;
}


#logo {
	width:900px;
	margin-left:auto;
	margin-right:auto;
	background-image:url(../images/banner.png);
	background-repeat:no-repeat;
	background-position:center;
	height:120px;
}




/*======content=====*/
#containerIntro {
	height:186px;
}

#containerContact {
	height:430px;
}

#containerAbout {
	height:380px;
}

#portfolioNav{
	margin-left:auto;
	margin-right:auto;
	padding-top:1px;
	width:435px;
	text-align:center;
	height:20px;
	background-image:url(../images/portfolioNav.png);
	background-repeat:no-repeat;
}

#portfolioNav span{
	margin-right:5px;
	margin-left:5px;
	color:#0e4c61;
}

#portfolioNav .current{
	color:#FFF;
}
/*======footer======*/
#footer{
	margin-top:50px;
	height:100px;
	font-weight:bold;
	background-image:url(../images/bgBot.jpg);
	background-repeat:repeat-x;
}

#leftFooter{
	float:left;
	margin-top:50px;
	width:500px;
}


#leftFooter img{
	float:left;
	margin-right:20px;
}

#rightFooter{
	float:right;
	margin-top:50px;
}
/*======page center======*/
.centerWrap{
	width:900px;
	margin-left:auto;
	margin-right:auto;
}
/*======big boxes======*/
.borderBigTop {
	
	height:40px;
	background-image:url(../images/borderBig.png);
	background-repeat:no-repeat;
	margin-top:20px;
}

.borderBigTop h1{
	width:218px;
	padding-top:2px;
	text-align:center;
}

.borderBigBottomSlider {
	height:40px;
	background-image:url(../images/borderBig.png);
	background-position: 0px -40px; 
	background-repeat:no-repeat;
}

.borderBigBottom {
	height:10px;
	background-image:url(../images/borderBig.png);
	background-position: 0px -40px; 
	background-repeat:no-repeat;
}

.contentBig {
	padding-left:10px;
	padding-right:10px;
	background-image:url(../images/contentBig.png);
	background-repeat:repeat-y;
	height:310px;
	width: 880px;

}

.contentBig img{
	float:left;
}


/*======medium boxes======*/

.mediumBox {
	width:592px;
	float:left;
	margin-right:20px;
	
}

.borderMediumTop {
	
	height:40px;
	background-image:url(../images/borderMedium.png);
	background-repeat:no-repeat;
	margin-top:20px;
}

.borderMediumTop h1{
	width:218px;
	padding-top:2px;
	text-align:center;
	
}

.borderMediumBottom {
	height:10px;
	background-image:url(../images/borderMedium.png);
	background-position: 0px -40px; 
	background-repeat:no-repeat;
}

.contentMedium {
	padding-left:13px;
	padding-right:10px;
	background-image:url(../images/contentMedium.png);
	background-repeat:repeat-y;

}

.contentContact {
	padding-top:5px;
	padding-left:13px;
	background-image:url(../images/contentMedium.png);
	background-repeat:repeat-y;
	height:335px;
}


/*======project description======*/
.description {
	width:240px;
	float:right;
}

.description span{
	color:#bcbcbc;
	font-size: 13px;
	margin-left:5px;
}

.description p{
	margin-bottom: 5px;
	margin-left:5px;
}

.description a{
	margin-right: 15px;
}


.description .dtop {
	height:219px;
	margin-top:-6px;
}

.description .dtop2 {
	height:216px;
	margin-top:-9px;
}

.description img {
	margin-top: 2px;
	margin-right: 5px;
}


/*======small boxes======*/
.smallBox {
	width:286px;
	float:left;
	margin-right: 20px;
}

.smallBoxEnd {
	width:286px;
	float:left;
}

.borderSmallTop {
	height:40px;
	background-image:url(../images/borderSmall.png);
	background-repeat:no-repeat;
	margin-top:20px;
}

.borderSmallTop h1{
	width:218px;
	text-align:center;
	padding-top:2px;
}


.borderSmallBottom {
	height:10px;
	background-image:url(../images/borderSmall.png);
	background-position: 0px -40px; 
	background-repeat:no-repeat;
}



.contentSmall {
	padding-left:13px;
	padding-right:10px;
	background-image:url(../images/contentSmall.png);
	background-repeat:repeat-y;
}

.contentSmall img{
	margin-top:3px;
	float:left;
	margin-right:8px;
	display:block;
}


.contentResume {
	height:19px;
	padding-left:13px;
	padding-right:10px;
	background-image:url(../images/contentSmall.png);
	background-repeat:repeat-y;
}

.contentResume img{
	margin-left:30px;
}


.contentSmall1 {
	height:112px;
	padding-left:13px;
	padding-right:10px;
	background-image:url(../images/contentSmall.png);
	background-repeat:repeat-y;
}

.list {
	padding-left:15px;
}

.listLeft {
	padding-left:15px;
	float:left;
}
.listRight {
	float:right;
}

/*======contact form======*/

.formLabels{
	float:left;
	width:95px;
}

.formLabels li{
	list-style:none;
	height:30px;
}

.formFields{
	float:left;
	width:480px;
	height:330px;
}

.formFields li{
	list-style:none;
	height:30px;
}


.formText {
	width:100px;
	padding-top:8px;
}

.error {
	height:14px;
	font-size: 10px;
    color:#70AFBC;
    display:none;
	padding-left:10px;
  }

.textInput
{
	font-family: Verdana;
	font-size: 14px;
	font-weight:bold;
	color:#FFF;
	width: 230px;
	background: none;
	border:none;
	background-image:url(../images/textBG.png);
	padding-left:10px;
	padding-right:10px;
	padding-top:8px;
	padding-bottom:8px;
	height:14px;
	vertical-align:middle;
}

textArea
{
	font-family: Verdana;
	font-size: 14px;
	font-weight:bold;
	color:#FFF;
	width: 440px;
	background: none;
	border: none;
	background-image:url(../images/messegeBG.png);
	padding:10px;
	height:130px;
}
