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

html, body, div, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, blockquote, pre, form, fieldset, table, th, td, img
{
    margin: 0;
    padding: 0;
	border:0px;
}

body{
	background-color:#000;
	background-image:url(../images/bg.jpg);
	background-position:top center;
	background-repeat:no-repeat;

	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

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



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

/*common styles*/


/*containers*/
#page{
	margin: 0px auto;

	width:960px;
	background-color:#FCC;
}

#header{
	width:960px;
	height:135px;

	float:left;

	background-image:url(../images/bg-header.jpg);
	<!--background-image:url(../images/bg-header.jpg);-->
	background-repeat:no-repeat;
}

	#header_left{
		width:350px;
		float:left;
	}

	#logo{
		padding-top:30px;
		padding-left:20px;
	}

	#header_right{
		width:610px;
		float:left;
	}

	#header_bottom{
		float:left;
		width:610px;
		margin-top:40px;
	}

		#header_bottom .search{
			float:left;
			width:350px;
			padding-top:3px;
			padding-left:85px;
			display:inline;
			vertical-align:middle;
		}

		#header_bottom .search form{
		}

		#header_bottom .search .domain_name{
			background-image:url(../images/bg-input-search.png);
			background-repeat:no-repeat;
			float:left;
			width:175px;
		}

			#header_bottom .search .search_button{
				float:left;
				width:50px;
				padding-left:2px;
			}

			#header_bottom .search .search_select{
				float:left;
				width:80px;
				padding-left:5px;
			}

			#header_bottom .search select{
				width:80px;
				color:#EDDF9A;
				border:1px solid #A89B5C;
				background-color:#654F42;
			}

				#header_bottom .search select option{
					color:#EDDF9A;
					border:1px solid #A89B5C;
					background-color:#654F42;
				}

			#header_bottom .search .domain_name input{
				background:none;
				border:0px;
				width:165px;
				padding-top:5px;
				padding-bottom:6px;
				padding-left:5px;
				padding-right:5px;

				color:#EDDF9A;
			}

		#header_bottom .shopping{
			float:left;
			width:100px;
			display:inline;
			padding-left:55px;
			font-size:11px;
			line-height:120%;
		}

		#header_bottom .shopping .items{
			float:left;
			width:50px;
			color:#EDDF9A;
		}

		#header_bottom .shopping .items a{
			color:#EDDF9A;
		}

		#header_bottom .shopping .button{
			float:left;
			width:40px;
			padding-left:5px;
		}


	#pages_nav{
		float:left;
		width:460px!important;		
		padding-left:140px!important;
		padding-right:10px!important;
	}
	
		#pages_nav li{
			list-style:none;
			display:inline;
			float:left;
		}
		
		#pages_nav a{
			display:block;
			font-family:Arial, Helvetica, sans-serif;
			font-size:12px;
			color:#F1E7B8;
			
			padding:10px 15px 25px 15px;
			
			text-decoration:none;
		}		
		
			#pages_nav a:hover{
				background-image:url(../images/top-nav-hover.png);
				background-repeat:repeat-x;			
			}
			
			
	#submenu {
		float:left;
		width:600px!important;
		
		padding-bottom:20px;
		
	}

		

		#submenu a{
			
			font-family:Arial, Helvetica, sans-serif;
			font-size:12px;
			color:#000000;

			padding-right:22px;
			

			text-decoration:none;
		}



