/*       Genral

======================= */

* {

	margin:0;

	padding:0;

}

body {
	text-align: center;
	margin:0 0;
	background-color: #FFFFFF;
	background-image: url(../images/background.png);
	background-repeat: repeat-x;

}

div { position: relative;}

.left { float:left; }

.right { float:right; }



/*     Float containers fix 

=============================== */

.clearfix:after {

 content: ".";

 display: block;

height: 0;

 clear: both;

 visibility: hidden;

 }

.clearfix{display: inline-block;}

/* Hides from IE-mac \*/

* html .clearfix{height: 1%;}

.clearfix{display: block;}

/* End hide from IE-mac */



/*       Links

======================= */

a {

	color:#50595d;
    text-decoration:none;
	font: 11px Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	


}
a:visited {
	font: 11px Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;

}
	
a:hover {

    color:#CCC;

    text-decoration:none;

}


a img {

	border:none;

}

a:active, a:focus {
	outline:0;

}



/*       Text

======================= */

body, td, th, div, p, ul, li, h1, h2, h3 {
	font: 11px Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color:#6A767B;
	font-weight: normal;

	}

	

h1, h2, h3, h4, p, table {

	margin-left:40px;

    margin-right:30px;
	

}

h1, h2, h3, h4 {

	color:#50595d;
	font-weight:bold;
}	

/* h1{
	font-size:30px;
	padding-top:10px;
	padding-bottom:20px;
	text-align: right;
	font-weight: normal;
	color: #CCCCCC;

}*/
 
 h1{
	font-size:18px;
	padding-top:20px;
	padding-bottom:0px;
	font-weight: normal;
	color: #7BBB1F;
	margin-bottom:2px;

}




h2 {
	font-size:22px;
	padding-top:0px;
	padding-bottom:10px;
	color: #7BBB1F;
	margin-bottom: 0px;
	margin-bottom: 0px;
	font-weight: normal;

}

h3 {

	font-size:18px;

	padding-top:10px;

	padding-bottom:5px;

	color: #C0C7C9;

}

p{
	padding-bottom:2em;
	line-height: 1.8em;



}



/*    Header

======================= */

#Header {

	background: url(../images/bgt.png) no-repeat;

	height: 263px;

}

#Logo {

	position:absolute;

	top:120px;

	left:26px;

	width:200px;

	height:30px;

	padding:0;

}

#Logo a {

	display:block;

	width:200px;

	height:30px;

	background: url(../images/edible-media.png) no-repeat;

	text-decoration:none;

}

#design {
	position:absolute;
	top:120px;
	width:160px;
	height:30px;
	padding:0;
	background: url(../images/graphic-design.png);
	left: 200px;

}

#Logo a strong, #design strong {

	display:none;

}



#heads{
	position:absolute;
	top:130px;
	width:500px;
	height:30px;
	padding-top: 0;
	padding-right: 20;
	padding-bottom: 0;
	padding-left: 0px;
	text-align: right;
	right: 75px;

}

#heads a {
	color:#FFFFFF;
	text-align: right;
	font-weight: normal;
	font-size: 120%;


}

#heads h2{
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:130%;
	color:#393E46;
	text-align: right;
	font-weight: normal;
	margin-left: 0px;
	margin-right: 55px;

}







/*       Layout

======================= */

#Page{

	width:984px;

	margin:0 auto;

	text-align:left;

}

#Main {

	background: url(../images/bgc.gif) repeat-y center center;

}

#MainInner {
	background: url(../images/bgs.png) repeat-y center center;
	text-align: center;

}

#content {
	top:-60px;
	text-align: left;
	background-image: url(../images/content-bot.png);
	background-repeat: no-repeat;
	background-position: bottom;

}

#contentright {
	float:right;
	width: 229px;
	right: 93px;
	top: -10px;
	background-image: url(../images/menuback_03.jpg);
	background-position: top;
	background-repeat: no-repeat;
	height: 300px;
}
#menuright {
	top: 50px;
	
}

#menuright ul {
margin: 0;
padding: 0;
list-style-type: none;
font-size: 16px;


}

#menuright li {
margin: 2px 0 0;

}

#menuright a {
	display: block;
	width:204px;
	padding: 6px 25px 0px 0px;
	text-align:right;
	color:#999999;
	height:23px;
	margin-bottom: -3px;
	
}

#menuright a:link, a:active,  a:visited {
font-family: tahoma, arial, sanf-serif;
font-size: 14px;
color: #999999;
font-weight:bold;

}

#menuright a:hover {
	background:#F0F0F0;
	background-image: url(../images/menubuth.gif);	
}

