body{
	background-image:url(/assets/images/layout/page_bg.png);
	background-repeat:repeat-x;
	background-color:#201E1F;
	margin:0px;
	padding:0px;
	color:#1F1F1F;
	font-family: "Segoe UI", "Lucida Grande", "Lucida Sans", sans-serif;
	font-size:1em;
	text-align:center;
}
a{
	text-decoration:none;
	color:#CE4C1B;
}
a:hover{
	text-decoration:underline;
	color:#CE9C1B;
}
p{
	margin:15px 0px;
	line-height:1.5em;
}
h1,h2,h3,h4,h5{
	font-family: "Myriad Pro", "Segoe UI", "Lucida Grande", "Lucida Sans", sans-serif;	
}
h1{
	font-size:2em;
	color:#515B66;
}
h2{
	font-size:1.8em;
	color:#297CC0;
}
h3{
	font-size:1.4em;
	color:#429120;
}
h4{
	font-size:1.2em;
	color:#374659;
}
h5{
	font-size:1em;
	color:#74798B;
}

strong{
	font-weight:bold;
}
em{
	font-style:italic;
}

#container{
	width:780px;
	margin:0px auto;
	background-image:url(/assets/images/layout/main_bg.png);
	background-position:center;
	background-repeat:repeat-y;
}
#head{
	height:100px;
	background-image:url(/assets/images/layout/head_bg.png);
	background-position:center;
	background-repeat:repeat-y;
}
#head .logo{
	display:none;
}
#menu{
	height:50px;
}
#content{
	width:736px;
	color:#333333;
	text-align:left;
	margin:0px auto;
	padding-top:10px;
	background-color:#FFFFFF;
}
#container .bottom{
	background-image:url(/assets/images/layout/bottom.png);
	background-position:bottom center;
	background-repeat:no-repeat;
	padding-bottom:10px;
}


.columns-even{
	display:table;
	width:736px;
}
.columns-even .left{
	width:363px;
	float:left;
}
.columns-even .right{
	width:363px;
	float:right;
}

.columns-offset{
	display:table;
	width:736px;
}
.columns-offset .left{
	width:500px;
	float:left;
}
.columns-offset .right{
	width:226px;
	float:right;
}

.section{
	padding:7px;
	border:1px solid #CDCED0;
	border-top-width:5px;
	margin-bottom:10px;
}

ul.normal{
	padding-left:20px;
	list-style-image:url(/assets/images/icons/bullet_orange.png);
}
ul.normal li{
	margin-bottom:5px;
}

ul.pdf{
	padding-left:30px;
	list-style-image:url(/assets/images/icons/page_white_acrobat.png);
}
ul.pdf li{
	margin-bottom:5px;
}

.rightblock{
	float:right;
	padding:0px 0px 5px 5px;
	text-align:center;
	margin:10px 0px 5px 5px;
}

ul.submenu li{
	font-weight:bold;
	margin:0px 0px 5px 0px;
}
ul.submenu a{
	background-image:url(/assets/images/subnav_bg.png);
	background-repeat:repeat-x;
	background-position:bottom;
	padding:5px;
	display:block;
	color:#154368;
	margin-bottom:5px;
}
ul.submenu a:hover{
	text-decoration:none;
	color:#1F94E6;
}
ul.submenu .active{
	background-image:url(/assets/images/subnav_bg_active.png);
	background-repeat:repeat-x;
	background-position:bottom;
	padding:5px;
	display:block;
	color:#006600;
}


.cart{
	text-align:right;
}



#foot{
	color:#999999;
	font-size:0.7em;
}

#foot p{
	margin-top:0px;
	line-height:1.8em;
}

#foot .info{
	width:730px;
	margin:30px auto 0px auto;
	text-align:left;
}
#foot .semalogo{
	float:right;
	padding:10px 0px 0px 4px;
}
#foot .about{
	width:230px;
	float:left;
	text-align:justify;
}
#foot .nav1{
	width:210px;
	float:left;
	margin:20px 20px 0px 20px;
}
#foot .nav2{
	width:210px;
	float:left;
	margin:20px 0px 0px 10px;
}

#foot ul li a{
	padding:5px 10px;
	background-color:#282627;
	border-bottom:1px solid #413D40;
	display:block;
	width:200px;
	height:20px;
	margin-bottom:5px;
}
#foot a{
	color:#999999;
}
#foot a:hover{
	color:#FFFFFF;
	text-decoration:none;
}
#foot .bottom{
	background-color:#131112;
	border-top:2px solid #000000;
	padding:10px;
}



/* These are standard sIFR styles... do not modify */

.sIFR-flash {
	visibility: visible !important;
	margin: 0;
}

.sIFR-replaced {
	visibility: visible !important;
}

span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}

/* Hide Adblock Object tab: the text should show up just fine, not poorly with a tab laid over it. */
.sIFR-flash + div[adblocktab=true] {
  display: none !important;
}

/* These "decoy" styles are used to hide the browser text before it is replaced... the negative-letter spacing in this case is used to make the browser text metrics match up with the sIFR text metrics since the sIFR text in this example is so much narrower... your own settings may vary... any weird sizing issues you may run into are usually fixed by tweaking these decoy styles */

.sIFR-hasFlash h1 {
	visibility: hidden;
}

.sIFR-hasFlash h2 {
	visibility: hidden;
	letter-spacing: -9px;
}

.sIFR-hasFlash h3{
	visibility: hidden;
	letter-spacing: -6px;
}

.sIFR-hasFlash h4 {
	visibility: hidden;
	letter-spacing: -5px;
}

.sIFR-hasFlash h5{
	letter-spacing: -4px;
	visibility: hidden;
}