/*
Pink's Locksmiths
Site Stylesheet
Created by easy-web-sites.co.uk
June 2008
*/



/* Tag formatting*/

body{
font-family: tahoma, verdana, arial;
background-color: #6c829a;
padding: 0px;
border: none;
}

a{
text-decoration: none;
color: #dc3ca1;
font-size: 15px;
}
a:hover{
text-decoration: none;
color: #e376bb;
}

h1{
font-size: 18px;
}

h2{
font-size: 14px;
}

p.ind{
text-indent: 10px;
}








/* Container Blocks*/

img{
border: 0px;
margin: 0px;
padding: 0px;
}

.container{
text-align: left;
background-color: #6c829a;
width: 900px;
padding: 0px;
}

.content{
background-color: #2c2c27;
color: white;
font-size: 13px;
padding-left: 15px;
padding-top: 10px;
padding-right: 10px;
padding-bottom: 20px;
text-align: justify;
margin: 0px;
border: 2px solid white;
border-bottom: 0px;
overflow: hidden;
min-height: 480px;
}

.contactleft{
float: left;
width: 330px;
margin: 15px;
padding: 15px;
background-color: #393a35;
}

.contactright{
float: left;
width: 380px;
margin: 15px;
background-color: #3f3f36;
border: 1px solid white;
}

li.highlights{
color: #c7c7c5;
}

.fullbar{
width: 360px;
font-size: 14px;
font-weight: bold;
background-color: #3f3f36;
padding: 3px;
text-align: right;
font-weight: normal;
}






/* Footer divs */

.footcont{
width: 900px;
height: 43px;
padding: 0px;
margin: 0px;
background-color: #2c2c27;
background-image: url(images/footback.jpg);
border: none;
position: relative;
}

#links{
position: absolute;
top: 3px;
left: 250px;
}

#leftfoot{
text-align: left;
font-size: 10px;
height: 20px;
background-color: #44443e;
}

#rightfoot{
color: #cccccc;
text-align: right;
font-size: 20px;
height: 20px;
background-color: #2c2c27;
border-top: 1px solid #cccccc;
}