/* 
  -----------------------------------
  Tree Menu Magic
  by Project Seven Development
  www.projectseven.com
  Demo Styles
  -----------------------------------
*/

:root{
 overflow-y:scroll;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #000000;
	background-color: #FFF;
	margin: 0px;
	padding: 0px;
	min-width: 770px;
}
#masthead {
	background-image: url(../demo_img/p7iq_masthead.jpg);
	background-repeat: repeat-x;
	background-color: #000000;
	text-align: left;
}
#masthead h1 {
	margin: 0px;
	font-size: 1.1em;
	letter-spacing: .25em;
	padding: 20px;
	color: #999999;
	font-variant: small-caps;
	font-weight: normal;
}
#masthead h1 span {
	display: block;
	font-size: 0.55em;
	font-variant: normal;
	letter-spacing: .35em;
}
.clearfloat {
	clear: both;
	height: 0;
	line-height: 0.0;
	font-size: 0;
}
/*GLOBALS: Nav Bar*/
#tnav {
	background-color: #050505;
	font-size: 0.8em;
	background-image: url(img/p7mbm_carbon_hz.jpg);
	background-position: 0px -100px;
	background-repeat: repeat-x;
	text-align: left;
}
#tnav-center {
	margin: 0 auto;
	width: 800px;
	position: relative;
}
#powered {
	position: absolute;
	left: 0px;
	top: -1.5em;
	text-align: right;
	font-size: 0.6em;
	text-transform: uppercase;
	letter-spacing: .2em;
	width: 800px;
	font-weight: bold;
	color: #999;
}
#powered a {
	color: #50ABBE;
	text-decoration: none;
	outline: 0;
}
#powered a:hover, #powered a:focus, #powered a:active {
	color: #FC0;
}
#bevel {
	background-image: url(../demo_img/bevel.jpg);
	background-repeat: repeat-x;
	margin-bottom: 30px;
	padding-bottom: 16px;
}
#layoutwrapper {
	width: 800px;
	margin: 0 auto;
	padding: 0px;
	border: 0;
}
h2 {
	font-size: 0.9em;
	width: 500px;
	margin: 1em auto 1.5em auto;
	font-variant: small-caps;
	font-weight: normal;
}
h2 em {
	font-style: normal;
	font-size: 2em;
	font-weight: normal;
	text-transform: capitalize;
	font-variant: normal;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
.wrapper {
	margin: 0 auto;
	width: 940px;
	font-size: 0.8em;
	padding: 20px;
	border: 1px solid #000;
}
.content1, .content2 {
	margin: 32px auto 0 auto;
}
p {
	font-size: 0.85em;
	line-height: 1.5em;
}
p.note {
	margin: 1em auto 0 auto;
	font-size: .8em;
	color: #000;
}
.wrapper h1 {
	font-size: 1em;
	font-weight: bold;
	letter-spacing: 0.5em;
	text-transform: uppercase;
	margin: 0px 0px 10px;
}
.wrapper h2 {
	font-size: 0.825em;
	font-weight: bold;
	letter-spacing: .325em;
	text-transform: uppercase;
	margin: 30px 0px 10px;
}
.content1 h1, .content2 h1 {
	margin: 0 0 6px;
	letter-spacing: 0.2em;
	text-transform: capitalize;
	font-size: 1em;
	color: #000000;
}
.content1 h1 em, .content2 h1 em {
	font-style: normal;
	font-size: 2em;
	letter-spacing: normal;
	font-weight: normal;
}
.content1 p, .content2 p {
	margin: 0 0 0 0;
}
#footer {
	margin: 36px auto;
	width: 940px;
	font-size: 0.7em;
	text-align: left;
}
/*Demo Main Nav*/

#p7PMM_2 {
	width: 200px;
	margin: 0;
}
#p7PMM_3 ul ul a {
	font-size: .85em;
	padding: 3px 16px !important;
}
.scriptless {
	padding: 10px;
	margin: 10px 0px 0px !important;
	background-color: #9C3;
	color: #FFF !important;
	font-size: 1.1em;
	border: 1px solid #000;
}
.scriptless p {
	margin: 0 0 10px 0 !important;
	background-image: none !important;
	width: auto !important;
	border: 0 !important;
}
.shimmy {
	margin-top: 48px !important;
}
/*Demo Themes Menu*/
.p7MBM09h {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	zoom: 1;
	border-top: 0;
}
.p7MBM09h ul {
	margin: 0px;
	padding: 0px;
	width: auto;
	border-top: 1px solid #000000;
}
.p7MBM09h li {
	float: left;
	margin-right: 0px;
	list-style-type: none;
	padding: 0;
}
.p7MBM09h li.p7MBfirst {}
.p7MBM09h li.p7MBlast {}

.p7MBM09h a {
	display: block;
	color: #000000;
	text-decoration: none;
	background-image: url(img/demo77triangle.gif);
	background-repeat: no-repeat;
	background-position: -12px 0px;
	font-weight: normal;
	background-color: #FFFFFF;
	padding: 4px 10px 10px 10px;
	border-right: 1px solid #000000;
	outline: 0;
}
.p7MBM09h a.p7MBlast {
	border-right: 0;
}
.p7MBM09h a:hover, .p7MBM09h a:focus, .p7MBM09h a:active {
	color: #06C;
	text-decoration: underline;
}
.p7MBM09h .p7MBmark {
	color: #000000;
	cursor: default;
	background-position: 12px 0px !important;
	font-weight: bold;
}
.p7MBM09h .p7MBmark:hover {
	color: #0066CC;
}
.p7mb_clearfloat {
	clear: both;
	height: 0;
	line-height: 0.0;
	font-size: 0;
}
/*Demo menu*/

.p7MBM06h {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #000000;
	background-image: url(img/p7mbm_carbon_hz.jpg);
	background-repeat: repeat-x;
	background-position: 0px -100px;
	zoom: 1;
	font-size: 1em;
}
.p7MBM06h ul {
	margin: 0px;
	padding: 0px;
	width: auto;
}
.p7MBM06h li {
	float: left;
	margin-right: 0px;
	list-style-type: none;
	padding: 0;
}
.p7MBM06h li.p7MBfirst {

}
.p7MBM06h li.p7MBlast {
	border-right: 0;
}

.p7MBM06h a {
	display: block;
	color: #C8C8C8;
	text-decoration: none;
	background-image: url(img/p7mbm_carbon_hz.jpg);
	background-repeat: repeat-x;
	background-position: 0px -100px;
	font-weight: normal;
	border-right: 1px solid #000000;
	background-color: #000000;
	padding: 10px 16px;
	outline: 0;
}
.p7MBM06h a.p7MBfirst {
	border-left: 1px solid #000;
}
.p7MBM06h a.p7MBlast {
	border-right: 1px solid #000;
}

.p7MBM06h a:hover, .p7MBM06h a:focus, .p7MBM06h a:active {
	color: #FFFFFF;
}
.p7MBM06h .p7MBmark {
	font-weight: bold;
	color: #D8D8D8;
	cursor: default;
}
.p7MBM06h .p7MBmark:hover {
	color: #FFFFFF;
}
.p7mb_clearfloat {
	clear: both;
	height: 0;
	line-height: 0.0;
	font-size: 0;
}
