/*
1.0 CSS
Queries contact enquiries at pepik.com
*/


/*
my colours

darkblue: #7FA1B6
midblue: #A5BDCC
lightblue: #CCDAE2
paleblue:#EDF2F5

*/
body
{
background: #545454 ;
}

a
{
color:#de0c0c;
text-decoration: none;
}

a:hover
{
text-decoration: underline;
}

a:visited
{
color:#333333;
text-decoration: underline;
}

.rimg
{
padding:0px;
float:right;

}
.limg
{
padding:0px;
float:left;
}

#container
{
position: relative;
background: #fff;
width: 960px;
border: solid 8px #fff;
margin: 30px auto 30px auto;
}

#hedder
{
position: relative;
width: 960px;
}

#title
{
width:100%;
height:49px;
background: #7FA1B6 url(../images/hdbg.jpg);
border-bottom: solid 4px #fff;
}

#logo h1{
float: right;
font-family: Arial;
font-weight: bold;
font-size:21px;
color:#fff;
padding-right: 10px;
padding-top: 15px;
line-height: 21px;
margin: 0;
}

#pic
{
width:960px;
height:115px;
background: #fff url(../images/header.jpg) ;
border-bottom: solid 4px #fff;
background-position:left;
}

#links
{
width:100%;
height:25px;
background: #de0c0c url(../images/lb.jpg);
border-bottom: solid 8px #fff;
}

#lwrap
{
float:left;
word-spacing:5px;
margin:0px;
padding-left:20px;
padding-top:3px;
list-style-type: none;
list-style-image: none;
}

#lwrap li
{
display:block;
float:left;
padding:0px 10px;
border-right: solid white 1px;
}

#lwrap li.last
{
border-right:none;
}

#lwrap a
{
color: #fff;
font-family: Arial;
font-size: 15px;
font-weight: bold;
text-decoration: none;
}

#lwrap a.selected
{
color: #252525;
}

#lwrap a:hover
{
text-decoration: underline;
}


#content
{
min-height:400px;
width:96%;
margin: 0 auto;
}

#a_vision_begins
{
height:850px;
}

#from_vision_to_reality
{
height:870px;
}
#the-plan
{
height:800px;
}

#content h1
{
font-family: Arial;
font-weight: normal;
font-style: normal;
color: #de0c0c;
font-size:24px;
}
#content h3
{
font-family: Arial;
font-weight: bold;
font-style: normal;
color: #7FA1B6;
font-size:14px;

}

#content p {
display: block;
font-family: Arial;
font-weight: normal;
font-style: normal;
color: #252525;
font-size:12px;
}

#content p.large {
    font-size:16px;
}
#content p.normal {
    font-size:13px;
}

#content p.short {
    font-size:13px;
    width: 430px;
}

#content p.medium {
    font-size:13px;
    width: 550px;
}

#content p.indent {
    margin-left:15px;
    font-size:13px;
}
#standardul {
    font-family: Arial;
    margin:5px;
    padding-left:10px;
    list-style-type: none;
    list-style-image: none;
    font-size:13px;
}
#standardul li {
    padding-top:5px;
}
#footer
{
background: #7FA1B6 url(../images/lb.jpg);
width: 100%;
height: 30px;
color: #fff;
font-family:Sans;
font-size:xx-small;
}

#footer a
{
color:#de0c0c;
text-decoration: none;
}

#footer a:hover
{
text-decoration: underline;
}

#footer a:visited
{
color:#333333;
text-decoration: underline;
}

.floatleft
{
float:left;
margin: 10px;
}

.floatright
{
clear:right;
float:right;
margin:10px;
}

BODY#the-call H3 {
    margin: 0;
}

BODY#the-call P.normal {
    margin: 0;
    margin-bottom: 10px;
}

BODY#the-call P.normal A {
    margin: 0;
}

IMG {
    border: 2px #000 solid;
    padding: 0;
    margin: 10px;
}
P.gallery {
    margin-top: 50px;
}

P.gallery IMG {
    margin: 0;
    margin-right: 5px;
}

