html {
	background: #fffff;
	height:100%;
}

body {
	font: 14px  "Avenir", Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	height:100%;
	min-width: 625px;
}


h2 {
	font: 18px "AvenirNext", "Helvetica", Helvetica, sans-serif;
	font-weight:bold;
	text-transform: uppercase;
}

h3 {
	font: 14px "AvenirNext", "Helvetica", Helvetica, sans-serif;
	font-weight:regular;
	text-transform: uppercase;
}


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;
}

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 #afafaf;
	height: 68px;
	padding-top:7px;
	padding-left:13px;
}

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

#navigation {
	background: #00000f;
	border-bottom: 1px solid #000000;
	margin: 0;
	width: 100%;
	height: 50px;
	font: 12px  "Avenir-Bold", "HelveticaNeue", Helvetica, sans-serif;
	text-align: left;
	text-height:100%;
	line-height: 50px;    
	vertical-align:middle;
}

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

#navigation li {
	display: inline;
	margin: 0px;
	padding-left:50px;
	padding-right:50px;
	text-height:100%;
	vertical-align: middle;
	line-height: normal;    
}

#navigation li a {
	color: #cfcfcf;
	text-decoration: none;
}

#navigation li a:hover {
	color: #fff;
}


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

#footer {
	height: 32px;

	background:#000000;

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

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

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

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


/* ========================= */
/* = 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: #fff;
	height:auto;
}

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


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

#content a:hover
{
	color: #000000;
	font-weight: regular;
	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;
}

.enclosedimage {
	padding: 0;
	text-align: center;
	border-style: none;
	margin:10px;
}

.iconimage
{
	margin:10px;
}

div.manual img {
	padding: 0;
	text-align: center;
	border-style: style:solid #000000; 
}

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

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

div.manual img  {
	padding: 0;
 	border-width: 1px;
	border-style:solid;
	border-color:#afafaf; 
}

div.manual .imgnomargin {
        border: 1px solid #4F4F4F;
        padding: 0;
        margin: 0px;
        margin-top: 0px;
        margin-left: -15px;
        margin-right: -15px;
}


div.manual .imgnoborder {
        border: 0px solid #4F4F4F;
        padding: 0;
        margin: 0px;
        margin-top: 0px;
}


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

.leftmainsshot {
	border:0px;
	margin-left:25px;
	position:relative;
	top:0px;
}

.readmore {
	text-align:right;
}

.righticon {
 	border:0px;
	margin-left:10px;
	margin-right:25px;
	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:regular;
	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;
	text-align:center;
}

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

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

.clientapps td 
{
	padding-left: 15px;
	padding-right: 15px;
} 

/* ========================= */
/* = 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:regular;
	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;
	height: 150px;
}

