/* all page styles */
body {
	/*font: 62.5% Verdana, Arial, Helvetica, sans-serif; */
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	background: #FFFFFF;
	margin: 10px 0;
	padding: 0;
	text-align: center;
	color: #333333;
}

a {
	color: #336699;
	text-decoration: none;
}

a:hover {
	color: #336699;
	text-decoration: underline;
}

a.green{
	color: #598e4c;
}

a.red{
    color: #ec1c24;
}

p {
	font-size: 1.2em;
	margin: 0 0 10px 0;
}

blockquote {
	font-size: 1.1em;
	line-height: 1.4em;
	font-style: italic;
	margin:0;
	padding: 0px 20px 0px 20px;
}

ul, ol {
	font-size: 1.2em;
	margin: 0 0 0 1.25em;
	padding: 0;
}

li {
	margin: 0 0 5px 0;
	padding: 0;
}

ul.home {
	font-size: 1.6em;
	font-weight: bold;
	color: #0093DC;
}

ul.home li {
	list-style-image: url(../images/triangle_bullet.gif);
}

ul.home li a {
	color: #0093DC;
}

ul.home li a.green {
	color: #598e4c;
}

h1 {
	font-size: 18px;
	margin: 0 0 15px 0;
	color: #0093DC;
}

h1.home {
	font-size: 20px;
	margin: 10px 0 20px 0;
	text-align: center;
}

h2 {
	font-size: 14px;
	margin: 10px 0 10px 0;
}

h3 {
	font-size: 12px;
	margin: 10px 0 10px 0;
}

/*
table {
	background: #33A9E3;
	color: #FFFFFF;
	width: 280px;
	border-collapse: collapse;
	margin: 10px 20px 20px 0;
}

th h2 {
	margin: 0;
}

tr.table_top th {
	text-align: center;
	background-image: url("../images/table_top_bg.gif");
	background-repeat: no-repeat;
	padding: 10px 10px 10px 5px;
}

th {
	font-weight: normal;
	text-align: left;
	padding: 5px 10px;
}

td {
	text-align: right;
	padding: 5px 10px;
}

tr.table_bottom{
	background-image: url("../images/table_bottom_bg.gif");
	background-repeat: no-repeat;
	background-position: bottom;
}

tr.table_bottom th, tr.table_bottom td {
	font-weight: bold;
	border-top: 1px solid #ffffff;
	padding: 5px 10px 10px 10px;
}

.whitetable {
	background: #FFFFFF;
	color: #000000;
	width: 650px;
	border-collapse: collapse;
    padding: 0px;
}

.bluetable {
	background: #33A9E3;
	color: #FFFFFF;
	width: 650px;
    height: 25px;
	border-collapse: collapse;
    font-weight: bold;
    font-size: 18px;
}
*/

.right {
	float: right;
}

.left {
	float: left;
}

.button {
	display: block;
	width: 140px;
	height: 30px;
	text-align: center;
	font-size: 1.1em;
	color: #FFFFFF;
	font-weight: bold;
	line-height: 30px;
	background-image: url("../images/button_bg.gif");
	background-repeat: no-repeat;
}

.button:hover {
	color: #FFFFFF;
}

.clearfloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.readmore{
	margin: 0;
	font-weight: bold;
	font-size: 1.1em;
	line-height: 1.4em;
}

.readmore a{
	
}

.arrow{
	background-image:url("../images/control_play_blue.png");
	background-repeat: no-repeat;
	height: 16px;
	\width: 21px;
	w\idth: 16px;
	float: left;
	padding-right: 5px;
	display: inline;

}

.case-study{
	border-bottom: 1px solid #4CB3E6;
	padding-bottom: 10px;
	padding-top: 10px;
}

.blktxt{
	color: #000000;
	text-align:center;
}

input.contactbtn{
	display: block;
	width: 185px;
	height: 44px;
	text-align: center;
	font-size: 1.1em;
	color: #FFFFFF;
	font-weight: bold;
	line-height: 30px;
	background-image: url(../images/btn-send_your_request.gif);
	background-repeat: no-repeat;
	border: 0;
}

input.requestqbtn{
	display: block;
	width: 215px;
	height: 44px;
	text-align: center;
	font-size: 1.1em;
	color: #FFFFFF;
	font-weight: bold;
	line-height: 30px;
	background-image: url("../images/btn_request_quote_now.gif");
	background-repeat: no-repeat;
	border: 0;
}





