html {
	background: #efefef;
}

body {
	font: 14px "Lucida Grande", Verdana, Helvetica, sans-serif;
	margin: 30;
	padding: 10;
}

a[href] {
	color: #525151;
	text-decoration:none ;
}

#manual a[href] {
	color: #525151;
	font-size:100%;
}

#manual a[href]:hover {
	color: #000000;
	font-size:100%;
}

#wrapper {
	margin: 0 auto;
	padding: 0;
	width: 750px;
	box-shadow: 0px 0px 8px #000;
	border: 1px solid #000000;
}

html>body #wrapper {
	margin: 0 auto;
	padding: 0;
	width: auto;
	max-width: 750px;
}

#header {
	position: relative;
	background: #232323 url("http://www.mexircus.com/logobg.png") repeat-x 0px 0px;
	border-bottom: 1px solid #7f7f7f;
	height: 75px;
}

/* ========================= */
/* = Navigation            = */
/* ========================= */

#navigation {
	background: #2f2f2f;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #000000;
	margin: 0;
	padding: 0.25em 0;
	width: 100%;
	height: 34px;
	font-size: 107%;

	font-weight: bold;
	text-align: left;

	background: linear-gradient(bottom, rgb(0,0,0) 0%, rgb(32, 32, 32) 49%, rgb(64,64,64) 50%, rgb(164,164,164) 100%);
	background: -o-linear-gradient(bottom, rgb(0,0,0) 0%, rgb(32, 32, 32) 49%, rgb(64,64,64) 50%, rgb(164,164,164) 100%);
	background: -moz-linear-gradient(bottom, rgb(0,0,0) 0%, rgb(32, 32, 32) 49%, rgb(64,64,64) 50%, rgb(164,164,164) 100%);
	background: -ms-linear-gradient(bottom, rgb(0,0,0) 0%, rgb(32, 32, 32) 49%, rgb(64,64,64) 50%, rgb(164,164,164) 100%);
	background: -webkit-linear-gradient(bottom, rgb(0,0,0) 0%, rgb(32, 32, 32) 49%, rgb(64,64,64) 50%, rgb(164,164,164) 100%);
}

#navigation ul {
	margin: 0;
	margin-top: 3px;
	padding: 0;
	list-style: none;
}

#navigation li {
	display: inline;
	margin: 0;
	padding: 0 40px 0 25px;
	font-size: 110%;
	text-shadow: 0px -2px -4px #2f2f2f;
}

#navigation li a {
	font-size: 120%;
	color: #dfdfdf;
	text-decoration: none;
}

#navigation li a:hover {
	font-size: 120%;
	color: #fff;
}


/* ========================= */
/* = Footer     = */
/* ========================= */

#footer {
	height: 32px;

	background:#404040;
	background: linear-gradient(bottom, rgb(24,24,24) 0%, rgb(32, 32, 32) 49%, rgb(64,64,64) 50%, rgb(164,164,164) 100%);
	background: -o-linear-gradient(bottom, rgb(24,24,24) 0%, rgb(32, 32, 32) 49%, rgb(64,64,64) 50%, rgb(164,164,164) 100%);
	background: -moz-linear-gradient(bottom, rgb(24,24,24) 0%, rgb(32, 32, 32) 49%, rgb(64,64,64) 50%, rgb(164,164,164) 100%);
	background: -ms-linear-gradient(bottom, rgb(24,24,24) 0%, rgb(32, 32, 32) 49%, rgb(64,64,64) 50%, rgb(164,164,164) 100%);
	background: -webkit-linear-gradient(bottom, rgb(24,24,24) 0%, rgb(32, 32, 32) 49%, rgb(64,64,64) 50%, rgb(164,164,164) 100%);

	border-top:1px solid #000000;
	font-size:90%;
}

#footer p {
	margin-left: 25px;
	margin-right: 25px;
	margin-top: 6px;
	color: #dfdfdf;
}

#footer a {
	color: #dfdfdf;
	text-decoration: none;
}

#footer a:hover {
	color: #fff;
}


/* ========================= */
/* = Main text/content     = */
/* ========================= */

#page_body {
	margin: 0;
	padding: 0;
	position: relative;
	overflow: hidden;
	background: #fff;
}

#content { /* IE workaround */
	margin:0;
	margin-left: 0px;
	margin-right: 25px;
	margin-top:25px;
	width: 725px;
	max-width: 750px;
	background: #afafaf;
	height:auto;
}

