*
{
    margin: 0;
    padding: 0;
}

body
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #363636;
    font-weight: normal;
    background: url(../images/bg.jpg) repeat center;
}

#wrapper
{
    width: 521px;
    margin: 0 auto;
}

img
{
    border: none;
}

a
{
    color: #363636;
    text-decoration: none;
    border: none;
}

a:link
{
	color: #94101d;
}

a:visited
{
	color: #94101d;
}

a:hover
{
    color: #388CC2;
}


h1
{
    font-size: 22px;
    text-align: left;
    color: #FFFFFF;
    font-weight: normal;
}

h2
{
    font-size: 13px;
    text-align: left;
    color: #E3F1F7;
    font-weight: bold;
}


h3
{
    font-size: 20px;
    text-align: left;
    font-weight: normal;
}


h4
{
    font-size: 20px;
    text-align: left;
    color: #2e2e2e;
    font-weight: normal;
}


h5
{
    font-size: 30px;
    text-align: left;
    color: #2e2e2e;
    text-transform: uppercase;
    font-weight: normal;
}


p
{
    line-height: 16px;
    padding-right: 10px;
}


ul
{
    list-style: none;
}

li
{
    list-style: none;
}


.clerfix
{
    clear: both;
    height: 0;
    visibility: hidden;
}

.nopaddingright
{
    padding-right: 0 !important;
}


.space
{
    height: 15px;
    float: left;
    width: 100%;
}

.highlight
{
    color: #388CC2;
    font-weight: normal;
}


#header
{
    width: 521px;
    height: 79px;
    float: left;
    background-color: #94101d;
    margin-top: 80px;
}


#logo
{
    width: 300px;
    float: left;
    padding: 17px 0px 0px 20px;
}


#nav-container
{
    float: right;
    padding: 32px 15px 0px 0px;
}


#nav
{
    width: 100%;
    float: left;
}


#nav ul
{
    list-style: none;
    width: 100%;
}

#nav ul li
{
    list-style: none;
    float: left;
    display: inline;
}


#nav ul li span
{
    line-height: 28px;
}


#nav ul li span a
{
    list-style: none;
    float: right;
    font-size: 11px;
    width: 57px;
    color: #FFFFFF;
    text-align: center;
    text-decoration: none;
    font-weight: normal;
    text-shadow: 1px 1px 3px #888;
    margin-left: 5px;
}

#nav ul li span a:hover, #nav ul li span .active
{
    background: url(../images/nav-hover.png) no-repeat;
    color: #FFFFFF;
    line-height: 27px;
}



.bottombg
{
    width: 503px;
    position: absolute;
    left: 0;
    top: 0;
    background-color: White;
}


#thumbnail
{
    width: 162px;
    height: 197px;
    float: left;
    margin-top: 15px;
}


#thumbnail-pic
{
    width: 140px;
    height: 140px;
    margin: 0 auto;
    padding-top: 12px;
}
.work-thum
{
    float: left;
    padding: 15px 26px 0px 0px;
}
.work-thum img
{
    width: 125px;
    height: 110px;
    border: 1px solid #e6e6e6;
    padding: 5px;
    webkit-box-shadow: 0px 0px 5px #F1F1F1; /* Saf3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
    -moz-box-shadow: 0px 0px 5px #F1F1F1; /* FF3.5 - 3.6 */
    box-shadow: 0px 0px 5px #F1F1F1; /* Opera 10.5, IE9, FF4+, Chrome 6+, iOS 5 */
}
#welcom
{
    width: 315px;
    float: left;
    padding: 3px 0px 0px 10px;
    margin-top: 15px;
}
#skills-container
{
    width: 92%;
    margin: -5px 0px 40px;
    padding: 0px 15px 0px 15px;
}
.myskills
{
    width: 100%;
    margin: 0 auto;
    padding: 15px 0px 0px 0px;
}
.myskills ul
{
    list-style: none;
    padding-left: 10px;
}
.myskills ul li
{
    font-size: 11px;
    padding-right: 35px;
    font: Helvetica;
    padding-bottom: 8px;
    list-style-image: url(../images/list.png);
}

.btn
{
    width: 105px;
    height: 36px;
    float: left;
    background: url(../images/btn-downloadCV.png) no-repeat left;
    margin: 15px 0px 0px 0px;
    line-height: 36px;
    text-align: center;
    font-size: 12px;
    font-weight: bold;
    color: #FFFFFF;
}
.btn a
{
    color: #FFFFFF;
    text-decoration: none;
    border: none;
}
#icon-container
{
    width: 304px;
    float: right;
    margin-top: 19px;
}
.icons
{
    width: 30px;
    height: 30px;
    float: left;
    margin-left: 0px;
    background: url(../images/slider-icon.png) no-repeat;
}
.icons:hover
{
    width: 30px;
    height: 30px;
    float: left;
    margin-left: 0px;
    cursor: pointer;
    background: url(../images/slider-icon-selected.png) no-repeat;
}
.icons.active
{
    width: 30px;
    height: 30px;
    float: left;
    margin-left: 0px;
    cursor: pointer;
    background: url(../images/slider-icon-selected.png) no-repeat;
}
#form
{
    width: 97%;
    float: left;
    padding-left: 5px;
    margin-top: 15px;
}

