html,body,ul,h1,h2,h3,h4,h5,h6,img,p,li,fieldset,form,input,textarea, button {margin: 0;padding:0; border: 0 none #FFFFFF;}
textarea,input {outline: none;}
textarea {resize: none}

body {
	padding: 0;
	margin: 0;

/*	background-image: url(../img/bg_v.png);
	background-repeat: repeat-x;
/*	background-image: url(../img/bg.png);
	background-repeat: repeat;*/
	background-color: #fff;
	font-family: Arial, Helvetica, sans-serif;
}


#page {
	background-image: url(../img/bg.png);
	background-repeat: repeat;
	
	/*background-image: url(../img/logoLine.gif);
	background-repeat: repeat-x;
	background-position: 0 188px;*/
	width: 100%;
	display: table;
	float: left;
	border-bottom: 1px solid #999;
}

#head {
	background-color: #fff;
	height: 0px;
	float: left;
	width: 100%;
	border-bottom: 1px solid #eee;
}

#foot {
	background-color: #fff;
	height: 85px;
	/*height: 100%;*/
	width: 100%;
	float: left;
	border-top: 1px solid #ccc;
}

.col1 {
	width: 8%;
	float: left;
	height: 1px;
}

.col2 {
	width: 92%;
	float: left;
	/*background-image: url(../img/bg.png);
	background-repeat: repeat;*/
	
	background-image: url(../img/logoLine.gif);
	background-repeat: repeat-x;
	background-position: 0 188px;

}


#wrapper {
	width: 930px;
	/*height: 700px;*/
	/*margin: 0 auto;*/
}

/*
#spacer {
	width: 100px;
	height: 215px;
	background-image: url(../img/bg.png);
	background-repeat: repeat;
	float: left;
}
*/

#content {
	width: 924px;
	padding: 116px 0 40px 0;
	background: url(../img/head.png) no-repeat center -20px;
	display: block;
	float: left;
	/*border: 1px solid red;*/
}

#logo {
	width: 336px;
	height: 79px;
	float: left;
}

#dots {
	width: 588px;
	height: 79px;
	margin: 0 0 61px 0;
	background-image: url(../img/logoLine.gif);
	background-repeat: repeat-x;
	background-position: 0 72px;
	float: left;
}

#contacts {
	width: 405px;
	margin: 0;
	padding-right: 45px;
	float: left;
	background-image: url(../img/sep.gif);
	background-repeat: repeat-y;
	background-position: 449px 0;
	/*border: 1px solid red;*/
}

#subscribe {
	
	width: 429px;
	/*height: 79px;*/
	margin: 0;
	padding-left: 45px;
	float: left;
	/*border: 1px solid red;*/	
}

#reel {
	width: 100%;
	height: 120px;
	margin: 38px 0 0 0; 
	float: left;
	border: 1px solid red;
}

h2 {
	color: #666;
	background-color: transparent;
	text-shadow: 1px 1px 0px #fff;
	font-weight: normal;
	font-size: 16pt;
	margin: 0 0 10px 0;
	line-height: 99%;
}

h2.small {
	font-size: 12pt;
	font-weight: bold;
}

p {
	line-height: 99%;
	color: #333;
	font-size: 11pt;
	text-shadow: 1px 1px 0px #fff;
	background-color: transparent;
	margin: 5px 0 5px 0;
	display: block;	
}

p.small {
	font-size: 10pt;
	margin: 30px 0 10px 0;
}



/***************************************   FORMS   ********************************************/

form {
	margin: 25px 0 0 0;
} 

form, form input, form textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13pt;
	color: #989899;
}

label.hidden {
	display: none;
}

label.error {
	position: absolute;
	top: 37px;
	left: 2px;
	font-size: 9pt;
	font-weight: bold;
	color: #666;
	text-shadow: 1px 1px 0px #fff;
}

form ul li.textArea label.error {
	position: absolute;
	top: 140px;
	left: 2px;
}


/*form ul {position: relative;}*/

form ul li {
	position: relative;
	display: block;
	list-style-type: none;
}

 
form input.contact {
	background: url(../img/input.png) no-repeat scroll 0 0;
	width: 251px;
	height: 25px;
	margin: 0 0 25px 0;
	padding: 5px 15px 5px 15px; 
	/*border: 1px solid red;*/
}

form input.subscribe {
	background: url(../img/inputSmall.png) no-repeat scroll 0 0;
	width: 230px;
	height: 25px;
	/*margin: 0 0 25px 0;*/
	padding: 5px 15px 5px 15px;
	float: left; 
	/*border: 1px solid red;*/
}

form textarea {
	background: url(../img/textarea.png) no-repeat scroll 0 0;
	width: 375px;
	height: 108px;
	padding: 15px 15px;
	overflow: auto;
}

form input:focus, form textarea.contact:focus {
	color: #666;
}

.checkBox {
	float: left;
	margin: -1px 10px 0 3px;
}

button.contact, a.close {
	width: 103px;
	height: 35px;
	background-color: #ed1f24;
	float: right;
	margin: 15px 0 15px 0;
	background-image: url(../img/contactButton.gif);
	background-position: 0px -35px;
	
}

button.subscribe {
	width: 169px;
	height: 35px;
	background-color: #ed1f24;
	/*margin: 15px 0 15px 0;*/
	background-image: url(../img/subscribeButton.gif);
	background-position: 0px -35px;
}


button.contact:hover, button.subscribe:hover {
	background-position: 0px 0px;
	cursor: pointer;
}


button span, a.close span {
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 11pt;
	text-shadow: 0px 1px 1px #333;
	display: block;
	margin: 0 auto;
}

button.contact:hover span, button.subscribe:hover span, a.close:hover span {
	text-shadow: 0px 1px 1px #000;
}

button:active span, a.close:active span {
	/*text-shadow: 0px 1px 1px #fff;*/
	color: #ccc;
}

label.placeholder {
		cursor: text;
		height: 25px;
		padding: 8px 0 0 15px;
		/*padding: 8px 15px 5px 15px;*/
	}
	
#hidden_link, #messages {
	display: none;
}
