@charset "utf-8";
/* CSS Document */
body{
	font-family:Arial, Helvetica, sans-serif;
	color:#222;
	font-size:10pt;
}
a{
	text-decoration:none;
}

.smartcom_home_wraper{
	margin-top:-5pt;
	padding-top:0px;
	width:990px;
	background-color:#FFFFFF;
}

.smartcom_home_header{
	padding:0;
	margin:0;
}


/*SMARTCOM HOME HEADER MENU*/
.smartcom_home_header_top_menu{
	padding:0 0 0 25px;
	margin:-10pt 0 0 0;
	text-align:center;
	width:665px;
	float:left;
}
ul.smartcom_home_header_menu {
	list-style:none;
	padding: 0;
}

ul.smartcom_home_header_menu li {
	float:left;
	list-style-type:none;
	position:relative;
	margin:0px;
	padding: 2px;
}

ul.smartcom_home_header_menu li a {
	padding:0px 5px;
	font:inherit;
	font-weight:600;
	font-size:.93em;
	color:#555;
}

ul.smartcom_home_header_menu li a.header_menu_item_have_separate{
	border-right: solid 1px #333;
}
ul.smartcom_home_header_menu li a.header_menu_item_first{
	padding-left:0px;
}

ul.smartcom_home_header_menu li a:hover {
	color:#B60B0D;
}

a.smartcom_user_register_link{
	color:#969798;
	padding-right:10px;
	font-size:0.8em;
}

a.smartcom_user_register_link:hover{
	text-decoration:underline;
}
/* /ENDSMARTCOM HOME HEADER MENU*/

/*SMARTCOM'S PARTNERS (FLASH)*/
.smartcom_home_header_partners{
	width:665px;
	height:85px;
	float:left;
	padding-top:10pt;
}
/*END SMARTCOM'S PARTNERS (FLASH)*/


/*SMARTCOM HOME HEADER USERFORM*/
.smartcom_home_header_userform {
	text-align:right;
	padding:0;
	margin:-13pt; 
	float:right;
	width:290px;
	text-align:right;
}
.smartcom_home_header_userform_title{
	text-transform:uppercase;
	font-weight:bold;
	text-align:right;
	padding:0px;
	margin:0px;
	font-size:.9em;
	color:#666666;
}

.smartcom_home_header_userform_input {
	height:13px;
	width:100px;
	font-family:inherit;
	font-size:11px;
	vertical-align:text-top;
}

.smartcom_home_header_userform_input:focus {
	height:13px;
	width:100px;
	font-family:inherit;
	font-size:11px;
	vertical-align:text-top;
	background:#FDFDFD;
	/*background:#EEFFDD;*/
}

.smartcomm_user_login_submit {
	font:inherit;
	background:none;
	border:none;
	font-weight:bold;
	color:#666666;
}

/*SMARTCOM HOME MENU(TOP)*/
.smartcom_home_menu_top ul {
	margin:0px;
	list-style:none;
	padding-left:20px;
}
.smartcom_home_menu_top ul li {
	list-style:none;
	float:left;
	padding-top:10px;
	padding-bottom:10px;
	font-weight:bold;
}

.smartcom_home_menu_top ul li a{
	padding:0px 10px 0px 10px;
	font:inherit;
	color:#969798;
}
.smartcom_home_menu_top ul li a.menu_top_item_have_separate{
	border-right: solid 1px #969798;
}
.smartcom_home_menu_top ul li a.menu_top_item_first{
	padding-left:0px;
}
.smartcom_home_menu_top ul li a:hover{
	font:inherit;
	color:red;
}

/*SMARTCOM HOME CONTENT*/
.smartcom_home_content{
	text-align:center;
}

.smartcom_home_footer{
	text-align:center;
	padding-left:20px;
	height:20px;
	background:#FBFBFB;
	padding-top:5px;
}

