/* - - - - - - - - - - - - - - - - - - - - -

Title : Dombrovski Meats StyleSheet
Author : Thelen Advertising/David May
URL : dombrovskimeats.com

Description : 

Created : 03-06-2006
Modified : 03-06-2006

- - - - - - - - - - - - - - - - - - - - - */

/* ----- CSS ----- */

*{
margin: 0;
padding: 0; 
}	
html{
font: normal .9em/1em Georgia, "Times New Roman", serif;
font-family: Georgia;
font-size: 1.1em;
line-height: 1.2em;
text-align: left;
text-decoration: none;
color: #594c2e;
}	
body{
background: url(images/parchback.gif);
}

/* ----- IDS ----- */

#container{
background: url(images/back.gif) 0 0;
background-repeat: no-repeat;
height: 600px;
width: 640px;
}	
#primaryContent {
background: url(images/copy_area.gif);
background-repeat: no-repeat;
height: 195px;
width: 380px;
position: absolute;
top: 140px;
left: 160px;
}

#secondaryContent{
}	
#navigation{
position: absolute;
left: 0;
top: 100px;
font-size: 70%;
width: 140px;
color: #fff;
}
#logo_home {
position: absolute;
top: 120px;
left: 220px;
width: 231px;
height: 154px;
}
#logo {
position: absolute;
top: 55px;
left: 460px;
}
#logo img{
width: 120px;
}
#tradition{
position: absolute;
top: 335px;
left: 210px;
}
#title{
position: absolute;
top: 110px;
left: 160px;
}
#title img{
height: 40px;
}
#footer{
position: absolute;
top: 387px;
width: 640px;
text-align: center;
line-height: .8em;
}

/* ----- PARAGRAPHS ----- */

p{
}
#primaryContent p, p{
font-size: 70%;
padding: 20px;
}
#secondaryContent p{
}

/* ----- CODE ----- */

.products{
position: relative;
margin-top: -15px;
text-align: center;
line-height: 15px;
}

/* ----- LISTS ----- */

#primaryContent ul{
font-size: 70%;
padding-left: 50px;
padding-right: 20px;
}

#navigation li{
}

#navigation ul{
list-style: none;
}
#navigation li{
}
#navigation a{
display: block;
text-decoration: none;
color: #fff;
background: url(images/navbutton.gif) no-repeat left top;
padding-left: 10px;
height: 40px;
width: 120px;
margin-bottom: 3px;
margin-top: 3px;
line-height: 40px;
}

#navigation a:hover{
background-position: right top;
}
#navigation a.current{
background-position: right top;
}

/* ----- IMAGES ----- */

.product1{
position: absolute;
top: -30px;
left: 250px;
}
.product2{
position: absolute;
top: 240px;
left: 480px;
}
.product3{
position: absolute;
top: 200px;
left: 450px;
}
.product4{
position: absolute;
top: -50px;
left: 90px;
}
.collage{
position: absolute;
top: 55px;
left: 510px;
}

/* ----- LINKS ----- */

a{
text-decoration: none;
color: #cf3f35;
}
a:hover{
text-decoration: underline;
color: #594c2e;
}

/* ----- TABLES ----- */

table{
font-size: 70%;
margin-left: 20px;
margin-top: 20px;
line-height: 15px;
width: 95%;
}
.divider{
border-right: 1px solid #cf3f35;
}