/* ******************************************************************************************
						HTML Definitions

******************************************************************************************* */
body {
	background-color: black;
	font-family: arial,sans-serif;
	font-size: 10pt;
	color: white;
}

input, textarea, select {
	color: white;
}
a img {
	border: none;
}

h1, h2, h3, h4, h5, h6 {
	clear: both;
}

p img {
	padding-right: 10px;
}

li em {
	color: gold;
	font-weight: bold;
}

p {
	font-family: verdana, sans-serif;
	font-size: 10pt;
	color: #CACACA;
	background-color: #2e2e2e;
	padding: 10px;
	border: 1px solid black;
}

p.small {
	font-size: 8pt;
}

p.listText {
	font-size: 8pt;
}

a {
	text-decoration: none;
	color: #FFCC0F;
}

a:Visited {
	text-decoration: none;
	color: #FFCC0F;
}

a:Hover {
	text-decoration: underline;
	color: #CACACA;
}

a:Active {
	text-decoration: underline;
	color: #CACACA;
}

a.subMenu {
	font-family: verdana, sans-serif;
	font-size: 8pt;
	font-style: normal;
	color: #CACACA;
	text-decoration: none;
	line-height: 20px;
}

a.subMenu:visited {
	font-family: verdana, sans-serif;
	font-size: 8pt;
	font-style: normal;
	color: #CACACA;
	text-decoration: none;
	line-height: 20px;
}

a.subMenu:hover {
	font-family: verdana, sans-serif;
	font-size: 8pt;
	font-style: normal;
	color: #FFCC0F;
	text-decoration: underline;
	line-height: 20px;
}

a.subMenu:active {
	font-family: verdana, sans-serif;
	font-size: 8pt;
	font-style: normal;
	color: #FFCC0F;
	text-decoration: underline;
	line-height: 20px;
}

h2 {
	font-family: Arial, sans-serif;
	font-size: 10pt;
	font-style: italic;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFCC0F;
	letter-spacing: 2px;
}

hr {
	color: black;
	border: none;
	border-bottom: 1px solid black;
}

h2.box {
	font-size: 11pt;
	background-color: #000066;
	border: 1px solid #686868;
	padding-left: 5px;
	padding-top: 3px;
	padding-bottom: 3px;
}

h2 .price {
	color: white;
	letter-spacing: 3px;
}

ul {
	position: relative;
	left: 20px;
	margin-right: 20px;
}

strong {
	color: gold;
	font-style: italic;
	font-size: 11pt;
}
/* ******************************************************************************************

										Custom Style Definitions

******************************************************************************************* */
#videosSplash {
	text-align: center;
}

div#videos div {
	position: absolute;
	top: 0px;
	width: 600px;
	text-align: center;
}

div#videos {
	position: relative;
	height: 300px;
}
div#pageMenu {
background-color: #2e2e2e;
border: 1px solid black;
padding-bottom: 10px;
margin-right: 10px;
}

div.menuItem {
margin-left: 10px;
min-height: 15px;
clear: both;
}

div.moveHandle {
display: none;
}

div.priceBlock {
background-color: #2e2e2e;
border: 1px solid black;
padding: 5px;
}

div.priceBlock div.row {
clear: both;
height: 20px;
border-bottom: 1px dotted black;
}

div.product {
float: left;
width: 100px;
}

div.price {
float: left;
width: 53px;
text-align: center;
border-left: 1px solid black;
}

div.service {
position: relative;
border-bottom: 1px dotted #898989;
padding-bottom: 5px;
margin-bottom: 20px;
}

div.serviceName {
float:left;
font-size: 16pt;
}

div.servicePrice {
float: right;
font-size: 16pt;
color: #99ccff;
}

div.serviceDesc {
clear:both;
}

div.moreInfo {
float: right;
}
div.cbox {
	background-color: #282828;
	border: 1px solid black;
	padding: 10px;
	margin-right: 3px;
}

div.image {
	float:left;
	padding-right: 10px;
	margin-right: 10px;
	margin-bottom: 5px;
	border-right: 1px solid #727272;
	border-bottom: 1px solid #727272;
	position: relative;
	z-index: 4;
}

