
/*****************/
/*  Main Styles  */
/*****************/

/* see end of file for style overrides */



/***::-  Common Styles  -::**/

.makeInvis {
	display: none;
}
.nonBold {
	font-weight: normal;
}
.noLine {
	text-decoration: none;
}
.smallLine {
	line-height: 75%;
}
LI {
	
	line-height: 155%;
}



/***::-  Page Top  -::***/

H1.logo {
	margin: 5px 5px 0 5px;
	padding: 0;
}
IMG.logo {
}
TD.border1_horiz H2 {
	margin: 0;
	padding: 0;
	font-size: 96%;
	color: #033;
}
DIV.secureLink {
	position: absolute;
	left: 5px;
	top: 5px;
	font-size: x-small;
}
DIV.secureLink A {
	text-decoration: none;
}
DIV.secureLink A:HOVER {
	font-weight: normal;
}


/***::-  Navigation  -::***/

TD.navCell {
	padding-top: 2px;
	width: 197px;
}
TD.navCell A {
	background-image: url(img/navBKG.gif);
	display: block;
	line-height: 24px;
	background-position: 100% 100%;
	background-repeat: no-repeat;
	text-decoration: none;
	white-space: nowrap;
	width: 197px;
	color: #00D;
	font-family: Arial, Helvetica, sans-serif;
}
TD.navCell DIV {
	margin:0;
	padding: 0;
	line-height: 16px;
	margin-bottom: 4px;
}
TD.navCell A:VISITED {
	color: #00D;
}
TD.navCell A:HOVER {
	background-position: 100% 0;
	color: #C00;
}



/***::-  Page Main  -::***/

DIV.mainArea {
	padding: 5px 1% 12px 1%;
}
TABLE.mainTbl {
	font-size: smaller;
}
TABLE.mainBorderTbl {
	margin: 0;
	padding: 0;
}
TD.border1_horiz {
	/*background-image: url(img/border1_horiz.gif);*/
	background-repeat: repeat-x;
	line-height: 33px;
}
TD.border1_vert {
	/*background-image: url(img/border1_vert.gif);*/
	background-repeat: repeat-y;
	width: 38px;
}
TD.border1_crnrTL {
	/*background-image: url(img/border1_cornerTL.gif);*/
	background-repeat: no-repeat;
	background-position: bottom;
	width: 38px;
}
TD.border1_crnrTR {
	/*background-image: url(img/border1_cornerTR.gif);*/
	background-repeat: no-repeat;
	background-position: bottom;
	width: 38px;
}
TD.border1_crnrBL {
	/*background-image: url(img/border1_cornerBL.gif);*/
	background-repeat: no-repeat;
	background-position: bottom;
	width: 38px;
}
TD.border1_crnrBR {
	/*background-image: url(img/border1_cornerBR.gif);*/
	background-repeat: no-repeat;
	background-position: 100% 0;
	width: 38px;
}




/***::-  Fancy Sitewide Stuff  -::***/

