/* Global Defaults
=====================================================================*/

* {
    outline: none;
}
    button::-moz-focus-inner,
    input[type="reset"]::-moz-focus-inner,
    input[type="button"]::-moz-focus-inner,
    input[type="submit"]::-moz-focus-inner,
    input[type="file"] > input[type="button"]::-moz-focus-inner {
    border: none;
}

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,table,tr,th,td,embed,object {
	margin: 0;
	padding: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

fieldset,img,abbr {
	border: 0;
}

caption,th {
	text-align: left;
}

a,a:link,a:visited,a:hover {
	color: #006091;
	text-decoration: none;
}

a:focus,a:hover {
	text-decoration: underline;
}

a img {
	border: 0;
}

:focus {
	outline: 0;
}

.clear {
	clear: both;
}

.clear_footer {
	display: block;
}

/* Global Elements
=====================================================================*/

html, body {
	height: 100%;
}

body {
	background: #fff url(../../images/background.png) repeat-x;
	line-height: 130%;
	font: 13px arial, verdana, serif;
}

.aspDotNetForm
{
    margin-bottom:1px;
    min-height:100%;
}

.replace {
	position: relative;
	margin: 0;
	padding: 0;
	/*
	overflow: hidden;
    */
}

.replace span {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

.skiplink {
	display: none;
}

/* Start CSS Coding
=====================================================================*/

#header {
	width: 972px;
	height: auto;
	position: relative;
	z-index: 280;
}

#meta_login {
	position: absolute;
	bottom: 0px;
	right: 0px;
	font-size: 11px;
	width: auto;
	float: right;
	top: 18px;
	height: 40px;
}

#logo {
	font-size: 1.2em;
	position: relative;
	overflow: hidden;
	display: inline;
	/* text-indent:-5000px;*/
	float: left;
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 0;
	top: 9px;
}

#logo span {
	background: none no-repeat;
	position: absolute;
	width: 100%;
	height: 100%;
	cursor: pointer;
	top: 10px;
	right: 10px;
}

.navSearchBar {
	font-size: 13px;
	font-weight: bold;
	color: white;
}

#headerright {
	width: 724px;
	height: auto;
	float: right;
}

#placemainmenu {
    height:35px;
    margin:36px 0 0;
    width:724px;
}

#mainmenu {
	width: 719px;
	height: 35px;
	position: relative;
	padding: 0;
}

#mainmenu li {
	float: left;
	display: inline;
	margin: 5px 0 0;
}

#mainmenu li.last {
	background: none;
}

#mainmenu li a, #mainmenu li a:link, #mainmenu li a:visited {
float:left; background:url(../images/tp_inactivbg.jpg) no-repeat;
 width:104px; height:19px; 
 padding:13px 0 0 0px; text-align:center; 
 font:bold 11px Arial, Helvetica, sans-serif; 
 color:#B8B8B4; text-decoration:none;
}

#placemainmenu #mainmenu li:hover a {
float:left; background:url(../images/tp_activbg.jpg) no-repeat; 
width:104px; height:19px; padding:13px 0 0 0px; text-align:center; 
font:bold 11px Arial, Helvetica, sans-serif; color:#282C2C; 
text-decoration:none;
}

/* Start CSS POPUP Menu
=====================================================================*/

#placemainmenu ul ul {
	position: absolute;
	z-index: 500;
	display: none;
	width: 724px;
	height: 30px;
	margin: 31px 0 0 0;
	left: 0;
}

#placemainmenu ul li ul li {
	display: inline;
	height: 31px;
	float: left;
	background: none;
	margin: 0 3px 0 0;
}

#placemainmenu #mainmenu li:hover ul li a, #placemainmenu #mainmenu li:hover ul li a:link, #placemainmenu #mainmenu li:hover ul li a:visited {
	color: #fff;
	font-size: 1.2em;
	display: inline;
	float: left;
	height: 18px;
	padding: 4px 20px 0 20px;
	text-transform: none;
	background: none;
	color: #9b9b9b;
	border: none;
	margin: 3px 0 0 0;
}

#placemainmenu #mainmenu li:hover ul li a:hover, #placemainmenu #mainmenu li ul li a:hover {
	text-decoration: none;
	color: #3f3f3f;
	background: #d4d4d4;
}

div#placemainmenu li:hover ul ul,
div#placemainmenu li li:hover ul ul {
	display: none;
}

div#placemainmenu li:hover ul,
div#placemainmenu li li:hover ul {
	display: block;
}

/* End CSS Drop Down Menu */

#intro {
	width: 980px;
	height: 225px;
	position: relative;
}

#intro h1 {
	font-size: 3.4em;
	color: #fff;
	width: 585px;
	font-family: "Myriad Pro", arial, serif;
	font-weight: lighter;
	padding: 20px 0 0 20px;
}

#intro h1 span {
	font-weight: bold;
}

#intro p {
	font-size: 1.6em;
	line-height: 1.6em;
	color: #fff;
	width: 585px;
	padding: 10px 0 10px 20px;
}

#placemonitor {
	width: 324px;
	height: 326px;
	position: absolute;
	background: url(../../images/monitor.png) no-repeat;
	top: 5px;
	right: 0;
}

#placeimages {
	width: 324px;
	height: 326px;
	position: relative;
}

#placeimages img {
	margin: 16px 0 0 16px;
}

#monitorlight {
	width: 291px;
	height: 190px;
	position: absolute;
	background: url(../../images/monitor_light.png) no-repeat;
	top: 16px;
	left: 16px;
	z-index: 100;
}

#submenu {
	width: 184px;
	height: 52px;
	position: relative;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	top: -14px;
}

#submenu li {
	display: inline;
	float: left;
	height: 41px;
	margin: 0 3px 0 0;
	position: relative;
}

#submenu li a, #submenu li a:link, #submenu li a:visited {
	display: inline;
	float: left;
	height: 41px;
	background: url(../../images/submenu_right.png) no-repeat 100% 0;
	color: #fff;
	font-weight: bold;
	font-size: 1.2em;
}

#submenu li a span, #submenu li a:link span, #submenu li a:visited span {
	display: inline;
	float: left;
	height: 29px;
	padding: 14px 46px 0 23px;
	background: url(../../images/submenu_left.png) no-repeat 100% 0;
	cursor: pointer;
}

#submenu li:hover a {
	background-position: 0 -41px;
	text-decoration: none;
}

#submenu li:hover a span {
	background-position: 100% -41px;
}

/* Animated Popup
=====================================================================*/

