body {
	margin: 0px;
	background: url(images/img01.gif) repeat-x left top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #444444;
}

h1, h2, h3 {
	margin: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	/*font-family:Arial, Helvetica, sans-serif;*/
	font-weight: normal;
	color: #444444;
}

h1 {
	font-size: 2em;
}

h2 {
	font-size: 2em;
}

h3 {
	font-size: 1.6em;
}

p, ul, ol {
	margin-top: 0;
	line-height: 180%;
}

ul, ol {
}

a {
	text-decoration: none;
	/*border-bottom: 1px dotted #CC0001;*/
	color: #FB7600;
}

a img 
{
	border:none;
}

a:hover {
	background: none;
	text-decoration:underline;
}

#wrapper {
	width: 900px;
	margin: 0 auto;
	background: url(images/img04.jpg) no-repeat left top;
}

#wrapper .btm {
	/*background: url(images/img05.gif) no-repeat left bottom;*/
}

/* Header */

#header {
	width: 900px;
	height: 105px;
	margin: 0 auto;
	/*background: url(images/img02.jpg) repeat-y left top;*/
	background: url(images/banner_with_op.jpg) no-repeat left top;
}

/* Top-Most Menu */

#topmnu {
	text-align:right;
	padding-top:10px;
	padding-right:15px;	
}

#topmnu a {
	border: none;
	background: none;
	text-decoration: none;
	color:#0000FF;
}

#topmnu a:hover {
	text-decoration: underline;
}

/* Call Us */

#callus {
	text-align:right;
	padding-right:120px;
	padding-top:10px;
	color:#000000;
}

#callus #eml {
	color:#333333;
	font-style:normal;
	padding-right:30px;
	color:blue;
	text-decoration:underline;
	cursor:pointer;
}

#callus h2 h4 p {
	color:#000000;
	padding:0px;
	margin:0px;
}

#callus h4 {
	font-weight:bold;
	padding:0px;
	margin:0px;
}

#callus h2 {
	font-weight:bold;
	font-size:18px;
	color:#CC6600;
}

#callus p {
	font-size:10px;
	font-style:italic;
	color:#666666;
}

/* Menu */

#menu {
	width: 900px;
	height: 44px;
	background: url(images/img03.jpg) no-repeat left top;
	margin: 0 auto;
	padding: 0;
}

#menu ul {
	margin: 0;
	padding: 13px 0 0 20px;
	list-style: none;
	line-height: normal;
}

#menu li {
	float: left;
}

#menu a {
	display: block;
	margin-right: 3px;
	padding: 5px 20px 7px 20px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #FFFFFF;
	border: none;
}

#menu a:hover, #menu .current_page_item a {
}

#menu a:hover {
	background: #0092D0;
	text-decoration: none;
}

#menu .first {
	margin-right: 3px;
	background: #0092D0;
}

/* Page */

#page {
	width: 900px;
	margin: 0 auto;
	padding-top: 20px;
}

/* Content */

#content {
	float: right;
	width: 610px;
	padding: 5px 20px 0 0;
}

/* Sidebar */

#sidebar {
	float: left;
	width: 210px;
	padding: 5px 10px 0 20px; /*25px 10px 0 20px*/
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
	margin: 0;
	padding: 0;
}

#sidebar li ul {
	padding-bottom: 20px;
}

#sidebar li li {
	/*line-height: 35px;*/
	border-bottom: 1px dashed #BCBCBC;
}

#sidebar li li span {
	display: block;
	margin-top: -20px;
	padding: 0;
	font-size: 11px;
	font-style: italic;
	color: #BCBCBC;
}

#sidebar h2 {
	letter-spacing: -.5px;
	color: #0092D0; /*#444444*/
	font-size:16px;
	/*font-weight:bold;*/
}

#sidebar p {
	padding-bottom: 20px;
	text-align: justify;
}

#sidebar a {
	color: #000000;
	border: none;
}

#sidebar a:hover {
	text-decoration: underline;
	color: #CC6600; /*#787878*/
}

	/*Sidebar Table*/
	
	#sidebar .tbl {
		width:200px;
		margin:0px auto;
		margin-top:10px;
		margin-bottom:10px;
	}
	#sidebar .tbl div {
		/*background-color:#EEEEEE;*/
		float:left;
		text-align:center;
		padding:0px;
		margin:0px;
	}
	#sidebar .cell {
		margin-left:10px;
		width:60px;
	}
	#sidebar .cellf {
		width:60px;
	}
	#sidebar .cell img, #sidebar .cellf img {
		border:solid 1px #CCCCCC;
	}
	#sidebar .cell span, #sidebar .cellf span {
		display: block;
		margin-top: 2px;
		padding: 0;
		font-size: 11px;
		font-style: italic;
		color: #666666;
		line-height:100%;
	}

