/*--------------------------------------------------------------
Reset CSS
--------------------------------------------------------------*/
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;
}
/* This is where you set your desired font size. The line-height 
   and vertical margins are automatically calculated from this. 
   
   You have to add an extra calculation here because of IE, so that 
   all users may resize text manually in their browsers.
   
   The top one is for IE: The percentage is of 16px (default IE text size)
   10px is 62.5%, 12px is 75%, 13px is 81.25%, and so forth).
   The second value is what all other browsers see (the wanted font size).

	 percentage / 8.3333333 = font size in px
*/
   
body {
	font-size: 75%;
}   /* IE */
html > body {
	font-size: 12px;
}  /* Other browsers */
/*--------------------------------------------------------------
Page Setup 
--------------------------------------------------------------*/
body {
	background: #fff;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
}
/*--------------------------------------------------------------
 Main Link Styles 
--------------------------------------------------------------*/
a {
	text-decoration: none;
	color: #41599B;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
a img {
	border:0;
}
/*--------------------------------------------------------------
 Text formatting styles 
--------------------------------------------------------------*/
p {
	margin: 0 0 1em 0;
	text-align:left;
	font-size: 1.2em;
	color: #415968;
	line-height: 1.5;
	margin-bottom: 1em;
}
/*--------------------------------------------------------------
 Heading Styles 
--------------------------------------------------------------*/
h1 {
	font-size: 2.16em;
	color: #415968;
	font-weight: normal;
	line-height: 1.4;
	margin: 129px 0 0 30px;
	width: 262px;
}
#header h2 {
	font-size: 2.16em;
	color: #415968;
	font-weight: normal;
	line-height: 1.4;
	margin-bottom: 0.8em;
	float: left;
	width: 614px;
}
h2 em {
	color: #ff3f0b;
}
h3 {
	font-size: 2.16em;
	color: #ff3f0b;
	font-weight: normal;
	line-height: 1.4;
	float: left;
	width: 290px;
}
h4 {
	font-size: 1.2em;
	color: #415968;
	line-height: 1.5;
	margin-bottom: 1em;
	font-weight: normal;
}
h5 {
	font-size: 1.2em;
}
h6 {
	font-size: 2.16em;
	color: #415968;
	font-weight: normal;
	line-height: 1.4;
}
/*--------------------------------------------------------------
 Table Styles 
--------------------------------------------------------------*/
table {
	margin-bottom: 1.4em;
	border-top:0.1em solid #ddd;
	border-left:0.1em solid #ddd;
}
th, td {
	height: 1em;
	padding:0.2em 0.4em;
	border-bottom:0.1em solid #ddd;
	border-right:0.1em solid #ddd;
}
th {
	font-weight:bold;
}
/*--------------------------------------------------------------
 Layout element styles 
-------------------------------------------------------------*/
#header-outer {
	background-color: #fff;
	background-image: url(/img/bg.jpg);
	background-position: center top;
	background-repeat: no-repeat;
}
#header {
	width: 936px;
	margin: 0 auto;
	position: relative;
	text-align: left;
	padding:20px 0 0 0;
}
#slider {
	position:relative;
	clear:both;
	overflow:hidden;
}
#slider li {
	height: 302px;
}
#prevBtn, #nextBtn, #slider1next, #slider1prev {
	position:absolute;
	top:550px;
	z-index:1000;
	overflow:visible;
}
#prevBtn {
	left:0px;
}
#nextBtn {
	left:900px;
}
#nextBtn a {
	display:block;
	background:url(../img/next.gif) no-repeat;
	width:30px;
	height:31px;
	text-indent:-9999px;
}
#prevBtn a {
	display:block;
	background:url(../img/prev.gif) no-repeat;
	width:30px;
	height:31px;
	text-indent:-9999px;
}
#prevBtn a:hover, #nextBtn a:hover {
	background-position:bottom;
}
#content-outer {
	background: #fff url(/img/content-bg.jpg) repeat-x top;
}
#content {
	width:948px;
	margin:0 auto 20px;
	padding-bottom:20px;
	text-align: left;
}
.left {
	float:left;
	width:614px;
	margin-right: 30px;
}
.right {
	float:left;
	width:292px;
}
#footer {
	width:100%;
	height:110px;
	background:url(/img/footer-bg.gif) top repeat-x #415968;
}
#footer-inner {
	width: 936px;
	margin: 0 auto;
	text-align: left;
	padding: 20px 0;
}
#sitescene {
	padding:6px 30px 30px 30px;
}
.col {
	float: left;
	width: 290px;
	margin: 10px 34px 0 0;
	padding: 0;
}
.col.last {
	float:left;
	width:260px;
	margin:30px 0 0 0;
	background:url(/img/divide.gif) repeat-y 0 50px;
	padding:0 0 0 30px;
}
ul {
	list-style: none;
	font-size: 1.2em;
	position: relative;
}
ul li {
	color:#415968;
	padding: 4px 0;
	margin: 0;
}
ul li span {
	background: url(/img/bullet.gif) no-repeat 0px 3px;
	padding-left: 20px;
}
.col h3 {
	font-size: 2.16em;
	color: #ff3a0a;
	padding: 15px 0 0 0;
}
/*--------------------------------------------------------------
 Header styles 
-------------------------------------------------------------*/
#logo {
	margin-bottom: 25px;
}
#content .col .devh3 {
	padding-top:57px;
}
/*--------------------------------------------------------------
 Footer specific styles 
--------------------------------------------------------------*/
#footer p {
	width: 292px;
	margin: 0 30px 0 0;
	float: left;
	color: #839EAF;
	font-size: 100%;
}
#footer p a {
	color: #ffffff;
}
#logo-small {
	float: right;
	margin-top: 5px;
}
#logo-small a {
	display:block;
	width:95px;
	height:26px;
	background:transparent url(/img/alaress-logo-small.gif) no-repeat;
}
#logo-small a span {
	display:none;
}
/*--------------------------------------------------------------
 Other styles 
--------------------------------------------------------------*/
#testy {
	width:252px;
}
#contactForm {
	margin-bottom:20px;
	width:150px;
}
#testy em {
	color:#FF5D31;
	font-size:1em;
}
#send-button {
	margin-top:11px;
	display:block;
	width:127px;
	height:41px;
	float: left;
}
/*--------------------------------------------------------------
 Miscellaneous styles 
--------------------------------------------------------------*/
.center {
	text-align:center;
}
.float-right {
	float:right;
	padding:0 0 14px 14px;
}
.float-left {
	float:left;
	padding:0 14px 14px 0;
}
.float-fix {
	overflow:hidden;
	clear:both;
	height:0;
	font-size:0;
}
/*--------------------------------------------------------------
 sIFR Replacements
--------------------------------------------------------------*/
.sIFR-active h1, .sIFR-active h2, .sIFR-active h6 {
	visibility:hidden;
	font-family:Verdana;
	font-size: 22px;
}
.sIFR-active #header h2 {
	font-size: 28px;
}