#submenu li div {
	font-size: 1.2em;
	background: url(../../images/popup.png) no-repeat;
	width: 170px;
	height: 122px;
	position: absolute;
	top: -120px;
	left: -30px;
	text-align: left;
	font-style: normal;
	font-size: 1.1em;
	z-index: 2;
	display: none;
	padding: 15px 13px;
}

#submenu li div h3 {
	width: 170px;
	height: 22px;
	background: #fff;
	border-bottom: 1px solid #a9a9a9;
	text-align: center;
	font-size: 1.2em;
	padding: 7px 0 0 0;
	font-weight: lighter;
}

#submenu li div h3 span {
	font-weight: bold;
}

#listdownload, #listtrial, #listhistory {
	width: 170px;
}

#submenu li div #listdownload li {
	width: 170px;
	height: 27px;
	background: url(../../images/seppopup.gif) repeat-x 0 100%;
}

#submenu li div #listdownload li.last {
	background: none;
}

#submenu li div #listdownload li a, #submenu li div #listdownload li a:link, #submenu li div #listdownload li a:visited {
	width: 132px;
	height: 21px;
	display: block;
	margin: 0;
	padding: 0;
	background: none;
	font-size: 1.1em;
	color: #245067;
	text-transform: none;
	font-weight: lighter;
	padding: 6px 8px 0 30px;
	background: url(../../images/icon_download.png) no-repeat 5px 4px;
}

#submenu li div #listdownload li a:hover {
	text-decoration: underline;
}

#submenu li div #listtrial li, #submenu li div #listhistory li {
	width: 154px;
	height: 20px;
	font-size: 1.2em;
	padding: 6px 8px 0 8px;
	background: url(../../images/seppopup.gif) repeat-x 0 100%;
}

#submenu li div #listtrial li strong, #submenu li div #listhistory li strong {
	float: left;
}

#submenu li div #listtrial li span, #submenu li div #listhistory li span {
	float: right;
}

#submenu li div a, #submenu li div a:link, #submenu li div a:visited {
	width: 132px;
	height: 21px;
	display: block;
	margin: 0;
	padding: 0;
	background: none;
	font-size: 1.1em;
	color: #245067;
	text-transform: none;
	font-weight: lighter;
	padding: 6px 8px 0 30px;
	background: url(../../images/icon_download.png) no-repeat 5px 4px;
}

#submenu li div a:hover {
	text-decoration: underline;
}

#submenu li div #listhistory li.last {
	background: none;
}

#submenu li div #listhistory a, #submenu li div #listhistory a:link, #submenu li div #listhistory a:visited {
	width: 153px;
	height: 21px;
	display: block;
	margin: 0;
	padding: 0;
	background: none;
	color: #245067;
	text-transform: none;
	font-weight: lighter;
	padding: 3px 8px 0 0;
	font-size: 0.9em;
	text-align: right;
}

#submenu li div h4.price {
	width: 170px;
	height: 48px;
	text-align: center;
	font-size: 3.0em;
	color: #3a6502;
	background: url(../../images/seppopup.gif) repeat-x 0 100%;
	padding: 9px 0 0 0;
}

#submenu li div a.linkbuynow {
	text-align: right;
	background: none;
}

#content {
	width: 980px;
	margin-top: 1px;
	/*float:left;*/
}

#placetabs {
	width: 645px;
	background: url(../../images/back_contenttabs.png) repeat-y;
}

#menutabs {
	width: 645px;
	height: 39px;
	background: url(../../images/back_tabs.png) no-repeat;
}

#menutabs li {
	height: 36px;
	float: left;
	display: inline;
}

#menutabs li a, #menutabs li a:link, #menutabs li a:visited {
	height: 36px;
	float: left;
	display: inline;
	background: url(../../images/tabs_left.png) no-repeat;
	font-size: 1.2em;
	color: #727272;
	font-weight: bold;
}

#menutabs .ui-tabs-selected a, #menutabs .ui-tabs-selected a:link, #menutabs .ui-tabs-selected a:visited {
	background-position: 0 -36px;
	color: #276c98;
	text-decoration: none;
}

#menutabs .ui-tabs-selected a:hover {
	text-decoration: none;
}

.ui-tabs-hide {
	display: none;
}

#menutabs li a span, #menutabs li a:link span, #menutabs li a:visited span {
	height: 27px;
	float: left;
	display: inline;
	background: url(../../images/tabs_right.png) no-repeat 100% 0;
	padding: 9px 25px 0 25px;
	cursor: pointer;
}

#menutabs li.last a span, #menutabs li.last a:link span, #menutabs li.last a:visited span {
	background: url(../../images/tabs_rightlast.png) no-repeat 100% 0;
}

#menutabs li.ui-tabs-selected a span, #menutabs li.ui-tabs-selected a:link span, #menutabs li.ui-tabs-selected a:visited span {
	background-position: 100% -36px;
}

.tabscontent {
	width: 611px;
	padding: 22px 15px 15px 15px;
	background: #fff;
	margin: 0 0 0 1px;
}

.tabscontent h2 {
	padding: 7px 0 0 43px;
	font-size: 1.4em;
	height: 25px;
}

.tabscontent p {
	font-size: 1.2em;
	padding: 0 23px 10px 43px;
	line-height: 1.6em;
}

.iconpallete {
	background: url(../../images/icon_pallete.png) no-repeat;
}

.iconrules {
	background: url(../../images/icon_rules.png) no-repeat;
}

.iconprinter {
	background: url(../../images/icon_printer.png) no-repeat;
}

.icondollar {
	background: url(../../images/icon_dollar.png) no-repeat;
}

.iconreview {
	background: url(../../images/icon_review.png) no-repeat;
}

.iconhardware {
	background: url(../../images/icon_hardware.png) no-repeat;
}

.listfeature {
	padding: 0 23px 10px 43px;
}

.listfeature li {
	background: url(../../images/bullet1.png) no-repeat;
	font-size: 1.2em;
	padding: 0 0 0 25px;
	margin: 4px 0;
	line-height: 1.6em;
}

.listfeature li h3 {
	font-size: 1.1em;
	float: left;
}

.listfeature li h3 span {
	color: #3a6b05;
}

.linkpurchase, .linkpurchase:link, .linkpurchase:visited {
	background: transparent url(../../images/but_purchase.png) no-repeat scroll 0 0;
	color: #FFFFFF;
	float: right;
	font-size: 1.2em;
	font-weight: bold;
	height: 23px;
	padding: 5px 0 0;
	text-align: center;
	text-transform: uppercase;
	width: 101px;
	margin-bottom: 0;
	margin-left: 5px;
	margin-right: 0;
}

.tabscontent .listfeature li p {
	padding: 0 13px 10px 0;
	line-height: 1.6em;
	font-size: 1.0em;
	width: 500px;
	clear: both;
}

