#container{
		background: White url(../images/993333/bg.gif) repeat-y top left;
}

#searchBar{
		background-color: #993333;
}

#navbar{
	border-color: #993333;
}

#banner{
	background: transparent url(../images/993333/banner.gif) no-repeat top left;
	}

hr{
	color: #993333;
	background-color: #993333;
	border: 0;
}

.pageColor{
	color: #993333;
}

hr.divider{
	border-color: #993333;
}

h1{color: #993333;}



#caption{
	text-align: center;
}

#printLinks{
	margin: 0;
	padding: 0;
}


/* -- inline LI -- */
#inlineLI{
	width: 633px;
	text-align: center;
	border: 1px solid silver;
	background-color: #eeeeee;
	padding: 5px 0px 5px 0px;
	margin-bottom: 10px;
}
*html inlineLI{
	width: 635px;
	w\idth: 633px;
}

#iLinks{
	margin: 0 auto;
	padding: 0;
	list-style: none;
}
#iLinks li{
	display: inline;
	margin: 2px;
	padding: 1px;
	position: relative;
	z-index: 10;
}

#inlineLI a{

	background: White;
	border: 1px solid black;
	padding: 1px 5px;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

.noLink{
		background: White;
	border: 1px solid black;
	padding: 1px 5px;
	font-size: 12px;
	font-weight: bold;
	color: #cccccc;
	text-decoration: none;
}

#inlineLI a:hover{
	color: blue;
	background: #cccccc;
	text-decoration: none;
}

#dropParts{
	display: none;
	position: absolute;
	list-style: none;
	top: 15px;
	left: 0;
	margin: 0;
	padding: 0;
	width: 150px;
	text-align: left;
}

#dropParts li{
	display: block;
	margin: 0;
	padding: 0;
}
*html #dropParts li {
	margin-top: 0px;
}

#dropParts a {
	margin:0;
	padding: 1px 5px 1px 5px;
	border: 1px solid black;
	border-bottom:0;
	display: block;
	width: 100px;
}

*html #dropParts a {
	width: 112px;
	w\idth: 100px;
}

#dropParts .last {
	border-bottom: 1px solid black;
}

#dropParts a:hover {
	background-color: #cccccc;
	color: black;
}

#demodrop:hover ul, #demodrop.over ul{
	display: block;
	z-index: 100;
}

/* Fix IE. Hide from IE Mac \*/
* html #dropParts li { float: left; height: 1%; }
* html #dropParts li a { height: 1%; }
/* End */


/*-- END inline li --*/

#inlineLinks{
	width: 633px;
	text-align: center;
	border: 1px solid silver;
	background-color: #eeeeee;
	padding: 5px 0px 5px 0px;
	margin-bottom: 10px;
	z-index: 1;
}

#demoParts{
	position: relative;
}
#demoParts:hover ul, #demoParts.over ul{
	display: block;
}

*html inlineLinks{
	width: 635px;
	w\idth: 633px;
}

#inlineLinks.bottom{
	width: 739px;
	margin-bottom: 0;
}

#inlineLinks a{
	margin-right: 3px;
	margin-left: 3px;
	background: White;
	border: 1px solid black;
	padding: 1px 5px 1px 5px;
	font-size: 12px;

	font-weight: bold;

	text-decoration: none;
}

#inlineLinks a:hover{
	color: blue;
	background: #cccccc;
	text-decoration: none;
}

#inlineLinks a:active{
	color: black;
	text-decoration: none;
}

ul.left{
	float: left;
	list-style: disc;
}

ul.left li{
	list-style-type: disc;
}

#softwareLister{
	background: transparent url(../images/products/list_bg.gif) repeat-x top;
	height: 80px;
	width: 741px;
	margin: auto;
	padding: 0;
}

#softwareLister a{
	width: 90px;
	height: 20px;
	border: 0px solid black;
	display: block;

	font-size: 10px;
	text-align: center;

	padding-top: 55px;
}

#softwareLister a:visited{
	color: blue;
}
#softwareLister a:hover{
	color: #a52a2a;
	text-decoration: underline;
}


*html #softwareLister a{
	height: 75px;
	he\ight: 20px;
}

table.outterBorder{
	border: 1px solid silver;
	width: 635px;

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
}

table.outterBorder td.current{
	background: #cccccc;
	font-weight: bold;
}

.head{
	font-weight: bold;
	background: #eeeeee;
	color: #993333;
	text-align: center;
}

.norm{
	background: #eeeeee;
}

/*START - caption elements
-------------------------------*/
#basicCaption{

	/* define width in HTML */
	margin: auto;
	width: 623px;
	padding: 5px;
	border: 1px solid silver;
	background-color: #eeeeee;

	font-family: Tahoma;
	font-size: 10px;
	text-align: center;
}
#basicCaption p{
	margin: 0;
	padding: 0;
}

