/* glasseyephoto.co.uk Styles */

/* Body Tag */

body
{
background: #bfb7ac url(../graphics/bg_dots.gif);
margin: 0;
padding: 0;
text-align: center;
}

img {
	border: 0px;
}

/* DIV Styles */

#container     
{
text-align: center;
position: relative;
width: 750px;
margin: 0px auto;
margin-top: 5%;
visibility: visible;
padding: 0;
}

#content
{
text-align: center;
border: 3px solid #333;
background: #000;
height: 450px;
width: 750px;
position: relative;
}

#inner
{
background: #fff;
height: 260px;
width: 730px;
top: 20px;
margin: 0 10px 0 10px;
position: relative;
}

/* Navigation DIV Styles */

#navbar
{
height: 30px;
width: 720px;
top: 265px;
left: 0px;
position: absolute;
}

#people
{
height: 30px;
width: 100px;
top: 0px;
left: 0px;
position: absolute;
}

#places
{
height: 30px;
width: 100px;
top: 0px;
left: 120px;
position: absolute;
}

#products
{
height: 30px;
width: 100px;
top: 0px;
left: 250px;
position: absolute;
}

#about
{
height: 30px;
width: 100px;
top: 0px;
left: 400px;
position: absolute;
}

#contact_btn
{
height: 30px;
width: 100px;
top: 0px;
left: 520px;
position: absolute;
}



/* Home Page DIV Styles */

#photo_lg
{
background: #ccc;
height: 250px;
width: 720px;
top: 5px;
left: 5px;
position: absolute;
}

#home_left
{
text-align: left;
height: 150px;
width: 380px;
top: 270px;
left: 0px;
position: absolute;
border-top: 1px solid #444;
border-right: 1px solid #444;
}

#home_left_content
{
text-align: left;
height: 90px;
width: 360px;
top: 65px;
left: 0px;
position: absolute;
background: url(../graphics/bg_cross.gif) no-repeat;
}

#home_right
{
height: 140px;
width: 90px;
top: 280px;
left: 380px;
position: absolute;
border-bottom: 1px solid #444;
}

#home_enter
{
height: 50px;
width: 250px;
top: 375px;
left: 485px;
position: absolute;
}

/* Contact Page DIV Styles */

#inner_wave
{
background: #fff url(../graphics/bg_wave.gif) no-repeat bottom;
height: 260px;
width: 730px;
top: 20px;
margin: 0 10px 0 10px;
position: relative;
}

#contact_left
{
text-align: left;
height: 250px;
width: 350px;
top: 5px;
left: 5px;
position: absolute;
border-right: 1px solid #bfb7ac;
}

#contact_form
{
text-align: left;
height: 250px;
width: 360px;
top: 5px;
left: 365px;
position: absolute;
}

/* Heading and Paragraph styles */

p.left
{
margin: 10px 5px 10px 5px;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
color: #ebebeb;
text-align: left;
}

p.dark
{
margin: 10px;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
color: #333;
}

/* Table styles */

td.dark
{
font-family: Verdana, Arial, Helvetica, sans-serif;
margin-top: 0px;
font-size: 10px;
color: #333;
}

td.darktop
{
font-family: Verdana, Arial, Helvetica, sans-serif;
vertical-align: top;
font-size: 10px;
color: #333;
}

/* Input styles */
input
{
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
color: #333;
background: #ebebeb;
border: 1px solid #ccc;
padding: 2px;
}

textarea
{
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
color: #333;
background: #ebebeb;
border: 1px solid #ccc;
}