.listreview {
	width: 550px;
	margin: 0 0 0 44px;
}

.listreview li {
	width: 550px;
	background: url(../../images/sepcontent.gif) repeat-x 0 100%;
	padding: 0 0 10px 0;
}

.listreview li h3 {
	font-size: 1.2em;
	float: left;
	margin: 10px 0 0 0;
}

.star0 {
	width: 84px;
	height: 15px;
	font-size: 1.2em;
	position: relative;
	overflow: hidden;
	display: inline;
	float: left;
	margin: 10px 0 0 10px;
}

.star0 span {
	background: url(../../images/star00.png) no-repeat;
	position: absolute;
	width: 100%;
	height: 100%;
}

.star1 {
	width: 84px;
	height: 15px;
	font-size: 1.2em;
	position: relative;
	overflow: hidden;
	display: inline;
	float: left;
	margin: 10px 0 0 10px;
}

.star1 span {
	background: url(../../images/star10.png) no-repeat;
	position: absolute;
	width: 100%;
	height: 100%;
}

.star2 {
	width: 84px;
	height: 15px;
	font-size: 1.2em;
	position: relative;
	overflow: hidden;
	display: inline;
	float: left;
	margin: 10px 0 0 10px;
}

.star2 span {
	background: url(../../images/star20.png) no-repeat;
	position: absolute;
	width: 100%;
	height: 100%;
}

.star3 {
	width: 84px;
	height: 15px;
	font-size: 1.2em;
	position: relative;
	overflow: hidden;
	display: inline;
	float: left;
	margin: 10px 0 0 10px;
}

.star3 span {
	background: url(../../images/star30.png) no-repeat;
	position: absolute;
	width: 100%;
	height: 100%;
}

.star4 {
	width: 84px;
	height: 15px;
	font-size: 1.2em;
	position: relative;
	overflow: hidden;
	display: inline;
	float: left;
	margin: 10px 0 0 10px;
}

.star4 span {
	background: url(../../images/star40.png) no-repeat;
	position: absolute;
	width: 100%;
	height: 100%;
}

.star5 {
	width: 84px;
	height: 15px;
	font-size: 1.2em;
	position: relative;
	overflow: hidden;
	display: inline;
	float: left;
	margin: 10px 0 0 10px;
}

.star5 span {
	background: url(../../images/star50.png) no-repeat;
	position: absolute;
	width: 100%;
	height: 100%;
}

.tabscontent .listreview li p {
	padding: 5px 0;
	line-height: 1.6em;
	width: 550px;
	clear: both;
	color: #555;
	font-style: italic;
}

.tabscontent .listreview li p span {
	color: #000;
	font-style: normal;
}

.tabscontent .listreview li p a {
	font-style: normal;
}

.listscreenshot {
	width: 565px;
	margin: 0 0 15px 31px;
}

.listscreenshot li {
	display: inline;
	float: left;
	height: 90px;
	margin: 0 21px 20px 0;
}

.listscreenshot li a, .listscreenshot li a:link, .listscreenshot li a:visited {
	width: 116px;
	height: 86px;
	border: 1px solid #d3d3d3;
	display: block;
	padding: 2px 0 0 2px;
}

.titlescreenshot {
	font-size: 1.4em;
	padding: 0 0 10px 31px;
	clear: both;
}

/* Lightbox
=====================================================================*/

#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
}

#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}

#jquery-lightbox a img {
	border: none;
}

#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}

#lightbox-container-image {
	padding: 10px;
}

#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}

#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}

#lightbox-container-image-box > #lightbox-nav {
	left: 0;
}

#lightbox-nav a {
	outline: none;
}

#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	display: block;
}

#lightbox-nav-btnPrev {
	left: 0;
	float: left;
}

#lightbox-nav-btnNext {
	right: 0;
	float: right;
}

#lightbox-container-image-data-box {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0 10px 0;
}

#lightbox-container-image-data {
	padding: 0 10px;
	color: #666;
}

#lightbox-container-image-data #lightbox-image-details {
	width: 70%;
	float: left;
	text-align: left;
}

#lightbox-image-details-caption {
	font-weight: bold;
}

#lightbox-image-details-currentNumber {
	display: block;
	clear: left;
	padding-bottom: 1.0em;
}

#lightbox-secNav-btnClose {
	width: 66px;
	float: right;
	padding-bottom: 0.7em;
}

/*
=====================================================================*/

#tabsbottom, .innercontentbottom {
	width: 645px;
	height: 24px;
	font-size: 0

;
/*background:url(../../images/back_contentbottom.png) no-repeat;*/
}

#nav {
	width: 181px;
	display: inline;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	margin: -40px 12px 0 0;
}

.placebanner {
	width: 181px;
	height: 189px;
	margin: 0 0 20px 0;
}

#nav h3 {
	width: 185px;
	height: 25px;
	background: url(../../images/title_nav.png) no-repeat;
	font-size: 1.4em;
	color: #5a5a5a;
	font-weight: lighter;
	padding: 7px 0 0 10px;
}

.boxnav {
background:transparent url(../../images/box_nav.png) no-repeat scroll 0 100%;
float:left;
margin: -27px 0 11px -1px;
padding:0 11px 11px 11px;
position:absolute;
top: 135px;
width:159px;
z-index:1000;
}

*:first-child+html .boxnav 
{
    padding:0px 11px 11px;
}


.listnav {
	width: 158px;
}

.listnav li {
	width: 158px;
	border-bottom: 1px solid #d0d0d0;
	padding: 3px 0;
}

.listnav li a, .listnav li a:link, .listnav li a:visited {
	font-size: 1.2em;
}

.listnav li.last {
	border: none;
}

.linksupport {
	background: url(../../images/1263370495_arrow.png) no-repeat 5px 0;
	padding: 0 0 2px 30px;
	display: block;
}

.linkphone {
	background: url(../../images/1263370495_arrow.png) no-repeat 5px 0;
	padding: 0 0 2px 30px;
	display: block;
}

.linkfaq {
	background: url(../../images/icon_help.png) no-repeat 5px 0;
	padding: 0 0 2px 30px;
	display: block;
}

.linkmail {
	background: url(../../images/1263370495_arrow.png) no-repeat 5px 0;
	padding: 0 0 2px 30px;
	display: block;
}

/* @group personalmenue */

#meta_login2 {
	-moz-background-clip: border;
	-moz-background-inline-policy: continuous;
	-moz-background-origin: padding;
	/*background: transparent url(../../images/callus_bg.png) no-repeat scroll 0 0;*/
	display:none;
	color: #FFFFFF;
	float: right;
	font-size: 14px;
	padding: 10px 0 15px;
	text-align: center;
	width: 245px;
	left: 731px;
	position: absolute;
}

