@charset "utf-8";
/* CSS Document */

@import url("http://fonts.googleapis.com/css?family=Roboto+Condensed:400,300,700");
@import url("http://fonts.googleapis.com/css?family=Fjalla+One");

html{
	margin:0;
	padding:0;	
	background:url(../images/home/background.png) repeat;
}

body, div, span,iframe, h1, h2, h3, h4, h5, h6, p, a,em, font, dl, dt, dd, ol, ul, li, fieldset, form, label, table, tr, th, td, input ,textarea{
    border: 0 none;
    font-family: verdana, arial, tahoma;
    font-size:11px;
    font-style: normal;
    font-weight: normal;
    margin: 0;
    outline: 0 none;
    padding: 0;
	text-align:justify;

}

img{
	border:0;
}

object, embed {
    outline: 0 none;
}


a {
	text-decoration: none;
	color: #666666;
	font-family: tahoma, verdana, Arial;
	font-size: 11px;
	font-weight: bold;
}

a:hover {
	text-decoration: none;
	color: #000;
	font-family: tahoma, verdana, Arial;
	font-size: 11px;
	font-weight: bold;
}

a:focus {
outline: none;
}

/* Custom text-selection colors (remove any text shadows: twitter.com/miketaylr/status/12228805301) */
::-moz-selection{background: #000; color: #fff; text-shadow: none;}
::selection {background: #000; color: #fff; text-shadow: none;} 

.center{
	margin:0px auto;
	width:1000px;
	height:auto;
	overflow:visible;
	min-height:32px;
	background: none;
}

.center p{
	float:right;
	margin:3px 0;
}

.center p a{
	float:left;
	margin:0 5px;
}

hr {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #CCCCCC -moz-use-text-color -moz-use-text-color;
    border-image: none;
    border-right: medium none;
    border-style: double none none;
    border-width: medium;
    float: left;
    margin: 20px 0 0 20px;
    padding: 0;
    text-align: center;
    width: 750px;
	color:#CCCCCC;
}


/*<--------------------------------------------------------------BORDERS---------------------------------------------------------->*/

.border1 {
	border: 1px solid #999;
}

.border2 {
	border: 1px solid #CCC;
}

/*<--------------------------------------------------------------JUSTIFY_TX---------------------------------------------------------->*/

.tx_jesty1 {
	font-family:verdana, arial, tahoma;
	font-size: 12px;
	font-weight: normal;
	color: #2D1600;
	text-decoration: none;
	text-align: justify;
}

.tx_jesty2 {
	font-family:calibri, verdana, tahoma;
	font-size: 13px;
	font-weight: normal;
	color: #666;
	text-decoration: none;
	text-align: justify;
	line-height:1.5em;

	}



/*<--------------------------------------------------------------TX_STYLE---------------------------------------------------------->*/

.tx1 {
	line-height:36px;
	font-family: 'Cuprum', sans-serif;
	font-size: 14px;
	font-weight: 400;
	color: #FFFFFF;
	text-decoration: none;
}

.tx2{
	line-height:35px;
	color:#FFF;
	font-size:11px;
	font-family:verdana, arial, tahoma;
	font-weight:400;
	float:right;
	text-align:right;
}

.tx3{
	font-family:calibri, tahoma, verdana;
	font-size:14px;
	text-align:left;
	line-height:22px;
	min-height:22px;
	color:#666666;

}

.tx4{
	font-family:calibri, tahoma, verdana;
	font-size:16px;
	text-align:left;
	line-height:22px;
	min-height:22px;
	color:#003;
	font-weight:600;
}

/*<-------------------------------------------------------------- LINKS---------------------------------------------------------->*/


.link1 {
	font-family: 'Cuprum', sans-serif;
	font-size: 15px;
	font-weight: 400;
	color: #900;
	text-decoration: none;
}

.link1:hover{
	font-family: 'Cuprum', sans-serif;
	font-size: 15px;
	font-weight: 400;
	color: #000;
	text-decoration: none;
}

.link2 {
	font-family:calibri, verdana, tahoma;
	font-size: 13px;
	font-weight: 400;
	color: #FFF;
	text-decoration: none;
	cursor:pointer;
	text-shadow: 1px 1px 1px #003;
}

.link2:hover{
	font-family:calibri, verdana, tahoma;
	font-size: 13px;
	font-weight: 400;
	color: #09F;
	text-decoration: none;
	cursor:pointer;
	text-shadow: 1px 1px 1px #003;
}

.link3{
	font-family:calibri, tahoma, verdana;
	font-size:14px;
	float:right;
	text-align:right;
	line-height:22px;
	color:#666666;
	cursor:pointer;
}

.link3:hover{
	font-family:calibri, tahoma, verdana;
	font-size:14px;
	float:right;
	text-align:right;
	min-height:22px;
	color:#900;
	cursor:pointer;
}

.link4{
	text-align:center;
	color:#FFF;
	font-family:Arial, Tahoma, Verdana;
	font-size:12px;
	font-weight:600;
	cursor:pointer;
}

.link4:hover{
	text-align:center;
	color:#F90;
	font-family:Arial, Tahoma, Verdana;
	font-size:12px;
	font-weight:600;
	cursor:pointer;
}



/*<-------------------------------------------------------------- FORMS---------------------------------------------------------->*/

.form {
	font-family: tahoma, verdana, Arial;
	font-size: 12px;
	height:22px;
	font-weight: normal;
	color: #888888;
	width:165px;
	border-radius:8px;
	padding:2px;
	text-decoration: none;
	border: 1px solid #D6D1C5;
}

/* animation */

.fadein { position:relative; height:332px; width:500px; }
.fadein img { position:absolute; left:0; top:0; width:auto; height:448px; }
