/* PAGE ELEMENTS */
body {
	background-image: url(/include/img/design/bg_page_static.png);
	background-repeat: repeat;
	margin: 0px;
	height: 100%;
    padding: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
}
img {
	border: 0px;
}
form {
	margin: 0px;
	padding: 0px;
}
p {
	margin-top: 0px;
	line-height: 25px;
}
p a, table a {
	margin-left: 2px;
	margin-right: 2px;
	text-decoration: none;
	color: #0000FF;
	border-bottom: 1px solid #0000FF;
}
p a:visited, table a:visited {
	border: 0px;
}
input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #FFFFFF;
	border: 1px solid #DDDDDD;
	width: 300px;
	margin: 1px;
	padding: 2px;
}
input[type="image"] {
	border: 0px;
	width: auto;
	margin: auto;
	padding: auto;
}
input[type="button"], input[type="submit"], .btn {
	cursor: pointer;
	width: 125px;
	height: 35px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image: url(/include/php/btn.php?w=125&h=35);
	background-repeat: repeat-x;
	border: 0px; /* Required for IE */
	margin: 3px;
}
.opt { /* For Checkboxes and Radio Buttons. Needed for IE */
	cursor: pointer;
	border: 0px; /* Required for IE */
	width: auto;
}
label {
	cursor: pointer;
}
li {
	line-height: 25px;
}
li a {
	text-decoration: none;
	color: #0000FF;
	border-bottom: 1px solid #0000FF;
}
li a:visited {
	border: 0px;
}
textarea {
	margin: 2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #FFFFFF;
	border: 1px solid #DDDDDD;
	width: 300px;
	padding: 2px;
}






/* DESIGN SECTIONS */
#main-container {
	background-image: url(/include/img/design/bg_page.png);
	background-repeat: repeat-x;
	padding-left: 40px;
	padding-right: 40px;
	margin: 0px;
	height: 600px;
	overflow: visible;
}
#header {
	height: 115px;
}
#logo {
	float: left;
	padding-left: 7px;
	padding-top: 36px;
}
#mini-menu {
	float: right;
	padding-right: 15px;
}








#login {
	font-size: 14px;
	font-weight: normal;
	color: #FFFFFF;
}
#login-head {
	background-image: url(/include/img/design/sidenav_login.png);
	background-repeat: no-repeat;
	width: 229px;
	height: 29px;
}
#login-body {
	background-image: url(/include/img/design/sidenav_bg.png);
	padding: 7px;
	display: none;
}
#login-body div{
	padding-left: 3px;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #DEDEDE;
	margin-bottom: -2px;
}
#login-foot {
	background-image: url(/include/img/design/sidenav_bottom.png);
	background-repeat: no-repeat;
	width: 229px;
	height: 4px;
}
.login-input {
	width: 209px;
	height: auto;
	border: 1px solid #5B5B5B;
	margin: 3px;
	font-size: 13px;
	border: 0px;
	margin-bottom: 10px;
	background-image: url(/include/img/design/gui_form.png);
}
#promo {
	padding-top: 45px;
	/*text-align: center;
	margin-left: auto;
	margin-right: auto;*/
	margin-left: 300px;
}
.coupon {
	display: inline;
	padding: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 20px;
	margin: 4px;
	border: 1px solid #000000;
	color: #252525;
	background-image: url(/include/img/cut.png);
	background-repeat: no-repeat;
	background-color: #D1E9AA;
}
.coupon a {
	color: #252525;
	text-decoration: none;
}



#document {
	width: 100%;
}
#nav-bar {
	float: left;
	width: 200px;
	margin-right: 15px;
}
#nav a {
	display: block;
}
#nav-current {
	background-color: #FFFFFF;
}
.nav-separator {
	height: 25px;
}





#nav-under {
	margin-top: 25px;
	text-align: center;
}
.main_menu {
	border-bottom: 1px solid #252525;
	border-top: 4px solid #252525;
	background-image: url(/include/img/design/bg_menu.png);
	background-repeat: repeat;
}
.call-head {
	color:#252525;
	font-size: 16px;
}
.call-num {
	color:#252525;
	font-size: 30px;
	font-family: "Times New Roman", Times, serif;
}
.call-num a {
	color: #252525;
	text-decoration: none;
}






