@charset "utf-8";
/* CSS Document */

* {
margin:0;
padding:0;
}

body {
background-image:url(../images/bg_01.jpg);
background-repeat:repeat;
}

#mainwrap {
width:1024px;
background-image:url(../images/body_bg.jpg);
background-repeat:repeat-y;
margin-left:auto;
margin-right:auto;
}

#bodywrap {
width:901px;
margin-left:auto;
margin-right:auto;
}

#header {
background-image:url(../images/header.jpg);
width:901px;
height:148px;
}

#navigation {
background-image:url(../images/nav_bar.jpg);
width:901px;
height:52px;
}

#navigation ul {
padding-top:5px;
width:650px;
margin-left:0px;
margin-right:auto;
}

#navigation li {
display:inline;
margin-left:10px;
text-transform: uppercase;
font-size:.8em;
font-weight:bolder;
}

#navigation a {
color:#333333;
text-decoration:none;
}

#navigation a:hover {
text-decoration:underline;
color:#FFFFFF;
}

#toplink {
float:right;
margin-right:10px;
}

#toplink a {
text-decoration:none;
color:#333333;
}

#toplink a:hover {
text-decoration:underline;
color:#FFFFFF;
}

#nav2 {
}

#body_bg_color {
background-color:#000000;
width:901px;
}

#gallery_bg {
background-color:#cccccc;
width:880px;
}

#thumbs_container {
padding-top:20px;
float:left;	
width:880px;
}

#thumbs li {
float:left;	
margin-left:18px ;
list-style-type:none;
}

#ThumbsBox {
width:125px;
height:157px;
margin-bottom:40px;
}

#ThumbsBox img {
border:dashed 1px #FF0066;
}

#ThumbsBox img:hover {
border:dashed 1px #ffffff;
} 

#thumbpanel  {
color:#333333;
height:12px;
position:relative;
width:136px;
padding-top:2px;	
text-transform: uppercase;	
font-size:.7em;
font-weight: bold;
font-family:Arial, Helvetica, sans-serif;
text-align:center;
}

#price  {
color:#333333;
height:12px;
position:relative;
width:136px;
padding-top:2px;	
text-transform: uppercase;
font-size:.7em;
font-weight: bolder;
font-family:Arial, Helvetica, sans-serif;
text-align:center;
}

#clear {
margin-top:5px;
clear:both;
}

#space {
margin-top:10px;
}

#contact {
width:600px;
margin-left:auto;
margin-right:auto;
padding-top:10px;
text-transform: uppercase;	
font-size:.8em;
font-weight: bold;
}

#boxwrap {
float:left;
}

#box1 {
text-align:center;
width:200px;
float:left;
border-bottom:1px solid #333333;
}

#box2 {
text-align:center;
width:200px;
margin-left:200px;
border-bottom:1px solid #333333;
}

#box3 {
text-align:center;
width:200px;
float:right;
border-bottom:1px solid #333333;
}

#footer {
text-align:center;
color:#ffffff;
background-color:#292929;
width:901px;
height:50px;
margin-left:auto;
}

#footer ul {
padding-top:5px;
width:900px;
margin-left:0px;
margin-right:auto;
}

#footer li {
display:inline;
margin-left:2px;
text-transform: uppercase;
font-size:.6em;
font-weight:bolder;
}

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

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