* {
	margin: 0px;
	padding: 0px;
}

body {
	padding: 16px 0px 10px;
	background: url('../images/body_color.jpg') #5f92d2 repeat 0% 0%;
	/*background : #afc2d9 repeat 0% 0%;*/
	color: #fff;
	font-family: tahoma;
	font-size: 12px;
	text-align: center;
}

a {
	color: #fff;
	text-decoration: underline;
}

a:hover {
	color: #bfd8f6;
}

span {
	display: none;
}

img {
	border: none;
}

ul {
	list-style-type: none;
}

li {
	list-style-type: none;
}

p {
	margin: 10px 0px 5px;
/*	text-align: justify; */
	line-height: 20px;
}

.clearthis {
	margin : 0px;
	height : 1px;
	clear : both;
	float : none;
	font-size : 1px;
	line-height : 0px;
	overflow : hidden;
}

input {
	padding-left: 2px;
	background-color: #eff3f7;
	border: 2px solid #eff3f7;
	color: #537caf;
	font-family: tahoma, arial, sans-serif;
	font-size: 10px;
}



#container {
	margin: 0px auto;
	width: 100%;
}


/* Page Header */

#header_container {
	margin-bottom: 12px;
	margin-left: 0px;
	margin-right: 0px;
	border: 1px solid #fff;
	background: url('../images/header_background.jpg') repeat-x 0px 0px;

}

#page_header {
	width: 100%;
	/*height: 187px;*/
/*	background: url('../images/sisfb-LOGO-new.gif') no-repeat 10px 20px; */
	/*overflow: hidden;*/
}


/* Page Header : Company Name & Logo */

#header_company {
	margin-top: 14px;
	width: 70%;
	float: left;
/*	background: url('../images/slogo.gif') no-repeat 137px 0px; */
	text-align: left;
}

/*
#header_company h1 {
    background: url('../images/name.gif') no-repeat 160px 0px; 
	width: 100%;
	height: 23px;
}
*/

/* Page Header : Welcome Note */
#com_logo {
    width: 200px;
	padding-left: 20px;
	float: left;
	text-align: justify;
}

#header_welcome {
	padding-left: 10px;
	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: 90%; */
}

/* Page Header : Menu */

#header_menu {
	width: 150px;
	padding-top: 35px;
/*	padding-right: 29px; */
	float: right;
  display: block;
  margin-left: auto;
  margin-right: auto;	
}

#header_menu li {
	margin-bottom: 2px;
	width: 114px;
	border: 1px solid #dee8f5;
	text-align: left;
	clear: both;
	float: none;
	vertical-align:middle;
}

#header_menu li a {
	display: block;
	width: 110px;
	height: 20px;
	color: #e3ecf8;
	background-color: #3d6290;
	text-decoration: none;
	font-weight: bold;
	overflow: hidden;
	line-height: 16px;
}

#header_menu li a span {
	display: block;
	padding-top: 2px;
	padding-left: 20px;
}

#header_menu li a:hover {
	color: #fff;
	background-color: #2e4a6c;
}

/* Left Sidebar */

#left_sidebar {
	width: 100%;
	float: left;
}

#left_sidebar .box_container {
	margin-bottom: 11px;
	border: 1px solid #fff;
	background-color: #537caf;
}


/* Left Sidebar : User Login */

#userlogin {
	padding: 7px 8px 11px 12px;
	color: #f1f5f9;
	font-weight: bold;
	text-align: left;
}

#userlogin h2 {
	width: 69px;
	height: 15px;
	background: url('../images/userlogin_title.gif') no-repeat -2px 0px;
}

#userlogin form {
	padding-top: 5px;
}

#userlogin .form_field {
	padding-left: 1px;
	padding-top: 7px;
	width: 155px;
	float: none;
	clear: both;
	text-align: right;
}

#userlogin form strong {
	padding-top: 1px;
	display: block;
	width: 50px;
	height: 13px;
	float: left;
	text-align: left;
}

#userlogin form input {
	width: 93px;
	float: right;
}

#userlogin form input.button {
	padding: 0px;
	width: 55px;
	height: 15px;
	border: none;
	float: none;
}

#userlogin #link-password {
	padding-top: 5px;
}

#userlogin #link-password a {
	color: #eef3f9;
}

#userlogin #link-password a:hover {
	color: #bfd8f6;
}


/* Left Sidebar : Latest News */

#news {
	padding: 10px 17px 10px 12px;
	text-align: left;
}

#news h2 {
	width: 76px;
	height: 19px;
	background: url('../images/news.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;
}

/* Left Sidebar : Report News */

#report_news {
	padding: 10px 17px 10px 12px;
	text-align: left;
}

#report_news h2 {
	width: 76px;
	height: 19px;
	background: url('../images/report.gif') no-repeat 0px 0px;
}

#report_news h4 {
	padding-top: 6px;
	font-size: 10px;	
	font-weight: bold;
}

#report_news p {
	margin-top: 5px;
	margin-bottom: 6px;
	/*line-height: 12px;*/
}

#report_news .link-more {
	text-align: right;
	font-weight: bold;
}

/* Main Content */

#maincontent_container {
	/*border-top : 1px solid #d5dfec;
	border-left : 1px solid #d5dfec;*/
	float: left;
	text-align: left;
	background-color: #436da1;
	margin-bottom : 10px;
	width: 100%;

}

#maincontent {
	margin: 7px 0px 0px 16px;
   	/*width: 100%;*/
}

