/* CSS Document */

body,td,th {
}

body {
	background-color: 			#cefafb;
	background-image:			url(images/blue-bg.jpg);
	background-repeat:			repeat-x;
	background-position: 		top left;
	color: 						#000000;
	font-family: 				Georgia, "Times New Roman", Times, serif;
	font-size: 					14px;
	line-height:				18px;
}

/* ------ Text Styles begin here ------ */

/* Headings */

h1 {
	color: 						#840124;
	font-family: 				Georgia, "Times New Roman", Times, serif;
	font-size: 					18px;
	font-variant:				small-caps;
	font-weight:				bold;
	margin-left:				0px;
	padding-left:				0px;
}

h2 {
	color: 						#0000FF;
	font-family: 				Arial, Helvetica, sans-serif;
	font-size: 					20px;
}

.nav-home-text {
	color: 						#671111;
	font-size:					29px;
	font-variant:				small-caps;
	font-style:					italic;
	font-weight:				normal;
	line-height:				39px;
	font-family:				"Times New Roman", Times, serif;
	text-align:					center;
}

#credits p {
	font-family:				Trebuchet, "Trebuchet MS", Arial;
	font-size:					10px;
	font-style:					italic;
	color:						#6c9495;
}

.tagline {
	font-family:				Verdana, Arial, Helvetica, sans-serif;
	font-size:					10px;
	color:						#3e0505;
	text-align:					right;
}

.nav-text {
	font-family:				"Times New Roman", Times, serif;
	color: 						#671111;
	font-variant:				small-caps;
	font-size:					22px;
	font-style:					italic;
	font-weight:				normal;
	text-align:					right;
}

#nav p {
	margin:						0px 0px 4px 0px;
}

.main-para {
	float:						left;
	font-family:				Georgia, "Times New Roman", Times, serif;
	font-size:					18px;
	line-height:				22px;
	text-align:					left;
	color:						#610000;
	width:						370px;
	padding:					15px 0px 10px 0px;
}

.small {
	color: 						#000000;
	font-family: 				Georgia, "Times New Roman", Times, serif;
	font-size: 					11px;
	line-height:				13px;
}

.medium {
	color: 						#000000;
	font-family: 				Georgia, "Times New Roman", Times, serif;
	font-size: 					12px;
	line-height:				14px;
}

.keywords {
	color:						#760a0a;
	font-family:				"Times New Roman", Times, serif;
	font-size:					12px;
}

.samples-links, .samples-links a {
	color:						#840124;
	font-family:				"Times New Roman", Times, serif;
	font-size:					18px;
	font-style:					italic;
	line-height:				21px;
}

/* Links */

a:link {
	color: 						#840124;
	text-decoration:			none;

}

a:visited {
	color: 						#840124;
	text-decoration:			none;
}

a:hover {
	color: 						#840124;
	text-decoration:			underline;
	
}

a:active {
	color: 						#840124;
	text-decoration:			none;
	
}

#nav-home a:link, #nav a:link {
	color: 						#671111;
	text-decoration:			none;
}

#nav-home a:visited, #nav a:visited {
	color: 						#671111;
	text-decoration:			none;
}

#nav-home a:hover, #nav a:hover {
	color: 						#016c73;
	text-decoration:			none;
}

#nav-home a:active, #nav a:active {
	color: 						#016c73;
	text-decoration:			none;

}

#credits a, #credits-home a, #credits-home p, #credits-other a, #credits-other p {
	font-family:				Trebuchet, "Trebuchet MS", Arial;
	font-size:					10px;
	font-style:					italic;
	color:						#6c9495;
}	

/* ------ Text Styles end here ------ */




/* ------ Layout Styles begin here ------ */
	
#wrapper {
	
	position: 					relative;
	margin: 					0 auto;
	width: 						994px;
	
}

#header {
	width: 						820px;
	height: 					173px;
	background-image: 			url(images/header-bg.jpg);
	background-repeat: 			no-repeat;
}