#basicCaption.b2d{
	width: 613px;
}

*html #basicCaption{
	width: 635px;
	w\idth: 623px;
}

#basicCaption img{
	margin-bottom: 5px;
}
/*END - caption elements */

#niceList{
	margin: 0;
	padding: 0;
}
#niceList li{
	list-style-type: none;
}

#niceList p.newP{
	width: 623px;
	padding: 0 5px;
	background: red;
	color: white;
	border: 1px solid red;
	font: bold 14px "Courier New" Courier monospace;
	text-align: center;
	margin-bottom: 0;
}

#niceList p.problem, #niceList div.problem{ /* real width: 635px */
	width: 623px;
	padding: 5px;
	border: 1px solid black;
	border-bottom: 1px dotted black;
	margin-bottom: 0;
	background-color: #eeeeee;

}

#niceList p.solution, #niceList div.solution{ /* real width: 635px */
	width: 623px;
	padding: 5px;
	border: 1px solid black;
	border-top: 0;
	margin-top: 0;
	margin-bottom: 10px;
}

#niceList p.solution:after, #niceList div.solution:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.multi_q{
 				 padding-left: 10px;
}

/* Hides from IE-mac \*/
* html #niceList p.solution {height: 1%;}
* html #niceList div.solution {height: 1%;}
/* End hide from IE-mac */

#niceList p.solution img, #niceList div.solution img{
	border: 1px solid silver;
}

#niceList p.new_product, #niceList div.new_product{
	border-color: Red;
}

.largeCaption{
	width: 300px;
	border: 1px solid silver;
	padding: 5px;
	margin: 5px 0 5px 0;
	background-color: #eeeeee;
	text-align: center;
	font-size: 10px;
}

*html .largeCaption{
	width: 312px;
	w\idth: 300px;
}


.requirements{
	width: 635px;
	margin: auto;
	border-top: 1px solid silver;
	border-bottom: 1px solid silver;
	padding: 10px 0 10px 0;

}

.requirements .req{
	float: left;
	margin-right: 5px;
	width: 30%;
}

.requirements .rec{
	float: left;
	border-left: 1px solid silver;
	padding-left: 5px;
	width: 33%;
}

.requirements .space{
	float: left;
	border-left: 1px solid silver;
	padding-left: 5px;
	width: 33%;
	text-align: justify;
}


.requirements b{
	border: 1px solid silver;
	background: #eeeeee;
	padding: 2px;
	margin-bottom: 5px;
	display: block;
	width: 95%;
}

.requirements ul{
	margin: 0;
	padding: 0 0 0 10px;
}

*html .requirements ul{
	margin: 0;
	padding: 0 0 0 15px;
}

.requirements li{
	list-style: square;
	margin: 0;
	padding: 0;
}



/* property for drop down menu
-------------------------------*/

#drop{
	background-color: #993333;
}

/* software product css
-------------------------------*/
#softwareLister a.s1{
	background: transparent url(../images/products/SS1-1-D_circle.gif) no-repeat top;
}
#softwareLister a.s2{
	background: transparent url(../images/products/SS1A-Optimizer_circle.gif) no-repeat top;
}
#softwareLister a.s3{
	background: transparent url(../images/products/SS3-risk_circle.gif) no-repeat top;
}
#softwareLister a.s4{
	background: transparent url(../images/products/SS4-basinview_circle.gif) no-repeat top;
}
#softwareLister a.s5{
	background: transparent url(../images/products/SS5-basinflow_circle.gif) no-repeat top;
}
#softwareLister a.s6{
	background: transparent url(../images/products/SS6-2-D_circle.gif) no-repeat top;
}
#softwareLister a.s7{
	background: transparent url(../images/products/SS8-3-D_circle.gif) no-repeat top;
}

/* specific image links for this type of page */

#menu a.l1{
	background: White url(../images/993333/company_overview_circle.gif) no-repeat center left;
}
#menu a.l2{
	background: White url(../images/993333/corp_services_circle.gif) no-repeat center left;
}
#menu a.l3{
	background: White url(../images/993333/consulting_education_circle.gif) no-repeat center left;
}
#menu a.l4{
	background: White url(../images/993333/software_solutions_circle.gif) no-repeat center left;
	color: #993333;
}
#menu a.l4:visited{
	color: #993333;
}
#menu a.l5{
	background: White url(../images/993333/demos_downloads_circle.gif) no-repeat center left;
}
#menu a.l6{
	background: White url(../images/993333/support_circle.gif) no-repeat center left;
}
#menu a.l7{
	background: White url(../images/993333/login_circle.gif) no-repeat center left;
}
#menu a.l8{
	background: White url(../images/993333/resources_links_circle.gif) no-repeat center left;
}
