@font-face {
	font-family: 'NeoSansRegular';
	src: url('/images/72/fnt/neosans-webfont.eot');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'NeoSansRegular';
	src: url(//:) format('no404'), url('/images/72/fnt/neosans-webfont.woff') format('woff'), url('/images/72/fnt/neosans-webfont.ttf') format('truetype'), url('/images/72/fnt/neosans-webfont.svg#webfonthqOVFf7X') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'NeoSansMedium';
	src: url('neosans-medium-webfont.eot');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'NeoSansMedium';
	src: url(//:) format('no404'), url('/images/72/fnt/neosans-medium-webfont.woff') format('woff'), url('/images/72/fnt/neosans-medium-webfont.ttf') format('truetype'), url('/images/72/fnt/neosans-medium-webfont.svg#webfontJZVYgmjb') format('svg');
	font-weight: normal;
	font-style: normal;
}


* {
 margin: 0px;
 padding: 0px;
}

.clear {
 clear: both;
}

#content ol, #content ul, #sidebar ol, #sidebar ul  {
 margin-left: 26px;
}
#content ol li, #content ul li, #sidebar ol li, #sidebar ul li {
 margin: 4px 0px;
 line-height: 18px;
}

#content ul {list-style:none;margin-left:0;}
#content ul li {padding-left:26px;background:url(/images/72/x-bullet.png) no-repeat;margin:6px 0;}

p { 
 margin: 14px 0px;
 line-height: 20px;
}

a {
 color: #4b6b85;
}
a:hover {
 color: #a9ccea;
}

h1 {
 font: 22pt/45px 'NeoSansRegular';
 margin: 16px 0px;
 color: #4b6b85;
 border-bottom: 1px solid #cacaca;
}
h2 {
 font: 16pt 'NeoSansRegular';
 margin: 16px 0px;
}
#sidebar h2 {
 color: #fff;
 line-height: 57px;
 margin: 0px;
}

#home-main h1 {
 color: #fff;
 border-bottom: 0px;
 font-size:  18pt;
}
#content h1 {
 margin-top: 0px;
}
h3 {
 font: 13pt Arial, Helvetica, sans-serif;
 margin: 16px 0px;
}

body {
 background: url( '/images/72/bg.jpg' );
 font: 10pt Arial, Helvetica, sans-serif;
 color: #4d4d4d;
}

#wrapper { 
 padding-bottom: 20px;
}
body.home #wrapper {
 background: url( '/images/72/home-wrapper-bg.jpg' ) repeat-x #fff;
}
body.inside #wrapper {
 background: url( '/images/72/inside-wrapper-bg.jpg' ) repeat-x #fff;
}
body.home #main {
 background: url( '/images/72/home-main-bg.jpg' ) top center no-repeat;
}
body.inside #main {
 background: url( '/images/72/inside-main-bg.jpg' ) top center no-repeat;
}


#header {
 width: 960px;
 margin: 0px auto;
 height: 131px;
 position: relative;
}
#logo a {
 display: block;
 position: absolute;
 top: 21px;
 left: 9px;
 width: 178px;
 height: 64px;
 background: url( '/images/72/logo.png' ) no-repeat;
}
#logo a span { 
 display: none;
}
#nav {
 position: absolute;
 top: 22px;
 right: 0px;
}
#nav ul {
 list-style-type: none;
}
#nav ul li {
 float: left;
 display: inline;
}
#nav ul li a {
 display: block;
 font: 12pt 'NeoSansRegular';
 color: #fcfcfc;
 border-left: 1px solid #6996af;
 line-height: 36px;
 padding: 0px 10px 0px 8px;
 text-decoration: none;
 font-weight: bold;
}
#nav ul li.CMSI_NavActiveItem a, #nav ul li a:hover {
 color: #a9ccea;
}

form#frmcustom {background:#2f4253;padding:20px;-moz-border-radius: 5px;border-radius: 5px;}
form#frmcustom input[type="text"], textarea {
    border: 1px solid #517a9e;
    border-radius: 3px 3px 3px 3px;
    box-shadow: 1px 1px 6px #2f4253 inset;
    font: 12px Arial,Helvetica,sans-serif;
    padding: 5px;
    margin:2px 0 10px 0;
    background: #45637f;
    color:#fff;
}
form#frmcustom input[type="text"], div#content input[type="password"], select {width: 200px;}

form#frmcustom input[type="text"]:focus, div#content input[type="password"]:focus, select:focus, textarea:focus {
	border: 1px solid #304354;
	box-shadow: 1px 1px 6px #426483 inset;
}

