html, body {height: 100%;}

body {
	margin: 0;
	color: #3e3d3b;
	min-width: 974px;
	font: 13px arial, helvetica, sans-serif;
	background: #fff url("../images/bg-body.gif") repeat-x;
}
/*--- general ---*/
img {border-style: none;}

form, fieldset {
	margin: 0;
	padding: 0;
	border-style: none;
}
h1, h2, h3, h4, h5, h6 {font-weight: normal; color:#5a8bc6}

input, select, textarea {
	vertical-align: middle;
	font: 100% arial, helvetica, sans-serif;
}
a {
	color: #f60;
	text-decoration: none;
}
a:hover {text-decoration: underline;}

.wrap-page {
	z-index: 1;
	width: 100%;
	min-height: 100%;
	overflow: hidden;
	position: relative;
	background: url("../images/bg-body-2.jpg") no-repeat 50% 0;
}
* html .wrap-page {height: 100%;overflow: visible;}

* html .wrap-page {position: static;}
*+html .wrap-page {position: static;}

#page {
	width: 974px;
	margin: 0 auto;
	position: relative;
	padding: 189px 0 85px;
}
* html #page {z-index: 1;}
*+html #page {z-index: 1;}

/* header */
#header {
	top: 0;
	left: 0;
	width: 100%;
	z-index: 30;
	height: 159px;
	position: absolute;
	margin-bottom: 30px;
}
/* logo */
.logo {
	top: 34px;
	left: 18px;
	position: absolute;
}
.logo a {
	width: 189px;
	height: 31px;
	display: block;
	overflow: hidden;
	text-indent: -9999px;
	background: url("../images/logo-kell-only.gif") no-repeat;
}
#header .logo {
	font-size:20px;
	font-style:italic;
	text-indent:15px;
	line-height:40px;
	font-weight:normal;
	color: #5b8cc7;
}
/* extra-links */
.extra-links {
	top: 73px;
	right: 20px;
	margin: 0;
	padding: 0;
	list-style: none;
	position: absolute;
}
.extra-links li {
	display: inline;
	font-size: 12px;
	line-height: 14px;
	padding: 0 2px 0 9px;
	background: url("../images/sep-1.gif") no-repeat 0 2px;
}
.extra-links li:first-child {background-image: none;}
.extra-links li a {color: #49463e;}

/* languages */
.languages {
	top: 25px;
	right: 18px;
	margin: 0;
	padding: 0;
	list-style: none;
	position: absolute;
}
.languages li  {
	float: left;
	padding: 0 0 0 10px;
}
.languages li a {
	width: 24px;
	height: 33px;
	display: block;
	overflow: hidden;
	text-indent: -9999px;
}
.languages li a:hover,
.languages li.active a {background-position: 0 -33px;}

.languages li .language-1 {background: url("../images/f-1.gif") no-repeat;}
.languages li .language-2 {background: url("../images/f-2.gif") no-repeat;}
.languages li .language-3 {background: url("../images/f-3.gif") no-repeat;}
.languages li .language-4 {background: url("../images/f-4.gif") no-repeat;}
.languages li .language-5 {background: url("../images/f-5.gif") no-repeat;}

/* main-nav */
.main-nav {
	top: 119px;
	left: 7px;
	margin: 0;
	width: 940px;
	height: 40px;
	list-style: none;
	position: absolute;
	padding: 0 0 0 20px;
	background: url("../images/bg-nav.gif") no-repeat;
}
.main-nav li {
	float: left;
	position: relative;
}
.main-nav li a {
	float: left;
	color: #d1ccbd;
	cursor: pointer;
}
.main-nav li a span {
	display: block;
	font-size: 15px;
	padding: 0 15px;
	line-height: 40px;
}
.main-nav li a span.drop {
	padding: 0 15px 0 35px;
	background: url("../images/ic-1.gif") no-repeat 15px 15px;
}
.main-nav ul {
	top: 40px;
	left: 0;
	margin: 0;
	width: 229px;
	list-style: none;
	position: absolute;
	padding: 12px 0 15px;
	background: #010101 url("../images/bg-sub-nav-1.gif") repeat-x;
}
.main-nav ul li {
	width: 100%;
	border-bottom: 1px solid #423F3B;
}
* html .main-nav ul li {float: left;}
*+html .main-nav ul li {float: left;}

.main-nav ul li a {
	height: 1%;
	color: #fff;
	float: none;
	display: block;
	background: transparent url("../images/transparent.gif") no-repeat 211px 7px;
}
.main-nav ul li a span {
	display: block;
	font-size: 13px;
	padding: 4px 22px;
	line-height: 16px;
}
.main-nav ul li a span.sub-drop {background: transparent url("../images/ic-3.gif") no-repeat 211px 7px;}

.main-nav ul ul {
	top: -1px;
	margin: 0;
	left: 229px;
	width: 104px;
	list-style: none;
	background: #413E38;
	padding: 9px 34px 14px 23px;
	border-top: 1px solid #504E47;
	border-bottom: 1px solid #343330;
}
.main-nav ul ul li {
	width: 100%;
	border-bottom: none;
}
.main-nav ul ul li a {
	padding: 0;
	height: 1%;
	color: #fff;
	display: block;
}
.main-nav ul ul li a span {
	height: 1%;
	display: block;
	font-size: 13px;
	line-height: 16px;
	padding: 6px 0 2px 12px;
	background: transparent url("../images/ic-5.gif") no-repeat 0 10px;
}
.main-nav li.hover a,
.main-nav li:hover a,
.main-nav li a.active {
	color: #fff;
	text-decoration: none;
	background: #36332C url("../images/transparent.gif") no-repeat;
}
.main-nav li.hover a span.drop,
.main-nav li:hover a span.drop,
.main-nav li a.active span.drop {background: #36332C url("../images/ic-2.gif") no-repeat 15px 15px;}

.main-nav li.hover li a,
.main-nav li:hover li a {
	color: #A0A09F;
	background: none;
}
.main-nav li.hover li a span.drop,
.main-nav li:hover li a span.drop {background: none;}

.main-nav ul li.hover a,
.main-nav ul li:hover a {background: #413E38 url("../images/transparent.gif") no-repeat;}

.main-nav ul li.hover a span.sub-drop,
.main-nav ul li:hover a span.sub-drop {background: #413E38 url("../images/ic-4.gif") no-repeat 211px 7px;}

.main-nav ul li.hover li a,
.main-nav ul li:hover li a {background: none;}

.main-nav ul li.hover li a span.sub-drop,
.main-nav ul li:hover li a span.sub-drop {background: none;}

.main-nav ul ul li.hover a,
.main-nav ul ul li:hover a {
	color: #9bc3ef;
	background: transparent url("../images/ic-6.gif") no-repeat 0 10px;
}
.main-nav ul ul li.hover a span,
.main-nav ul ul li:hover a span {background: transparent url("../images/d-1.gif") repeat-x 0 100%;}

.main-nav ul {display: none;}

.main-nav li.hover ul ul,
.main-nav li:hover ul ul {display: none;}

.main-nav li.hover ul ul ul,
.main-nav li:hover ul ul ul {display: none;}

.main-nav li.hover ul,
.main-nav li:hover ul {display: block;}

.main-nav ul li.hover ul,
.main-nav ul li:hover ul {display: block;}

.main-nav ul ul li.hover ul,
.main-nav ul ul li:hover ul {display: block;}

/* content */
#content {
	z-index: 21;
	width: 960px;
	min-height: 737px;
	position: relative;
	margin: 0 7px -368px;
}
* html #content {height: 737px;}

/* intro */
.intro {
	width: 960px;
	height: 293px;
	overflow: hidden;
	margin-bottom: -33px;
	background: url("../images/bg-tabs.jpg") no-repeat;
}
/* portable-server */
.portable-server {
	float: left;
	width: 240px;
	padding: 10px 0 0;
}
.portable-server h1 {
	color: #fff;
	font-size: 26px;
	line-height: 30px;
	margin: 0 19px 21px;
}
.portable-server ul {
	margin: 0;
	padding: 0;
	list-style: none;
	border-top: 1px solid #AEC3DE;
}
.portable-server ul li {
	width: 100%;
	border-bottom: 1px solid #AEC3DE;
}
.portable-server ul li a {
	height: 1%;
	color: #fff;
	display: block;
	font-size: 15px;
	line-height: 18px;
	padding: 5px 10px 5px 36px;
	background: url("../images/bul-2.gif") no-repeat 21px 9px;
}
.portable-server ul li a:hover,
.portable-server ul li a.active {
	position: relative;
	text-decoration: none;
	background: #08265D url("../images/bul-2.gif") no-repeat 21px 9px;
}
.portable-server ul li a span {
	top: 0;
	right: -14px;
	width: 14px;
	height: 28px;
	display: none;
	overflow: hidden;
	position: absolute;
	background: url("../images/bg-corner-1.gif") no-repeat;
}
.portable-server ul li a:hover span,
.portable-server ul li a.active span {display: block;}

/* description-info */
.description-info {
	float: left;
	width: 720px;
}
/* details */
.details {
	float: left;
	width: 467px;
	position: relative;
	padding: 14px 28px 0 33px;
}
.details-tab {
	display:none;
}
/*.details img {
	top: 65px;
	right: 28px;
	position: absolute;
}*/
.details h2 {
	color: #0a438c;
	margin: 0 0 8px;
	font-size: 20px;
	line-height: 23px;
}
.details ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.details ul li {
	height: 1%;
	color: #565657;
	font-size: 14px;
	line-height: 20px;
	padding: 0 0 0 29px;
	background: url("../images/bul-1.gif") no-repeat 11px 6px;
}
.details p {
	height: 1%;
	color: #565657;
	font-size: 14px;
	line-height: 20px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0px;
}.details td {
	height: 1%;
	color: #565657;
	font-size: 14px;
	line-height: 20px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0px;
}
/* model-sizes */
.model-sizes {
	float: left;
	width: 192px;
	height: 247px;
	padding: 13px 0 0;
	position: relative;
}
/* view-details */
.view-details {
	right: 14px;
	bottom: 10px;
	color: #fff;
	font-size: 16px;
	line-height: 24px;
	position: absolute;
	padding: 0 31px 4px 0;
	/*background: url("../images/bg-arrow.gif") no-repeat 100% 0;*/
}
.model-sizes h3 {
	color: #444442;
	font-size: 20px;
	line-height: 23px;
	margin: 0 15px 10px;
}
.model-sizes ul {
	margin: 0;
	padding: 0;
	list-style: none;
	border-top: 1px solid #C8C6C3;
}
.model-sizes ul li {
	width: 100%;
	border-bottom: 1px solid #C8C6C3;
}
.model-sizes ul li a {
	height: 1%;
	display: block;
	line-height: 15px;
	padding: 3px 8px 3px 16px;
}
.model-sizes ul li a:hover,
.model-sizes ul li a.active {
	border: none;
	cursor: pointer;
	background: #fff;
	position: relative;
	text-decoration: none;
}
.model-sizes ul li a strong {
	display: block;
	color: #0a438c;
	font-size: 15px;
	font-weight: normal;
}
.model-sizes ul li a:hover strong,
.model-sizes ul li a.active strong {color: #f60;}

.model-sizes ul li a em {
	color: #565657;
	font-size: 11px;
	font-style: normal;
}
.model-sizes ul li a span {
	top: 0;
	left: -18px;
	width: 18px;
	height: 36px;
	display: none;
	overflow: hidden;
	position: absolute;
	background: url("../images/bg-corner-2.gif") no-repeat;
}
.model-sizes ul li a:hover span,
.model-sizes ul li a.active span {display: block;}

.wrap-content-1t {
	width: 100%;
	background: url("../images/y-1.gif") repeat-y 768px 0;
}
.wrap-content-1b {
	width: 100%;
	margin: 0 0 3px;
	overflow: hidden;
	background: url("../images/x-1.gif") repeat-x 0 100%;
}
/* primary-content */
.primary-content {
	float: left;
	width: 480px;
	display: inline;
	margin: 0 207px 0 273px;
}
/* description */
.description {
	width: 100%;
	padding: 53px 0 0;
}
.description h2 {
	color: #36332c;
	font-size: 26px;
	line-height: 28px;
	margin: 0 0 13px;
}
.description ul {
	padding: 0;
	margin: 0 0 25px;
	list-style: none;
}
.description ul li {
	height: 1%;
	color: #565657;
	font-size: 14px;
	line-height: 20px;
	padding: 0 0 0 29px;
	background: url("../images/bul-1.gif") no-repeat 11px 6px;
}
.description p {
	line-height: 20px;
	margin: 0 0 33px;
}
.description h3 {
	color: #1a4883;
	font-size: 22px;
	line-height: 24px;
	margin: 0 0 15px;
}
.description h4 {
	color: #303030;
	font-size: 18px;
	line-height: 20px;
	margin: 0 0 4px;
}
.description .click-here {
	font-weight: bold;
	padding: 0 0 0 12px;
	background: url("../images/ic-7.gif") no-repeat 4px 5px;
}
/* secondary-content */
.secondary-content {
	float: left;
	width: 190px;
	margin: 0 0 0 -190px;
}
/* who-uses */
.who-uses {
	height: 1%;
	margin-bottom: 11px;
	padding: 29px 10px 23px 17px;
	background: url("../images/d-2.gif") repeat-x 0 100%;
}
.who-uses h2 {
	color: #5b8cc7;
	font-size: 20px;
	line-height: 23px;
	margin: 0 11px 2px;
}
.logo-2 {
	width: 100%;
	overflow: hidden;
	margin-bottom: 12px;
}
.logo-2 img {display: block;}

.who-uses ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.who-uses ul li {
	color: #84775e;
	font-size: 12px;
	line-height: 18px;
}
.who-uses ul li a {color: #84775e;}

/* partners */
.partners {
	height: 1%;
	padding: 0 7px;
}
.partners h3 {
	color: #4b4b4d;
	font-size: 20px;
	line-height: 23px;
	margin: 0 11px 15px;
}
.partners ul {
	margin: 0;
	padding: 0;
	width: 100%;
	overflow: hidden;
	list-style: none;
}
.partners ul li {
	float: left;
	padding: 0 0 23px 13px;
}
.partners ul li img {display: block;}

/* extra-content */
.extra-content {
	float: left;
	width: 240px;
	padding-bottom: 40px;
	margin: 34px 0 0 -960px;
}
/* video-tour */
.video-tour {
	width: 100%;
	margin-bottom: 27px;
	background: #1D1C1A url("../images/top-1.gif") no-repeat;
}
.wrap-video-tour {
	height: 1%;
	overflow: hidden;
	padding: 10px 10px 14px;
	background: url("../images/bot-1.gif") no-repeat 0 100%;
}
/* video */
.video {
	width: 100%;
	overflow: hidden;
	margin-bottom: 6px;
}
.video img {display: block;}

.wrap-video-tour h3 {
	color: #96bade;
	font-size: 20px;
	line-height: 24px;
	margin: 0;
}
.wrap-video-tour h3 a {color: #96bade;}

.wrap-video-tour p {
	margin: 0;
	color: #fff;
	font-size: 12px;
	line-height: 18px;
}
.wrap-video-tour .zoom {float: right;}

/* reduce-server */
.reduce-server {
	width: 220px;
	margin: 0 0 35px 10px;
	background: url("../images/mid-2.gif") repeat-y;
}
.reduce-server-t {background: url("../images/top-2.jpg") no-repeat;}

.reduce-server-b {
	height: 1%;
	min-height: 81px;
	position: relative;
	padding: 9px 80px 9px 13px;
	background: url("../images/bot-2.gif") no-repeat 0 100%;
}
* html .reduce-server-b {height: 81px;}

.reduce-server-b h3 {
	color: #fff;
	font-size: 17px;
	line-height: 20px;
	margin: 0 0 3px;
}
.reduce-server-b p {
	margin: 0;
	color: #c0b398;
	line-height: 16px;
}
.reduce-server-b p a {color: #c0b398;}

.reduce-server-b img {
	top: 22px;
	right: -10px;
	position: absolute;
}
/* cost-savings */
.cost-savings {
	height: 1%;
	overflow: hidden;
	margin: 0 0 0 10px;
}
.cost-savings a {
	color: #fff;
	width: 198px;
	height: 33px;
	display: block;
	overflow: hidden;
	font-size: 17px;
	line-height: 33px;
	padding: 0 0 0 22px;
	background: url("../images/bg-cost.gif") no-repeat;
}
.wrap-content-2 {
	height: 1%;
	padding: 0 10px;
}
/* latest-news */
.latest-news {
	float: left;
	width: 522px;
	position: relative;
	margin: -38px 0 0;
	padding: 51px 17px 4px;
	background: #D4D0C3 url("../images/bg-corner-3.gif") no-repeat;
}
.latest-news h3 {
	color: #083874;
	font-size: 20px;
	line-height: 22px;
	margin: 0 0 11px;
}
.latest-news ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.latest-news ul li {
	padding: 0 0 6px;
	font-size: 12px;
	line-height: 16px;
}
.latest-news ul li strong {color: #222;}

.latest-news ul li a.more {
	margin: 0 0 0 9px;
	padding: 0 0 0 9px;
	font-weight: bold;
	background: url("../images/ic-7.gif") no-repeat 0 2px;
}
/* contact-us */
.contact-us {
	float: right;
	width: 374px;
	background: #D4D0C3 url("../images/y-2.gif") repeat-y 192px 0;
}
.contact-us h3 {
	color: #093975;
	font-size: 20px;
	line-height: 22px;
	margin: 0 15px 11px;
}
.contact-us p {
	font-size: 12px;
	line-height: 17px;
}
.contact-us .link {
	height: 45px;
	color: #fff;
	display: block;
	font-size: 20px;
	line-height: 44px;
	overflow: hidden;
	padding: 0 0 1px 20px;
	background: url("../images/bg-link-noarrow.gif") no-repeat;
}
.contact-us-2 .link {/*background: url("../images/bg-link.gif") no-repeat -12px 0;*/}

.contact-us-1 {
	float: left;
	width: 192px;
	padding: 13px 0 0;
}
.contact-us-1 p {margin: 0 40px 12px 15px;}

.contact-us-2 {
	float: right;
	width: 180px;
	padding: 12px 0 0;
}
.contact-us-2 p {margin: 0 12px 12px 18px;}

.foot-shadow {
	width: 974px;
	height: 390px;
	overflow: hidden;
	background: url("../images/foot-shadow.png") no-repeat;
}
/* footer */
#footer {
	width: 100%;
	height: 176px;
	position: relative;
	margin: -176px 0 0;
	background: url("../images/bg-footer.gif") repeat;
}
.wrap-footer-1 {
	top: 92px;
	z-index: 20;
	float: left;
	width: 100%;
	position: relative;
}
.wrap-footer-2 {
	width: 974px;
	margin: 0 auto;
}
.wrap-footer-2 ul {
	margin: 0;
	padding: 0 22px;
	list-style: none;
}
.wrap-footer-2 ul li {
	color: #93945e;
	display: inline;
	padding: 0 3px 0 8px;
	font: 12px/16px tahoma, geneva, sans-serif;
	background: url("../images/sep-2.gif") no-repeat 0 2px;
}
.wrap-footer-2 ul li:first-child {
	padding-left: 0;
	background-image: none;
}
.wrap-footer-2 ul li a {color: #93945e;}

/* page-2 */

.hold-content {
	width: 100%;
	overflow: hidden;
	position: relative;
	margin: -19px 0 0;
	background: url("../images/bg-tabs-2.jpg") no-repeat 0 19px;
}

.hold-content-notab {
	width: 100%;
	overflow: hidden;
	position: relative;
	margin: -19px 0 0;
	background: url("../images/bg-tabs-3.jpg") no-repeat 0 19px;
}

.hold-content-blank {
	width: 100%;
	overflow: hidden;
	position: relative;
	margin: -19px 0 0;
	background: url("../images/bg-tabs-4.jpg") no-repeat 0 19px;
	
}
/* primary-content-2 */
.primary-content-2 {
	float: left;
	width: 687px;
	display: inline;
	margin: 0 0 0 273px;
}
.primary-content-whole {
	float: left;
	width: 940px;
	display: inline;
	margin: 0 0 0 20px;
}
/* partners-2 */
.partners-2 {
	float: left;
	width: 524px;
	padding: 11px 14px 16px;
	border: 2px solid #D4D0C3;
}
.partners-2 h3 {
	color: #093975;
	font-size: 20px;
	line-height: 23px;
	margin: 0 0 18px;
	padding: 0 5px 4px;
	background: url("../images/d-2.gif") repeat-x 0 100%;
}
.partners-2 ul {
	margin: 0;
	padding: 0;
	width: 100%;
	overflow: hidden;
	list-style: none;
}
.partners-2 ul li {
	float: left;
	padding: 0 0 0 20px;
}
.partners-2 ul li img {display: block;}

.wrap-side {
	width: 100%;
	overflow: hidden;
	min-height: 367px;
	margin-bottom: 11px;
}
* html .wrap-side {height: 367px;}

/* side-nav */
.side-nav {
	height: 1%;
	list-style: none;
	padding: 1px 0 10px;
	margin: 0 0 0 10px;
}
.side-nav li {width: 100%;}

.side-nav li a {
	height: 1%;
	color: #fff;
	display: block;
	font-size: 14px;
	line-height: 16px;
	text-align: right;
	padding: 6px 36px 6px 10px;
	background: url("../images/ic-8.gif") no-repeat 207px 10px;
}
.side-nav li a:hover,
.side-nav li a.active {
	color: #08265D;
	text-decoration: none;
	background: #fff url("../images/ic-4.gif") no-repeat 207px 10px;
}
/* download-list */
.download-list {
	height: 1%;
	padding: 0;
	margin: 0 10px;
	list-style: none;
}
.download-list li {
	height: 1%;
	font-size: 14px;
	line-height: 16px;
	text-align: right;
	padding: 1px 26px 3px 10px;
	background: url("../images/ic-9.gif") no-repeat 100% 0;
}
.download-list li a {color: #294373;}

.wrap-tabs-1 {
	width: 100%;
	overflow: hidden;
}
.wrap-tabs-2 {
	float: right;
	background: url("../images/bg-left-tab-1.gif") no-repeat;
}
/* tabs */
.tabs {
	margin: 0;
	float: left;
	height: 23px;
	list-style: none;
	padding: 12px 12px 0 10px;
	background: url("../images/bg-right-tab-1.gif") no-repeat 100% 0;
}
.tabs li {
	float: left;
	font-size: 12px;
	line-height: 14px;
	padding: 0 8px 0 10px;
	background: url("../images/sep-1.gif") no-repeat 0 2px;
}
.tabs li:first-child {background-image: none;}
.tabs li a {color: #777776;}
.tabs li a:hover,
.tabs li a.active {color: #08265d;text-decoration: underline;}

/* description-2 */
.description-2 {
	height: 1%;
	overflow: hidden;
	padding: 29px 13px 0 0;
}
.description-2 h1 {
	color: #1a4883;
	font-size: 22px;
	line-height: 24px;
	margin: 0 0 15px;
}
.img-right {
	float: right;
	margin: 0 0 0 7px;
}
.img-left {
	float: left;
	margin: 0 0 0 7px;
}
.description-2 h2 {
	color: #5a8bc6;
	font-size: 15px;
	line-height: 17px;
	margin: 0 0 2px;
}
.description-2 p {
	margin: 0 0 15px;
	line-height: 20px;
}
.description-2 p.notes {
	color: #999;
	font-size: 11px;
	margin: 0 0 20px;
}
.description-2 ul {
	margin: 0;
	padding: 0 0 21px;
	list-style: none;
}
.description-2 ul li {
	line-height: 20px;
	padding: 0 0 0 37px;
	background: url("../images/bul-3.gif") no-repeat 0 8px;
}
/* behaviour */
.behaviour {
	height: 1%;
	padding: 6px 0 33px;
}
.behaviour dl {
	margin: 0;
	color: #0d0d0d;
	width: 415px;
	overflow: hidden;
	line-height: 16px;
	padding: 5px 0;
	border-bottom: 1px solid #D4D3CE;
}
.behaviour dl dt {
	float: left;
	width: 243px;
}
.behaviour dl dd {
	margin: 0;
	float: right;
	width: 162px;
}
/* breadcrumbs */
.breadcrumbs {
	top: 166px;
	left: 42px;
	margin: 0;
	padding: 0;
	list-style: none;
	position: absolute;
}
.breadcrumbs li {
	display: inline;
	color: #36332c;
	font-size: 12px;
	line-height: 14px;
	padding: 0 0 0 1px;
}
.breadcrumbs li em {
	color: #08265d;
	font-style: normal;
}
.breadcrumbs li a {
	color: #fff;
	margin: 0 5px 0 0;
}

/* clear float elements */
.reduce-server-b:after,
.wrap-content-2:after {
	clear: both;
	content: "";
	display: block;
}
.tabBack1 {background-color:#f1f1f1;height:25px;}
.tabBack2 {background-color:#e8edf6}

.whole-page-content { padding-left:15px; padding-right:15px }

.formlayout {
display:none;
}
.accessory {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
	padding-bottom: 5px;
	padding-top: 5px;
}
.acc-img {
	border:1px dotted #999;padding:5px;
	margin-left:20px;
}
.float-right {
 float:right;
}
.float-left {
 float:left;
}
.h1_bold {
	color:					#5a8bc6;
	margin:					2px 0px 10px 0px;
	font-family: tahoma, arial, verdana, helvetica, sans-serif;
	font-size: 15px;
	line-height: 20px;
	font-weight: bold;
}

.h2_bold {
	color:					#5a8bc6;
	margin:					2px 0px 10px 0px;
	font-family: tahoma, arial, verdana, helvetica, sans-serif;
	font-size: 11px;
	line-height: 20px;
	font-weight: bold;
}