<?php header("Content-type: text/css"); ?>

html { height: 100%; min-height: 100%; }


body.digiworks {
		
	font-family: Arial,Verdana,Helvetica,sans-serif;
	font-size: 11px;
	
	margin: 0px;
	background-color: #ADADAD;
	
	color: #333333;
	
}


p { margin-top: 2px; margin-bottom: 8px; }


p.spaced {
	
	margin-top: 2px;

	font-size: 11px;
	line-height: 16px;
	
	letter-spacing: 0px; 
	
	color: #666666;

}

p.spaced_main {
	
	margin-top: 2px;
	margin-bottom: 6px;

	font-size: 11px;
	line-height: 16px;
	
	letter-spacing: 0px; 
	
	color: #222222;

}

li.spaced_main {
	
	margin-top: 2px;
	margin-bottom: 6px;

	font-size: 11px;
	line-height: 16px;
	
	letter-spacing: 0px; 
	
	color: #222222;

}

p.spaced_leftside {
	
	margin-top: 8px;
	margin-bottom: 6px;

	font-size: 11px;
	line-height: 16px;
	
	letter-spacing: 0px; 
	
	color: #222222;

}


p.spaced_readmore {
	
	margin-top: 8px;
	margin-bottom: 0px;

	font-size: 11px;
	line-height: 14px;
	
	letter-spacing: 0px; 

}


p.headingSmall {
	font-size: 13px;
	font-weight: bold;
}



h1.headingLarge {
	font-size: 18px;
	font-weight: bold;
	font-family: Arial,Helvetica,sans-serif;
	letter-spacing: 1px;
	color: #09407C; letter-spacing:.5px;
	
	margin: 0px;
}


h2.headingSmall {
	font-size: 13px;
	font-weight: bold;
	font-family: Arial,Helvetica,sans-serif;
	letter-spacing: 0px;
	color: #15457B;
	
	margin: 0px;
}

h2.headingDomainAvailable {
	font-size: 14px;
	font-weight: bold;
	font-family: Arial,Helvetica,sans-serif;
	letter-spacing: 0px;
	color: #479031;
	
	margin: 0px;
	margin-top: 10px;
}

h2.headingDomainTaken {
	font-size: 14px;
	font-weight: bold;
	font-family: Arial,Helvetica,sans-serif;
	letter-spacing: 0px;
	color: #903131;
	
	margin: 0px;
	margin-top: 10px;
}

h2.headingDomainError {
	font-size: 14px;
	font-weight: bold;
	font-family: Arial,Helvetica,sans-serif;
	letter-spacing: 0px;
	color: #3E608B;
	
	margin: 0px;
	margin-top: 10px;
}

img{ border:none;}


/* General Links */
a:link, a:active, a:visited {

	color: #15457B;
	text-decoration: none;
	
}

a:hover {

	color: #47719E;
	text-decoration: none;
	border-bottom: 1px dotted #CCCCCC;
	
}



.divBody {
	
	position: absolute;
	
	width: 100%;
	height: auto;
	
	background-color: transparent;
	
	
	
}


.divSite {
	
	position: relative;
	
	margin-left: auto;
	margin-right: auto;
	
	width: 880px;
	height: 100%;
	
	background-color: transparent;
	
	background-image: url(../Media/Site/Background/Bgn_Site.png);
	background-repeat: repeat-y;
	
	/*border-left: 1px solid #333333;
	border-right: 1px solid #333333;*/
	
	z-index: 10;
	
	
}


.divHeader {
	
	position: relative;
	
	top: 0px;
	left: 20px;
	
	width: 838px;
	height: 90px;
	
	background-image: url(../Media/Site/Background/Bgn_Header.jpg);
	background-repeat: repeat-x;
	background-color: white;
	
	border-left: 1px solid #333333;
	border-right: 1px solid #333333;
	
	z-index: 98;
	
}


