/* Ratio Styles */

body {
	
	background-color:#000;
	margin:0px 0px 0px 0px;
	font-size:13px;
	color: #fff;
	line-height:160%;
	font-family:"Trebuchet MS", Verdana, Arial, sans-serif;
	
}

/* keeps scrollbars up to stop page movement between pages*/


html { min-height: 100%; margin-bottom: 1px; }


/* effect all inks*/

a:link, a:visited, a:active {
	color: #90da00;
	text-decoration:none;
}

a:hover {
	color: #dedcdc;
	text-decoration:none;
}


/* global header styling */

h1, h2, h3, h4, h5, h6, strap {
	margin:0;
	padding:0;
	font-weight:normal;
	line-height:150%;
	color:#404041;
	letter-spacing:-1px;
}


 /* effect anything in a <p> */


p {
	margin:0;
	padding:0;
	text-align:left;
}


 /* effect anything in a table */

table {

}





/* Specific header styling headers - style as appropriate*/

	
h1 {float:right;
	width:293px;
	height:51px;
	margin:50px 0 0 30px;
	
}


/* use this when multiple banner images are used html will look like this: <h1 class ="banner2">Text</h1>*/

.banner2 {
	text-indent: -5000px;
	width: 812px;
	background-image:url(../images/banner2.jpg);
	height:281px;
}



h2 {
	font-size: 22px;
	color: #90da00;
	border-bottom:1px solid #fff;
	width: 150px;
	margin:0 0 10px 0;
	}

h3 {
	font-size:18px;
	color: #90da00;
		border-bottom:1px solid #fff;
		width: 70px;
		margin:0 0 10px 0;
	
}

h4 {
	font-size:12px;
	color:#fff;
	font-weight:bold;
}




.strap {
text-indent:-5000px;
	font-size:22px;	
	background-image:url(../images/strap.png);
	background-repeat:repeat-x;
}



/* standard text styling classes - style as appropriate */

 .bodylink a:link,  .bodylink a:visited, .bodylink a:active  {
color: #90da00;
background-color:#283032;
	
	font-size: 12px;
	text-decoration: none;
	padding: 3px;
	text-decoration: none;
	text-align:right;
}

.bodylink A:hover {
	color: #fff;
	
	text-decoration: none;
}


.bodytitle {
color: #90da00;
	font-size:14px;
	font-weight:bold;
	line-height:150%;
}



.siteby {
font-weight: bold;
float:right;}



.border {
border-bottom:1px solid #fff;
}

/* brand links*/

#sidelink1 a {
	text-indent: -1000em;
	background: url(../images/logo_flavia.png) no-repeat left top;
	width: 150px;
	height: 90px;
	display: block;
	overflow: hidden;
	font-size:10px;
	float:left;
	margin: 0 0 15px 0px;
}

#sidelink1 a:hover {
	
		background: url(../images/logo_flavia_over.png) no-repeat left top;
}



#sidelink2 a {
	text-indent: -1000em;
	background: url(../images/logo_mel.png) no-repeat left top;
	width: 135px;
margin: 0 0 15px 20px;
	height: 90px;
	display: block;
	overflow: hidden;
	font-size:10px;
	float:left;
}

#sidelink2 a:hover {
	
		background: url(../images/logo_mel_over.png) no-repeat left top;
}



#sidelink3 a {
	
	background: url(../images/logo_try.png) no-repeat left top;
	width: 150px;
margin: 0 0 15px 0px;
	height: 90px;
	display: block;
	overflow: hidden;
	font-size:10px;
	float:left;
}

#sidelink3 a:hover {
	
		background: url(../images/logo_try_over.png) no-repeat left top;
}


/* brand links ie 6*/

*html #sidelink1 a {
	text-indent: -1000em;
	background: url(../images/logo_flavia.jpg) no-repeat left top;
	width: 150px;
	margin: 0 0 0px 0px;
	height: 88px;
	display: block;
	overflow: hidden;
	font-size:10px;
	float:left;
}

*html #sidelink1 a:hover {
	
		background: url(../images/logo_flavia_over.jpg) no-repeat left top;
}



*html #sidelink2 a {
	text-indent: -1000em;
	background: url(../images/logo_mel.jpg) no-repeat left top;
	width: 150px;
	margin: 0 0 0px 0px;
	height: 88px;
	display: block;
	overflow: hidden;
	font-size:10px;
	float:left;
}

*html #sidelink2 a:hover {

		background: url(../images/logo_mel_over.jpg) no-repeat left top;
}



*html #sidelink3 a {
	text-indent: -1000em;
	background: url(../images/logo_try.jpg) no-repeat left top;
	width: 150px;
	margin: 0 0 0px 0px;
		height: 88px;
	display: block;
	overflow: hidden;
	font-size:10px;
	float:left;
}

*html #sidelink3 a:hover {

		background: url(../images/logo_try_over.jpg) no-repeat left top;
}


*html #sidelink4 {
	text-indent: -1000em;
	background: url(../images/logo_blank.jpg) no-repeat left top;
	width: 150px;
	margin: 0 0 0px 0px;
			height: 88px;
	display: block;
	overflow: hidden;
	font-size:10px;
	float:left;
	
}


/* form styling */


.form {

background-color: #fff;
	border: 1px solid #cacacb;
	color: #7191b2;
	height:20px;
	line-height:180%;
	width:300px;
		font-size:13px;
	}



input:hover, input:focus, textarea:hover, textarea:focus  {
	background-color:#eeeeee;
	border: 1px solid #cacacb;
}



/* lists - important do not change */	

ul {
	margin:0;
	padding:0;
	list-style-type:none;
	
}
li a {
	display:block;
	width:150px;
	height:20px;
}
li a:hover {
	display:block;
	width:150px;
	height:20px;
}



/*float images left and right to wrap text */

.floatleft {
	float:left;
	padding-right:20px;
}


.floatright {
	float:right;
	padding-left:20px;
}


/* siteby will apear in all your websites - style appropriately*/

