*{
    padding:0px;
    margin:0px;
}
a{
    outline:none;
}
body{
    background:#f7f7f7 url(../images/top_bg.png) repeat-x top left;
    padding:0px;
    margin:0px;
    font-family: Georgia, serif;
    font-size: 16px;
    font-style: italic;
    font-weight: normal;
    letter-spacing: normal;
    line-height: 1.7em;
    color:#fff;
}
p em{
	background-color:#009AEF;
	padding:4px;
}
.main{
    width:900px;
    margin:0 auto;
    position:relative;
    background:transparent url(../images/ribbon1.png) no-repeat top left;
}
.bottom{
  background:#014370 url(../images/bg_bottom.png) repeat-x top left;
  width:100%;
  padding:20px 0px;
  height:600px;
  position:relative;
}
#skills h1{
    width:735px;
    height:80px;
    margin:10px auto;
    background:transparent url(../images/wehelp.png) no-repeat 5px 0px;
}
#contact h1{
    width:735px;
    height:80px;
    margin:10px auto;
    background:transparent url(../images/contact.png) no-repeat 5px 0px;
}
#contact form{
    width:700px;
    height:370px;
    margin:0 auto;
    clear:both;
	position:relative;
}
#contact p{
    width:100%;
    float:left;
    clear:both;
}
#contact label{
    float:left;
    width:220px;
    text-align:right;
    margin:10px 0px 5px 0px;
    padding-right:10px;
}
#contact input[type="text"], #contact textarea{
    background:transparent url(../images/stitchline.png) repeat-x bottom left;
    float:left;
    margin:5px 0px 5px 0px;
    font-family: Georgia, serif;
    font-size: 16px;
    font-style: italic;
    font-weight: normal;
    letter-spacing: normal;
    line-height: 1.7em;
    color:#fff;
    padding:4px 4px 6px 4px;
    width:398px;
    border:none;
    font-weight:bold;
}
#contact textarea{
	overflow-x:hidden;
}
#contact input[type="button"]{
    border:1px solid #014370;
    cursor:pointer;
    font-family: Georgia, serif;
    font-size: 16px;
    font-style: italic;
    font-weight: normal;
    letter-spacing: normal;
    line-height: 1.7em;
    color:#fff;
    background-color:#003B5F;
    padding:4px;
    color:#f0f0f0;
    float:left;
    margin:5px 0px 0px 230px;
}
#contact input[type="button"]:hover{
    color:#fff;
}
#contact p.submit{
	height:40px;
}
#contact label span{
	font-size:10px;
	font-style:normal;
	color:#f0f0f0;
}
.content{
    padding:80px 0px 0px 170px;
    width:600px;
    height:298px;   
}
.bottom .content{
   margin:0 auto;
   padding:0px 0px 0px 50px;
}

.sticker{
    width:163px;
    height:158px;
    float:left;
    margin-left:-170px;
    background:transparent url(../images/jquery.png) no-repeat top left;
}
.bottom ul{
    padding-left:130px;
}
.box{
    margin:20px 0px 0px 15px;
}
.box h2{
    font-size: 20px;
    font-weight:bold;
    float:left;
    margin:0px 10px 0px 0px;
}
.box p{
    text-align:justify;
}
span.underline{
    border-bottom:1px dashed #fff;
}
h1.title{
    width:585px;
    height:41px;
    background:transparent url(../images/title2.png) no-repeat 5px 0px;
}
.header{

}
ul.nav{
    list-style:none;
    position:fixed;
    z-index:99999;
    top:0px;
    right:120px;
    font-size: 12px;
}
ul.nav li{
    float:left;
    background:transparent url(../images/menu_left.png) no-repeat 0px -2px;
    height:37px;
}
ul.nav li a{
    background:transparent url(../images/menu_right.png) no-repeat 100% -2px;
    display:block;
    margin-left:9px;
    line-height:33px;
    padding:0px 9px 4px 0px;
    color:#f0f0f0;
    text-decoration:none;
}

ul.nav li a:hover{
    color:#fff;


}
.info{
    width:100%;
    height:220px;
    /*background:transparent url(../images/drawbg.png) repeat-x top left;*/
    background-color:#014370;
    margin-top:3px;
    padding:13px 0px 10px 0px;
}
.drawing{
    width:660px;
    height:217px;
    background:transparent url(../images/drawing2.png) no-repeat top right;
    margin:0px auto;
}
span.loader{
    float:left;
    width:16px;
    height:16px;
    background:transparent url(../images/ajax.gif) no-repeat top left;
    margin:13px 15px 0px 15px;
}
span.message{
    float:left;
	font-size:10px;
    margin:5px 10px;
}
.mail img{
	position:fixed;
	top:50%;
	left:50%;
	margin-top:-88px;
	margin-left:-123px;
}
.social{
    margin:0 auto;
     width:530px;
     clear:both;    
}
a.twitter, a.facebook{
    height:64px;
    float:left;
    cursor:pointer;
    line-height:64px;
    color:#f0f0f0;
    padding-left:66px;
    text-decoration:none;
    margin-right:20px;
}
a.twitter{
    background:transparent url(../images/twitter.png) no-repeat 0px 0px;
}
a.facebook{
    background:transparent url(../images/facebook.png) no-repeat 0px 0px;
}
#contact p.note{
	position: absolute;
top: 30px;
width: 120px;
font-size: 11px;
left: 650px;
padding: 10px;
background: #014370;
}
.copyright{
    clear:both;
    text-align:center;
    font-size:11px;
    
}