.divHeader_Logo {
	
	position: absolute;	
	top: 13px;
	left: 20px;	
	width: 250px;
	height: 77px;	
	z-index: 100;
}

.divHeader_BigD {
	
	position: absolute;
	
	top: 0px;
	left: 300px;
	
	width: 385px;
	height: 90px;
	
	background-image: url(../Media/Site/Background/Bgn_Header_Big.jpg);
	background-repeat: no-repeat;
	
	z-index: 100;
	
}


.divHeader_QuickLinks { 
	
	position: absolute;
	width: 417px;
	margin-top: 20px;
	text-align: right;
	z-index: 110; margin-left:400px; padding:0px;
	
}

.inputJumpMenu {
	
	font-size: 11px;
	padding: 1px;	
	
}


.divMenuBannerBar {
	
	background-image: url(../Media/Site/Background/Bgn_MenuBannerBar.jpg);
	background-repeat: repeat-x;
	
	background-color: #537CA8;
	
	position: relative;
	
	top: 0px;
	left: 20px;
	
	width: 838px;
	height: 250px;
	
	border-left: 1px solid #333333;
	border-right: 1px solid #333333;
	
}


.divMenuBlock {
	
	position: absolute;
	
	left: 20px;
	top: 0px;
	
	width: 230px;
	height: 250px;
	
	behavior: url(csshover.htc);
	
	background-color: #FFFFFF;
	
}


.cellMenuItem {
	
	height: 24px;
	line-height: 24px;
	
	padding-left: 10px;
	padding-right: 10px;
	
	font-weight: bold;
	letter-spacing: 1px;
	
	border-bottom: 1px dotted #D1D1D1;
	
}


.rowMenuItem :hover {
	
	background-color: #EEEEEE;
	
}


	.cellMenuItem a:link, .cellMenuItem a:visited, .cellMenuItem a:active {
		color: #15457B;
		text-decoration: none;
	}
	
	.cellMenuItem a:hover {
		color: #47719E;
		text-decoration: none;
		border-bottom: 0px;
	}



.divTopBanner {
	position: absolute;
	top: 90px;
	left: 270px;
	z-index: 999;
	border: 0px solid green;
	width: 589px;
	height: 270px;
	overflow: hidden;
	
}




.divHomePageBoxes {
	
	position: relative;	
	top: 0px;
	left: 20px;	
	width: 818px;
	height: 250px;	
	padding-top: 16px;	
	border-left: 1px solid #333333;
	border-right: 1px solid #333333;	
	z-index: 110; 
	padding-left:20px;
 
	
}


.divHomePageServiceBox {
	
	float: left; 	
	width: 145px; 	
	margin-right: 18px; padding:0px; 	 
	background-color: white;
	
}



.divMainBox {
	position: relative;
	top: 0px;
	left: 20px;
	width: 838px;
	height: 1100px;
	background-image: url(../Media/Site/Background/Bgn_BigGrey.png);
	background-repeat: repeat-x;
	background-color: white;
	border-left: 1px solid #333333;
	border-right: 1px solid #333333;
	border-top: 0px dotted #333333;
	z-index: 120;
	
}


.divFeaturedProject {
	
	position: absolute; 
	
	top: 10px; 
	left: 10px; 
		
	width: 220px; 
	height: 350px; 
	
	/*border: 1px solid red;*/
	
}

.divFeaturedPic {
	
	position: relative;
	
	top: 10px;
	left: 0px;
	
	width: 216px;
	height: 134px;
	
	border: 1px solid #333333;
	
}


.divFeaturedText {
	
	position: relative;
	
	top: 16px;
	left: 0px;
	
	width: 216px;
		
}


.divMonthlyNewsletter {
	
	position: absolute; 
	
	top: 380px; 
	left: 10px; 
		
	width: 220px; 
	height: 350px; 
	
	/*border: 1px solid red;*/
	
}