#meta_login2 a:link {
	color: white;
}

div.centerbanner {
/*	background: transparent url(../../images/banner_lowerbg.gif) no-repeat scroll 0 100%;
	height: 313px;
*/
	float: left;	
	margin: 0 0 88px;
	padding-left: 0;
	width: 550px;
}

.steps_hompage {
	/*width: 495px;*/
}
.sub_steps_hompage {
	
	}

.steps_hompage h2 {
	font-size:14px;
		padding-top:10px;
		color:#2F2C2C;
}

.steps_hompage h3 {
	font-size:13px;
	padding-top:10px;
	color:#DF830D;
}

.steps_hompage p {
	font-size: 12px;
}

a.more {
background:url("../../images/1_unipicture/bg-readmore.png?1266342737") no-repeat scroll left 0 transparent;
font-size:14px;
font-weight:bold;
padding-bottom:0;
padding-left:18px;
float:right;
}
a.more:hover  {
background:url("../../images/1_unipicture/bg-readmore.png?1266342737") no-repeat scroll left -16px transparent;
}

div.nav_personal {	
    height:16px;
    left:580px;
    margin:0;    
    position:absolute;
    top:10px;
    width:395px;
    z-index:1200;/*to be higher than masterPageSearchButton 1100*/
}

div.nav_personal  ul {
	float: right;
	width: auto;
	/*padding: 0 0 41px 0;*/
	margin: 0;
}

div.nav_personal  ul li {
	float: left;
	width: auto;
	padding: 0 7px 0 4px;
	margin: 0 0 0 0;
	font: normal 12px/12px Arial, Helvetica, sans-serif;
	color: #b7b8b8;
	background-color: inherit;
	position: relative;
	display: block;
}

div.nav_personal ul li.last {
	padding: 0 0 0 11px;
}

div.nav ul li a {
	font: normal 12px/12px Arial, Helvetica, sans-serif;
	color: #ffffff;
	background-color: inherit;
	text-decoration: none;
	display: block;
	width: auto;
}

div.nav_personal ul li a:hover, div.nav_personal ul li a.active {
	color: #abacac;
	background-color: inherit;
	text-decoration: none;
}

div.nav_personal ul li em {

	width: 136px;
	height: 38px;
	position: absolute;
	top: -60px;
	left: -50px;
	text-align: center;
	/*padding: 10px 12px 10px;*/
	z-index: 2;
	display: none;
	color: #000;
	background-color: inherit;
	font: normal 10px/12px "Century Gothic", Arial, Helvetica, sans-serif;
}

/* @end */

#navShopAllButton .text {
	display: block;
	padding: 13px 0 0 8px;
	width: 172px;
}

navbarCS...7951_.css (Zeile 1481)
.navButton .text {
	font-family: Arial,sans-serif;
	font-size: 12px;
	font-weight: bold;
}

.banner {
	float: left;
	width: 181px;
	position: relative;
	top: 344px;
}

.banner h3 {
	
}

.arrow {
	height: 16px;
	left: 156px;
	position: absolute;
	top: 11px;
	width: 16px;
	z-index: 100;
}

.banner_big {
	height: 35px;
	margin-left: -180px;
	width: 688px;
	margin-top: 16px;
}

.banner_smal {
	float: left;

}


.banner_smal02 {
	float: left;
}
#infotext {
	margin-top: 13px;
	padding-left: 0;
	right: 677px;
	width: 552px;
}

#infotext h1 {
	font-family: arial;
	color:#E25600;
    font-size:24px;
    letter-spacing:-2px;
	padding: 10px 0 12px 0;
}

#infotext {
	background: transparent url(../../images/bg_infotext.png) no-repeat scroll 0px -1px;
}

#infotext h1 strong {
	/*color: #ff9000;*/
}

/* News Page
=====================================================================*/

.titlemain {
	width: 630px;
	height: 24px;
	background: url(../../images/title_main.png) no-repeat;
	font-size: 1.4em;
	color: #5a5a5a;
	padding: 7px 0 0 15px;
}

.innercontent {
	width: 500px;
	background-color: white;
	margin-top: 26px;
	margin-left: 199px;
}

#listnews {
	width: 500px;
}

#listnews li {
	background: none;
	padding: 0;
	margin: 0 0 15px 0;
}

#listnews li h2 {
	font-size: 1.8em;
	padding: 0;
	margin: 0;
}

.imgnews {
	float: left;
	padding: 11px;
	background: url(../../images/frames_news.png) no-repeat;
	margin: 11px 11px 0 0;
}

#listnews li p {
	font-size: 1.0em;
	line-height: 1.6em;
	margin: 10px 0;
	padding: 0;
}

#listnews .listnewsmenu {
	width: 613px;
	height: 21px;
	background: url(../../images/back_menunews.png) repeat-x;
	padding: 8px 0 0 0;
}

#listnews .listnewsmenu li {
	float: left;
	height: 15px;
	display: inline;
	background: url(../../images/sepnews.png) no-repeat 100% 2px;
	color: #535353;
	padding: 0 10px;
	font-size: 0.9em;
	margin: 0;
}

#listnews .listnewsmenu li.last {
	background: none;
}

#listpages {
	height: 23px;
}

#listpages li {
	margin: 0 2px 0 0;
	height: 23px;
	float: left;
	font-size: 1.1em;
	display: inline;
	background: none;
	padding: 0;
}

#listpages li.unclick {
	margin: 0 2px 0 0;
	height: 18px;
	border: 1px solid #d0d0d0;
	color: #d0d0d0;
	padding: 3px 8px 0 8px;
}

#listpages li.dotted {
	height: 18px;
	font-size: 1.1em;
	padding: 5px 5px 0 5px;
}

#listpages li a, #listpages li a:link, #listpages li a:visited {
	padding: 3px 8px 0 8px;
	height: 18px;
	display: inline;
	float: left;
	border: 1px solid #006091;
	color: #006091;
}

#listpages li a.active, #listpages li a.active:link, #listpages li a.active:visited {
	background: #006091;
	border: 1px solid #006091;
	color: #fff;
}

#listpages li a:hover {
	border: 1px solid #000;
	color: #000;
	text-decoration: none;
}

.innercontentbottom {
	float: left;
	margin: 0 0 20px 186px;
	position: absolute;
	top: 450px;
}

table.actives img {
    max-height:60px;
    max-width:73px;
}

.actives {
	/*margin-left: 13px;*/
}

.actives h5 {
	font-size: 12px;
	font-weight: bold;
}

