/*
Project: Sogo
Author: ogmda.org
Revision: 1.0
*/


/*  Typography and style reset */

*{
    background-repeat:no-repeat;
    font-family:Arial,Verdana,helvetica,sans-serif;
    margin:0px;
    outline-color:invert;
    outline-style:none;
    outline-width:0px;
    padding:0px;
    font-size: 13px;
    line-height: 1.7em;
}

body{
    background-color:#79432b;
    background-repeat:repeat-x;
    color: #4a4949;
}

a{
	color: #79432b;
}

a:hover{
	color: #e99a10;
}

img{
    border:medium none;
}

p{
  margin-bottom: 20px;
}

.right{
  float: right;
}

.left{
  float: left;
}

ul{
	padding-left: 25px;
	list-style-type:  none;
	list-style-image: url(../images/bullet.jpg);
}

.menuimg{
	margin-right: 15px;
	border:  1px solid #d7d7d7;
	padding: 5px;
}

.imgborder{
	border:  1px solid #d7d7d7;
	padding: 5px;	
}

.wrap {
	width:auto !important;
}

/* Site structure and layout */

#container{
	background-color:#ffffff;
    margin: 40px auto 10px auto; 
    width:960px;
 	background:#ffffff url(../images/content-back.png) repeat-y scroll left top;	    
}

#header{
  background:transparent url(../images/header.gif) no-repeat scroll left top;	
  height: 186px;
}

#header img{
	margin-left: 375px;
	margin-top: 35px;
}

#content{
  float: left;
  padding-left: 100px;
}

#footer{
  background:#ffffff url(../images/footer.gif) no-repeat scroll left top;	
  padding-left: 20px;
  height: 89px;
  clear: both;
}

#footer img{
	float: right;
	margin-top: 45px;
	margin-right: 15px;
}

.single{
  padding-right: 100px;	
}

.double{
	width: 490px;
	margin-right:  18px;
}

#sidebar{
	width: 220px;
	float: left;
	border: 1px solid #d7d7d7;
	padding: 15px;
}

#sidebar quote{
	width: 220px;
	float: left;
	border: 1px solid #d7d7d7;
	padding: 15px;
}

#sidebar p{
	font-size: 11px;
}

#sidebar h3, .more, h2{
	text-transform: uppercase;
	color: #954720;
	font-weight: bold;
	font-family: Georgia;
	font-size: 11px;
}

#sidebar h3{
	border-bottom: 1px solid #d7d7d7;		
	margin-bottom: 15px;
	padding-bottom: 5px;		
}

#sidebar .items{
	margin: 0 10px 0 10px;
	font-size: 11px;
	display: block;
}

#sidebar p .capsdown{
	text-transform: lowercase;
}


h2{
	border-bottom: 1px solid #d7d7d7;
	margin-bottom: 10px;
}

.more{
	text-decoration: none;
}

a.more:hover{
	color: #e99a10;
	text-decoration: underline;
}

#sidebar blockquote{
	margin-bottom: 10px;
	font-style: italic;
	font-size: 12px;
	padding: 0 10px 0 10px;
}

#sidebar ul{
	margin: 10px 0px;
}

#sidebar ul li{
	font-size: 12px;
}



.box{
	border: 1px solid #d7d7d7;
	margin-left: 110px;
	padding: 15px;
	width: 500px;
}

.menu .title{
	border-bottom: 1px solid #d7d7d7;	
	float:left;
	width:490px;
	font-size: 13px;
}

.name{
 	text-transform: uppercase;
	color: #954720;
	font-weight: bold;
	font-family: Georgia;
	font-size: 11px; 
	margin-right:  10px;
}

span.title img{
	margin-top: -20px;
	float:right;
}

.orderimage{
	float: right;
	margin-top: -40px;
}

.menu{
  margin-top: 20px;
  margin-bottom: 35px;
}

.triple{
	display: block;
	float: left;
	width: 235px;
	margin-right: 25px;
}

.triple ul li{
	font-size: 12px;
}

.triple ul{
	margin-bottom: 20px;
}

.home{
	margin-left: 170px;
}


/* Navigation */

#menu {
	/* background:#F4F4EA url(images/menu-bg.jpg) no-repeat scroll center top; 
	height:60px;*/
	margin-left:80px;
	margin-top: 15px;
}

#menu li {
	cursor:pointer;
	float:left;
	line-height:60px;
	list-style-image: none;
}

#menu li a {
	color:#954720;
	display:block;
	/* padding:0px 20px; */
	padding:0px 20px 10px;
	text-decoration:none;
	text-transform: uppercase;
	border-bottom: 1px solid #d7d7d7;
	font-weight: bold;
	font-family:Georgia,Times New Roman,serif;	
	font-size:11px;

}

#menu li a:hover {
	background:transparent url(images/menu-item-sel.jpg) repeat-x scroll 0%;
	color:#F2B54B;
}

#menu li ul li a {
	color:#954720;
	font-size:11px;
	padding:0px 10px;
	border: none;
}


#menu li ul li a:hover {
	background:transparent none repeat scroll 0%;
	color: #F1B03E;
}

#menu ul li ul {
	display:none;
	position:absolute;
	width:550px;
	padding-top: 15px;
}

#menu ul li:hover ul, #menu ul li a:hover ul, #menu li.sfhover ul {
	display:block;
}

#menu .sel, #menu .actual, #menu .sel:hover {
	background:transparent url(../images/menu-item-sel.jpg) no-repeat scroll bottom center;
	color:#f2b54b;
	/* padding:0px 20px; */
}

#menu .neutral {
	background:transparent none repeat scroll 0% !important;
	color:#BC1C1C !important;
}

#menu .sub-menu {
	margin-left:-105px;
}

#menu .sub-order {
	margin-left:-100px;
}

#menu .sub-story {
	margin-left:-90px;
}

#menu .sub-contact {
	margin-left:-95px;
}


/* Form  */


label
{
    width: 6em;
    float: left;
    text-align: right;
    display: block
}

input
{
    color: #3d4d60;
    background: #ffffff;
    border: 1px solid #d7d7d7;
    font-family: Arial;
    font-size: 12px;
    width: 300px;
    height: 20px;
    margin-left: 10px;
}

textarea{
    color: #3d4d60;
    background: #ffffff;
    border: 1px solid #d7d7d7;
    font-family: Arial;
    width: 300px;
    height: 150px;
    font-size: 12px;
    margin-left: 10px;
}

.submit input
{
    color: #eedeba;
    background: #90624e;
    border: 1px solid #d7d7d7;
    text-transform: uppercase;  
    font-weight: bold;   
    margin-left: 90px;
    width: 300px;	 
}

fieldset
{
    border: none;
    margin-top: 20px;
    padding-left: 10px;
}

#menu li.soon a:hover {
background: transparent url(../images/coming-soon.jpg) no-repeat
scroll bottom center; 
color:#F2B54B;
}