.divMonthlyNewsletterText {
	
	position: relative;
	
	top: 0px;
	left: 0px;
	
	width: 216px;
		
}


.inputMonthlyNewsletter {
	
	font-size: 11px;
	padding: 1px;
	
	background-color: #EEEEEE;
	border: 1px solid #333333;
	color: #222222;
	
	letter-spacing: 1px;
	
	width: 212px;
	
	margin-bottom: 6px;	
	
}

.submitMonthlyNewsletter {
	
	font-size: 11px;
	padding: 1px;
	padding-left: 3px;
	padding-right: 3px;
	
	background-color: #DDDDDD;
	border: 1px solid #333333;
	color: #222222;
	
	letter-spacing: 1px;
	
	margin-bottom: 6px;	
	
	float: right;
	
}


.divAdvert_Left1 {
	
	position: relative;
	
	top: 363px;
	left: 10px;
	
	width: 216px;
	
	

	
}

.divAdvert_Left2 {
	
	position: relative;
	
	top: 380px;
	left: 10px;
	
	width: 216px;
	
	

	
}

.divAdvert_Left3 {
	
	position: relative;
	
	top: 568px;
	left: 50px;
	
	width: 130px;
	
	

	
}




.divDomainRegBox {
	
	position: absolute; 
	
	top: 9px; 
	left: 249px; 
		
	width: 589px; 
	height: 45px; 
	
	background-image: url(../Media/Site/Background/Bgn_DomRegCorner.png);
	background-repeat: no-repeat;
	
	background-color: #333333;
		
	/*border: 1px solid red;*/
	
}

h1.headingLargeDom {
	font-size: 18px;
	font-weight: bold;
	font-family: Arial,Helvetica,sans-serif;
	letter-spacing: 1px;
	color: white;
	
	margin: 0px;
	margin-top: 10px;
	margin-left: 8px;
}





.divMainText {
    position: absolute;
    top: 62px;
    left: 250px;
    width: 566px;
    height: 900px;
}

.divMainText2 {
    position: absolute;
    top: 10px;
    left: 250px;
    width: 566px;
    height: 900px;
}


.divTextUnderSteps {
	
	position: absolute; 
	
	top: 655px; 
	left: 0px; 
		
	width: 566px; 
	height: 360px; 
	
	border: 0px solid red;
	
}



.divMainTextText {
	
	position: relative; 
	
	top: 8px; 
	left: 0px; 
	
}


.divSteps {
	
	position: relative;
	
	top: 20px;
	left: 0px;
	
	width: 100%;
	
}

.divStep1 {
	
	width: 170px;
	height: 241px;
	
	position: absolute;
	
	top: 0px;
	left: 0px;
		
}


.divStep2 {
	
	width: 170px;
	height: 241px;
	
	position: absolute;
	
	top: 0px;
	left: 198px;
	
}

.divStep3 {
	
	width: 170px;
	height: 241px;
	
	position: absolute;
	
	top: 0px;
	left: 395px;
		
}

.divStep4 {
	
	width: 563px;
	height: 163px;
	
	position: absolute;
	
	top: 245px;
	left: 0px;
		
}


.divStepHeading {
	
	width: 100%;
	height: 30px;
	
	position: relative;
	top: 0px;
	left: 0px;
	
	background-image: url(../Media/Site/Background/Bottom_Box_Top_Small.png);
	background-repeat: no-repeat;
	
	text-align: center;
	line-height: 30px;
	
	font-weight: bold;
	font-size: 14px;
	
	text-transform: lowercase;	
	color: white;
	
}


.divStepHeadingLarge {
	
	width: 439px;
	height: 30px;
	
	position: relative;
	top: 0px;
	left: 124px;
	
	background-image: url(../Media/Site/Background/Bottom_Box_Top_Large.png);
	background-repeat: no-repeat;
	
	text-align: center;
	line-height: 30px;
	
	font-weight: bold;
	font-size: 14px;
	
	text-transform: lowercase;	
	color: white;
	
}



