@import url("child_menu.css");
@import url("musing.css");
@import url("header.css");
@import url("content.css");
@import url("pre.css");
@import url("store.css");

*, html, body {
    margin:0;
    padding:0;
/*    height:100%;*/
}
a, a:active     
{
    outline: none;
}
a:hover     
{
    cursor: pointer;
}
.clearfloat 
{
    clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

body {
    background-color: #F2F2F2;
    background: url(/images/interface/body/body_bg.png) repeat-x center top;
    line-height:1.7;
    color:#333;  
    font: 11px "Lucida Grande", Lucida, Verdana, sans-serif;  
}

#page_wrapper {	
	margin-left: -476px;
	left: 50%;
	top: 50%;
	left: 50%;
	margin-top: -290px;	
	position: absolute;
	width:952px;
}
#client_wrapper {	
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
/*  border-top: 1px solid #fcfeff;  
    border-left: 1px solid #cfd1d1;
    border-right: 1px solid #cfd1d1;
    border-bottom: 1px solid #CCCCCC;*/
	background:#F0F0F0;     
}


/* @group Headings */
h1 {
    text-transform:capitalize;
    font-size:26px;
    line-height:26px;    
    font-family: Arial, Helvetica, sans-serif;
    font-weight:bold;
    color:#e8eced;    
    display:block;
}

h1 a {
    text-decoration:none;
    color:#e8eced;    
}

h2, h3, h4 {
    font-weight:normal;
    text-transform:capitalize;
	font-family: "Courier New", Courier, mono; 
	text-shadow: #fff 0 1px 0;	      
}

h2 {
    font-size:19px;    
    color:#aaa;
}

h3 {
    font-size:16px;
    color:#999;
}

#caption h4 {
    height:30px;
    line-height:30px;
    font-size:11px;
    color:#999;    
}
/* @end */


/* @group Eyebrow */

#eyebrow_wrapper {
	height:60px;
    width:100%;
}
#eyebrow {
	width:951px;
	height:50px;
	margin: 0 auto;
	background: #EFEFEF url(/images/interface/eyebrow/background.png) repeat-y fixed left top;
    -moz-border-radius-topRight: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topLeft: 5px;
    -webkit-border-top-left-radius: 5px;    
    
}
#eyebrow_left a {
    text-decoration:none;
}
#eyebrow_left a:hover {
    cursor:pointer;
}
 
#eyebrow_right {	
    right:0px;
	color: #555;
	margin-right:30px;
	height:35px;
	position:absolute;
	margin-top:14px;
}

/* @end */

/* @group Breadcrumbs */
#breadcrumbs_wrapper {
    border-top: 1px solid #eee;
    background: url(/images/interface/footer/footer_optical.png) no-repeat center top;
    height: 20px;
    line-height: 20px;
    text-transform: capitalize;
    color: #717171;   
    text-align:center; 
}
#breadcrumbs {
    width: 930px;
    margin:0 auto;	
    font-size: 9px;
	font-weight: bold;  
}

#breadcrumbs #breadcrumbs_left {
    width: 50%;
    float: left;
    text-align: left;
}
#breadcrumbs #breadcrumbs_right {
    width: 30%;
    float: right;
    text-align: right;
}

#breadcrumbs a {
    color: #9ea0a0;
    text-decoration: none;
    text-transform: lowercase;
}

#breadcrumbs a:hover {
    color: #bbb;
    text-decoration: underline;
}
/* @end */

/* @group Footer */

#footer_wrapper{
    overflow: hidden;
    padding: 0; 
}
#footer {
    width: 952px;
    height:15px;
    line-height:15px;    
    margin: 1px auto;
}
#footer_right{
    color: #777;
    width: 300px;
    margin-right: 10px;
    float: right;   
	text-transform: capitalize; 
    font-size: 8px; 
    font-family: "Comic Sans MS", Arial, Helvetica, sans-serif;
}
#footer_right{
    text-decoration: none;
    text-align: right;    
}
#footer_right a {
    color: #777;
	text-transform: capitalize;
	text-decoration: none;  
}
#footer_right a:hover {
    color: #222;
    text-decoration: underline;
}

/* @end */

/* @group text_area */

#text_panel h2 {
    line-height:40px;
    height:40px;   
    float:left;
    max-width:200px;  
}

#text_panel ul { 
	padding: 4px 5px;
	list-style-position: outside;
}
	
#text_panel li { 
	padding: 4px 5px; 
    margin: 0 20px;
	list-style:square;
	list-style-type: square;
}

/* @end */