div.caption {
	text-align: right;
	font-size: 8pt;
	font-style: italic;
	margin-top: 4px;
	margin-bottom: 5px;
	position: relative;
	z-index: 5;
}
.contentSubNav {
	color: white;
	background-color: #282828;
	position: relative;
	left: 25px;
	font-size: 8pt;
	border: 1px solid #080808;
	text-align: left;
	width: 540px;
	padding: 5px;
	margin-bottom: 25px;
	letter-spacing: 1px;
}

.inlineImage {
	padding-left: 0px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	border: none;
}


.ninefour {
	background-color: #000066;
	height: 50px;
	font-family: arial;
	font-size: 10pt;
	font-weight: bold;
	color: white;
	padding: 10px;
}

.ninesix {
	background-color: #003399;
	height: 50px;
	font-family: arial;
	font-size: 10pt;
	font-weight: bold;
	color: white;
	padding: 10px;
}

.twotwo {
	background-color: #0066CC;
	height: 50px;
	font-family: arial;
	font-size: 10pt;
	font-weight: bold;
	color: white;
	padding: 10px;
}


.conform {
	width: 300px;
	background: transparent;
}


.input {
	background: transparent;
	font-face: arial;
	font-size: 10pt;
	font-weight: bold;
	color: white;
	border: 1px solid white;
}

.activeLink {
	color: white;
}

.inactiveLink {
	color: #898989;
}

.light {
	background-color: #565656;
}

.dark {
	background-color: #343434;
}

.nopadding {
	padding: 0px;
}

.center {
text-align: center;
}
.advertisedPrice {
	font-size: 14pt;
	font-weight: bold;
	color: #FFCC0F;
}

.advertised {
	font-size: 14pt;
}

.special {
	color: #FFCC0F;
	font-weight: bold;
}

.box {
	font-size: 12pt;
	font-weight: bold;
	background-color:#000066;
	border: 1px solid #686868;
	padding-left: 5px;
	padding-top: 3px;
	padding-bottom: 3px;
}

.sideBox {
	text-align: center;
	margin-bottom: 15px;
}

.sideContent p {
	font-size: 8pt;
}
.smallBanner {
	text-align: left;
}

.is_sideHeading {
	position: relative;
	left: -5px;
	background-image: url('img/smallBlankBlue.jpg');
	background-repeat: no-repeat;
	padding-bottom: 10px;
	padding-top: 6px;
	padding-left: 10px;
	font-family: Arial, sans-serif;
	font-size: 9pt;
	font-style: italic;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #FFCC0F;
}

.ms_sideHeading {
	position: relative;
	left: -5px;
	background-image: url('img/smallBlankRed.jpg');
	background-repeat: no-repeat;
	padding-bottom: 10px;
	padding-top: 6px;
	padding-left: 10px;
	font-family: Arial, sans-serif;
	font-size: 9pt;
	font-style: italic;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFCC0F;
	letter-spacing: 2px;
}

.mp_sideHeading {
	position: relative;
	left: -5px;
	background-image: url('img/smallBlankGray.jpg');
	background-repeat: no-repeat;
	padding-bottom: 10px;
	padding-top: 6px;
	padding-left: 10px;
	font-family: Arial, sans-serif;
	font-size: 9pt;
	font-style: italic;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #FFCC0F;
}

#rightBar p {
	margin-right: 13px;
	margin-top: 0px;
	padding-top: 0px;
}

.groupImage {
	padding-right: 10px;
	padding-top:5px;
}

.searchDomains {
	background: transparent;
	border: 1px solid white;
	color: white;
	cursor: pointer;
}
.categoryMenu {
	position: relative;
	float: right;
	z-index: 10;
}

.categoryMenuItem {
	width: 75px;
	text-align: center;
	border: 2px solid black;
	padding: 5px;
	margin: 5px;
}

.categoryMenuItem:hover {
	background-color: #003399;
}

.isHeading {
	width: 605px;
	height: 47px;
	background-image: url('img/bigBlankBlue.jpg');
	position: relative;
	left: -5px;
}

.isHeading h1 {
	font-size: 16pt;
	font-style: italic;
	font-family: Arial;
	padding-left:15px;
	padding-top: 8px;
	color: #FFCC0F;
}
.msHeading {
	width: 605px;
	height: 47px;
	background-image: url('img/bigBlankRed.jpg');
	position: relative;
	left: -5px;
}