html>body #content {
	margin:0;
	margin-left: 0px;
	margin-right: 25px;
	margin-top:25px;
	width: 725px;
	max-width: 750px;
	background: #afafaf;
	color: #0;
	height: auto;
}


#content a
{
	color: #7f7f7f;
	font-weight: bold;
	font-size: 115%;
}

#content a:hover
{
	color: #000000;
	font-weight: bold;
	font-size: 115%;
}


#content ul {
	margin-bottom:10px;
	margin-left:0px;
	display:block
}

#content li {
	margin-bottom:10px;
}


.img {
	padding: 0;
	text-align: center;
	border-style: none;
}

.img2 {
	padding: 0;
	float: right;
	border-style: none;
}

img {
	padding: 0;
	text-align: center;
	border-style: none;
}


/* ========================== */
/* main page			      */
/* ========================== */

.leftmainsshot {
	border:0px;
	margin-right:15px;
	position:relative;
	top:-11px;
}

.readmore {
	text-align:right;
}

.righticon {
 	border:0px;
	margin-left:15px;
	margin-bottom:15px; 
	position:relative;
	left:8px; 
	text-align:right;
}

.maintable {
}

.maintable td {
	vertical-align:top;
}

.maintable h2 {
	margin:0px;
}

/* ========================= */
/* = Sidebar               = */
/* ========================= */

.sidebartable{
	margin:0px;
	border-collapse:collapse;
}

.sidebartable tr {
	height:40px;
	font-weight:bold;
	margin:0px;
	border: 0px solid black;
	background:#ffffff;
	border-bottom:1px solid #afafaf;
}

.sidebartable tr td {
	padding: 0px 10px;
	border-bottom:1px solid #afafaf;
}
.sidebartable .icontd {
	border-bottom:1px solid #ffffff;
}

.sidebartable tr a {
	color: #7f7f7f;
	text-decoration:none ;
}

.sidebartable tr a:hover {
	color: #000;
}

/* ========================= */
/* = For image enlarge = */
/* ========================= */

#thumbBox{ /*Outermost DIV for thumbnail viewer*/
	position: absolute;
	left: 0;
	top: 0;
	width: auto;
	padding: 10px;
	padding-bottom: 0;
	background: #313131;
	visibility: hidden;
	z-index: 10;
	cursor: hand;
	cursor: pointer;
}

#thumbBox .footerbar{ /*Footer DIV of thumbbox that contains "close" link */
	font: bold 16px Tahoma;
	letter-spacing: 5px;
	line-height: 1.1em;
	color: #FFFFFF;
	padding: 5px 0;
	text-align: right;
}


#thumbBox #thumbImage{ /*DIV within thumbbox that holds the enlarged image */
	background-color: white;
}

#thumbLoading{ /*DIV for showing "loading" status while thumbbox is being generated*/
	position: absolute;
	visibility: hidden;
	border: 1px solid black;
	background-color: #EFEFEF;
	padding: 5px;
	z-index: 5;
}

/* ========================= */
/* = FAQ                   = */
/* ========================= */

.question {
	margin-top:10px;
	margin-bottom:10px;	
	font-size:110%;
	margin-left: 10px;
	margin-right: 10px;
	padding: 0;
	font-weight:bold;
	color: #5f5f5f;
}

.answer {
	margin-top:10px;
	margin-bottom:10px;	
	margin-left: 30px;
	margin-right: 10px;
	padding: 0;
	color: #5f5f5f;
}

/* ========================= */
/* = Manual->Advanced list = */
/* ========================= */

.round {
	border: 1px solid #4F4F4F;
	border-radius: 10px;
	background:#ffffff;
	margin: auto;
	text-align: left;
	width: 240px;
}

.round tr {
	height:44px;
}

.round td {
	border-bottom: 1px solid #A6A8AB; 
	margin: 0px; 
	padding-left:20px;
	width:200px;
	font-size:16px;
}

/* ========================= */
/* = Twitter			   = */
/* ========================= */


.twitter-follow-button{
	padding-right:  25px;
	margin-top:3px;
	float:right;
}

/* ========================= */
/* = Second header         = */
/* ========================= */

#headerb {
	position: relative;
	background: #232323 url("striptitle.png") repeat-x 0px 0px;
}

