/*

=============================================================

Nayliner Web Design
All code contained herein is the property of Nayliner Web Design, 
and its use is prohibited.

=============================================================

*/

/*

=============================================================

HTML OBJECTS

=============================================================

*/



/*

============================================================

HEADER OPTIONS

============================================================

*/






/*

=============================================================

Modal Video display

=============================================================

*/



/*

=============================================================

BODY OBJECTS

=============================================================

*/

#main {

	position: absolute; 
	
	top: 189px;
	
	left: -11px;
	
	width: 823px;

	font-family: Verdana, Arial, Helvetica, sans-serif;

	font-size: 12px;

	background: url(../images/body.gif) repeat-y;

}


/*

=============================================================

IMAGES

=============================================================

*/


/*

=============================================================

LEFT SIDE BAR OBJECTS

=============================================================

*/





/*

=============================================================

FOOTER OBJECTS

=============================================================

*/


/*

=============================================================

NEWS OBJECTS

=============================================================

*/




/*

=============================================================

REFERENCE OBJECTS

=============================================================

*/




/*

=============================================================

PHOTOGALLERY OBJECTS

=============================================================

*/



/*

=============================================================

FORM OBJECTS

=============================================================

*/



INPUT, TEXTAREA, SELECT {

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

	background-color: #FFFFFF;

	padding: 2px;

	border: solid 1px #bbbbbb;

}



INPUT.button {

	background-color: #bbbbbb;

}



INPUT.bold {

	background-color: #bbbbbb;

	font-weight: bold;

}



INPUT.italic {

	background-color: #bbbbbb;

	font-style: italic;

}



INPUT.underline {

	background-color: #bbbbbb;

	text-decoration: underline;

}



INPUT.required {

	background-color: #cccccc;

}



TEXTAREA.required {

	background-color: #cccccc;

}



SELECT.required {

	background-color: #cccccc;

}



INPUT.smallText {

	font-size: 10px;

}



OPTION {

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

	border: solid 1px #000000;

}

INPUT.radio {
	border: 0px;
	background-color: #2a2a2a;
}

INPUT.highlighted {
	border: 0px;
	background-color: #1e1e1e;
}