.divStepTextBox {
	
	width: 100%;
	height: 133px;
	

	font-size: 11px;
	line-height: 15px;
	
	letter-spacing: 00px; 
	
	color: #222222;
	
}



.divStepTextBoxLeftCorner {
	
	float: left;
	margin: 0px;
	
	height: 133px;
	width: 22px;
	
	background-image: url(../Media/Site/Background/Bottom_Box_LeftCorner.png);
	background-repeat: no-repeat;
	
	z-index: 100;
	
}


.divStepTextBoxNormal {
	
	float: left;
	margin: 0px;
	
	height: 133px;
	width: 126px;
	
	background-image: url(../Media/Site/Background/Bottom_Box_Bgn.png);
	background-repeat: repeat-x;
	
	z-index: 100;
	
}


.divStepTextBoxNormalLarge {
	
	float: left;
	margin: 0px;
	
	height: 133px;
	width: 395px;
	
	background-image: url(../Media/Site/Background/Bottom_Box_Bgn.png);
	background-repeat: repeat-x;
	
	z-index: 100;
	
}


.divStepTextBoxRightCorner {
	
	float: left;
	margin: 0px;
	
	height: 133px;
	width: 22px;
	
	background-image: url(../Media/Site/Background/Bottom_Box_RightCorner.png);
	background-repeat: no-repeat;
	
	z-index: 100;
	
}


.divStepTextBoxText {
	
	position: absolute;
	top: 110px;
	left: 5px;
	
	width: 160px;
	height: 97px;
	
	z-index: 110;
	
}


.divStepTextBoxTextLarge {
	
	position: absolute;
	top: 33px;
	left: 143px;
	
	width: 380px;
	height: 97px;
	
	z-index: 110;
	
}


.divSEOImage {
	
	position: absolute;
	top: 8px;
	left: 0px;
	
	width: 143px;
	height: 137px;
	
	z-index: 120;
	
}


.divDigiBall1 {
	
	position: absolute;
	top: 160px;
	left: 98px;
	
	width: 66px;
	height: 82px;
	
	z-index: 120;
	
}

.divDigiBall2 {
	
	position: absolute;
	top: 160px;
	left: 296px;
	
	width: 66px;
	height: 82px;
	
	z-index: 120;
	
}

.divDigiBall3 {
	
	position: absolute;
	top: 160px;
	left: 494px;
	
	width: 66px;
	height: 82px;
	
	z-index: 120;
	
}

.divDigiBall4 {
	
	position: absolute;
	top: 328px;
	left: 492px;
	
	width: 66px;
	height: 82px;
	
	z-index: 120;
	
}


.divEnvelope1 {
	
	position: absolute;
	top: 308px;
	left: 423px;
	
	width: 66px;
	height: 82px;
	
	z-index: 120;
	
}


.divFootNav {
	
	background-image: url(../Media/Site/Background/Bgn_MenuBannerBar.jpg);
	background-repeat: repeat-x;
	
	background-color: #537CA8;
	
	color: white;
	
	position: relative;
	
	top: 0px;
	left: 20px;
	
	width: 833px;
	height: 200px;
	
	font-size: 10px;
	
	padding-left: 5px;
	
	border-left: 1px solid #333333;
	border-right: 1px solid #333333;
	border-top: 10px solid #333333;
	
}


.divFootNavSection {
	
	float: left;
	/*width: 160px;*/
	width: 190px;
	height: 190px;
	
	border-right: 1px dotted #333333;
	
	margin: 5px;
	
}


.spanFootNavHeading {
	
	font-family: Arial,Verdana,Helvetica,sans-serif;
	font-size: 11px;
	font-weight: bold;
	letter-spacing: 1px;
	
	margin-top: 3px;
	
}

	.spanFootNavHeading a:link, .spanFootNavHeading a:visited, .spanFootNavHeading a:active, .spanFootNavHeading a:hover {
		color: white;
	}