P.infoText, DIV.infoText {
	line-height: 155%;
	margin-left: 9px;
	margin-right: 9px;
	text-align: justify;
}
DIV.boxOfText {
	background-color: #FF00CC;
}
.boxOfText_shadow, .boxOfText_content {
	position: relative;
	bottom: 2px;
	right: 2px;
}
.boxOfText_shadow {
	background-color: #778;
	color: inherit;
	width: 80%;
}
.boxOfText_content {
	background-color: #AFCEE2;
	background-image: url(img/blue-fade-box-bkg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	border: 1px solid #335;
	font-family: "Courier New", Courier, mono;
	font-size: medium;
	color: #000;
	padding: .5em .5em .5em .5em;
}
.boxOfText_content LI {
	font-size: small;
	margin: 0;
	padding-left: 1px;
	padding-bottom: 4px;
	vertical-align: middle;
}
.boxOfText_content LI:HOVER {
	font-weight: bold;
}
.boxOfText_content UL {
	list-style-image: url(img/shiny_bullet.gif);  /* this bullet image needs redesigning */
	vertical-align: middle;
	margin-bottom: 0;
	padding-bottom: 0;
}
.boxOfText_content H3 {
	font-size: small;
	margin: 5px 0 0 5px;
	padding: 0;
}
.boxOfText_content P.Hdr {
	font-size: 1.1em;
	font-size: small;
	margin: 5px 0 0 5px;
}



/***::-  Features  -::***/

A.FeaturesIdxImgLink, A.FeaturesIdxImgLink:VISITED, A.FeaturesIdxImgLink:ACTIVE {
	display: block;
	padding: 2px;
	padding-top: 5px;
	width: 50px;
}
A.FeaturesIdxImgLink:HOVER {
	border: 2px dotted #33C;
	display: block;
	padding: 0;
	padding-top: 3px;
}




/***::-  Screenshot Browser  -::***/

TABLE.screenBrowser {
	background-color: #AFCEE2;
	background-image: url(img/blue-fade-box-bkg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	border: 1px solid #557;
}
TABLE.screenBrowser TH {
	text-align: center;
}
TABLE.screenBrowser TD {
	text-align: justify;
}
TABLE.screenBrowser A {
	text-decoration: none;
}
TABLE.screenBrowser .Title {
	border-bottom: 1px solid #557;
	font-size: 115%;
	padding: 4px;
}
TABLE.screenBrowser .Screenshot {
	background-color: #fff;
}
TABLE.screenBrowser .Description {
	border-top: 1px solid #557;
	padding: 8px;
}
TABLE.screenBrowser .Description DIV {
	font-size: smaller;
	margin-top: 4px;
}
TABLE.screenBrowser .Description DIV UL {
	margin-top: 4px;
	margin-bottom: 4px;
}
TABLE.screenBrowser_Sml {
	border: 2px solid #77A;
	margin: 10px 0 5px 4px;
}
TABLE.screenBrowser_Sml TH {
	border-bottom: 1px solid #77A;
}
TABLE.screenBrowser_Sml TD {
}
TABLE.screenBrowser_Sml IMG {
	margin-bottom: 10px;
	margin-top: 10px;
	width: 450px;
}
DIV.screenshotImgHolder {
	overflow: scroll;
	height: 450px;
}



/***::-  Footer  -::***/

.footer {
	color: #800;
	color: #033;
	font-size: small;
	font-variant: small-caps;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	vertical-align: middle;
}
.footer B {
	font-weight: normal;
}
.footer A {
	color: #800;
	color: #033;
	text-decoration: none;
}
.footer A:HOVER, .footer A:ACTIVE {
	color: #A00;
	font-weight: normal;
	text-decoration: underline;
}
.footer SPAN {
	position: absolute;
}
.siteVersion {
	color: #888;
	font-family: Verdana, Arial, sans-serif;
	font-size: x-small;
	font-weight: normal;
	margin-top: 0;
	padding-top: 0;
}



/***::-  Forms  -::***/

.orderFrm, .contactFrm {
	margin: 8px 0 0 0;
	padding: 0;
}
.orderFrm .textBox, .contactFrm .textBox {
	width: 97%;
}



/***::-  PopUps  -::***/

H2.horizHeader {
	border-bottom: 1px solid #999;
	border-top: 1px solid #999;
	padding: 5px 0 5px 15px;
}
P.normTxt {
	font-size: 85%;
	margin: -10px 15px 0 15px;	
	text-align: justify;
}
P.normTxtNoTopMargin {
	margin-top:0;
}





/**********************************************************************************************************/
                        /**::-        This Applies Style 2 To The Site        -::**/
/**********************************************************************************************************/ 

BODY {
	background-color: #fff;
	background-image:url(img/style-gfx/siteBKG_bottomplain.png);
	background-repeat: repeat;
	padding: 0;
	margin: 0;
}


TABLE.mainBorderTbl {
	background-image: url(img/style-gfx/siteBkg.png);
	background-repeat: repeat-x;
	background-color: #fff;
	background-position: 0 100px;
	padding: 0;
	margin: 0;
}

DIV.mainArea {
	padding: 0;
	margin: 0;
}

DIV.smallLine {
	line-height: 3px;
	background-color: #fff;
}

TABLE.mainTbl {
	padding-bottom: 10px;
}

TABLE.mainBorderTbl TD {
	background-image: none;
}

TABLE.mainBorderTbl TD.border1_horiz, 
TABLE.mainBorderTbl TD.border1_crnrTL, 
TABLE.mainBorderTbl TD.border1_crnrTR, 
TABLE.mainBorderTbl TD.border1_crnrBL, 
TABLE.mainBorderTbl TD.border1_crnrBR {
	background-image: url(img/style-gfx/horizBorderBar.gif);
	background-repeat: repeat-x;
	background-position: top;
	font-size: 11px;
	font-weight: bold;
	line-height: 33px;
	vertical-align: middle;
	text-align: center;
	white-space: nowrap;
}

TABLE.mainBorderTbl TD.border1_crnrBL, 
TABLE.mainBorderTbl TD.border1_crnrBR {
	background-position: bottom;
}

TABLE.mainBorderTbl TD.border1_vertL {
	background-image:url(img/style-gfx/vertBorder_left.png);
}

TABLE.mainBorderTbl TD.border1_vertR {
	background-image:url(img/style-gfx/vertBorder_right.png);
}

TABLE.mainBorderTbl TD.border1_vert {
	background-repeat: no-repeat;
	background-position: 0 0;
	width: 37px;
}

H1.logo {
	background-color: #fff;
	margin: 0;
	padding: 7px;
}

DIV.pageBottom {
	background-image: url(img/style-gfx/siteBKG_bottom.png);
	background-position: bottom;
	background-repeat: repeat-x;
	margin: 0;
	padding: 15px 0 0 0;
	height: 60px;
	border-width: 0;
}

TD.navCell {
	padding-top: 10px;
	width: 180px;
}

TD.contentCell {

}

DIV.FeaturesIdxImgLinkR {
	float: right;
	margin: 6px;
	margin-right: 10px;
}
DIV.FeaturesIdxImgLinkL {
	float: left;
	margin: 6px;
	margin-left: 10px;
}