.actives h4 {	
	font-weight: bold;
	color:#E25600;
    font-size:14px;
    letter-spacing:-1px;
}

.actives a
{
    font-size:13px;
    letter-spacing:-1px;
}

/* About Us Page
=====================================================================*/

.innercontent p {
	font-size: 1.2em;
	line-height: 1.6em;
	padding: 7px 0;
}

.imgright {
	float: right;
	margin: 10px 0 5px 10px;
	padding: 3px;
	border: 1px solid #d0d0d0;
}

.imgleft {
	float: left;
	margin: 10px 10px 5px 0;
	padding: 3px;
	border: 1px solid #d0d0d0;
}

.imgright_logo {	
	/*margin: 9px 0 5px 5px;*/
	margin-top: -3px;
	padding: 3px;

}

.imgleft_logo {
	float: left;
	/*margin: 10px 10px 5px 0;*/
	padding: 3px;	
}

.innercontent h2 {
	font-size: 1.3em;
	padding: 9px 0 7px 0;
}

.innercontent ul {
	padding: 5px 0;
}

.innercontent li {
	font-size: 1.2em;
	margin: 5px 0;
	background: url(../../images/bullet2.png) no-repeat 14px 5px;
	padding: 0 0 0 28px;
}

.textquote {
	font-size: 1.2em;
	color: #515151;
	font-style: italic;
	line-height: 1.6em;
}

.textname {
	font-size: 1.2em;
	text-align: right;
	padding: 5px 0 0 0;
}

/* FAQ Page
=====================================================================*/

#listfaq li {
	background: url(../../images/bullet1.png) no-repeat;
	font-size: 1.2em;
	padding: 0 0 0 25px;
	margin: 8px 0;
	line-height: 1.6em;
}

#listfaq li h2 {
	padding: 0;
}

#listfaq li div {
	margin: 5px 0 0 0;
	display: none;
}

/* Screenshot Page
=====================================================================*/

.listscr {
	padding: 0 0 5px 0;
}

.listscr li {
	display: inline;
	float: left;
	width: 132px;
	height: 102px;
	margin: 0 7px 7px 0;
	padding: 0;
	background: none;
}

.listscr li a, .listscr li a:link, .listscr li a:visited {
	display: inline;
	float: left;
	width: 123px;
	height: 93px;
	background: url(../../images/frames_scr.png) no-repeat;
	padding: 9px 0 0 9px;
}

.listscr li a:hover {
	background-position: 0 -102px;
}

/* Contact Us
=====================================================================*/

.errordiv {
	display: block;
	border: 1px solid #f2a9a9;
	padding: 5px;
	color: #f00;
	font-size: 1.1em;
	margin: 8px 0 0 0;
}

.correctdiv {
	display: block;
	border: 1px solid #b6e47a;
	padding: 5px;
	color: #629c17;
	font-size: 1.1em;
	margin: 8px 0 0 0;
	background: #d7fca8;
}

#frmcontact {
	padding: 20px 0 30px 0;
}

#frmcontact label {
	float: left;
	font-size: 1.2em;
	width: 150px;
	padding: 3px 0 0 16px;
	margin: 10px 0 0 0;
	font-weight: bold;
}

#frmcontact span {
	color: #a50e0e;
	font-size: 1.2em;
	font-weight: bold;
}

#frmcontact br {
	clear: left;
}

.textboxcontact {
	width: 390px;
	height: 22px;
	border: 1px solid #777;
	padding: 3px 5px 0 5px;
	margin: 10px 0 0 0;
}

.textareacontact {
	width: 390px;
	height: 150px;
	border: 1px solid #777;
	font-family: Arial, verdana,serif;
	font-size: 1.2em;
	padding: 5px;
	margin: 10px 0 0 0;
}

.submitcontact {
	width: 166px;
	height: 25px;
	margin: 10px 0 0 0;
	font-weight: bold;
	text-transform: uppercase;
	background: #3a82be;
	border: none;
	color: #fff;
	font-family: Arial, verdana,serif;
	font-size: 1.2em;
	cursor: pointer;
}

/* No Slide Page
=====================================================================*/

body#noslide {
	background: #fff url(../../images/background2.png) repeat-x;
}

body#noslide #maincontent {
	margin: 20px 0 0 0;
}

body#noslide #nav {
left:-134px;
padding-bottom:0;
padding-left:0;
padding-right:0;
position:relative;
top:43px;
}

img.shadow {
	background: url(../../images/shadow-1000x1000.gif) no-repeat right bottom;
	padding: 5px 10px 10px 5px;
}

#clients_wrap {
	width: 855px;
	height: 53px;
	margin: 30px auto;
	padding-left: 105px;
	background: top left no-repeat url('../../images/clients_label.jpg');
}

#clients_wrap ul#clients li img {
	margin: 0px 10px;
}

#introswf {
	padding: 0;
	margin: 0;
	border: none;
	z-index: -2;
}

#container {
	width: 982px;
	margin: 0 auto;
}

/* styles for 3 equal columns */

#content .column-3 {
	float: left;
	width: 310px;
	margin-left: 15px;
}

/* styles for standard 3 columns */

#content .column-3-left {
	float: left;
	width: 180px;
	margin-top: -77px;
}

#content .column-3-left .box-content2 .navigation_list{
border:1px solid #D5D5D5;
width:168px;
}

#content .column-3-left .box-content2 .navigation_list h3{
    padding:5px 5px 0;
}
#content .column-3-left .box-content2 .navigation_list ul{
   

}
#content .column-3-left .box-content2 .navigation_list li{
    list-style-type:none;
    padding:6px 10px;
    border-bottom:1px solid #D5D5D5;
    margin:0 10px 0 10px;
    
}

#content .column-3-left .box-content2 .navigation_list li:hover{
background-color:#D5D5D5;

}

#content .column-3-left .box-content2 .navigation_list a:hover
{
   text-decoration:none;
}

#content .column-3-left .box-content2 .navigation_list a
{
    display:block;
    border:none;
}

#content .column-3-left .box-content2 .navigation_list li.last{
    border:none;
}






#content .column-3-center {
	float: left;
	width: 570px;
	margin-left: 7px;
	margin-top: -13px;
}

#content .column-3-right {
	float: left;
	width: 190px;
	
}


#content .column-3-right .box-content2 .navigation_list{
border:1px solid #D5D5D5;

}

#content .column-3-right .box-content2 .navigation_list h3{
    padding:5px 4px 0;
}
#content .column-3-right .box-content2 .navigation_list ul{
   

}
#content .column-3-right .box-content2 .navigation_list li{
    list-style-type:none;
    padding:6px 10px;
    border-bottom:1px solid #D5D5D5;
    margin:0 10px 0 10px;
    
}