form#frmcustom textarea {width: 200px;margin: 2px 0 10px 0;}
form#frmcustom input[type=submit] {
	padding: 5px 10px;
	background-color: #0083cb;
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#076fa8), to(#0083cb));
	background-image: -webkit-linear-gradient(top, #076fa8, #0083cb);
	background-image:    -moz-linear-gradient(top, #076fa8, #0083cb);
	background-image:     -ms-linear-gradient(top, #076fa8, #0083cb);
	background-image:      -o-linear-gradient(top, #076fa8, #0083cb);
	-moz-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: inset 0 0 1px #3596cc;
	-webkit-box-shadow: inset 0 0 1px #3596cc;
	box-shadow: inset 0 0 1px #3596cc;
	 border: 1px solid #076fa8;
	margin: 0 0 10px 0;
	color: #fff;
	font-size: 12px;
	text-shadow: 1px 1px 0 #076fa8;
	cursor:pointer;

}
form#frmcustom input[type=submit]:hover {
	background-color: #076fa8;
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#0083cb), to(#076fa8));
	background-image: -webkit-linear-gradient(top, #0083cb, #076fa8);
	background-image:    -moz-linear-gradient(top, #0083cb, #076fa8);
	background-image:     -ms-linear-gradient(top, #0083cb, #076fa8);
	background-image:      -o-linear-gradient(top, #0083cb, #076fa8);
	
}

table.DRXQuickForm td {text-align:left;color:#b6c8d8;}
table.DRXQuickForm td b {font-weight:normal;}
table.DRXQuickForm td span {color: #597085;}


#search {
 background: #fff;
 position: absolute;
 right: 0px;
 top: 70px;
 width: 240px;
 height: 39px;
}
#search form { 
 padding-top: 11px;
 padding-left: 7px;
}
#search-box {
 border: 0px none;
 background: transparent;
 width: 195px;
 color: #767676;
}
#search-button {
 position: absolute;
 top: 10px;
 right: 10px;
}

#inside-main-wrapper {
}
#inside-main {
 width: 960px;
 margin: 0px auto;
}
#inside-main h1 {
 font-size: 28pt;
 color: #fff;
 border-bottom: 0px none;
 padding-bottom: 1px;
}

#home-main {
 width: 960px;
 margin: 0px auto;
 height: 352px;
 position: relative;
}

#home-intro {
 width: 280px;
 color: #fff;
 padding-top: 23px;
 font-size: 15px
}
#home-intro h1 {
 margin: 0px 0px 20px 0px;
 line-height: 35px;
}
#home-intro p {
 margin: 0px 0px 35px 0px;
 line-height: 28px;
}
#home-intro .our-products {
 display: block;
 width: 213px;
 height: 79px;
 background: url( '/images/72/product-but-bg.png' ) no-repeat;
 text-decoration: none;
 margin-left: -20px;
}
#home-intro .our-products span {
 display: block;
 font: 13pt 'NeoSansMedium';
 color: #395474;
 line-height: 74px;
 text-align: center;
}

#home-intro a.button {width:130px;height:40px;background:url(/images/72/button-bg.png) repeat-x;display:block;text-align:center;line-height:40px;float:left;margin:0 10px 0 0;text-decoration:none;
	font-family: 'NeoSansMedium';
	color: #395474;
	border:1px soild #bbb !important;
	text-shadow:1px 1px 0 #fff;
	-moz-box-shadow: 0 5px 10px #2e4152;
	-webkit-box-shadow: 0 5px 10px #2e4152;
	box-shadow: 0 5px 10px #2e4152;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
#home-intro a.button:hover {background:url(/images/72/button-bg.png) 0 -40px repeat-x;}





#slideshow {
 width: 630px;
 height: 293px;
 position: absolute;
 left: 330px;
 top: 0px;
}
#slideshow ul {
 width: 630px;
 height: 293px;
 list-style-type: none;
}
#main-content {
 background: url( '/images/72/home-main-content-bg.png' ) no-repeat top center;
 position: relative;
}
body.inside #main-content {
 background: url( '/images/72/inside-main-content-bg.png' ) no-repeat top center;
 position: relative;
}
#main-content-container {
 width: 960px;
 margin: 0px auto;
}

#sidebar {
 width: 297px;
 float: right;
}
body.inside #sidebar {
 margin-top: -46px;
}
#sidebar .title {
 padding: 0px 15px;
}
#sidebar .content {
 padding: 15px;
}

#content-wrapper {
 width: 660px;
}
#content {
 padding: 15px 15px 15px 0px;
}

#footbar-wrapper {
 background: url( '/images/72/footbar-wrapper-bg.jpg' ) repeat-x;
}

#footbar {
 background: url( '/images/72/footbar-bg.jpg' ) no-repeat top center;
 width: 960px;
 margin: 0px auto 20px auto;
 text-align: center;
 color: #fff;
}

#footer-nav ul {
 list-style-type: none;
 text-align: center;
 padding-top: 25px; 
 padding-bottom: 25px;
}
#footer-nav ul li {
 display: inline;
}
#footer-nav ul li a {
 color: #fff;
 text-decoration: none;
 padding: 0px 5px;
}

#copyright {
 padding-bottom: 5px;
}

#designed-by a {
 color: #fff;
 text-decoration: none;
 background: url( '/images/72/doncor-logo.gif' ) no-repeat bottom center;
 height: 65px;
 display: block;
}

