/* CSS Document */
body {
	margin: 0;
	font-family: tahoma; 
	font-size: 12px;
	color: #8f8f8f;  
} 
img#rapidstatscounter { 
	display: none; 
} 
p { 
	margin: 0 0 13px 0;
	line-height: 1.5em; 
}
a { 
	color: #00adef; 
} 
a:hover { 
	text-decoration: none; 
} 
ul { 
	color: #00adef; 
	line-height: 1.5em; 
}
#right_logos { 
	text-align: center; 
}
#container {
	width: 734px; 
	margin: 15px auto 0 auto; 
}  
#nav { 
	height: 71px;
	margin-bottom: 15px; 
} 
.gallery { 
	text-align: center; 
} 
.gallery img{
	margin: 0 5px 0 5px;
	border: 1px solid #00adef;  
} 
#logo {
	background:url(images/alpine_logo.gif); 
	width: 330px;
	height: 71px;
	float: left; 
} 
#nav ul { 
	width: 404px; 
	height: 71px;
	float: left;
	display: block; 
	margin: 0; 
	padding: 0;
	list-style: none;
}
#nav li { 
	display: inline;
	margin: 0; 
	padding: 0; 
} 
#nav ul a { 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 10px; 
	color: #fff;
	display: block; 
	height: 43px; 
	width: 84px;
	background: #00adef;
	float: right;
	border-left: 2px solid #fff;
	text-align: center;
	text-decoration: none;
	padding: 28px 0 0 0; 
} 
 
.right_button { 
	width: 76px; 
} 
h1 { 
	color: #00adef;
	font-size: 25px; 
	font-family: Arial, Helvetica, sans-serif; 
	margin: 0 0 16px 0;
	padding: 12px 0 0 0; 

	font-weight: normal;
	letter-spacing: 2px; 
}
h2 { 
	font-size: 12px; 
	font-weight: normal;
	text-align: center;
	margin: 0 auto 5px auto;
	width: 734px;
}
#main_right h3 { 
	color: #00adef;
	font-size: 25px; 
	font-family: Arial, Helvetica, sans-serif; 
	margin: 0 0 16px 0;
	padding: 12px 0 0 0; 
	font-weight: normal;
	letter-spacing: 2px;
} 
#main_img_left {
	width: 481px; 
	height: 314px;
	float: left; 
} 
#main_img_right { 
	width: 253px ; 
	height: 185px; 
	float: left;
	background: #b4d4e4;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 40px; 
	letter-spacing: 3px;
	color: #fff;
	text-align: center;
	padding: 129px 0 0 0; 
} 
#main_right {
	float: right; 
	width: 206px;
	padding: 0 30px 31px 17px;
	margin: 15px 0 0 0; 
} 
#main_left { 
	float: right;
	width: 416px;
	padding: 0 33px 31px 31px;
	border-right: 1px solid #bbbbbb;
	margin: 15px 0 0 0;   
} 
#footer { 
	clear: both;
	height: 63px; 
	border-top: 1px solid #bbbbbb;
	padding: 30px 0 0 31px; 
} 
.links img { 
	margin: 10px 0 10px 0;  
}
.links  { 
	margin: 50px 0 10px 0;
	background: #eee;
	padding: 5px;
	border: 1px solid #dadada; 
} 

/*Forms defaults*/
input, textarea {
	font-family: tahoma; 
	font-size: 12px;
	color: #8f8f8f; 
}
label {
	cursor:pointer;
	padding-left:2px;
	line-height:15px;
	vertical-align:top;
}
/*Transparent items*/
.transparent {
	filter:alpha(opacity=0);
	-moz-opacity:0;
	opacity: 0;
	border:0px solid #FFF;
	background:#FFF;
	z-index:10;
	cursor:pointer;
}
.transparentFake {
	background:none;
	border:none;
}
.transparent2 {
	z-index:10;
}
.textinput, .textinputHovered {
	width:236px;
	height:15px;
	background:url(images/input.gif) no-repeat left top;
	border:none;
	padding:4px 8px;
}
.textinputHovered {
	background-position:left bottom;
}


.textarea, .textareaHovered {
	width:336px;
	height:125px;
	background:url(images/textarea.gif) no-repeat left top;
	border:none;
	padding:4px 8px;
}
.textareaHovered {
	background-position:left bottom;
}
.buttonSubmit, .buttonSubmitHovered {
	width:69px;
	height:26px;
	color:#FFF;
	font-weight:bold;
	padding:2px 5px;
	background:url(images/button.gif) no-repeat left top;
	cursor:pointer;
	border:none;
}
.buttonSubmitHovered {
	background-position:left bottom;
}
#stylesheetTest {
	position:absolute;
	left:-999px;
	width:10px;
	height:10px;
}
