@charset "utf-8";
/* CSS Document */

html {
	min-height: 100%;
	margin-bottom: 1px;
} /* Firefox scroll-fix*/

* {
	margin: 0px;
	padding: 0px;
}

body {
	color: #fff;
	font-family: tahoma, arial, sans-serif;
	font-size: 10px;
	text-align: center;
	padding-top: 16px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	background-color: #99a6b7;
	background-repeat: repeat-x;
	background-position: 0% 0%;
}

a {
	color: #fff;
	text-decoration: none;
}

a:hover {
	color: #bfd8f6;
}

span {
	display: none;
}

ul {
	list-style-type: none;
}

li {
	list-style-type: none;
}

p {
	margin: 10px 0px 5px;
	text-align: justify;
	line-height: 14px;
}



#container {
	width: 780px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border: 2px solid #0c131b;
	background-color: #2d4a6c;
}


/* Page Header */

#header_container {
	margin-bottom: 0px;
	height: 190px;
	cursor: auto;
	display: block;
	text-align: center;
}

#page_header {
	width: 766px;
	height: 187px;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: 10px 20px;
}


/* Page Header : Company Name & Logo */

#header_company {
	margin-top: 55px;
	width: 585px;
	height: 100px;
	float: left;
	text-align: left;
	background-repeat: no-repeat;
	background-position: 120px 0px;
}

#header_company h1 {
	width: 585px;
	background-repeat: no-repeat;
	background-position: 120px 0px;
	background-image: url(../images/logo_header.jpg);
	height: 100px;
}


/* Page Header : Welcome Note */

#header_welcome {
	padding-left: 142px;
	float: left;
	text-align: justify;
}

#header_welcome h3 {
	padding: 3px 0px 0px;
	font-size: 14px;
}

#header_welcome p {
	margin-top: 7px;
}

#header_welcome #welcome_text {
	width: 447px;
}

/* Page Header : Menu */

#header_menu {
	padding-top: 35px;
	padding-right: 29px;
	float: right;
}

#header_menu li {
	margin-bottom: 2px;
	width: 116px;
	border: 1px solid #dee8f5;
	text-align: left;
	clear: both;
	float: none;
}

#header_menu li a {
	display: block;
	width: 116px;
	height: 20px;
	color: #e3ecf8;
	background-color: #3d6290;
	text-decoration: none;
	font-weight: bold;
	overflow: hidden;
	line-height: 10px;
}

#header_menu li a span {
	display: block;
	padding-top: 4px;
	padding-left: 31px;
}

#header_menu li a:hover {
	color: #fff;
	background-color: #2e4a6c;
}


/* Left Sidebar */

#left_sidebar {
	width: 178px;
	float: left;
}

#left_sidebar .box_container {
	margin-bottom: 11px;
	border: 1px solid #fff;
	background-color: #537caf;
}


/* Left Sidebar : Latest News */

#news {
	padding: 10px 17px 10px 12px;
	text-align: left;
}

#news h2 {
	width: 76px;
	height: 19px;
	background: url('../images/news_title.gif') no-repeat 0px 0px;
}

#news h4 {
	padding-top: 6px;
	font-size: 10px;	
	font-weight: bold;
}

#news p {
	margin-top: 5px;
	margin-bottom: 6px;
	line-height: 12px;
}

#news .link-more {
	text-align: right;
	font-weight: bold;
}


/* Main Content */

#maincontent_container {
	border-top : 1px solid #d5dfec;
	border-left : 1px solid #d5dfec;
	float: right;
	text-align: left;
}

#maincontent {
	width: 561px;
	margin-top: 7px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 16px;
	float: left;
	padding-left: 2px;
}
#maincontent_about {
	width: 740px;
	margin-top: 7px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 16px;
	float: left;
	padding-left: 2px;
}
#container div #maincontent_about .normal_text a {
	font-weight: bold;
	text-decoration: underline;
}

#maincontent_full {
	width: 745px;
	margin-top: 7px;
	margin-right: 16px;
	margin-bottom: 10px;
	margin-left: 16px;
	padding-left: 2px;
	padding-right: 2px;
}
.content {
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}
#container .content div {
	font-size: 12px;
}