.message
{
    width: 467px;
    height: 81px;
    border: #e4e4e4 1px solid;
    background: #f2f2f2;
    float: left;
    font: 12px Arial, Helvetica, sans-serif;
    text-indent: 10px;
    padding-top: 10px;
    color: #999999;
}


.name-input
{
    width: 195px;
    height: 24px;
    float: left;
    line-height: 24px;
    margin-top: 10px;
    color: #999999;
    text-indent: 10px;
    border: #e4e4e4 1px solid;
    background: #f2f2f2;
}


.email-input
{
    width: 194px;
    height: 24px;
    float: left;
    line-height: 24px;
    margin: 10px 0px 0px 10px;
    color: #999999;
    text-indent: 10px;
    border: #e4e4e4 1px solid;
    background: #f2f2f2;
}

.send-btn
{
    border: none;
    float: left;
    margin: 15px 0px 0px 10px;
}

a.sendbtn
{
    border-color: #3685b6;
    color: #ffffff;
    font-size: 11px; /*  background: -webkit-gradient(linear, 0 0, 0 bottom, from(#65bdf3), to(#3685b6));         background: -moz-linear-gradient(#65bdf3, #3685b6);         background: linear-gradient(#65bdf3, #3685b6);*/
    background: #65bdf3; /* Old browsers */
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#65bdf3), to(#3685b6));
    background-image: -moz-linear-gradient(#65bdf3, #3685b6);
    background-image: -webkit-linear-gradient(#65bdf3, #3685b6);
    background-image: -o-linear-gradient(#65bdf3, #3685b6);
    background: -ms-linear-gradient(#65bdf3, #3685b6);
    background: linear-gradient(#65bdf3, #3685b6);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#65bdf3', endColorstr='#3685b6',GradientType=0 ); /* IE6-9 */
    padding: 4px 13px;
    border-style: solid;
    border-width: 1px;
    font-weight: bold;
}

a:hover.sendbtn
{
}

.horizantal-line
{
    width: 97%;
    border-bottom: #ededed 1px dashed;
    float: left;
    padding-top: 20px;
}

.page-contents
{
    width: 503px;
    height: 280px;
}

.page
{
    width: 21px;
    height: 21px;
    line-height: 21px;
    float: left;
    margin: 7px 5px 15px 6px;
    text-align: center;
    color: #000000;
}


.page a
{
    width: 21px;
    height: 21px;
    line-height: 21px;
    float: left;
    text-align: center;
    color: #000000;
    border: 1px #cccccc solid;
}


.page a:hover, .page a.current
{
    background: #388CC2;
    border: 1px #388CC2 solid;
    color: #fff;
}


#bottom-heading
{
    float: left;
    width: 230px;
    margin: 50px 0px 0px 2px;
}

#divider
{
    width: 1px;
    height: 84px;
    float: left;
    margin-top: 28px;
    margin-bottom: 20px;
    background: url(../images/divider.png) no-repeat top;
}


#icon-p2
{
    width: 216px;
    float: right;
    margin-top: 40px;
}


.social-icon
{
    width: 16px;
    height: 16px;
    float: left;
    margin-bottom: 10px;
}

label
{
    font-size: 12px;
    padding-left: 12px;
}
#contents-wrapper
{
    width: 517px;
    position: relative;
    overflow: hidden;
    height: 380px;
    background-color: White;
    border: 1px solid #92B0C4;
    border-top: 0px;
    webkit-box-shadow: 0px 4px 8px #BCC8C5; /* Saf3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
    -moz-box-shadow: 0px 4px 8px #BCC8C5; /* FF3.5 - 3.6 */
    box-shadow: 0px 4px 8px #BCC8C5; /* Opera 10.5, IE9, FF4+, Chrome 6+, iOS 5 */
}
.pp_social
{
    display: none !important;
}
#mail-send-msg
{
    position:absolute;
    top:190px;
    }
.mail-send-error
{
    color: Red;
    font-weight: bold;
}
.mail-send-success
{
    float: left;
    color: green;
    font-weight: bold;
}
#portfolio-wrapper
{
    position: relative;
    overflow: hidden;
    width: 503px;
    height: 280px;
    margin-left: 5px;
    margin-top: 7px;
}
.error
{
    border:solid 1px red;
    }