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

/**********************************/
/* Universal style rule           */
/**********************************/
* {
	margin: 0;
	padding: 0;
	outline: 0;
	border: 0;
}

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_bg2.jpg);
	background-repeat: repeat-y;
}


/**********************************/
/* header                         */
/**********************************/
#header {
	height: 180px;
	background-image: url(images/layout/header.jpg);
	background-repeat: no-repeat;
}

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


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

#leftsidebar img {
	margin: 0 auto;
	text-align: center;
	display:block;
}

#leftsidebar ul {
	width:160px;
	list-style-type: none;
	font-size: 12px;
	color: #364F71;
	font-weight: bold;
}

#leftsidebar li {
	line-height: 14px;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	vertical-align: middle;
}

#leftsidebar a {
	padding: 3px 0 5px 10px;
	border-top: 1px solid #E0DFCD;
	border-bottom: 1px solid #CC9;
	width: 150px;
 }
 
#leftsidebar li a:link, #leftsidebar li a:visited {
	color: #364F71;
  text-decoration: none;
	display:block;
	width: 150px;
}
#leftsidebar li a:hover {
	color: #E0DFCD;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	background-color: #364F71;
}
#leftsidebar li a:active {
	color: #364F71;
	background-color: #E0DFCD;
}

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

#leftsidebar a.img {
	padding: 0;
	border: 0;
	background: none;
}

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

#leftsidebar p.label {
	margin: 0;
	height: 28px;
	margin-top: 20px;
	text-align: center;
	font-weight: bold;
	background-image: url(images/seperator_sidebars.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
}

#leftsidebar img.val {
	margin: 10px auto;
	width:88px; 
	height:31px;
}


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

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

#content h2 {
	color: #364F71;
	font-size: 13px;
	font-style:italic;
}

#content h3 {
	font-size: 13px;
	margin-bottom: 5px;
	background-color: #364F71;
	color: #E0DFCD;
}

#content h4 {
	font-size: 13px;
	margin-bottom: 5px;
}

#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;
}

#content img.sept {
	/* seperator use for top */
	margin-top:25px; 
	width:468px; 
	height:12px;
}

#content img.sepb {
	/* seperator use for bottom */
	margin-bottom:25px; 
	width:468px; 
	height:12px;
}

#content img.port {
	/* portfolio page images */
	float:left; 
	margin-right:10px; 
	border:none;
	width:200px; 
	height:120px;
}


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

#rtsidebar h3 {
	margin-bottom: 5px;
	font-size: 14px;
	color: #364F71;
}

#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 p.more {
	margin-top: 20px;
	color: #364F71;
	font-weight: bold;
}

#rtsidebar p.partner {
	margin-bottom:15px;
	text-align: center;
	font-size: 10px;
	padding-bottom: 3px;
}

#rtsidebar img.sep {
	margin:20px 0; 
	width:143px; 
	height:15px;
}

#rtsidebar img.awards {
	margin-top: 15px;
	border: 1px solid #000;
	width:115px;
}

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

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

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

#rtsidebar ul {
	list-style-type: none;
	font-size: 11px;
}

#rtsidebar li {
	text-align: left;
	padding-bottom:5px;
}


/**********************************/
/* 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;
}

#footer span {
	padding-left: 30px;
}

#footer p.bot {
	height: 97px;
	background-color:#C9C7A7;
	background-image: url(images/layout/footer_bot2.jpg);
	background-position: top;
	background-repeat: no-repeat;
}


/**********************************/
/* 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 */
	margin-right:125px;
	float:right; 
	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;
	border: 1px solid #900;
}


/**********************************/
/* 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;
}


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

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

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

.md_blue{
	color: #364F71
}

.burg {
	color: #900
}


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

.lt_blue{
	color: #A1B9D1
}

.ornge {
	color: #D97700
}

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