@charset "utf-8";
/* CSS Document */

/**********************************/
/* Universal style rule           */
/**********************************/
* {
	margin: 0;
	padding: 0;
	outline: 0;
/*	temporary borders */
/*	border: dashed 1px #ff0000;*/
}

body {
	background-color: #C9C7A7;
	background-image: url(images/layout/wings.jpg);
	background-position: top;
	background-repeat: no-repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000;
}
 
#wrapper {
	margin: 0 auto;
	width: 832px;
	background-image: url(images/layout/wrapper_bg.jpg);
	background-repeat: repeat-y;
}


/**********************************/
/* header                         */
/**********************************/
#header {
	height: 172px;
}

#header div.top {
	height: 60px;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
}

#header div.mid {
	height: 51px;
	background-image: url(images/layout/header_mid.jpg);
	background-repeat: no-repeat;
}

#header p {
	padding-top: 10px;
	padding-left: 25px;
	text-align: center;
	color: #E0DFCD;
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
}

#header div.bot {
	height: 61px;
}


/**********************************/
/* holds sidebbars and content    */
/**********************************/
#bodywrap {
	min-height: 500px;
}


/**********************************/
/* left sidebar                   */
/**********************************/
#leftsidebar {
	margin-left: 16px;
	float: left;
	display: inline;
	width: 160px;
}

#leftsidebar a.nav {
	font-size: 12px;
	color: #364F71;
	font-weight: bold;
	line-height: 14px;
	text-decoration: none;
	display: block;
	text-align: left;
	vertical-align: middle;
	padding: 3px 0 5px 10px;
	border-top: 1px solid #E0DFCD;
	border-bottom: 1px solid #CC9;/* #CCCC99 */
}
#leftsidebar a.nav:link, #leftsidebar a.nav:visited {
	color: #364F71;
}
#leftsidebar a.nav:hover {
	color: #E0DFCD;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	background-color: #364F71;/*#CCCC99*/
}
#leftsidebar a.nav:active {
	color: #364F71;
	background-color: #E0DFCD;
}

#leftsidebar a.navbr { /* border for top of seperated nav */
	border-top: 1px solid #CC9;
}

#leftsidebar a.img { /* img nav */
	border: 0;
	background: none;
}
#leftsidebar a.img:link, #sidebar a.img:visited { /* img nav */
	border: 0;
}
#leftsidebar a.img:hover { /* img nav */
	border: 0;
}
#leftsidebar a.img:active { /* img nav */
	border: 0;
}


#leftsidebar img {
	border: 0;
	text-align: center;
}

#leftsidebar p {
	margin: 0 5px;
	margin-bottom: 15px;
	text-align: left;
}


/**********************************/
/* content                        */
/**********************************/
#content {
	margin-left: 12px; /* 188 */
	width: 468px;
	float: left;
	text-align: left;
}

#content h1 {
	font-size: 14px;
	color: #364F71;
	padding-bottom: 15px;
}

#content h2 { /* used on inc_dbase.php page */
	color: #364F71;
	font-size: 13px;
	font-style:italic;
}

#content h3 {
	font-size: 13px;
	padding-bottom: 15px;
}

#content p {
	padding-bottom: 15px;
}

#content ul, #content ol {
	margin-bottom: 15px;
	padding: 0 0 0 40px;
}

#content li {
	margin-bottom: 5px;
}

#content a {
	color: #364F71;
	text-decoration: underline;
}
#content a:link, #content a:visited {
	color: #364F71;
	text-decoration: underline;
}
#content a:hover {
	color: #900;
	text-decoration: underline;
}
#content a:active {
	color: #364F71;
	text-decoration: underline;
}


/**********************************/
/* right side bar                 */
/**********************************/
#rtsidebar {
	margin-left: 669px;
	margin-right: 20px;
	width: 143px;
	text-align: center;
}

#rtsidebar img {
	border: 0;
}

#rtsidebar a {
	color: #364F71;
	text-decoration: underline;
}
#rtsidebar a:link, #rtsidebar a:visited {
	color: #364F71;
	text-decoration: underline;
}
#rtsidebar a:hover {
	color: #900;
	text-decoration: underline;
}
#rtsidebar a:active {
	color: #364F71;
	text-decoration: underline;
}

#rtsidebar p{
	margin-bottom: 15px;
}

#rtsidebar img.rtbar {
	margin-top: 15px;
}

#rtsidebar img.brdrblk {
	border: 1px solid #000;
}