#content .column-3-right .box-content2 .navigation_list li:hover{
background-color:#D5D5D5;

}

#content .column-3-right .box-content2 .navigation_list a:hover
{
   text-decoration:none;
}

#content .column-3-right .box-content2 .navigation_list a
{
    display:block;
    border:none;
}

#content .column-3-right .box-content2 .navigation_list li.last{
    border:none;
}

#content .column-3-right .box-content2 .banner_icon{
    height:60px;
    width:185px;
    border: 1px solid #D1D1D1;
    padding:2px;
}

#content .column-3-right .box-content2 .banner_icon img
{
    width:184px;
    
    }



.padding-10-bottom {
	
}

.box {
	width: 100%;
	margin-top: 15px;
	float: left;
	color:#5B5B5B;
}

.box07 p {
	font-size: 13px;
}

.box07 h4 {
	font-size: 14px;
}

.box-content07 {
	background: url(../../images/rightside.gif) repeat-y right top;
	width: 100%;
	float: left;
}

.box-content2 {
	
	width: 100%;
	float: left;
}

#content .box07 {
	background: url("../../images/box_bg.png") no-repeat top left;
	float: left;
	margin-right: 10px;
	padding: 20px 20px 0 20px;
	width: 116px;
	height: 285px
}

#content .box.last {
	margin-right: 0;
}

#content .box .boxBottom {
	height: 28px;
	margin: 0 -20px 0 -20px;
	padding: 4px 0 0 35px;
}

img.left {
	float: left;
	margin: 0 10px 5px 0;
}

#content .box .boxBottom a {
	color: #414040;
	font-size: 11px;
}

#frontpageLight {
	display: block;
	padding-bottom: 20px;
	position: relative;
	width: 957px;
	/*float:left; WTF? This line killed the whole uni profile! */
}

#content .contentboxBig-top, #content .contentboxBig-center, #content .contentboxBig-bottom {
	width: 980px;
	overflow: hidden;
}

#content .contentboxBig-center {
	background: url(../../images/bg_content-big_b.gif) 0 0 repeat-y;
}

#content .contentboxBig-center .contentboxBig-center_body {
	width: 960px;
	margin: 0 0 0 8px;
	overflow: hidden;
	position: relative;
}

#content .contentboxBig-bottom {
	height: 15px;
	background: url(../../images/bg_content-big_c.gif) 0 0 no-repeat;
}

/*  ~~~~~~~~~~~~~~~~~~~~~~~ pagewrapper - BEGIN */

#pagewrapper {
	width: 980px;
	margin: 0 auto 0 auto;
	text-align: left;
}

/*  ~~~~~~~~~~~~~~~~~~~~~~~ pagewrapper - END */

#footer .teaserBox h3 {
	font-size: 1em;
}

#footer.footer-height-2 .teaserBox {
	height: 64px !important;
	padding: 10px 10px !important;
	width: 265px !important
}

#footer a:hover, #footer a:focus {
	color: #006091;
}

#footer .teaserBox h3 {
	color: #981e33;
	margin: 0 !important;
}

#footer .newsletter p {
	padding: 3px 0 !important;
}

#footer .newsletter input {
	color: #555 !important;
	margin-left: 0 !important;
	width: 150px !important;
}

#footer .newsletter .submitbutton {
	color: #fff !important;
	cursor: pointer;
	font-size: .91em !important;
	font-weight: normal !important;
	width: 78px !important;
}

#footer .features {
	padding-left: 22px;
	text-align: left;
}

#footer .features li a {
	background: transparent url('../../images/feat_money.gif') left 50% no-repeat;
	color: #666666;
	display: block;
	font-weight: bold;
	padding: 3px 5px 3px 35px;
}

#footer .features li.delivery a {
	background-image: url('../../img/feat_delivery.gif');
	background-position: left 80% !important;
}

#footer .features li.charge a {
	background-image: url('../../images/feat_charge.gif');
}

#footer .teaserBox_right {
	padding: 0 !important;
	margin: 0 !important;
}

#footer .teaserBox_right p {
	background: transparent url('../../images/paymethods.png') left bottom no-repeat !important;
	display: block;
	font-weight: bold;
	margin: 0 0 0 -9px !important;
	padding: 0 0 50px 0 !important;
	width: 277px !important;
}

#footer #newsletterbtn {
	background: transparent url('../../images/newsletter_btn.gif') left top no-repeat;
	display: block;
	height: 46px !important;
	right: 30px;
	top: -22px;
	width: 91px !important;
	position: absolute;
	zoom: 1;
}

#footer #newsletterbtn strong {
	display: none;
}

#footer {
	color: #5b5b5b;
	display: block;
	font-size: .95em;
	overflow: hidden;
	margin: 20px 0;
	background:transparent url(../../images/stud_27.gif) repeat-x scroll 50% top;
	width: 972px;
}

#footer .wrap {
	display: block;
	margin: -16px 0 0 -1px !important;
}

#footer .boxgroup {
	margin-top: 16px;
	border-bottom: solid 1px Silver;
}

#footer .ftr_box_05 {
	padding: 7px 15px;
	/*width: 287px;*/
	vertical-align:top;
}

#footer .ftr_box_05 h4 {
	padding-bottom: 4px;
}

#footer .ftr_box_05 p {
	padding: 4px 0;
}

#footer .ftr_box_05 ul {
	display: block;
	list-style: none;
	margin: 0;
	padding: 4px 0;
	/*width: 143px;*/
}

#footer .ftr_box_05 li {
	background: transparent url('../../images/footer_bullet.gif') 2px .6em no-repeat;
	padding: .1em 0 .1em 12px;
}

#footer input {
	background: #f4f4f4;
	border-width: 1px;
	color: #5b5b5b;
	margin-right: 2px;
	padding: 3px;
}

#footer button {
	background: #9a212a;
	border-width: 1px;
	color: #fff;
	font-size: 1em;
	font-weight: bold;
	padding: 3px 6px;
}

#footer .fcopy {
	padding: 8px 0 8px;
}

#footer .fcopy p {
	font-size: .9em !important;
	font-weight: bold !important;
	padding: 2px 0;
	text-align: center;
}

#footer .fcopy, #footer .fcopy a {
	font-weight: bold;
}

#footer .fcopy a {
	font-size: 100%;
}

#footer a {
	color: #5b5b5b;
	text-decoration: none;
}

#footer a:hover {
	color: #006091;
	text-decoration: underline;
}

#footer .fcopy .cp {
	color: #717171;
	font-weight: normal !important;
}

