/* CSS Document */

body{
background: #ffffff url(images/bg.jpg) 50% 0 repeat-y fixed;
background-position: center top;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #000000; 
margin: 0;
}

ul {
list-style: none;
margin-left: 0;
padding-left: 1em;
}

li {
list-style: none;
display: inline;
height:auto;
}

element.style{
height:200px;
}

#container{
background: #ffffff;
position: relative;
width: 740px;
margin: 0 auto;
text-align:left;
z-index:1;
}

/*HEADER*/

#header{
background: #dffec7;
position:relative;
height: 100px;
width: 740px;
margin-top: 20px;
z-index:1;
}

.sitelogo{
position: absolute;
top: 14px;
left: 20px;
border: none;
margin: 0; padding: 0;
z-index: 9;
}

/*NAV*/

#mainnav {
position: absolute;
top: 25px;
right: 20px;
border: none;
margin: 0; padding: 0;
z-index: 9;
}

/*BODY*/

.left-col{
float:left;
margin-top: 20px;
display: inline;
}

.right-col{
float: right;
margin: 40px 0 20px 0;
padding-right:40px;
width: 380px;
display: inline;
}

#left1{
float:left;
width: 150px;
display: inline;
}

#allright{
float:right;
margin-top: 40px;
padding-right:20px;
text-align:right;
display: inline;
}

#right1{
float:right;
width: 150px;
padding-left:50px;
border-left: #CCCCCC solid;
display: inline;
}

#right{
float:right;
width: 150px;
padding-left:50px;
padding-top:50px;
text-align:right;
display: inline;
}

/*REPLY STYLES*/

#reply{
float:left;
margin: 100px 20px 100px 20px;
display: inline;
text-align:center;
}

/*ACCORDIAN STYLES*/

.toggler {
	color: #222;
	margin: 0;
	padding: 2px 5px;
	background: #eee;
	border-bottom: 1px solid #ddd;
	border-right: 1px solid #ddd;
	border-top: 1px solid #f5f5f5;
	border-left: 1px solid #f5f5f5;
	font-size: 11px;
	font-weight: normal;
	font-family: 'Andale Mono', sans-serif;
}
 
.element {
 
}
 
.element p {
	margin: 0;
	padding: 4px;
}
 
.float-right {
	padding:10px 20px;
	float:right;
}
 
blockquote {
	text-style:italic;
	padding:5px 0 5px 30px;
}



/*MENU STYLES*/

#menu{
float:left;
margin: 40px 20px 0  20px;
display: inline;
}

.menuleft{
font-weight:bold;
color:#7fd104;
margin:1em auto 0.3em;
text-transform:uppercase;
}
.menuprice{
float:right;
font-size: 14px;
font-weight:bold;
color:#7fd104;
margin:1em auto 0.3em;
width:300px;
text-align:right;
display: inline;
}

.menutext{
float:left;
font-size: 12px;
font-weight: normal;
margin:0 1.2em 1em;
clear:both;
}

/*FOOTER*/

#footer{
background: none;
color: #000;
font-size: 9px;
text-align:center;
clear: both;
width: 740px !important;
margin: 0 auto 0 auto;
padding-top: 20px;
z-index:3;
}

/*LINKS*/

a:link, a:visited{
font-weight: bold;
text-decoration: none;
color: #327400;
}

a:hover{
color: #7fd104;
}