/**********************************/
/* footer                         */
/**********************************/
#footer {
	background-image: url(images/layout/footer_mid.jpg);
	background-repeat: repeat-y;
	clear: both;
	text-align: center;
	font-size: 11px;
	color: #364F71;
	font-family: Arial, Helvetica, sans-serif;
}

#footer p{
	margin-bottom:15px;
}

#footer a {
	font-size: 11px;
	color: #364F71;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}
#footer a:link, #footer a:visited {
	color: #364F71;
	text-decoration: none;
}
#footer a:hover {
	color: #900;
	text-decoration: underline;
}
#footer a:active {
	color: #364F71;
	text-decoration: none;
}


/**********************************/
/* website design packages page   */
/**********************************/
#webdes {
	margin: 0 auto;
	margin-top: 10px;
	width: 420px;
	padding: 1px;
	background-color: #FFF;
	border: 1px solid #CCC;
}
	
#webdes table {
	margin: 0 auto;
	width: 420px;
	border-collapse: collapse;
	text-align: left;
}


/**********************************/
/* hosting plans page             */
/**********************************/
#hostplan {
	margin: 0 auto;
	margin-bottom: 2px;
	width: 420px;
	padding: 1px;
	background-color: #FFF;
	border: 1px solid #CCC;
}
	
#hostplan table.hostplan {
	margin: 0 auto;
	width: 420px;
	border-collapse: collapse;
}

#hostplan tr.hostplanlabel {
	text-align: center;
	vertical-align: middle;
	font-weight: bold;
	font-style: italic;
}
#hostplan td.hostplanlabel_1 {
	width: 164px; /* 165-brdr */
	height: 54px;
	background-color: #FFF;
	color: #364F71;
	border-bottom: 1px solid #CCC;
	border-right: 1px solid #CCC;
}
#hostplan td.hostplanlabel_2 {
	width: 84px; /* 85-brdr */
	background-color: #FFF7D5;
	border-bottom: 1px solid #CCC;
	border-right: 1px solid #CCC;
}
#hostplan td.hostplanlabel_3 {
	width: 84px; /* 85-brdr */
	background-color: #FFEDA6;
	border-bottom: 1px solid #CCC;
	border-right: 1px solid #CCC;
}
#hostplan td.hostplanlabel_4 {
	width: 85px;
	background-color: #FFE784;
	border-bottom: 1px solid #CCC;
}

#hostplan tr.hostplan {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
#hostplan td.hostplan_1 {
/*	width: 160px; /* 165-pad & brdr */
	padding: 2px;
	background-color: #FFF;
	text-align: left;
	border-bottom: 1px solid #CCC;
	border-right: 1px solid #CCC;
}
#hostplan td.hostplan_2 {
/*	width: 80px; /* 85-pad & brdr
	padding: 2px; */
	background-color: #FFF7D5;
	border-bottom: 1px solid #CCC;
	border-right: 1px solid #CCC;
}
#hostplan td.hostplan_3 {
/*	width: 80px; /* 85-pad & brdr
	padding: 2px; */
	background-color: #FFEDA6;
	border-bottom: 1px solid #CCC;
	border-right: 1px solid #CCC;
}
#hostplan td.hostplan_4 {
/*	width: 81px; /* 85-pad
	padding: 2px; */
	background-color: #FFE784;
	border-bottom: 1px solid #CCC;
}


/**********************************/
/* CMS page                       */
/**********************************/
#cms {
	margin: 0 auto;
	margin-top: 10px;
	width: 420px;
	padding: 1px;
	background-color: #FFF;
	border: 1px solid #CCC;
}
	
#cms table {
	margin: 0 auto;
	width: 420px;
	border-collapse: collapse;
	text-align: left;
}


/**********************************/
/* portfolio page                 */
/**********************************/
.port_name {
	font-size: 10px;
	color: #D97700;
}

.port_text {
	font-size: 10px;
	color: #000;
}


/**********************************/
/* free quote page                */
/**********************************/
#quote {
	text-align: center;
}

#quote div.req {
	font-size: 10px;
	color: #900;
}

#quote div.form {
	margin: 0 auto;
	padding-right: 30px;
	width: 370px; /* not 400 due to padding */
	border: 1px solid #333333;
	background-color: #A1B9D1;
/*	background-color: #A1B9D1;
	border: 2px solid #006699;*/
}

#quote div.fields { /* set parameters for each field row */
	margin-top: 4px;
	width: 370px;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	text-align: right;
}