#plug {
	margin-left: 0px;
	float: left;
	width: 10px;
	height: 215px; /* Inital start height of plug - 285 */
	background-image: url(/include/img/design/bg_plug_top.png);
	background-repeat: no-repeat;
}
#plug img {
	border: 0px;
	width: 10px;
}







#content-container {
	margin: 0px;
	margin-left: 215px;
	background-image: url(/include/img/design/bg_plug.png);
	background-repeat: repeat-y;
}
#content-background {
	margin-left: 25px;
	background-color: #FFFFFF;
}
#content-head {
	background-color: #DDDDDD;
	border-bottom: 4px solid #252525;
	background-image: url(/include/img/design/bg_menu.png);
	background-repeat: repeat;
}
#sub-nav {
	display: block;
	padding: 15px;
}
#sub-nav a {
	padding: 6px;
	margin-left: 2px;
	margin-right: 2px;
	border: 1px solid #BBBBBB;
	text-decoration: none;
	font-weight: bold;
	color: #252525;
	line-height: 40px;
}
#sub-nav a:hover {
	background-color:#EFEFEF;
}
a#sub-nav-current {
	font-weight: bold;
	font-size: 16px;
	background-color:#FFFFFF;
	padding: 10px;
}
a:hover#sub-nav-current {
	background-color:#FFFFFF;
}









#content {
	background-color: #FFFFFF;
	padding: 15px;
	font-size: 16px;
	background-image: url(/include/img/design/bg_document.png);
	background-repeat: no-repeat;
	background-position: right top;
	clear: right;
}
#content h1 {
	margin-top: 0px;
	font-size: 22px;
}
#content h2 {
	margin-bottom: 0px;
	padding-top: 20px;
	font-size: 20px;
}
#content h3 {
	margin-bottom: 0px;
	font-size: 18px;
	color: #555555;
	font-style:italic;
}
.content-minheight {
    float: right;
    width: 1px;
	height: 305px;
}
.content-clear {
    clear: both;
    height: 1px;
    overflow: hidden;
}




.sidebar { /* Removed Style*/
	display:none;
}
#doc-sidebar {
	float: right;
	text-align: center;
	padding: 10px;
	padding-top: 0px;
	width: 250px;
}







#content-footer {
/*	margin-bottom: 10px;
	margin-right: 0px;
	padding-top: 10px;
	font-size: 10px;
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;*/
	background-color: #DDDDDD;
	border-top: 1px solid #252525;
	border-bottom: 1px solid #252525;
	background-image: url(/include/img/design/bg_menu.png);
	background-repeat: repeat;
	margin-bottom: 5px;
	clear: right;
}
#content-footer-notice {
	padding: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
}
#content-footer-notice a {
	color: #000000;
	text-decoration: none;
}
#content-footer-nav div a {
	padding: 10px;
	padding-top: 7px;
	padding-bottom: 7px;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
}
#content-footer-nav div {
	padding-top: 0px;
}