.search_suggest{
	border: 1px solid black; position: absolute; color: black; left: 450px; width: 604px; z-index: 130; display: none;
	background: transparent url(../../images/buttons/search_bar.png) no-repeat center top;
	font-size: 18px;
}

.global_search:hover h4 {
	background-position: bottom left;
}

.global_search:hover ul {
	display: block;
}

.global_search {
	position: relative;
}

.global_search h4 {
	position: absolute;
	left: -65px;
	top: -20px;
	z-index: 1100;
	width: 110px;
	height: 18px;
	padding: 10px;
	padding-left: 20px;
	background-image: url(../../images/buttons/search.png);
	background-repeat: no-repeat;
	text-indent: -9999px;
	cursor: pointer;
}

#currentcategory h2 {
	position: absolute;
	margin-left: 6px;
	top: 94px;
	z-index: 100;
	width: 164px;
	height: 24px;
	padding: 2px;
	background-color: White;
	text-align:center;
}

#categories:hover ul {
	display: block;
}

#categories {
}

#h3ShowSearchCategories {
}

a#menuTitleCategories {
    background:transparent url(../../images/buttons/categories.png) no-repeat scroll 0px 0px;
    color:#FFFFFF;
    display:block;
    font-size:14px;
    letter-spacing:-1px;
    margin-left:-2px;
    height:25px;
	text-shadow:1px 1px 2px #606060;
	padding:9px 10px 0 0;
	z-index:900;
	width:171px;
	text-align:center;
	position:absolute;
    top:74px;
}

a#menuTitleCategories:hover {
	background:transparent url(../../images/buttons/categories.png) no-repeat scroll 0px -36px;
    text-decoration:none;
}

 #categories ul {
	display: none;
	position: absolute;
	z-index: 1000;
	width: 138px;
	background-color: #f4f4f4;
	border: 1px solid #a7a7a7;
	list-style: none;
	top: 20px;
	left: -1px;
	padding: 25px 10px 15px 10px;
}

 #categories ul li.more-cats {
	text-align: center;
}

 #categories ul li.more-cats a {
	font-size: 10px;
	color: #9c9c9c;
}

 #categories ul li {
	padding-left: 10px;
	padding: 6px 10px;
	font-size: 15px;
	color: #3b3b3a;
}

 #categories ul li a {
	font-size: 15px;
	color: #3b3b3a;
}

 #categories ul li a:hover {
	color: #3f6c18;
	text-decoration: none;
}

.masterPageSearchTable 
{
    width: 100%;
    margin-left: -60px;
    z-index: 100;
    float:left;
    border:none;
    height: 32px;
}

.masterPageSearchTextbox {
    background-color:#FFFFFF;
    height:17px;
    margin-bottom:2px;
    margin-top:2px;
    padding-bottom:2px;
    padding-top:2px;
    position:relative;
    width:400px;
    z-index:400;
}

.progressStatusVisible {
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 2000;
	background-color: RGB(180,180,180);
	width: 100%;
	height: 100%;
	opacity: 0.3;
	filter: alpha(opacity = 50);
	cursor: wait;
}

.progressStatusInvisible {
	display: none;
}

.masterLogoDiv { position: absolute; top: 6px; }

.masterPageSearchButton {
    position: relative;
	top: 1px;
	z-index: 1100;
	width: 110px;
	height: 36px;
	padding: 10px;
	padding-left: 20px;
	text-indent: -9999px;
	cursor: pointer;
	background: transparent url(../../images/buttons/search.png) no-repeat;
	border-style: none;
}

.masterPageSearchButton:hover h4 {
	background-position: bottom left;
}

.masterPageSearchButton:hover ul {
	display: block;
}

/* linknav (Generated Pagination List) */
#linknav
{
    width: 250px;
    margin: 0 auto;
    padding: 15px 5px 5px 5px;
}
#linknav ul
{
    margin: 0;
    padding: 0;
}
#linknav ul li
{
    margin: 0;
    padding: 0;
    display: inline;
}
#linknav ul li a
{
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: #000;
    padding: 4px;
    margin-right: 1px;
    background: #eeeeee;
    border: 1px #000 solid;
    width: 18px;
    height: 25px;
}
#linknav ul li a:hover
{
    background: #99ccff;
    text-decoration: none;
}
#linknav ul li a.active
{
    /*
    background: none;
    border: none;
    */
    background: White;
    border-color: Silver;    
}
#linknav .list
{
    color: #000;
    margin: 0 5px 0 5px;
}


.linknav
{
    width: 250px;
    margin: 0 auto;
    padding: 15px 5px 5px 5px;
}
.linknav tr
{
    margin: 0;
    padding: 0;
}
.linknav tr td
{
    margin: 0;
    padding: 0;
    display: inline;
}
.linknav tr td span
{
    padding:5px;
}
.linknav tr td a
{
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: #000;
    padding: 4px;
    margin-right: 1px;
    background: #eeeeee;
    border: 1px #000 solid;
    min-width: 18px;
    height: 25px;
}
.linknav tr td a:hover
{
    background: #99ccff;
    text-decoration: none;
}
.linknav tr td a.active
{
    /*
    background: none;
    border: none;
    */
    background: White;
    border-color: Silver;    
}


/* End Linknav */

.p7PMMv01 a { font-size:10px; }
#p7PMM_1u1 { background-color:White; }

#nav{float:right; width:1000px; height:35px; background:url("../../images/nav.png") no-repeat; clear:both;}
#nav .tabs {float:right; height: 28px; width:600px; margin: 5px 0 0 0px; padding:0px 0px 0px 10px;}
.tabs_right {float: right;}
#nav .tabs ul {list-style: none; display: inline;}
#nav .tabs li {float:left;}
#nav .tabs li a {float: left;display: block;color: #fff;text-decoration: none;font-size: 13px;margin: 0 5px 0 0;padding: 0 0 0 13px;height: 28px;line-height: 27px;text-align: center;cursor: pointer;}
#nav .tabs li a b {float: left;display: block;height: 28px;padding: 0 20px 0 11px;}
#nav .tabs li.current a, #nav .tabs li a:hover {background: url("../../images/navleft.png") no-repeat;color: #fff;}
#nav .tabs li.current a b, #nav .tabs li a:hover b {background: url("../../images/navright.png") right top no-repeat;}
#nav .tabs li.current a b, #nav .tabs li a:hover b {background: url("../../images/navright.png") right top no-repeat;}

