*
{
	margin: 0pt;
	padding: 0pt;	
}

html 
{
	overflow-y: scroll;
}

input[type='text'], textarea 
{
	border: 1px solid #A5ACB2;
	padding: 2px;
}

select
{
	padding: 1px;
}

body 
{
	width: 700px;
	border: #000000 0px solid;
	background-color: #FFFFFF;
	background-repeat: repeat-x;
	background-position: top left;
	padding: 20px 0px 0px 0px;
	margin: auto auto;
}

p
{
	padding-bottom: 14px;
}

a:link	
{	
	text-decoration: none;
	color: #0066cc;
	outline: none;
	outline-style:none;
}	
		
a:visited	
{	
	text-decoration: none;
	color: #0066cc;
	outline-style:none;
}	
		
a:hover	
{	
	text-decoration: underline;
	color: #0066cc;
}

ul
{
	list-style-type: square; 
	list-style-position: inside;
}

h5
{
	color: #C68038;
	font-size: 100%;
}

.mainDesc, .mainDescConsulting, .mainDescEmphasized
{
	font-family: Verdana, Arial, Sans-Serif; 
	font-size: 13px; 
	padding-right: 40px;
	color: #333333;
}

.mainDescConsulting
{
	float: left; 
	width: 315px; 
	padding-right: 45px;
}

.mainDescEmphasized
{
	clear: both;
	font-weight: bold;
	color: #D68038;
}

.mainSaying
{
	font-family: Verdana; 
	font-size: 16px; 
	color: Black;
	padding: 0px 5px 20px 0px;
	font-weight:  500;
}

#mainContent
{
	margin: 30px 0px 30px 10px;
}

#footerMiddle
{
	width: 654px; 
	height: 37px;
	text-align: center;
	line-height: 37px;
	background-image:url(images/footerMiddle.png); 
	background-repeat: repeat-x; 
	vertical-align: middle; 
	color: White; 
	font-family: Verdana; 
	font-size: 10px;
}

#navBar
{
	width: 675px;
}

#navBarLeft
{
	width: 7px;
	vertical-align: top;
}

#navBarMiddle
{
	background-image:url(images/menuBackground.png); 
	background-repeat: repeat-x;
	vertical-align: top;
}

#navBarRight
{
	width: 7px;
	vertical-align: top;
}

#navHome a
{
	background: transparent url(images/menuHome.png);
	display: block;
	width: 88px;
	height: 33px;
}

#navHome a:hover
{
	background-position: -88px 0pt;
}

#navPortfolio a
{
	background: transparent url(images/menuPortfolio.png);
	display: block;
	width: 116px;
	height: 33px;
}

#navPortfolio a:hover
{
	background-position: -116px 0pt;
}

#navSeminars a
{
	background: transparent url(images/menuSeminars.png);
	display: block;
	width: 112px;
	height: 33px;
}

#navSeminars a:hover
{
	background-position: -112px 0pt;
}

#navTutorials a
{
	background: transparent url(images/menuTutorials.png);
	display: block;
	width: 122px;
	height: 33px;
}

#navTutorials a:hover
{
	background-position: -122px 0pt;
}

#navConsulting a
{
	background: transparent url(images/menuConsulting.png);
	display: block;
	width: 127px;
	height: 33px;
}

#navConsulting a:hover
{
	background-position: -127px 0pt;
}

#navContactUs a
{
	background: transparent url(images/menuContactUs.png);
	display: block;
	width: 125px;
	height: 33px;
}

#navContactUs a:hover
{
	background-position: -125px 0pt;
}

/*core drop shadow rules*/
.wrap1, .wrap2, .wrap3 
{
	display:inline-table;
	/* \*/display:block;/**/
}

.wrap1 
{
	float:left;
	background:url(images/shadow.gif) right bottom no-repeat;
}

.wrap2 
{
	background:url(images/corner_bl.gif) -14px 100% no-repeat;
}

.wrap3 
{
	padding:0 9px 9px 0;
	background:url(images/corner_tr.gif) 100% -14px no-repeat;
}

.wrap3 img, object
{
	display: block;
	/*
	border: 1px solid #ccc;
	border-color: #efefef #ccc #ccc #efefef;
	*/
}

.productDesc
{
	font-family: Verdana; 
	font-size: 11px; 
	padding-right: 10px;
	color: #666666;
}

.productName
{
	color: #FF8C00;
	font-size: 18px;
}

.productImage
{
	padding-right: 30px; 
	width: 130px; 
	height: 163px;
}

.buttonThumbnail
{
	border: none;
}

a:hover .buttonThumbnail
{
	filter: alpha(opacity=85);
	-moz-opacity: .85;
	opacity: .85; 
}

.thumbNail
{ 
	border: solid 1px #CCCCCC;
	cursor: pointer;
	width: 232px;
	height: 178px;	
}	

a:hover .thumbNail
{ 
	filter: alpha(opacity=85);
	-moz-opacity: .85;
	opacity: .85; 
	border:1px solid #DDDDDD;
}

.thumbNailSpacer
{
	border-top: 1px dotted #858585; 
	width: 100%;
	height: 20px;
	margin-top: 20px;
}

.contact
{
	padding: 0.3em;
	font-family: Verdana, Arial; 
	font-size: 13px; 
	color: #333333;	
}

.contactLabel
{
	padding: 2px 10px 0px 0px;
	width: 10.8em;
	display: block;
	float: left;
}

.contactField
{
	width: 280px;
}

.error
{
	color: Red; 
	font-size: 10px;
	padding-left: 15em
}

.curfocus
{
	background-color: #edf4fc;
}

#errorFeedback, #blockedFeedback
{
	color: #c51212;
	border: solid 1px #ae0505;
	background-color: #fdefef;
	font-size: 14px;
	font-family: Sans-Serif ;
	font-weight: bold;
	vertical-align: middle;
	line-height: 2.3em;	
	margin-bottom: 20px;
	display: none;
	width: 96%;
}

#errorFeedback img, #blockedFeedback img
{
	float: left; 
	margin: 6px 8px 0px 10px;
}

#verifyFeedback
{
	color: Green;
	border: solid 1px #2f6027;
	background-color: #ecf9e9;
	font-size: 14px;
	font-family: Sans-Serif;
	font-weight: bold;
	vertical-align: middle;
	line-height: 2.3em;	
	margin-bottom: 20px;
	display: none;
	width: 96%;
}

#verifyFeedback img
{
	float: left; 
	margin: 5px 8px 0px 10px;
}

.calendar
{
	margin-right: 15px;
}

#upcomingEvents
{
	display: none;
	cursor: default;
	padding: 15px;
}