.ulFootNav {
	
	margin-left: 0px;
	margin-top: 8px;
	margin-bottom: 2px;
	
	padding-left: 0px;
	
}


.liFootNavMenuItems {
	
	margin-left: 0px;
	margin-top: 3px;
	margin-bottom: 3px;
	list-style: none;
	
	letter-spacing: 1px;
		
}

	.liFootNavMenuItems a:link, .liFootNavMenuItems a:visited, .liFootNavMenuItems a:active, .liFootNavMenuItems a:hover {
		color: white;
	}


.divDarkGreyFootNav {
	
	background-image: url(../Media/Site/Background/Bgn_DarkGreyTexture.jpg);
	
	background-color: #537CA8;
	
	position: relative;
	
	top: 0px;
	left: 20px;
	
	width: 838px;
	height: 90px;
	
	border-left: 1px solid #333333;
	border-right: 1px solid #333333;
	
	text-align: center;
	color: #999999;
	
	letter-spacing: 1px;
	
}

	.divDarkGreyFootNav a:link, .divDarkGreyFootNav a:visited, .divDarkGreyFootNav a:active, .divDarkGreyFootNav a:hover {
		color: #DDDDDD;
	}

.divDomainRegDiv {
	/*
	position: absolute;
	
	top: 800px;
	left: 240px;
	
	padding: 10px;
	
	width: 380px;
	height: 180px;
	
	background-image: url(../Media/Site/Background/Bgn_DomainRegDiv.png);
	background-repeat: no-repeat;
	
	color: white;
	
	z-index: 150;
	*/
	
	position: fixed;
	
	top: 35%;
	left: 34%;
	

	
	padding: 10px;
	
	width: 380px;
	height: 180px;
	
	background-image: url(../Media/Site/Background/Bgn_DomainRegDiv.png);
	background-repeat: no-repeat;
	
	color: white;
	
	z-index: 150;
	
}


.divAlphaWhite {
	
	position: fixed;
	
	width: 100%;
	height: 100%;
	
	top: 0px;
	left: 0px;
	
	background-image: url(../Media/Site/Background/alphawhite.png);
	
	z-index: 140;
	
}


.divPortfolioScroller {
	
	background-color: black;
	
	width: 838px;
	height: 350px;
	
	position: relative;
	top: 0px;
	left: 0px; 
	
}

.divPrintSamples {
	
	width: 130px; 
	float:left; margin-right:35px;
	
	

	
}

.divPrintwrap{
	
position: relative;
	
	top: 30px;
	left: 0px;
	
	width: 495px; 
	
}

.divPrintwrap2{
	
position: relative;
	
	top: 40px;
	left: 0px;
	
	width: 495px; 
	
}

}

.divmultimediaSamples {
	
	width: 550px; 
	float:left;margin-right:35px;
	
	

	
}
.bottomGreylogo{
				width:137px; 
				float:left; 
				padding:0px; 
				margin:0px;
				}


.divProductSamples {
	
	width: 140px; 
	float:left; margin-right:80px;
	
	

	
}				

#domainCheck {
    height : 24px;
    margin-top: 5px;
}

.domainCheckError {
    border : 1px solid #AC1F0D;
}

.domainCheckRegistrationBox {
    position: absolute; 
    
    top: 9px; 
    left: 249px; 
        
    width: 589px; 
    height: 45px; 
    
    background-image: url(../Media/Site/Background/Bgn_DomRegCorner.png);
    background-repeat: no-repeat;
    
    background-color: #333333;
}

.domainCheckTableHeader {
    text-indent: 15px;
    font-size: 16px;
    font-weight: bold;
    font-family: Arial,Helvetica,sans-serif;
    letter-spacing: 1px;
    color: white;
}

