@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #666666;
}
.twoColFixLtHdr #container {
	width: 1000px;
	height: 800px;
	background-color: #FFF;
	border: 1px solid #9ca8ae;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	margin-top: 25px;
} 
.twoColFixLtHdr #header {
	height: 100px;
	margin: 0px;
	padding: 0;
} 
.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixLtHdr #sidebar1 {
	border-right-width: 1px;
	border-right-style: solid;
	border-top-color: #9ca8ae;
	border-right-color: #9ca8ae;
	border-bottom-color: #9ca8ae;
	border-left-color: #9ca8ae;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 11px;
	padding-bottom: 0px;
	float: left;
	padding-top: 0px;
	height: 546px;
	width: 315px;
	clear: both;
	margin: 0px;
	top: 0px;
}
.twoColFixLtHdr #mainContent {
	font-size: 12px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 345px;
	padding: 0px;
} 
.twoColFixLtHdr #footer {
	height: 50px;
	margin: 0px;
	padding: 0;
	background-image: url(Images&Flash/Template/MenuBanner.gif);
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-top-color: #9ca8ae;
	border-right-color: #9ca8ae;
	border-bottom-color: #9ca8ae;
	border-left-color: #9ca8ae;
} 
.twoColFixLtHdr #footer p {
	padding-top: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	padding-left: 476px;
	color: #9ca8ae;
	font-size: 14px;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.twoColFixLtHdr #container #sidebar1 p {
	margin: 0px;
	font-size: 11px;
	padding: 0px;
}
.menudiv {
	color: #FFF;
	height: 50px;
	background-image: url(Images&Flash/Template/MenuBanner.gif);
	padding-left: 365px;
	padding-top: 0px;
	padding-bottom: 0px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #9ca8ae;
	border-right-color: #9ca8ae;
	border-bottom-color: #9ca8ae;
	border-left-color: #9ca8ae;
	border-top-width: 1px;
	border-bottom-width: 1px;
}
.HeaderParagraph {
	font-size: 18px;
	color: #0e05ba;
	float: right;
	margin-right: 63px;
	margin-top: 75px;
	font-weight: normal;
}
.topheader {
	height: 50px;
	background-image: url(Images&Flash/Template/MenuBanner.gif);
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #9ca8ae;
}
.twoColFixLtHdr #container #sidebar1 h4 {
	margin: 0px;
	padding: 0px;
}
.twoColFixLtHdr #container #mainContent p {
	margin: 0px;
	padding: 0px;
}
.twoColFixLtHdr #container #mainContent h5 {
	font-size: 15px;
	color: #666;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.twoColFixLtHdr #container #mainContent ul {
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 37px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.twoColFixLtHdr #container #mainContent ol {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 42px;
}
.twoColFixLtHdr #container #menu #WordBanner {
	padding-top: 5px;
}
.twoColFixLtHdr #container #sidebar1 #AccordionMenu #CADServices .AccordionPanelTab {
}
.photoleft {
	float: left;
	border: 1px solid #485282;
	margin-right: 20px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 0px;
}
.photoright {
	float: right;
	border: 1px solid #485282;
	margin-left: 20px;
}
h3 {
	font-size: 14px;
	font-weight: bold;
	color: #666;
	margin: 0px;
	padding: 0px;
}
.twoColFixLtHdr #container #mainContent p #thedesignprocess {
	float: left;
	margin-right: 10px;
}
.twoColFixLtHdr #container #mainContent p #IndustrialDesign {
	margin-left: 140px;
}
.twoColFixLtHdr #container #mainContent p #V8EngineTOP {
	margin-left: 125px;
}
.twoColFixLtHdr #container #mainContent p #V8EngineAnimation {
	float: left;
}
.PhotoLeftNoBorder {
	float: left;
}
.PhotoRightNoBorder {
	float: right;
}
.twoColFixLtHdr #container #footer h3 {
	padding-top: 3px;
	padding-bottom: 5px;
	padding-left: 70px;
	font-size: 14px;
	font-weight: normal;
	color: #9ca8ae;
	margin: 0px;
}
.twoColFixLtHdr #container #sidebar1 h5 {
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	font-size: 15px;
	color: #666;
}
#linkedin {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