/* header styles */

#header {
	background-image: url("../images/header_bg.gif");
	background-repeat: no-repeat;
	height: 110px;
	position: relative;
}

#header #top_logo {
	position: absolute;
	left: 10px;
	top: 10px;
}

#header #top_logo img {
	border: none;
}

#header #top_text {
	position: absolute;
	top: 34px;
	left: 155px;
}





/* navigation styles */

#header #top_nav {
	background: #000000;
	background-image: url("../images/nav_bg.gif");
	background-repeat: repeat-x;
	text-align: center;
	font-size: 1.1em;
	height: 30px;
	padding: 0;
	margin: 0;
	width: 900px;
	position: absolute;
	bottom: 0;
	left: 0;
}

#header #top_nav ul {
	margin: 0 0 0 25px;
}

#header #top_nav li {
	list-style-type: none;
	float: left;
	padding: 0;
	margin: 0;
	position: relative;
}

#header #top_nav li.green {
	background-image: url("../images/nav_green_bg.gif");
	background-repeat: repeat-x;
}

#header #top_nav a {
	color: #ffffff;
	padding: 0 8px;
	line-height: 30px;
	display: block;
}



/* Help box styles */

.help_box {
	position: absolute;
	width: 165px;
	background-color: #FFFFFF;
	right: 0px;
	height: 109px;
	text-align: center;
}

.help_box ul {
	font-size: 1.1em;
	margin: 0;
	padding: 0;
	border-left: 1px solid #ed873d;
	border-right: 1px solid #ed873d;
	height: 79px;
	display: block;
	border-bottom: 1px solid #ed873d;
}

.help_box li {
	list-style-type: none;
	margin: 0;
	padding: 4px 0;
}

.help_box h2 {
	font-size: 1.2em;
	color: #FFFFFF;
	background: #f09655;
	background-image: url(../images/need_help_box_top.gif);
	background-repeat: no-repeat;
	margin: 0;
	padding: 9px 10px;
	display: block;
	\width: 165px;
	w\idth: 145px;
	line-height: 12px;
	text-align: center;
}





/* Google search styles*/

#search_form {
	position: absolute;
	text-align: center;
	width: 165px;
	right: 0;
	bottom: 5px;
}

#search_form form {
	margin: 0;
}

#search_form input.searchbx {
	padding: 1px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

#search_form input.searchbtn {
	border: 0;
    margin: 0;
    padding: 0;
	background-color: transparent;
	background-image: url(../images/magnifier.png);
	background-repeat: no-repeat;
	width: 16px;
	height: 16px;
}





/* content styles */

#oneColFixCtrHdr #container {
	margin: 0 auto;
	width: 900px;
	text-align: left;
}

#mainContent {
	width: 898px;
	border-left: 1px solid #336699;
	border-right: 1px solid #336699;
	background: #ffffff;
	float: left;
}

.main_column_LG {
	float: left;
	width: 693px;
	margin: 20px 0 20px 20px;
	display: inline;
}

.home_column_LG {
	float: left;
	width: 713px;
	margin: 10px 0 20px 10px;
	display: inline;
}

.main_column_MD {
	\width: 547px;
	w\idth: 522px;
	padding-right: 10px;
	padding-left: 15px;
	float: left;
	display: inline;
}

.main_column_RMD{
	\width: 670px;
	w\idth: 650px;
	padding-left: 20px;
	float: left;
	display: inline;
}

.main_column_single{
	width: 858px;
	margin: 20px;
	float: left;
	display: inline;
}

.column_fade {
	background-image: url("../images/main_column_LG_bg.gif");
	background-repeat: repeat-x;
	background-position: bottom;
	padding: 0 0 10px 0;
	width: 100%;
}

.flash_column {
	height: 160px;
	margin: 5px 0 0 0;
	float: left;
}



/* xlerator resources box */

#xlerator_resources {
	width: 495px;
	background-color: #FFFFFF;
	background-image: url(../images/xlerator_resources_box_bott.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	padding: 0 0 6px 0px;
	margin: 20px 0 15px 0;
	text-align: center;
}