/* Footer */

#footer {
	width: 900px;
	height: 20px;
	margin: 0 auto;
	padding: 20px 0 15px 0;
	background: #444444;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}

#footer p {
	margin: 0;
	line-height: normal;
	font-size: 9px;
	text-transform: uppercase;
	text-align: center;
}

#footer a {
	color: #FFFFFF;
	border-bottom: 1px #FFFFFF dotted;
}

/*Step Number*/

.num
{
	font-weight:bold;
	font-size:20px;
	color:#020099;
	background-image:url(images/small_circle.jpg);
	/*background-position:0px -20px;*/
	background-repeat:no-repeat;
	height:37px;
	width:37px;
	text-align:center;
	/*vertical-align:middle;
	padding-top:8px;*/
	display:inline-block;
	line-height:2;
	margin-right:5px;
}

.numOLD
{
	font-weight:bold;
	font-size:3em;
	background-image:url(images/orange_ball.jpg);
	/*background-position:0px -20px;*/
	background-repeat:no-repeat;
	height:60px;
	width:60px;
	text-align:center;
	/*vertical-align:middle;
	padding-top:8px;*/
	display:inline-block;
	line-height:1.5;
}

/*home page items*/
#index_cont_lft
{
	width:250px; float:left; text-align:center; margin-left:5px;
}
#index_cont_lft h3, #index_filter h3
{
	display:block;
	font-family:Georgia, 'Times New Roman', Times, serif;
	font-size:14px;
	background-color:#FB7600;
	color:#FFFFFF;
	padding-top:3px;
	padding-bottom:3px;
	margin-top:10px;
	text-align:center;
}
#index_cont_lft div
{
	padding:5px; text-align:justify; background-color:#E7EDF5;
	background-image:url(../images/indxlftbtmfade.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
	padding-bottom:30px;
}
#index_cont_rt
{
	float:left; /*margin-left:15px;*/
}
#index_cont_rt span
{
	text-align:center;
	display:inline-block;
	margin-bottom:20px;
	margin-left:20px;
	width:170px;
}
#index_cont_rt span label
{
	float:left; font-weight:bold; font-size:14px;
	margin:0px;
}
#index_cont_rt span h5
{
	float:right; font-weight:bold; font-family:Georgia, 'Times New Roman', Times, serif; font-size:14px; color:green;
	margin:0px;
	background-image:url(images/cart.gif);
	background-position:right;
	background-repeat:no-repeat;
	padding-right:17px;
}
#index_cont_rt span br
{
	clear:both;
}
#index_cont_rt span h4
{
	float:left;
	margin:0px;
	font-size:12px;
	font-weight:normal;
}
#index_cont_rt span a
{
	display:block;
	float:right;
	font-size:10px;
}
#index_cont_rt span img
{
	border:solid 1px #CCCCCC; display:block;
}
#index_cont_rt span div
{
	display:block;
	background-image:url(images/img_apps/sprites/homethumbs.jpg);
	width:170px;
	height:128px;
	border:solid 1px #CCCCCC;
}
#index_cont_rt span div#ACSM35P
{
	background-position: -3px -4px;
}
#index_cont_rt span div#ACSM11
{
	background-position: -181px -4px;
}
#index_cont_rt span div#ACSM25
{
	background-position: -3px -140px;
}
#index_cont_rt span div#ACSM30
{
	background-position: -181px -140px;
}
#index_cont_rt span div#ACSM40-H
{
	background-position: -3px -275px;
}
#index_cont_rt span div#ACSM70
{
	background-position: -181px -275px;
}

#index_filter
{
	float:left;
	margin-left:20px;
	width:230px;
}
#index_filter div
{
	background-color:#EEEEEE;
	border:dashed 2px #CCCCCC;
	border-top:none;
	padding:5px;	
}
#index_filter div a
{
	display:inline-block;
	padding:5px;
	padding-left:10px;
}
/*#index_filter h3
{
	border:dashed 2px #CCCCCC;
	border-bottom:none;
}*/

#index_vid_desc
{
	background-color:#3E91AC; padding-top:3px; padding-bottom:3px; font-size:10px; color:#FFFFFF;
}

#index_videobox
{
	float:left;
	width:265px;
	/*height:198px;*/
	background-color:#EEEEEE;
	border:solid 1px #CCCCCC;
	margin-top:10px;
	border:none;
}
#index_apps
{
	/*margin: 0 auto; width:500px;*/
	margin-bottom:15px;
}
#index_inr_apps
{
	margin-top:10px;
}
#index_design
{
	padding:5px; border: 3px dashed #CCCCCC; background-color:#EEEEEE; margin-bottom:15px; width:235px;
}
#index_cont_lft div#index_design
{
	background-image:none;
	padding-bottom:5px;
}
#index_design a
{
	font-family:Georgia, 'Times New Roman', Times, serif; font-size:20px; font-weight:bold;
}
#index_design span
{
	font-size:10px; color:#666666; font-style:italic; display:block;
	text-align:left;
	margin:0px;
	padding:0px;
	width:auto;
}
#index_cont_parts
{
	height:445px; overflow-y:scroll; margin-top:10px; background-color:#EEEEEE; width:580px;
}

#index_inr_apps img
{
	border:solid 1px #CCCCCC;
}
#index_inr_apps a
{
	color:#0000FF; text-decoration:underline;
}

#index_txt_blck
{
	float:right; width:335px;
}

#index_lnk_row
{
	padding-top:20px; padding-bottom:100px; height:63px;
}

.clrln
{
	clear:both;
}




	#tabs_cart
	{
		border-bottom:solid 1px #CCCCCC;
	}
	#tabs_cart a
	{
		display:inline-block;
		font-family:Georgia, 'Times New Roman', Times, serif;
		font-size:24px;
		/*color:#999999;*/
		color:blue;
		padding:10px;
		padding-top:5px;
		background-color:#FFFFFF;
		/*padding-left:10px;
		padding-right:10px;
		padding-top:5px;
		border-left:solid 1px #CCCCCC;
		border-right:solid 1px #CCCCCC;*/
		border:solid 1px #EEEEEE;
		/*border-top:none;*/
		/*border-bottom:solid 1px #CCCCCC;*/
		border-bottom:inset 1px #CCCCCC;
		/*position:relative;
		top:1px;
		position:absolute;
		top:243px;*/
		

		/*border:solid 1px #CCCCCC;
		background-color:#EEEEEE;*/
	}
	#tabs_cart a.tab_on_cart
	{
		/*color:blue;*/
		color:#FB7600;
		/*background-color:#FFFFFF;*/
		/*border-left:solid 1px #CCCCCC;
		border-right:solid 1px #CCCCCC;*/
		border:solid 1px #CCCCCC;
		border-bottom:solid 1px #FFFFFF;
	}
	#tab_content_cart
	{
		border:solid 1px #CCCCCC;
		border-top:none;
		padding-top:10px;
	}

	#tabs
	{
		margin-top:10px;
	}
	#tabs a
	{
		display:inline-block; color:#000000; text-decoration:none;
		padding-left:10px; padding-right:10px;
		padding-top:5px;
		padding-bottom:5px;
		border:solid 1px #CCCCCC;
		background-color:#EEEEEE;
	}
	#tabs a.tab_on
	{
		background-color:blue;
		color:#FFFFFF;
		font-weight:bold;
	}
	#tab_content
	{
		border:solid 1px #CCCCCC;
		padding:10px;
		margin-top:3px;
		/*width:433px;*/
		width:860px;
		height:150px; /*250*/ /*180px*/
		overflow-y:scroll;
	}
	#product_details
	{
		padding-left:10px; position:relative; top:-10px; left:0px;
	}
	#product_details span
	{
		font-size:10px;
	}
	#product_details div#container
	{
		margin-top:10px;
	}
	#product_details div#container img
	{
		border:solid 1px #CCCCCC;
	}
	#product_details div#container div#info
	{
		float:left; margin-left:20px;
	}
	#product_details div#container div#info div#price
	{
		display:inline-block; font-family:Georgia, 'Times New Roman', Times, serif; font-size:24px; font-weight:bold; color:green;
		float:left;
	}
	.price
	{
		font-family:Georgia, 'Times New Roman', Times, serif; font-size:24px; font-weight:bold; color:green;
	}
	#product_details div#container div#info div#cart
	{
		display:inline-block; padding-left:60px; font-size:11px;
		float:left; padding-top:4px;
	}
	.btn
	{
		border:solid 1px #006600; background-color:#009900; color:#FFFFFF;
	}
	a.pdf
	{
		font-size:10px;
		background-image:url(images/pdf.gif);
		background-repeat:no-repeat;
		padding-left:20px;
		display:block;
		height:20px;
		line-height:1.5;
		margin-top:10px;
	}
#CFM_REQ
{
font-family:Georgia, "Times New Roman", Times, serif; font-size:13px; color:green; display:block; margin-left:50px;
}

	#banner
	{
		background-color:#FFFFCC; padding:5px; border-right:solid 1px #464646; border-left:solid 1px #464646; font-weight:bold; text-align:center;
	}
	#banner span
	{
		display:inline-block; text-align:center; width:250px;
	}
	#ship
	{
		float:right; padding-right:30px; color:#FFFF00; font-weight:bold;
	}