/*------------------------------------------------------------------
[CSS Stylesheet]

Project: Alpha Weblab - Splash Page
Designed by: Hameed Rahamathullah, Alpha Weblab
Colors: [Green - #6ee26e], [Blue - #3394e5]
Default Font: Tahoma
-------------------------------------------------------------------*/

/* Reset */
@charset utf-8;*{font-family:Tahoma, Arial, sans-serif;margin:0;padding:0;}ul,ol{list-style:none;}img,fieldset{border:none;}a{outline:none;text-decoration:none;}.clr{clear:both;}

body {
background: #f1f1f1 url(../images/bg.jpg) center top;
}

#wrap {
width: 960px;
margin: 10px auto;
}

#header {
height: 70px;
border-bottom: 1px solid #d1d1d1;
}

#header h1 a {
display: block;
float: left;
width: 235px;
height: 59px;
overflow: hidden;
text-indent: -9999px;
background: url(../images/alphaweblab-logo.png) no-repeat;
}

#header h2 {
font-size: 14px;
/*font-variant: small-caps;*/
padding-top: 20px;
float: right;
}

#intro {
border-top: 1px solid #fff;
padding-top: 10px;
margin-bottom: 10px;
}

#intro h2, #intro p {
text-align: center;
margin-bottom: 10px;
}

#intro h2 {
font-size: 36px;
}

#intro p {
font-size: 12px;
}

#portfolio {
padding-bottom: 10px;
border-bottom: 1px solid #d1d1d1;
}

.pf-col {
width: 310px;
float: left;
padding: 10px 0;
margin-right: 15px;
background: url(../images/pf-shadow.png) no-repeat center 184px;
}

.pf-col a {
display: block;
}

.pf-col img {
margin-bottom: 10px;
}

.pf-col h3 {
font-size: 14px;
margin-bottom: 5px;
text-align: center;
}

.pf-col p {
font-size: 12px;
line-height: 20px;
text-align: center;
}

.pf-col p a {
display: inline;
}

.col-last {
margin-right: 0!important;
}

#footer {
padding-top: 10px;
border-top: 1px solid #fff;
}

#footer p {
font-size: 12px;
line-height: 20px;
text-align: center;
}