.msHeading h1 {
	font-size: 16pt;
	font-style: italic;
	font-family: Arial;
	padding-left:15px;
	padding-top: 8px;
	color: #FFCC0F;
}
.mpHeading {
	width: 605px;
	height: 47px;
	background-image: url('img/bigBlankGray.jpg');
	position: relative;
	left: -5px;
}

.mpHeading h1 {
	font-size: 16pt;
	font-style: italic;
	font-family: arial,sans-serif;
	padding-left:15px;
	padding-top: 8px;
	color: #FFCC0F;
}


.capitalize {
	text-transform: capitalize;
}

.title {
	font-family: Arial, sans-serif;
	font-size: 8pt;
	font-style: italic;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFCC0F;
}
.testimonial {
	position: relative;
	left: 30px;
	width: 92%;
	font-size: 8pt;
	margin-bottom: 20px;
}

.testimonialText {
	font-style: italic;
}

.testimonialSource {
	position: relative;
	left: 150px;
	margin-top: 10px;
}

.clientImage {
	float: left;
	padding-right: 10px;
	vertical-align: top;
}

.clientImage img {
	margin-top: 17px;
	margin-bottom: 10px;
	border: 1px solid #444444;
}

.clientText {
	position: relative;
	top: 0px;
}

.loginForm {
	position: relative;
	width: 300px;
	left: 150px;
}

.grayBox {
	display: block;
	width: 90%;
	position: relative;
	left: 40px;
	background-color: #181818;
	border: 1px solid black;
	padding: 5px;
}

.userNameRow {
	display: table-row;
	height: 20px;
}

.userName {
	display:table-cell;
	padding: 10px;
}

.userNameInput {
	display:table-cell;
}

.loginForm input {
	background: transparent;
	border: 1px solid white;
	color: white;
}

.passwordRow {
	display: table-row;
}

.password {
	display: table-cell;
	padding: 10px;
}

.passwordInput {
	display:table-cell;
}

.submit {
	text-align: center;
}

.submit input {
	background: transparent;
	border: 1px solid white;
	color: white;
	cursor: pointer;
	margin: 10px;
}
.sideBox {

}

.clear {
	clear: both;
}


/* ******************************************************************************************

										Website Layout Definitions

******************************************************************************************* */
#jsLogin {
	display: none;
	position: absolute;
	right: 10px;
	top: 20px;
	background-color: #2e2e2e;
	border: 1px solid black;
}

#jsLogin {
	display: none;
	position: absolute;
	right: 10px;
	top: -50px;
	width: 375px;
	padding-left:10px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #2e2e2e;
	border: 1px solid black;
}

.jsLoginElement {
	float: left;
	padding-right: 5px;
}

.jsLoginElement input {
	border: 1px solid black;
	width: 100px;
	background-color: #4e4e4e;
	padding-left: 5px;
	padding-right: 5px;
}
div#alertStatus {
	display: none;
	background-color: #2e2e2e;
	border: 1px solid black;
	position: absolute;
	top: -50px;
	right: 10px;
	width: 200px;
	font-size: 14pt;
	font-weight: bold;
	font-style: italic;
	color: yellow;
	text-align: center;
}

#body {
	position: relative;
	width: 800px;
	text-align: left;
}

#header {
	position: relative;
	height: 57px;
}

#logo {
	position: absolute;
	left: -52px;
}

#logoTop {
	position: absolute;
	top: -9px;
}

#logoBottom {
	position: absolute;
	top: 57px;
}

#navTop {
	position: relative;
	width: 100%;
}

#heading {
	position: absolute;
	left: 60px;
}

#siteNav {
	position: absolute;
	right: 0px;
}

#navigation {
	position: absolute;
	left: 60px;
	top: 36px;
	width: 740px;
	height: 21px;
	background-image: url('img/buttons/button_bg.jpg');
	background-repeat: repeat-x;
}

#banner {

}

#contentBox {
	position: relative;
	width: 100%;
	background-color: #343434;
}

#content {
	position: relative;
	float: left;
	border-right: 1px solid black;
	margin-right: 0px;
	margin-left: 5px;
	margin-bottom: 10px;
	margin-top: 10px;
	padding-left: 5px;
	padding-right: 5px;
}

#content {
	width: 620px;
}

#rightBar {
	position: relative;
	float: right;
	width: 170px;
	margin-top: 10px;
}

#footer {
	color: white;
	font-size: 8pt;
	margin-top: 10px;
}