#nav {
	height: 					64px;
	width: 						640px;
	float:						right;	
	padding-top:				40px;
	padding-right:				105px;
}

#flash-slideshow {
	width:						402px;
	height:						519px;
	padding:					25px 0px 0px 23px;
	float:						left;
}

#nav-home {
	height: 					185px;
	width: 						265px;	
	margin:						0px 215px 0px 0px;
	padding-top: 				175px;
	float:						right;
}

.logo-id {
	position:					absolute;
	top:						35px;
	left:						450px;
	width:						450px;
	color: 						#671111;
	font-size:					26px;
	font-variant:				small-caps;
	font-style:					italic;
	font-weight:				lighter;
	font-family:				Georgia, "Times New Roman", Times, serif;
}

#logo {
	position:					absolute;
	top:						35px;
	left:						45px;
	width:						200px;
}



#tagline {
	position:					absolute;
	top:						100px;
	left:						510px;
	font-family:				Georgia, "Times New Roman", Times, serif;
	color:						#000000;
	font-size:					18px;
}

#content-home {
	width: 						994px;
	
	background-image:			url(images/home-bg.jpg);
	background-repeat:			no-repeat;
	height:						584px;
	margin: 					36px 0px 0px 10px;
	
}

#content {
	width: 						994px;
	background-color: 			#cefafb;
	background-image:			url(images/inner-bg.jpg);
	background-repeat:			no-repeat;
	height:						584px;
	margin: 					36px 0px 0px 10px;
	
}

#content-other {
	width: 						994px;
	
	background-image:			url(images/other-bg.jpg);
	background-repeat:			no-repeat;
	height:						584px;
	margin: 					36px 0px 0px -8px;
	
}

#leftCol {
	float:						left;
	width:						370px;
	padding-left:				70px;

}

#leftCol-other {
	float:						left;
	width:						320px;
	padding-left:				70px;

}



#rightCol {
	float:						left;
	width:						380px;

}

#rightCol-other {
	float:						left;
	width:						558px;

}


#credits-home {
	clear: 						both;
	width:						845px;
	padding-left:				25px;
}

#credits {
	position:					absolute;
	top:						537px;
	left:						35px;
	width:						845px;
}

#credits-other {
	position:					absolute;
	top:						537px;
	left:						190px;
	width:						730px;
}

#keywords {
	position:					absolute;
	top:						505px;
	left:						300px;
}

#brackets {
	width:						162px;
	height:						117px;
	background-image:			url(images/samples-brackets.jpg);
	background-repeat:			no-repeat;
	margin-left:				100px;
	margin-top:					15px;
	text-align:					center;
	padding-top:				1px;
}

/* ------ Layout Styles end here ------ */







/* ------ List Styles begin here ------ */



/* ------ List Styles end here ------ */







/* ------ Table Styles begin here ------ */



/* ------ Table Styles end here ------ */







/* ------ Form Styles begin here ------ */



/* ------ Form Styles end here ------ */








/* ------ Photo Styles begin here ------ */
.linkimg {
	padding:5px 2px;
}

.linksBox img {
margin-bottom:3px;
}

.numimg {
float:left;
padding:0;
margin:0 8px 0 0;
}

.linksBox {
width:300px;
padding:53px 0px 0px 5px;
}

/* ------ Photo Styles end here ------ */





/* ------ Object Styles begin here ------ */
#clickHere { position:absolute; top:426px; left:561px; }
#screen { position:absolute;top:312px; left:537px; }
/* ------ Object Styles end here ------ */


#badge {
height:150px;
position:absolute;
right:0pt;
top:0pt;
width:150px;
z-index:1;
}





/* ------ Webtool Styles begin here ------ */



/* ------ Webtool Styles end here ------ */







/* ------ Digishop Styles begin here ------ */



/* ------ Digishop Styles end here ------ */