#my-form-1 {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:transparent url(../../images/form-1.jpg) no-repeat scroll 0 0;
height:173px;
margin:13px 0 0;
padding:19px 20px 20px;
width:197px;
}
#my-form-1 input
{
    width: 192px;
    border: 1px solid #7f9db9;
    margin: 0px 0px 15px 0px;
    height: 20px;
}
#my-form-1 input.bu
{
    border: none;
    width: auto;
    margin: 0px 0px 10px 135px;
    position: relative;
    top: -10px;
}
#my-form-1 label
{
    font-size: smaller;
    font-weight: normal;
}
#my-form-1 h3
{
    margin: 0px;
    font-size: 10px;
    color: #0099ff;
    text-align: right;
}
#my-form-1 h3 a
{
    text-decoration: none;
    color: #0099ff;
}

.homeNewsfeedDiv 
{
    border:1px solid Silver;
    height:174px;
    margin-left:12px;
    padding:16px;
    /*margin-top:300px;*/
    width:640px;
    font-size: 12px;
}

.homeNewsfeedHead
{
    border-left:1px solid Silver;
    border-top:1px solid Silver;
    border-right:1px solid Silver;
    border-bottom:1px solid White;
    height: 14px;
    padding: 4px 16px 4px 16px;
    margin-top: 270px;
    margin-left: 12px;
    width: 40px;
    font-size: 14px;
    font-weight:bold;
}

.homeNewsfeedDiv h2
{
    font-size: 14px;
    margin-bottom:6px;
}

/* ------ Default button design ------ */

#glb_container a.general_link_button, .glb_container a.general_link_button
{
    color:White;
    text-decoration:none;
	display: inline-block;
	line-height: 22px;
	margin: 3px 0px;
	padding: 0px 10px;
	text-transform: uppercase;
	font-size: 13px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	text-shadow: 0px -1px 0px #4c4e4f;	
}
#glb_container a.general_link_button:hover, .glb_container a.general_link_button:hover
{
	background-position: 0px -22px;
	color: White;
	text-decoration: underline;
}
#glb_container a.general_link_button.grey, .glb_container a.general_link_button.grey
{
	background: #666666 url(../../images/buttons/button-grey-bg.png) repeat-x;
	border: 1px solid #666666;
}
#glb_container a.general_link_button.grey:hover, .glb_container a.general_link_button.grey:hover
{
    background-position: 0px -22px;
}
#glb_container a.general_link_button.blue, .glb_container a.general_link_button.blue
{
	background: #4b8099 url(../../images/buttons/button-blue-bg.png) repeat-x;
	border: 1px solid #4b8099;
}
#glb_container a.general_link_button.blue:hover, .glb_container a.general_link_button.blue:hover
{
    background-position: 0px -22px;
}
#glb_container a.general_link_button.red, .glb_container a.general_link_button.red
{
	background: #de2c2c url(../../images/buttons/button-red-bg.png) repeat-x;
	border: 1px solid #de2c2c;
}
#glb_container a.general_link_button.red:hover, .glb_container a.general_link_button.red:hover
{
    background-position: 0px -22px;
}
#glb_container a.general_link_button.green, .glb_container a.general_link_button.green
{
	background: #38a230 url(../../images/buttons/button-green-bg.png) repeat-x;
	border: 1px solid #38a230;
}
#glb_container a.general_link_button.green:hover, .glb_container a.general_link_button.green:hover
{
    background-position: 0px -22px;
}

/* ------- End Button --------*/

.public_header {
    border-bottom:1px solid #CCCCCC;
    margin:8px 0 16px;
    padding:0;
    width:951px;
}
.public_header h1 {
    color:#003366;
    font-size:24px;
    font-weight:normal;
    margin:0;
    padding:0 0 5px;
}

.successlabel { color: Green; }
.errorlabel { color: Red; }

.topMenuItems img
{
    /*float:left;*/
}

.topMenuItems a:hover
{    
    color:Gray;
    text-decoration:none;
    float:left;
}

.topMenuItems a
{
    color:Gray;
    float:left;
    margin-right:50px;
}

.topMenuItems div
{
    font-size:11px;
    margin-left:30px;
    margin-top:-26px;
}

.topMenuItems
{/*
    margin-bottom:12px;
    margin-left:-10px;
    margin-top:-10px;
    padding-bottom:10px;*/
	position:absolute;
	top:24px;
	width:500px;
	z-index:2;
}

#mainPagePhoneNumberTop
{
    color:gray;
    float:left;
    font-size:19px;
    letter-spacing:1px;
    margin-bottom:13px;
    margin-left:543px;
	position: absolute;
}


ul.topnav {
	list-style: none;
	margin: 0;
	float: left;
	width: 920px;
	font-size: 1.2em;
	z-index:1200; /*to be higher than masterPageSearchButton 1100*/
}
ul.topnav li {
	float: left;
	margin: 0;
	padding: 0 15px 0 0;
	position: relative; /*--Declare X and Y axis base for sub navigation--*/
}
ul.topnav li a{
	/*padding: 10px 5px;*/
	cursor: pointer;
	color: gray;
	display: block;
	text-decoration: none;
	float: left;
}
ul.topnav li a:hover{
	background-color: #FFFFFF;
}
ul.topnav li span { /*--Drop down trigger styles--*/
	width: 17px;
	height: 35px;
	float: left;
	background-color: #FFFFFF;
}
ul.topnav li span.subhover {background-position: center bottom; cursor: pointer;} /*--Hover effect for trigger--*/
.subnav
{
    z-index:  1200;
    top:20px; 
}
ul.topnav li ul.subnav {
	list-style: none;
	position: absolute; /*--Important - Keeps subnav from affecting main navigation flow--*/
	border-left: 1px solid #E8E8E8;
	border-right: 1px solid #E8E8E8;
    border-bottom: 1px solid #E8E8E8;
	left: -10px; top: 20px;
	background: #333;
	margin: 0; padding: 0;
	display: none;
	float: left;
	width: 135px;	
}
ul.topnav li ul.subnav li{
	margin: 0; padding: 0;
	border-top: 1px solid #E8E8E8; /*--Create bevel effect--*/
	
	clear: both;
	width: 135px;
}
html ul.topnav li ul.subnav li a {
	float: left;
	width: 122px;
	/*background: #333 url(dropdown_linkbg.gif) no-repeat 10px center;*/
	background-color: #FFFFFF;
	padding-left: 13px;
	padding-top: 5px;
	height:20px;
}
html ul.topnav li ul.subnav li a:hover { /*--Hover effect for subnav links--*/
    background-color: #309DCF;
    color: White;
	/*background: #222 url(dropdown_linkbg.gif) no-repeat 10px center;*/
}

.mgnt5
{
    margin-top:5px;
}
 
 .mgnt10
{
    margin-top:10px;
}

.facebook-iframe iframe
{
    height:89px !important;
    }