/* CSS Document */

body {
background: #4E1910 url(/images/bkg_body.jpg) no-repeat;
margin: auto;
text-align: center;
}

/* =Header
----------------------------------------------------------------------------- */
#header {
width: 760px;
height: 113px;
background: #FFFAE3 url(/images/header2.jpg) no-repeat;
position: relative;
}

.headertext {
position: absolute;
right: 30px;
top: 20px;
font-family: "Gill Sans MT", verdana, helvetica, sans-serif;
font-size: 12px;
color: #333;
font-weight: bold;

}


/* =Page Layout
----------------------------------------------------------------------------------- */
#container {
width: 760px;
background: #fbffcb url(/images/bkg_box2.jpg) repeat-y left top;

text-align: left;

}


#box {
width: 760px;
margin: 0;
background: url(/images/bkg_container3.jpg) no-repeat left top;
float:left;
}

#twoCol #box {
width: 760px;
margin: 0;
background: url(/images/bkg_container2col.jpg) repeat-y right bottom;
float:left;
}


#homecontent {
width: 330px;
float: left;
margin: 0 5px 0 0;
padding-bottom: 10px;

}

#content {
width: 720px;
float: left;
margin: 0;
}

#columnTwo {
float:right;
width: 360px;
margin: 0;
padding: 0;
}

#columnOne {
width: 700px;
float:left;
margin: 0;
padding: 0;
}

#footer {
clear: both;
width: 760px;
height: 51px;
background: #fffae3 url(/images/bkg_footer2.jpg) left bottom;
font-family: Verdana, Arial, Helvetica, sans-serif;
color: #993366;
font-size: 10px;
font-weight: bold;
line-height: 4em;
text-align: center;
border-top: 1px solid #ccc;
}

/* =Navigation Bar
------------------------------------------------------------------------ */
#navigation{
margin: 0 7px 0 6px;
background-color: #4d2833;
height: 30px;
}

#navigation ul {
margin: 0;
padding: 0;
list-style: none;
float: left;
}

#navigation ul li {
padding-left: 11px;
float: left;
}

#navigation ul a {
float: left;
display: block;
padding: 0 0 0 16px;
line-height: 2.1em;
background: url(/images/bullet_nav.gif) no-repeat left;
font-weight: bold;
text-decoration: none;
color: #fff;
font-family: verdana, helvetica, sans-serif;
font-size: 11px;
}

#navigation ul a:hover {
background: url(/images/bullet_nav2.gif) no-repeat left;
color: #b6dc4f;
}

/* =Formatting Styles
----------------------------------------------------------------------- */

#homepic {
width: 400px;
float: left;
padding: 7px;
}

.photo {
margin: 10px 0 0 6px;
}

#homecontent p {
font-family: verdana, arial, helvetica, sans-serif;
font-size: 11px;
}

#page {
margin: 10px 10px 10px 20px;
font-family: verdana, arial, helvetica, sans-serif;
font-size: 11px;
line-height: 1.75;
}

#page p{
margin: 0;
font-family: verdana, arial, helvetica, sans-serif;
font-size: 11px;
line-height: 1.75;
}

h2 {
font-family: "Times New Roman", Times, serif;
font-style: italic;
font-size: 16px;
margin: 0px 0 3px 0;
}



#page h1{
position: relative;
margin: 0 auto;
padding: 25px 0 10px 0;
font: normal 24px Georgia, serif;
color: #4d2833;
letter-spacing: -1px;
background: url(/images/rule.gif) no-repeat left bottom;
}


.sidepic {
margin-left: -13px;
margin-right: 30px;
}

#page ul {
margin:7px 0 7px 5px;
padding: 0;
list-style: none;
}

#page li {
background: url(/images/bullet.gif) no-repeat 0 2px;
padding-left: 20px;
}

#image {
float: right;
}

.staticpic {
margin: 0 0 10px 20px;
padding: 15px;
float: right;
}

.staticpicLeft {
margin: 5px 15px 5px 0;
padding: 15px;
float: left;
}


/* =Featured Box
-------------------------------------------------------------------------------------- */

.featured {
margin: 10px 0 0 1px;
float:right;
width: 330px;
background: #fefde4;
border: 1px solid #ccc;
padding-top: 7px;
padding-bottom: 12px;
/*background: url(/images/featured_box-bkg.jpg) no-repeat top;*/
}

.featured h2 {
margin: 0 0 5px 12px;
padding-top: 12px;
font-family: Georgia, "Times New Roman", Times, serif;
font-style: italic;
font-size: 18px;
color: #4D2833;
}

.featured p {
width: 280px;
margin: 0;
padding: 0 12px 0 12px;
}

.featured img {
	display: block;
	margin: 0 7px 0 7px;
	float: none;
}


.featured .productPic {
float:right;
margin: 0;
margin: 14px 14px 0 7px;
display: block;
}

.pic1 {
float:right;
width: 125px;
margin: 0;
}

.pic2 {
float:right;
width: 125px;
margin: 0;
}

.pic3{
float:right;
width: 125px;
margin: 0;
}

.featuredbox {
/*background: url(/images/featured_box-bottom.jpg) no-repeat bottom;*/
width: 330px;
height: 18px; 
}




/* =Links
------------------------------------------------------------------------------------- */

.headertext a:link, .headertext a:visited {
color:#333;
font-size: 12px;
text-decoration: none;
}

.headertext a:hover, .headertext a:active, .headertext a:visited:hover {
color:#663333;
font-size: 12px;
text-decoration: underline;
}

#page a:link, #page a:visited, #homecontent a:link, #homecontent a:visited {
color: #993366;
text-decoration: none;
border-bottom: 1px dotted #cc3399;
}


#page a:hover, #page a:active, #page a:visited:hover, #homecontent a:hover, #homecontent a:active, #homecontent a:visited:hover {
color: #cc3399;
border-bottom-style: solid;

}

#footer a:link, #footer a:visited {
color: #993366;
text-decoration: none;
}

#footer a:hover, #footer a:active, #footer a:visited:hover {
color: #663333;
text-decoration: underline;
}