div.domainCheckProgress {
    margin-top : 10px;
    width: 580px;
    text-align : center;
}

input.domainCheckField {
    width : 160px;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 11px;
}

input.domainInput {
    width : 180px;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 11px;
    margin-left: 6px;
    margin-right: 6px;
}

textarea.domainInput {
    width : 180px;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 11px;
    margin-left: 6px;
    margin-right: 6px;
}

textarea.domainInputBig {
    width : 458px;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 11px;
    margin-left: 6px;
    margin-right: 6px;
}

select.domainCheckField {
    width : 60px;
    font-family: Arial,Helvetica,sans-serif;
}

#domainLabelSearchAgain, #domainLabelAccept {
    text-decoration: underline;
    cursor: pointer;
}

#domainField3Text {
    font-size: 12px;
    font-weight: bold;
    font-family: Arial,Helvetica,sans-serif;
    letter-spacing: 1px;
    color: white;
    margin-top: 2px;
}

.wizardNavigationBar {
    background      : #85ACD5;
    margin-top      : 5px;
    color           : #000000;
    width           : 570px;
    height          : 38px;
    line-height     : 38px;
    font-size       : 14px;
    border-collapse : collapse;
    font-weight     : bold;
    text-indent     : 20px;
}

.wizardNavigation {
    background      : #85ACD5;
    margin-top      : 5px;
    color           : #000000;
    width           : 190px;
    height          : 38px;
    line-height     : 38px;
    font-size       : 14px;
}

.wizardNavigationComplete {
    background      : #39638D;
    margin-top      : 5px;
    color           : #818C96;
    width           : 190px;
    height          : 38px;
    line-height     : 38px;
    font-size       : 14px;
}

.wizardNavigationCurrent {
    background      : url( "../Media/Site/Background/DomainSearchBackground.jpg" ) #39638D top right no-repeat;
    margin-top      : 5px;
    color           : #FFFFFF;
    width           : 190px;
    height          : 38px;
    line-height     : 38px;
    font-size       : 14px;
}

.wizardNavigationFinal {
    background      : #39638D;
    margin-top      : 5px;
    color           : #FFFFFF;
    width           : 190px;
    height          : 38px;
    line-height     : 38px;
    font-size       : 14px;
}

.domainCheckInput {
    width           : 190px;
}

.domainButton {
    background      : #C2C2C2;
    border          : 1px solid #9C9C9C;
    font-family     : Arial,Helvetica,sans-serif;
    min-width       : 80px;
    font-weight     : bold;
}

#domainCheckList {
}

.domainListingGroup, .domainListingRigsterGroup {
    font-size       : 12px;
    font-weight     : bold;
    line-height     : 14px;
}

.domainListingGroup, .domainListingRigsterGroup img {
    margin-right    : 4px;
}

.domainCheckFieldResult {
/*    background      : #7FB2FF; */
    width           : 100%;
    border-bottom   : 1px dashed #7FB2FF;
}

.domainCheckFieldResult h5 {
    font-size       : 16px;
    font-weight     : bold;
}

.validateError {
    border          : 1px solid red;
}

.domainCheckPleaseWait {
    text-align      : center;
    font-size       : 14px;
    font-weight     : bold;
    text-transform  : lowercase;
    font-variant    : small-caps;
    line-height     : 18px;
    display         : none;
}

.domainCheckSearchAdd, .domainCheckHelp {
    color           : #39638D;
    cursor          : pointer;
}

.domainRemoveListing, .domainRegisterRemoveListing {
    color           : #CC0000;
    cursor          : pointer;
    font-size       : 11px;
    font-weight     : normal;
}

.faqHeader {
    color: #15457B;
    font-weight: bold;
}

.faq_accordian h3 {
    color           : #15457B;
    text-decoration : none;
    font-size       : 12px;
    margin          : 0 auto;
}

#domainCheckField2, #domainCheckField3 {
    display         : none;
}