.navhome #menuright #navhome a, 
  .navservices #menuright #navservices a,
  .navportfolio #menuright #navportfolio a,
  .navabout #menuright #navabout a,
  .contribute #menuright #contribute a,
  .feed #menuright #feed a {
	background-color: #CCCCCC;
	background-image: url(../images/menubut.gif);	
	color:#666666;
	}

.navnowhere{
}


#contentleft {
	float:left;
	width: 550px;
	left: 95px;
	line-height: 1.8em;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	
}

#contentleft div, #contentleft p, #contentleft a:link {
	font-size:1.1em;
	line-height: 1.8em; 
}

#contentleft a {
	font-size:1.1em;
	font-weight: bold;
	color:#333333
	line-height: 1.8em;
}

#contentleft a:visited {
	font-weight: bold;
	font-size:1.1em;
line-height: 1.8em;
}

#contentleft a:hover {
	font-size:1.1em;
	font-weight: bold;
	color:#7BBB1F;
	line-height: 1.8em; 
}

/*    Footer

======================= */



#Footer {
	background: url(../images/bgb.png) no-repeat;
	height: 225px;
	top: -90px;

}

#Footer #Slogan {

	position:absolute;

	bottom:90px;

	left:80px;

	padding:0;

	color:#353D42;

	font-size:10px;

	

}



#Footer #Slogan a{

	color:#353D42;
font-size:10px;
}


#Footer #Slogan a:hover{

	color:#A25815;

}


#Footer #MainNav {

	position:absolute;

	bottom:91px;

	right:88px;

	padding:0

}

#MainNav  a {
	font: 11px Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color:#999999
}
#MainNav a:hover {
	font: 11px Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color:#A25815;
}

#MainNav a:visited {
	font-weight: normal;

}




#Footer #tlnav {
	position:absolute;
	bottom:150px;
	left:36px;
	padding:0;
	width: 825px;

}



#Footer #tlnav a, #Footer #tlnav a:link, #Footer #tlnav a:visited, #Footer #tlnav a:hover, #Footer #tlnav a:active {
	font: 10px Tahoma, Verdana, Arial, Helvetica, sans-serif;
	
}


/*    Bottom

======================= */

#Bottom {
	background-color: #FDFDFD;
	top: -90px;
	border: 1px solid #BFBFBF;
	margin-right: 62px;
	margin-left: 62px;

}

#BottomInner {
	padding-bottom:20px;
	padding-top: 20px;
	
}

#BLeft {

	width:388px;
	float:left;
	height:140px;
	overflow: auto;
	margin-left:30px;
    margin-right:30px;
	display:inline;

}

#BLeft p {

	font-size:11px;
	line-height:16px;
	color:#b9bfcb;
	margin:0;
	padding:0 10px;

}



#BRight {

	width:460px;
	float:right;
	text-align:right;

}

#BRight a:visited {
font: 11px Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color:#6A767B;
	font-weight: bold;
	line-height:18px;
}

#Bbot{
	bottom:50px;
	width:300px;
	text-align:right;
	float: right;
	

}

#BRight h1, #BRight h2, #BRight h3, #BRight h4 {

	margin-left:0;
	font-weight:normal;

}

#BRight h2 {

	font-size:16px;

}

#BRight p {

	font-weight:bold;
	padding-top:10px;
	

}

.lightertext {

	color: #CCCCCC;
	text-align: left;
	padding-left: 80px;
	padding-right: 80px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;

}

.contactform {	color: #CCCCCC;}
.clearorooni {
	clear: both;
}
#boxout {

	margin: 0;
	padding: 0;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #999999;
	border-bottom-width: 1px;
	border-bottom-color: #999999;
	
}


#boxout h4{
	text-align: right;
	margin:7px 0 5px 0;
	font-size:12px;	
}

#boxoutin {
margin: 5px 18px 5px 18px;
	text-indent: 0px;
	
}

#boxoutin p{
margin:0;
line-height: 1.35em;

}

#fullbox {
	margin: 5px 11px 5px 11px;
	border: 1px dotted #999999;	
}

hr {
	width: 482px;
	margin: 0 0 20px 38px;
	background-color: #FFFFFF;
	color: #CCCCCC;
	height: 1px;
	border:0;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #999999;
}

.ruler  {
}
.pad {
	margin-right: 30px;
}
.imgbord, .imgbordSm {
	border: 1px dotted #999999;
	padding: 5px 5px 5px 5px;
	margin-left:-14px;
	margin-bottom: -10px;
}
.more {
	text-align: right;
	margin-top: -17px;
}