#page_body{
	width:960px;
	float:left;
	background-image:url(../images/bg-pagecontainer.jpg);
	background-repeat:repeat-y;
}

	#content{
		width:640px!important;
		height: 100%!important;
		padding-right:20px!important;
		float:left;
		background-image:url(../images/bg-content.jpg);
		background-repeat:no-repeat;

	}

	#content2{
		width:640px!important;
		height: 640px!important;
		padding-right:20px!important;
		float:left;
		background-image:url(../images/bg-content-2.jpg);
		background-repeat:no-repeat;

	}

	/********* content **************/

	#banner{
		padding-top:20px;
		padding-left:0px;
		width:615px;
		height:265px;
		overflow:hidden;
	}

	#text{
		padding-top:20px;
		padding-left:8px;
		width:615px;
		height:100%;
		color: #000000;
		overflow:hidden;
	}

	#three_cols{
		width:700px;
		margin-top:20px;
	}

	#three_cols .col{
		float:left;
		width:198px!important;
		height:168px!important;
		color:#FEFAE5;
		padding-top:47px;
		padding-left:10px!important;
		cursor:pointer;
	}

	#three_cols .standar{
		background-image:url(../images/packages/standar.jpg);
		background-repeat:no-repeat;
	}

	#three_cols .professional{
		background-image:url(../images/packages/professional.jpg);
		background-repeat:no-repeat;
	}

	#three_cols .enterprise{
		background-image:url(../images/packages/enterprise.jpg);
		background-repeat:no-repeat;
	}

	/********* content **************/


	#sidebar{
		width:280px!important;
		padding-left:20px!important;
		float:left;

		background-image:url(../images/bg-sidebar.jpg);
		background-repeat:no-repeat;
	}

	#sidebar_login{
		margin-top:20px;
		height:140px;
	}

		#sidebar_login form .labels{
			padding-top:10px;
		}
		#sidebar_login form label{
			color:#FFF9DC;
			font-size:0.9em;
			display:block;
			float:left;
			padding-left:75px;

		}

		#sidebar_login form span{
			width:55px;
			float:left;
			padding-right:10px;
			margin-bottom:10px;
			padding-top:5px;
		}


		#sidebar_login form input{
			background-image:url(../images/bg-input-login.jpg);
			background-repeat:no-repeat;
			border:0px;
			width:120px;
			padding:0px;
			margin:0px;
			padding-top:4px;
			padding-bottom:4px;
			padding-left:5px;
			padding-right:5px;

			color:#FFF9DC;
	 	}

		#sidebar_login form input.button{
			width:auto;
			height:auto;
			background-image:none;
			padding:0px;
			margin:0px;
	 	}

		#sidebar_login .buttons{
			float:left;
		}

		#sidebar_login .buttons .left{
			float:left;
			padding-left:140px;
			padding-top:3px;
		}

		#sidebar_login .buttons .right{
			float:left;
			width:70px;
			font-size:11px;
			padding-left:10px;
			padding-top:4px;
			line-height:100%;
		}

		#sidebar_login .buttons .right a{
			color:#FFF9DC;
		}


	#sidebar_welcome{
		margin-top:20px;
		height:160px;
		
	}

		#sidebar_welcome p{
			text-align:justify;
			font-size:11px;
			padding-left:35px;
			padding-right:15px;
			padding-top:15px;
			
		}

	.sidebar_title1{
		font-family:Helvetica, Arial, sans-serif;
		font-size:18px;
		text-align:right;
		background-image:url(../images/bg-sidebartitle1.png);
		background-repeat:repeat-y;
		padding:5px 15px 5px 0px;
		color:#FFF;
	}
	.sidebar_title2{
		font-family:Helvetica, Arial, sans-serif;
		font-size:18px;
		text-align:left;
		background-image:url(../images/bg-sidebartitle2.png);
		background-repeat:repeat-y;
		padding:6px 10px 5px 15px;
		color:#FFF;
	}

	.new{
		padding:15px;
		float:left;
	}

	.new_date{
		width:58px;
		height:58px;
		background-image:url(../images/bg-date.jpg);
		background-repeat:no-repeat;
		float:left;
		text-align:center;
	}

	.new_date .month{
		padding-top:2px;
		color:#6D6D65;
		font-weight:bold;
	}

	.new_date .day{
		color:#fefae5;
		font-size:2.8em;
	}

	.new_body{
		float:left;
		width:180px;
		padding-left:10px;
		margin-bottom:10px;
	}

		.new_body h2{
			color:#918140;
			font-weight:normal;
			font-size:1.5em;
		}

			.new_body h2 a{
				color:#918140;
			}

		.new_body p{
			color:#23211f;
			text-align:justify;
			font-size:0.9em;
		}

#tabs{
	width:615px;
	height:275px;
	padding-left:15px;
	padding-right:15px;
	margin-top:15px;
	float:left;
	background-image:url(../images/bg-services.jpg);
	background-repeat:no-repeat;
	background-position:0px 20px;
}

.tab_col{
	width:31%;
	float:left;
	margin:5px;
}

	.col1{
		text-align:center;
		padding-top:25px;
		float:left;
	}

	.col2{
		padding-top:40px;
		float:left;
		color:#43413A;
		font-size:1.6em;
	}

	.col3{
		padding-top:20px;
		float:left;
		color:#43413A;
		font-size:1.6em;
		padding-left:10px;
	}

	#col3_login .labels input{
		width:120px;
		background-image:url(../images/bg-input-tabs.jpg);
		background-repeat:no-repeat;
		border:none;
		font-size:12px;
		color:#43413A;
		padding:4px 5px 5px 5px;
		margin-top:5px;

	}

	#col3_login .buttons{
		margin-top:10px;
	}


#footer{
	width:100%;
	height:150px;
	float:left;
	background-image:url(../images/bg-footer.jpg);
	background-repeat:no-repeat;
	background-position:top center;

	padding-top:30px;
}

.footer_content{
	width:960px;
	margin:0px auto;
}

.footer_menu{
	width:555px;
	float:left;
	padding-left:45px;
	color:#605B44;
}

	.footer_menu a{
		color:#605B44;
	}



.copyright{
	width:315px;
	float:left;
	text-align:right;
	color:#605B44;
	padding-right:45px;
}

/*forms*/

/*slider control*/
	#slider ul, #slider li,
	#slider2 ul, #slider2 li{
		margin:0;
		padding:0;
		list-style:none;
	}
	#slider2{margin-top:0px}
	#slider li, #slider2 li{
		width:610px;
		height:265px;
		overflow:hidden;
	}
/* numeric controls */

	ol#controls{
		margin:0px;
		padding:0px;
		height:20px;
		width:610px;
		float:left;
		padding-left:5px;
		margin-top:-25px;
		position:absolute;
		z-index:20;
		}
	ol#controls li{
		margin:0 5px 0 0;
		padding:0px;
		float:left;
		list-style:none;
		height:20px;
		line-height:20px;
		}
	ol#controls li a{
		float:left;
		height:20px;
		line-height:20px;
		border:1px solid #2A2925;
		background:#191816;
		color:#5F5C3B;
		padding:0px 8px;
		text-decoration:none;
		}
	ol#controls li.current a{
		background:#000;
		color:#5F5C3B;
		}
	ol#controls li a:focus, #prevBtn a:focus, #nextBtn a:focus{outline:none;}

	.image-slider{
		width:610px;
		height:265px;
	}

	.image-sliderli{
		float:left;
	}






span.select {
	float:left;
	position: absolute;
	width: 50px; /* With the padding included, the width is 190 pixels: the actual width of the image. */
	height: 21px;
	padding: 3px 20px 4px 8px;
	color: #fff;
	font: 12px/21px arial,sans-serif;
	background-image:url(../images/bg-select.png);
	background-repeat:no-repeat;
	overflow: hidden;
}