#maincontent_top {
	margin-bottom: 11px;
	/*width: 100%;*/
	/*background: url('../images/maincontent_verticaldiv.gif') repeat-y 100% 5px;*/
}


/* How We Started */

#started_container {
	/*width: 95%;*/
	float: left;
}

#started {
	padding-top: 2px;
	/*width: 100%;*/
}

#started h2 {
	/*width: 96px;
	height: 14px; 
	background: url('../images/mis.gif') no-repeat 0px 0px;  */
}


/* Repairing */

#right_container {
	float: right;
	text-align: left;
	margin: 0 auto;
	/*background-color:#D07501;*/
}

#repairing_container {
        width: 100%;
	margin-left: auto;
	border: 1px solid #fff;
	float: right;	
}

#repairing {
	margin-left: auto;
	margin-right: 1px;
	/*margin: 5px 17px 4px 10px;	*/
	padding-left: 5px;
	padding-bottom: 5px;
	/*width: 100%;
	float: right;*/
}

#repairing h2 {
	/*width: 125px;
	height: 19px;*/
	background: url('../images/IS.gif') no-repeat 0px 4px;
}

#repairing p {
	margin-top: 6px;
}

#repairing a {
	color: #fff;
	text-decoration: underline;
}

#repairing a:hover {
	color: #bfd8f6;
}

/* Get Special Offer */

#offer_container {
	margin-left: auto;
	border: 1px solid #fff;
	background-color: #436da1;
	float: right;
}

#offer {
	margin: 5px 17px 4px 10px;
	/*width: 205px;*/
}

#offer h2 {
	/*width: 120px;
	height: 22px;*/
	background: url('../AD/freerepair/images/free.gif') no-repeat -1px 0px;
}

#offer p {
	margin-top: 1px;
}

#offer .link-go {
	text-align: right;
}

#offer .link-go a {
	margin-left: auto;
	display: block;
	width: 34px;
	height: 13px;
	background: url('../images/offer_go.gif') no-repeat 0px 0px;
}

/* Get Special AD Offer */

#ad_offer_container {
        width: 100%;
	margin-left: auto;
	border: 1px solid #fff;
	background-color: #436da1;
	float: right;
	margin-top: 10px;
}

#ad_offer {
	margin: 5px 17px 4px 10px;
	/*width: 205px;*/
}

#ad_offer h2 {
	/*width: 170px;*/
	height: 50px;
	background: url('../images/logo-ocs.gif') no-repeat -1px 0px;
}

#ad_offer p {
	margin-top: 1px;
}

#ad_offer .link-go {
	text-align: right;
}

#ad_offer .link-go a {
	margin-left: auto;
	display: block;
	width: 34px;
	height: 13px;
	background: url('../images/offer_go.gif') no-repeat 0px 0px;
}

#ad_offer2 {
	margin: 5px 17px 4px 10px;
	/*width: 205px;*/
}

#ad_offer2 h2 {
	/*width: 170px;*/
	height: 50px;
	background: url('../images/wd.png') no-repeat -1px 0px;
}

#ad_offer2 p {
	margin-top: 1px;
}

#ad_offer2 .link-go {
	text-align: right;
}

#ad_offer2 .link-go a {
	margin-left: auto;
	display: block;
	width: 34px;
	height: 13px;
	background: url('../images/offer_go.gif') no-repeat 0px 0px;
}

#ad_offer3 {
	margin: 5px 17px 4px 10px;
	/*width: 205px;*/
}

#ad_offer3 h2 {
	/*width: 170px;*/
	height: 50px;
	background: url('../images/CCI20130318_00002.gif') no-repeat -1px 0px;
}

#ad_offer3 p {
	margin-top: 1px;
}

#ad_offer3 .link-go {
	text-align: right;
}

#ad_offer3 .link-go a {
	margin-left: auto;
	display: block;
	width: 34px;
	height: 13px;
	background: url('../images/offer_go.gif') no-repeat 0px 0px;
}



/* Featured Products */

#featured_container {
	border: 1px solid #fff;
	background-color: #537caf;
	float: left;
	width: 80%;
}

#featured {
	margin: 9px 10px;
	width: 100%;
}

#featured h2 {
	/*width: 111px;
	height: 20px;*/
	background: url('../images/products.gif') no-repeat 0px 0px;
}

#featured_products ul {
	padding-bottom: 2px;

}

#featured_products li {
	margin: 6px 16px 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;
}


/* Page Footer */

#page_footer {
	width: 100%;
	float: right;
	text-align: center;
	font-size: 11px;
}

#sub_menu {
	width: 100%;
	padding-top: 10px;
/*	padding-right: 29px; */

    text-align:center;
    margin:0 auto; 	
}

#sub_menu ul {
    display:inline-block; 
    list-style:none;
}

#sub_menu li {
	margin-bottom: 5px;
	width: 130px;
	border: 1px solid #dee8f5;
	text-align: center;
	clear: both;
	float: none;
	vertical-align:middle;
}

#sub_menu li a {
	display: block;
	/*width: 125px;*/
	height: 20px;
	color: #e3ecf8;
	background-color: #3d6290;
	text-decoration: none;
	font-weight: bold;
	overflow: hidden;
	line-height: 16px;
}

#sub_menu li a span {
	display: block;
	padding-top: 2px;
	padding-left: 2px;
}

#sub_menu li a:hover {
	color: #fff;
	background-color: #2e4a6c;
}

.link-more a {
	color: #fff;
	text-decoration: underline;
}

.link-more a:hover {
	color: #bfd8f6;
}