#quote div.inmsg { /* set parameters for form rows that have messages */
	margin: 5px 0;
	padding: 3px;
	width: 394px; /* not 400 due to padding */
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #900;
	text-align: center;
}

#quote .text { /* form text field */
	width: 200px;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}

#quote .drops { /* form dropdown field */
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}

#quote .textarea { /* form textarea field */
	width: 350px;
	height: 100px;
	overflow: auto;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}

#quote .other { /* form fiels other than above */
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	vertical-align: -15%; /* this moves the radio buttons down even with the text */
}

#quote p.errmsg {
	margin: 0 auto;
	margin-bottom: 15px;
	width: 380px; /* not 400 due to padding */
	padding: 5px 5px 5px 15px;
	text-align: left;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #900;
	background-color: #E0DFCD;
}

#quote .submit { /* submit button */
	font-size: 12px;
	padding: 2px 14px;
}


/**********************************/
/* contact page                   */
/**********************************/
#contact {
	text-align: center;
	margin-top: 25px;
}

#contact div.info {
}

img.map {
	float: right;
	margin-right: 20px;
/*	width: 115px;
	border: 1px solid #000; */
}

#contact div.form {
	margin: 0 auto;
	padding-left: 25px;
	width: 375px; /* not 400 due to padding */
	border: 1px solid #333333;
	background-color: #A1B9D1;
}

#contact div.req {
	font-size: 10px;
	color: #900;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
}

#contact div.fields { /* set parameters for each field row */
	margin-top: 4px;
	width: 370px;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	text-align: left;
}

#contact .text { /* form text field */
	width: 200px;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}

#contact .textarea { /* form textarea field */
	width: 350px;
	height: 100px;
	overflow: auto;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}

#contact p.errmsg {
	margin: 0 auto;
	margin-bottom: 15px;
	width: 380px; /* not 400 due to padding */
	padding: 5px 5px 5px 15px;
	text-align: left;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #900;
	background-color: #E0DFCD;
}

#contact .submit { /* submit button */
	font-size: 12px;
	padding: 2px 14px;
}


/**********************************/
/* sitemap & cool_stuff pages     */
/**********************************/
.arrows {
	color: #D97700;
	font-weight: bold;
}

.map_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#content a.map {
	font-size: 12px;
	color: #D97700;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-style: italic;
	text-decoration: none;
	padding-left: 15px;
}
#content a.map:link, #content a.map:visited {
	color: #D97700;
	text-decoration: none;
}
#content a.map:hover {
	color: #000;
	text-decoration: underline;
}
#content a.map:active {
	color: #D97700;
	text-decoration: none;
}


/**********************************/
/* domain name page               */
/**********************************/
#domains {
	margin: 0 auto;
	width: 379px;
}

#domains table {
	width: 379px;
	border-collapse:collapse;
	text-align: center;
	background-color: #FC3;
}
#domains tr.dn1 {
	background-color:#FFF;
}
#domains tr.dn2 {
	background-color:#ECF9FF;
}
#domains td {
	padding: 3px 0;
	width: 60px;
	text-align: center;
	font-size: 10px;
	border:1px solid #FC3;
}
#domains td.dn_name {
	font-weight:bold;
}


/**********************************/
/* seo in right sidebar           */
/**********************************/
#seo {
	text-align: center;
}

#seo img {
	margin-bottom: 17px;
}


/**********************************/
/* ecommerce in right sidebar     */
/**********************************/
#ecomm {
	text-align: center;
}

#ecomm img {
	margin-bottom: 17px;
}


/**********************************/
/* database in right sidebar      */
/**********************************/
#dbase {
	text-align: center;
}

#dbase img {
	margin-bottom: 17px;
}


/**********************************/
/* domains in right sidebar       */
/**********************************/
p.domains{
	color: #364F71;
	font-size: 24px;
	font-style:italic;
	font-weight: bold;
	font-variant:small-caps;
}

/**********************************/
/* misc                           */
/**********************************/
p.center {
	text-align: center;
}
div.center {
	text-align: center;
}

.new { /* Use this when showing *NEW pages or items */
	color: #900;
	font-weight: bold;
}

.burg { /* search_engine_optimization_seo.html */
	color: #900
}


/**********************************/
/* might not be using these       */
/**********************************/
.burg {
	color: #900
}

.lt_blue{
	color: #A1B9D1
}

.md_blue{
	color: #364F71
}

.ornge {
	color: #D97700
}

.f10 {
	font-size: 10px
}
-->