/* CSS Document */

@charset "utf-8";

/* GLOBALS */


html, body {
	margin: 0;
	padding: 0;
	height: 100%;
	background-color:#FFFFFF;
	font-size: 11px;
}


a {
	text-decoration: none;
	color: #96BD0D;
}

a:hover {
	text-decoration: underline;
	color: #96BD0D;
}

a img {
	outline : none;
	border:none;
}

.bold {
	font-weight: bold;
}

.center {
	margin-left:auto;
	margin-right:auto;
	text-align: center;
}

#main_wrapper {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #666;
	margin-right: auto;
	margin-left: auto;
	
	min-height:100%;
	position:relative;
}


/* HEADER */
#header {
	height: 128px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666;
	background-color: #2c2c2c;	
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #94BA0C;
	background-image: url(../img/header_pintura_bkg.jpg);
	background-repeat: no-repeat;
	background-position: center;


}


#header_content {
	height: 128px;
	width: 1100px;
	margin-right: auto;
	margin-left: auto;
}


#menu {
	float: right;
	height: 44px;
	margin-top: 84px;
	margin-right: 30px;
}

#menu_content {
	background-image: url(../img/menu_bkg.png);
	text-align: center;
	font-size: 16px;
	font-weight: normal;
	color: #333;
}

.menu_spacer {
	color: #92B90D;
	font-weight: normal;
	margin-right: 5px;
	margin-left: 5px;
	font-style: normal;
}

#menu a{
	text-decoration: none;
	color: #333;
}

#menu a:hover{
	color: #4D84AD;
}

.menu_left_corner{
	width: 18px;
	background-image: url(../img/menu_left_corner.png);
}

.menu_right_corner{
	width: 18px;
	background-image: url(../img/menu_right_corner.png);
}




/* MAIN CONTENT */
#main_content {
	width: 1100px;
	margin-right: auto;
	margin-left: auto;
	
	padding-bottom: 293px;   /* Height of the footer */
}

.align_right{
	text-align:right;
}


#tv {
	margin-top: 20px;
	background-image: url(../img/lcd_tv.jpg);
	height: 695px;
	width: 1004px;
	margin-right: auto;
	margin-left: auto;
}

#iframe_container {
	height: 525px;
	width: 928px;
	position: relative;
	left: 38px;
	top: 38px;
}

/* FOOTER */
#footer {
	height: 293px;
	font-size: 10px;
	background-image: url(../img/footer_bck.gif);
	background-repeat: repeat-x;
	clear: both;
	font-family: Verdana, Geneva, sans-serif;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #94BA0C;
	
	position:absolute;
	bottom:0;
	width:100%;
	
}

#footer_paint{
	height: 293px;
	background-image: url(../img/footer_pintura_bkg.jpg);
	background-repeat: no-repeat;
	background-position: center;
}

.footer_list_header{
	font-size: 15px;
	color: #797979;
	margin-bottom: 20px;
	font-family: Verdana, Geneva, sans-serif;
}



#footer_site_map{
	float: left;
	text-align: left;
	line-height: 20px;
	list-style-type: none;
	background-image: url(../img/footer_vertical_spacer.png);
	background-repeat: no-repeat;
	background-position: right 20px;
	width: 155px;
	margin-left: -10px;
}

#footer_products{
	float: left;
	text-align: left;
	line-height: 20px;
	list-style-type: none;
	background-image: url(../img/footer_vertical_spacer.png);
	background-repeat: no-repeat;
	background-position: right 20px;
	width: 145px;
	height: 150px;
}

#footer_info{
	float: left;
	text-align: left;
	line-height: 20px;
	list-style-type: none;
	margin-left: 10px;
	margin-bottom: 40px;
}

#footer_copyright {
	clear: both;
	background-image: url(../img/logo_footer.png);
	background-repeat: no-repeat;
	height: 38px;
	background-position: 125px;
	line-height: 35px;
	font-size: 9px;
	margin-left: 60px;
	color: #666;
}

#footer_content {
	width: 960px;
	text-align: center;
	padding-top: 30px;
	background-repeat: no-repeat;
	margin-right: auto;
	margin-left: auto;
}
.m_store_login_form {
	font-size: 15px !important;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif !important;
	padding:5px !important;
	border-radius:4px !important;
	border: 1px solid rgba(153,204,0,1) !important;	
}
.login_form_wrapper {
	text-align: center;
}
.client_sidebar {
	background-color: rgba(238,255,204,1);
	width: 220px;
	padding: 10px;
	margin-top: 20px;
	margin-bottom: 30px;
	float: left;
	border-radius: 6px;
	border: 1px solid rgba(148,192,0,1);
}
.client_content {
	float:right;
	width: 700px;
	margin-top: 20px;
}
.notification {
	background-color: rgba(255,234,151,1);
	padding: 3px;
	border-radius: 0px 0px 5px 5px;
	font-weight: normal;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: rgba(255,204,0,1);
	border-bottom-color: rgba(255,204,0,1);
	border-left-color: rgba(255,204,0,1);
}