#container .partners {
	width: 170px;
	float: right;
	border: 2px double #FFF;
	margin-right: 5px;
	margin-top: 6px;
}
#container .partners .partnerheading {
	font-size: 16px;
	font-weight: bold;
	font-family: Verdana, Geneva, sans-serif;
	background-image: url(../images/back_ground.jpg);
	background-repeat: repeat-x;
	text-align: center;
	display: block;
	letter-spacing: 0.07em;
	padding-top: 2px;
	padding-bottom: 2px;
}

#container #main_menu {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
	height: 22px;
	width: 780px;
	background-color: #455e7d;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFF;
}


#maincontent_top {
	margin-bottom: 11px;
	width: 561px;
	background: url('../images/maincontent_verticaldiv.gif') repeat-y 310px 5px;
}


/* How We Started */

#started_container {
	width: 313px;
	float: left;
}
.normal_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFF;
	text-decoration: none;
}


#started {
	padding-top: 2px;
	width: 294px;
}

#started h2 {
	width: 96px;
	height: 14px;
	background: url('../images/started_title.gif') no-repeat 0px 0px;
}


/* Repairing */

#right_container {
	width: 247px;
	float: left;
	text-align: left;
}


/* Featured Products */

#featured_container {
	border: 1px solid #fff;
	background-color: #537caf;
	float: left;
}

#featured {
	margin: 9px 30px;
	width: 498px;
}

#featured_products ul {
	padding-bottom: 2px;
	width: 498px;
}

#featured_products li {
	margin: 6px 21px 10px 1px;
	float: left;
}

#featured_products li.end {
	margin-right: 0px;
}

#featured_products li a {
	display: block;
	width: 107px;
	height: 84px;
	background-color: #fff;
	overflow: hidden;
}

#featured_products li a img {
	margin: 1px;
}

#featured_products li h4 {
	padding-top: 3px;
	text-align: center;
	font-size: 10px;
	font-weight: bold;
}

.featured_nav {
	padding-left: 3px;
	padding-right: 9px;
	float: left;
	font-weight: bold;
}

.featured_nav a {
	text-decoration: none;
}

#featured .link-more {
	padding-right: 3px;
	font-weight: bold;
	float: right;
}

#container #maincontent strong a {
	cursor: help;
}
.footer {
	color: #2E5B89;
	font-weight: bold;
	font-size: 11px;
	text-decoration: none;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/* Cartweaver 3 CSS Classes */
/*~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/*
NOTE: All styles below are specific to Cartweaver 3.
You may use the CSS above, or remove it and attach
your own CSS file in addition to cartweaver.css
*/

/*Form Styles*/
input.formCheckbox {
	border: none;
	background: transparent;
}
input.formButton {
	color: #FFFFFF;
	font-weight: bold;
	margin: 3px 3px 0px 3px;
	background-color: #395186;
	border: 1px solid #FFF;
}
/* Tables used to display tabular Data. */
/* Apply to <table> tags only. 
Example: <table class="tabulardata">*/
table.tabularData, table.tabularData td, table.tabularData th {
	border: 1.5px solid #0c131b;
	border-collapse: collapse;
}
table.tabularData td, table.tabularData th{
	padding: 3px;
}
table.tabularData th, table.tabularData th a:link, table.tabularData th a:visited, table.tabularData th a:hover, table.tabularData th a:active  {
	color: #FFF;
	background-color: #455e7d;
	font-weight: bold;
}

/* altRowEven & altRowOdd are used to style alternating table rows. */
.altRowEven {
	background-color: #5A7CA5;
}
.altRowOdd{
	background-color: #8BA3BE;
}

/* oldprice is displayed when there is a discount */
.oldprice {
	text-decoration: line-through;
}
.smallprint {
	font-size: 10px;
}

.pagingLinks {
	text-align: center;
}

.errorMessage {
	color: #993333;
	font-weight: bold;
}
input, select, textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #395186;
	border: 1px solid #395186;
}
.heading1 {
	font-size: 16px;
	font-style: oblique;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
}
.services_offer {
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	display: block;
	text-align: left;
	padding-left: 80px;
}
.bold1 {
	font-size: 13px;
	font-weight: bold;
	color: #FFF;
	text-decoration: underline;
}
#container div #pageheading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: bold;
	font-style: italic;
	padding-left: 10px;
	margin-top: 5px;
	margin-bottom: 5px;
	color: #FFF;
}
.expandable_container {
	display: block;
	overflow: hidden;
}
img {
	border:none;
}