/* SITE WIDE SPECIAL STYLES */
/* Pricing */
.option-block { 
	width:260px;
	background-image: url(/include/img/design/gui_form.png);
	background-repeat: repeat;
	border: 1px solid #BBBBBB;
	border-top: 3px solid #BBBBBB;
	display:block;
	padding: 5px;
	margin: 25px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.option-block-title {
	font-size: 20px;
	font-style: italic;
	height: 55px;
	padding-left: 55px;
}
.option-block-price {
	font-family: Arial, Helvetica, sans-serif;
	margin: -25px;
	background-image: url(/include/img/design/bg_price.png);
	background-repeat: no-repeat;
	float: left;
	height: 71px;
	width: 70px;
	color: #252525;
	text-align: center;
	line-height: 25px;
	font-size: 20px;
	padding-top: 15px;
	position: relative;
}
.option-block-price small {
	font-size: 10px;
	line-height: 14px;
	display: block;
}
.option-block-descr {
	font-size: 13px;
	line-height: 25px;
}







/* Pricing */
.est-block { 
	background-image: url(/include/img/design/gui_form.png);
	background-repeat: repeat;
	border: 1px solid #BBBBBB;
	border-top: 3px solid #BBBBBB;
	display:block;
	padding: 5px;
	margin-right: 10px;
	margin-bottom: 10px;
}
.est-block-title {
	font-size: 20px;
	font-style: italic;
	display: block;
	text-indent: -25px;
	margin-left: 25px;
}
.est-block-title input {
	cursor: pointer;
	border: 0px; /* Required for IE */
	width: 22px;
	background: transparent;
}
.est-block-descr {
	font-size: 13px;
	line-height: 25px;
	padding-left: 25px;
}




/* Forms */
.form-block {
	width:350px;
	background-image: url(/include/img/design/gui_form.png);
	background-repeat: repeat;
	border: 1px solid #DDDDDD;
	border-top: 3px solid #DDDDDD;
	display:block;
	margin-top: 5px;
}
.form-block div {
	margin: 15px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.form-block div div {
	margin: 0px;
}
.form-block table {
	margin-top: 30px;
}
.form-block table td {
	padding-bottom: 10px;
}



/* Floating */
.float-right {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
	text-align: center;
}
.float-left {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}


/* Overlay */
#overlay {
    visibility: hidden;
    position: absolute;
    left: 0px;
    top: 0px;
    height:100%;
    z-index: 1000;
	background-image:url(/include/img/design/bg_overlay.png);
	width: 100%;
}
#overlay-container {
	margin: 30px;
}
#overlay-window {
	border-top: 4px solid #252525;
	border-bottom: 1px solid #252525;
	background-image: url(/include/img/design/bg_menu.png);
	background-repeat: repeat;
    text-align:center;
	padding: 15px;
}
#overlay-menu {
	float: right;
	margin-top: -15px;
	margin-right:105px;
}
#overlay-content {
	padding:10px;
	background-color: #FFFFFF;
	border: 1px solid #BBBBBB;
}



/* SPECIFIC PAGE STYLES
/* Portfolio */
.portfolio div {
	height: 150px;
}
.portfolio img {
	float: left;
	margin-right: 10px;
}
.portfolio a {
	text-decoration: none;
	padding: 0px;
}
.portfolio b {
	color: #252525;
	font-size: 18px;
}




/* Blog */
.blog-head {
	display: block;
	background-color: #EEEEEE;
}
.blog-date {
	margin: 0px;
	background-image: url(/include/img/design/bg_date_blog.png);
	background-repeat: no-repeat;
	width: 40px;
	height: 35px;
	font-family: "Courier New", Courier, mono;
	color: #FFFFFF;
}
.blog-date b{
	font-size: 12px;
	font-weight: normal;
	text-align: center;
	display: block;
	padding: 0px;
}
.blog-date i{
	font-style: normal;
	font-size: 17px;
	text-align: center;
	display: block;
	padding: 0px;
}
.blog-head h1{
	line-height: 45px;
	vertical-align: middle;
}
.blog-body {
	margin-bottom: 15px;
}
.blog-body p{
	padding: 5px;
}





/* Labs */
table.dir {

}
table.dir td {
	padding-bottom: 14px;
}
table.dir td a {
	font-size: 18px;
	margin: 0px;
	border: 0px;
}
table.dir td div {
	font-size: 12px;
	color: #7F7F7F;
	padding-top: 2px;
}



.code {
	width:500px;
	line-height: 20px;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	border: 1px solid #252525;
	padding: 0px;
	background-image: url(/include/php/codenumber.php?lines=300);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding-left: 55px;
}
.demo {
	width: 500px;
	height: 218px;
	border: 1px solid #252525;
	background-image: url(/include/img/design/bg_code.png);
	background-repeat: repeat-y;
	background-position: 0px 0px;
	padding-left: 55px;
}
.comment {
	width:500px;
	line-height: 20px;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	border: 1px solid #252525;
	padding: 0px;
	background-image: url(/include/img/design/bg_code.png);
	background-repeat: repeat-y;
	background-position: 0px 0px;
	padding-left: 55px;
}