#xlerator_resources h2 {
	font-size: 1.2em;
	color: #FFFFFF;
	background: #f09655;
	background-image: url(../images/xlerator_resouces_box_top.gif);
	background-repeat: no-repeat;
	margin: 0;
	padding: 9px 10px;
	display: block;
	\width: 495px;
	w\idth: 475px;
	line-height: 12px;
}

#xlerator_resources ul {
	font-size: 1.1em;
	margin: 0;
	padding: 5px 10px;
	border-left: 1px solid #ed873d;
	border-right: 1px solid #ed873d;
}

#xlerator_resources li {
	display: inline;
	margin: 5px 0;
	padding: 0;
}





/* Side containers */

.side_column_container {
	width:165px;
	float: right;
	margin: 10px 0 0 0;
}

.side_column_image_container {
	width: 155px;
	float: right;
	margin: 6px 0 15px 0;
}

.side_column {
	width: 165px;
	float: right;
	padding: 0 0 6px 0px;
	margin: 0 0 10px 0;
	background-image: url(../images/side_box_bottom.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}
.side_column ul {
	font-size: 1.1em;
	margin: 0;
	padding: 5px 10px;
	border-left: 1px solid #336699;		
}
.side_column li {	
	list-style-type: none;
	margin: 5px 0;
	padding: 0;
}
.side_column h2 {
	font-size: 1.2em;
	line-height: 12px;
	color: #FFFFFF;
	background: #4CB3E6;
	background-image: url(../images/side_box_top.gif);
	background-repeat: no-repeat;
	margin: 0;
	padding: 9px 10px;
	display: block;
	\width: 165px;
	w\idth: 145px;
}

.side_column_container_top {
	position: absolute;
	top: 15px;
	right: 15px;
}

.side_column_top {
	width: 155px;
	float: right;
	padding: 3px 0 0 0;
	margin: 0 0 5px 0;
	background-image: url("../images/side_column_bottom_bg_top.gif");
	background-repeat: no-repeat;
	background-position: bottom;
}

.side_column_top h2 {
	font-size: 1.2em;
	line-height: 12px;
	color: #FFFFFF;
	background: #FD771F;
	background-image: url("../images/side_column_h2_bg_top.gif");
	background-repeat: no-repeat;
	margin: 0;
	padding: 9px 10px;
	display: block;
	\width: 155px;
	w\idth: 135px;
}



/* footer styles */

#footer {
	background-image: url("../images/footer_bg.gif");
	background-repeat: no-repeat;
	height: 70px;
	text-align: center;
	line-height: 10px;
	float: left;
	width: 900px;
}

#footer img {
	margin: 13px 0;
}

#footer #copyright {
	background: #ffffff;
	padding: 10px 0 0 0;
	height: 20px;
}





/* home page styles */

.home_left {
	width: 200px;
	float: left;
	text-align: center;
}

.home_right {
	float:right;
	width:495px;
	margin: 0 10px 0 0;
	display: inline;
}

.xltable {
	background: #FFFFFF;
	color: #000000;
	width: 300px;
	border: 1px solid #000000;
    padding: 0px;
}

.xltable th {
    background: #CCCCCC;
    color:#000000;
    font-weight: bold;
    text-align:center;
}
 
.xltable td  {
     border:1px solid #000000;
     text-align:left;
     padding: 1px;
}

/*
.modeltable {
	background: #FFFFFF;
	color: #000000;
	width: 660px;
	border: 1px solid #000000;
    padding: 0px;
    margin: 10px;
}

.modeltable th {
    background: #CCCCCC;
    color:#000000;
    font-weight: bold;
    text-align:center;
 }
 
.modeltable td  {
     border:1px solid #000000;
     text-align:center;
     padding: 1px;
 }
*/
 
 
 
 
/* product section */

#main_product_image {
	width: 350px;
	height: 350px;
	background-image: url(../images/xlerator_product_page/main_image_BG.png);
	background-repeat: no-repeat;
	text-align: center;
	margin: 0 14px 10px 0;
	float: left;
}

#main_product_image p.enlarge {
	font-size: 11px;
	margin: 10px 0 0 0;
}

#main_product_image img {
	margin: 10px 0;
}

#main_product_image p.description {
	padding: 0 50px;
	margin: 0;
}

ul#image_nav {
	margin: 0 14px 10px 0;
	padding: 0;
	float: left;
}

