@charset "utf-8";
/* CSS Document */


/*=================Global Reset======================*/

html, body, div, span, applet, object, iframe,

h1, h2, h3, h4, h5, h6, p, blockquote, pre,

a, abbr, acronym, address, big, cite, code,

del, dfn, em, font, img, ins, kbd, q, s, samp,

small, strike, strong, sub, sup, tt, var,

b, u, i, center,

dl, dt, dd, ol, ul, li,

fieldset, form, label, legend,

table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,

q:before, q:after {
	content: '';
	content: none;
}


/* remember to define focus styles! */

:focus {
	outline: 0;
}


/* remember to highlight inserts somehow! */

ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}


/* tables still need 'cellspacing="0"' in the markup */

table {
	border-collapse: collapse;
	border-spacing: 0;
}


/*=====================My CSS==========================*/

head {
	width:100%;
	height:100%;
}

html {
	
	font-family:Arial; 
	width:100%;
	min-width:1024px;
	height:100%;
	margin:0 auto;	
	font-size:10pt;
	
}

p {
	line-height:1.25em;
}

body {
	width:1024px;
	height:960px;
	min-width:1024px;
	overflow:scroll;
	background:url('images/frontpage4.jpg') no-repeat center top;
	margin:0px auto;
}

.flash {
	width:624px;
	height:220px;
	
	margin-top:328px;
	margin-left:178px;
}


.icon { width:100px; height:30px; border:3px solid black; padding:auto; margin-left:175px; float:left; }

#footer { clear:left; width:600px; height:150px; margin:100px auto auto 200px; padding:10px; font-size:9px; border-top:1px solid black; text-align:center; }


/*==================page layout===============*/

.col3 {
	width:300px; height:150px; clear:both; margin:100px auto 50px auto; 
}

.submit { margin:15px 110px; }


/*==================forms====================*/

input, select { vertical-align:middle; font-weight:normal;}

#contacts-form label { display:block; height:26px;} 

#contacts-form label input { width:285px; padding:2px 0 2px 3px; color:black; background:#CCC; border:1px solid #000;}

#contacts-form textarea {width:285px; height:280px; padding:2px 0 2px 3px; margin-bottom:15px; color:black; overflow:auto; background:#CCC; border:1px solid #000;}