ul#image_nav li {
	list-style-type: none;
	margin: 0 0 10px 0;
	padding: 0;
}

ul#image_nav a {
	display: block;
	width: 40px;
	height: 40px;
	padding: 5px;
	background-image: url(../images/xlerator_product_page/th_BG.png);
	background-repeat: no-repeat;
	text-align: center;
}

ul#image_nav img {
	border: none;
}

#xlerator_resources_product {
	width: 265px;
	height: 344px;
	background-color: #FFFFFF;
	background-image: url(../images/xlerator_product_page/resources_box_bg.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	padding: 0 0 6px 0px;
	margin: 0 0 10px 0;
	float: left;
}

#xlerator_resources_product img {
	border: none;
}

#xlerator_resources_product h2 {
	font-size: 12px;
	line-height: 12px;
	color: #FFFFFF;
	background: #f09655;
	background-image: url(../images/xlerator_product_page/resources_box_top.gif);
	background-repeat: no-repeat;
	margin: 0;
	padding: 9px 10px;
	display: block;
	width: 245px;
	text-align: center;
}

#xlerator_resources_product ul {
	margin: 0;
	padding: 5px 10px;
}

#xlerator_resources_product li {
	list-style-type: none;
	margin: 5px 0;
	padding: 0;
}

.product_lr {
	width: 300px;
}

.product_lr .left {
	width: 90px;
	float: left;
}
 
.product_lr .right {
	width: 210px;
	float: right;
}

.red {
	color: #ec1c24;
}

#xlerator_product_cert_logos {
	width: 200px;
	text-align: center;
	float: right;
}

#xlerator_product_diagrams {
	width: 300px;
	margin: 10px 0 0 0;
	text-align: center;
	float: right;
}

#xlerator_product_diagrams img {
	border: none;
}

#xlerator_product_diagrams p {
	font-size: 11px;
	margin: 10px 0 20px 0;
}


/* table */

.striped_table {
	border-collapse: collapse;
	text-align: center;
	float: left;
	margin: 10px 0 10px 0;
}

.striped_table td.border_left, .striped_table th.border_left {
	background-image: url(../images/xlerator_product_page/table_border.gif);
	background-repeat: repeat-y; 
	background-position: left;
}

.striped_table td.border_right, .striped_table th.border_right {
	background-image: url(../images/xlerator_product_page/table_border.gif);
	background-repeat: repeat-y; 
	background-position: right;
}

.striped_table th[scope=row] {
	font-weight: normal;
	font-size: 11px;
	line-height: 25px;
}

.striped_table td {
	font-size: 11px;
	line-height: 25px;
}

.striped_table tr.top {
	background-color: #4cb3e6;
	background-image: url(../images/xlerator_product_page/table_top_bg.gif);
	background-repeat: repeat-x;
	background-position: top;
	border: none;
}

.striped_table tr.top th {
	font-size: 12px;
	line-height: 12px;
	font-weight: bold;
	color: #ffffff;
	padding: 9px 0 9px 0;
}

.striped_table tr.top th.left {
	float: none;
	background-image: url(../images/xlerator_product_page/table_top_left.gif);
	background-repeat: none;
	background-position: top left;
}

.striped_table tr.top th.right {
	float: none;
	background-image: url(../images/xlerator_product_page/table_top_right.gif);
	background-repeat: no-repeat;
	background-position: top right;
}

.striped_table tr.alt {
	background-color: #cce9f8;
}

.striped_table tr.bottom {
	border: none;
	height: 10px;
	background-image: url(../images/xlerator_product_page/table_bottom_bg.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	border: none;
}

.striped_table tr.bottom .left {
	float: none;
	background-image: url(../images/xlerator_product_page/table_bottom_left.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
}

.striped_table tr.bottom .right {
	float: none;
	background-image: url(../images/xlerator_product_page/table_bottom_right.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
}

.side_column_container .facebooklink {
	float: right;
	margin: 0 0 10px;
	padding: 0;
	width: 165px;
	height: 31px;
	overflow: hidden;
	background: url(/images/_facebooklink.gif) no-repeat;
}

.side_column_container .facebooklink a {
	display: block;
	width: 165px;
	height: 0;
	padding: 31px 0 0;
	margin: 0;
	overflow: hidden;
}
