/* Font face */

/*Walkway semi bold */
@font-face {
    font-family: 'WalkwaySemiBoldRegular';
    src: url('Walkway_SemiBold-webfont.eot');
    src: url('Walkway_SemiBold-webfont.eot?#iefix') format('embedded-opentype'),
         url('Walkway_SemiBold-webfont.woff') format('woff'),
         url('Walkway_SemiBold-webfont.ttf') format('truetype'),
         url('Walkway_SemiBold-webfont.svg#WalkwaySemiBoldRegular') format('svg');
    font-weight: normal;
    font-style: normal;


}
/*Walkway semi bold */
@font-face {
    font-family: 'WalkwayBoldRegular';
    src: url('Walkway_Bold-webfont.eot');
    src: url('Walkway_Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('Walkway_Bold-webfont.woff') format('woff'),
         url('Walkway_Bold-webfont.ttf') format('truetype'),
         url('Walkway_Bold-webfont.svg#WalkwayBoldRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}
/*Telegrafico bold */
@font-face {
    font-family: 'TelegraficoRegular';
    src: url('telegrafico-webfont.eot');
    src: url('telegrafico-webfont.eot?#iefix') format('embedded-opentype'),
         url('telegrafico-webfont.woff') format('woff'),
         url('telegrafico-webfont.ttf') format('truetype'),
         url('telegrafico-webfont.svg#TelegraficoRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

/*loader */

div.loading-invisible{
    /*make invisible*/
    display:none;
  }

  /*this is what we want the div to look like
    when it IS showing*/
  div.loading-visible{
    /*make visible*/
    display:block;

    /*position it 200px down the screen*/
    position:absolute;
    top:200px;
    left:0;
    width:200px;
    text-align:center;
		color: #FFF;
		font-weight: bold;
		z-index: 100000;

	}
/*  HTML5 ✰ Boilerplate plus custom styles  */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

blockquote, q { quotes: none; }
blockquote:before, blockquote:after,
q:before, q:after { content: ''; content: none; }
ins { background-color: #ff9; color: #000; text-decoration: none; }
mark { background-color: #ff9; color: #000; font-style: italic; font-weight: bold; }
del { text-decoration: line-through; }
abbr[title], dfn[title] { border-bottom: 1px dotted; cursor: help; }
table { border-collapse: collapse; border-spacing: 0; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }
input, select { vertical-align: middle; }

body { font: normal 12px/1.5 Tahoma, Geneva, sans-serif;
			text-rendering: optimizeLegibility;
			font-style:normal;
			letter-spacing: 1px;
 } 
select, input, textarea, button { font:99% sans-serif; }
pre, code, kbd, samp { font-family: monospace, sans-serif; }

html { overflow-y: scroll; }
/*a:hover, a:active { outline: none; }*/
ul, ol { margin-left: 2em; }
ol { list-style-type: decimal; }
nav ul, nav li { margin: 0; list-style:none; list-style-image: none; }
small { font-size: 85%; }
strong, th { font-weight: bold; }
td,th { vertical-align: middle; }

sub, sup { font-size: 75%; line-height: 0; position: relative; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }

pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; padding: 15px; }
textarea { overflow: auto; }
.ie6 legend, .ie7 legend { margin-left: -7px; } 
input[type="radio"] { vertical-align: text-bottom; }
input[type="checkbox"] { vertical-align: bottom; }
.ie7 input[type="checkbox"] { vertical-align: baseline; }
.ie6 input { vertical-align: text-bottom; }
label, input[type="button"], input[type="submit"], input[type="image"], button { cursor: pointer; }
button, input, select, textarea { margin: 0; }
input:valid, textarea:valid   {  }
input:invalid, textarea:invalid { border-radius: 1px; -moz-box-shadow: 0px 0px 5px red; -webkit-box-shadow: 0px 0px 5px red; box-shadow: 0px 0px 5px red; }
.no-boxshadow input:invalid, .no-boxshadow textarea:invalid { background-color: #f0dddd; }

::-moz-selection{ background: #FF5E99; color:#fff; text-shadow: none; }
::selection { background:#FF5E99; color:#fff; text-shadow: none; }
a:link { -webkit-tap-highlight-color: #FF5E99; }

button {  width: auto; overflow: visible; }
.ie7 img { -ms-interpolation-mode: bicubic; }

body, select, input, textarea {  color: #353532; }
h1, h2, h3, h4, h5, h6 { font-weight: bold; }
a, a:active { color: #36C; }
a:visited { color: #4d77cb;}
a:hover { /*color: #036;*/ color: #ff5e99; }

/* = Layout and stuff
---------------------------------------------------------------------*/

/* first things first 100% bg image */

body {
	background: #1C1818 url(../img/global/green_bg.jpg) fixed no-repeat;
	-webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;


}


/* for sticky footer */
html, body {height: 100%;}


#container {
	background: none;
	margin: 0 auto 0;
	width: 1000px;	
	
	/* for sticky footer */
	min-height:100%;

}

header {
	min-height: 144px;
	padding-top: 125px;
	margin: 0 0 36px 0;
}

header h1 {
	margin: 0 0 0 58px;
}

#main {
	background:  none;
	float: left;
	padding-bottom: 36px;
	margin: 0 0 144px;
}


/* interior layout */
#content #main {
	background: #FFF;
	margin: 0 41px 144px;
	padding-top: 18px; 
	width: 918px;
	
}

/* availability page */
.availability  #main {
	overflow: hidden;
}

aside {
	padding-bottom: 36px;
}

/* Column Framwork with in the main body */

.grid_1,.grid_2,.grid_3,.grid_4,.half_n_half,.form_holder,.grid_5,.grid_6,.grid_7,.grid_8,.grid_9 {
	display:inline;float:left;position:relative;margin-left:18px;margin-right:18px;
	}

.grid_1 {
	width: 82px;
}

.grid_2 {
	width: 182px;
}

.grid_3 {
	width: 282px;
}

.grid_4 {
	width: 382px;
}

.half_n_half {
	width: 423px;
}

.form_holder {
	width: 436px;
	margin-right: 64px;
}

.grid_5 {
	width: 482px;
}

.grid_6 {
	width: 582px;
}

.grid_7 {
	width: 682px;
}

.grid_8 {
	width: 782px;
}

.grid_9 {
	width: 882px;
}

.alpha{margin-left:0}
.omega{margin-right:0}
.the_double_alpha {margin-left:36px}
.the_double_omega {margin-right:36px}

.call_to_action {
	float:left;
	position: relative;
	margin: 18px -44px 18px 44px;
	width: 575px;
	background: transparent url(../img/global/sprite.gif) 557px -143px no-repeat;
}

/* Recomendation page */
ul#recommendations, ol#attractions {
	float: left;
}

ul#recommendations {
	margin-top: 18px;
}

#recommendations .half_n_half {
	min-height: 180px;
}
 #attractions .half_n_half {
	 min-height: 252px;
 }

#recommendations li,  #attractions li {
		background: #f5f5f2;
	margin-bottom: 36px;
}

ol#reasons {
	margin:36px 0 0 18px;
}

ol#reasons li {
	margin: 0 9px 9px 0;
	padding: 18px 0 0 0;
	height: 108px;
	background: #f5f5f2;
}

ol#reasons li.last {
	margin: 0 18px 9px 0;
}

#gallery {
	width: 882px;
	margin: 0 0 0 36px;
	float: left;

}


footer {
	position: relative;
	float:left;
	clear: both;
	margin-top: -36px;
	overflow:hidden;
	height: 36px;
	width: 100%;
	background: #FFF;

	
}

.ie6 footer, .ie7 footer {
	margin-top: 108px;
}

footer ul {
	width: 918px;
	margin: 0 auto 0;
	padding: 9px 0 0;
}

footer ul li {
	display: inline;
	list-style-type: none;
	margin: 0 18px 0;
}



/* = Video, Images and iframes
---------------------------------------------------------------------*/

object, iframe, img.fullmonty {
	position:relative;
	display: block;
	margin: -12px -59px 36px 0;
	background: #FFF;
	border: 9px solid #fff;
	
	
	/* css 3 */
	-moz-box-shadow: 0px 0px 9px rgba(11, 15, 1, 0.4); 
  -webkit-box-shadow: 0px 0px 9px rgba(11, 15, 1, 0.4); 
          box-shadow: 0px 0px 9px rgba(11, 15, 1, 0.4);
}

.ie8 object {
	width: 640px;
	height: 390px;
}

.ie7 .half_n_half object, .ie8 .half_n_half object {
	width: 405px;
	height: 260px;
	ms-filter: progid:DXImageTransform.Microsoft.Shadow( Strength=5, Direction=135, Color='#999999' );
filter: progid:DXImageTransform.Microsoft.Shadow( Strength=5, Direction=135, Color='#999999' );
}

.half_n_half object {
	margin: 18px 0 36px 0;
}

img.w_border {
	background: #FFF;
	border: 9px solid #fff;
	
	
	/* css 3 */
	-moz-box-shadow: 0px 0px 9px rgba(11, 15, 1, 0.4); 
  -webkit-box-shadow: 0px 0px 9px rgba(11, 15, 1, 0.4); 
          box-shadow: 0px 0px 9px rgba(11, 15, 1, 0.4);
					
				ms-filter: progid:DXImageTransform.Microsoft.Shadow( Strength=5, Direction=135, Color='#999999' );
/* For IE 5.5 – 7 */
filter: progid:DXImageTransform.Microsoft.Shadow( Strength=5, Direction=135, Color='#999999' );

					
}

#home img, #wedding img {
	margin: 0;
	border: 0;
}

#annoying_iframe {
	margin: 0 0 36px -98px;
	border: none;
	background: none; 
	
	
	/* css 3 */
	-moz-box-shadow: none; 
  -webkit-box-shadow: none; 
          box-shadow: none;
}

.ie6 .availability #main .grid_5, .ie7 .availability #main .grid_5, .ie8 .availability #main .grid_5, .ie6 .ie_chop, .ie7 .ie_chop, .ie8 .ie_chop {
	overflow: hidden;
}

img {
	margin: 0 0 36px 0;
	
}


#gallery img.landscape, #gallery img.portrait {
	margin: 0;
	border: 0;
	width: auto;
	height: 162px;
}

#gallery img.portrait {
	width: 182px;
	height: auto;
}

.call_to_action + img {
	float: left;
	margin: 18px -59px 36px 0;
}

/* = Navigation 
---------------------------------------------------------------------*/

nav {
	position:absolute;
	margin: 0 41px;
	top: 0;
	width: 918px;
	height: 89px;
	z-index: 9997;
	
	text-transform: uppercase;
}

nav ul {
	padding-left: 18px;
	overflow:hidden;
	background: #0b0f01;
	
				/* css 3 */
	-moz-box-shadow: 0px 0px 9px #0b0f01; 
  -webkit-box-shadow: 0px 0px 9px #0b0f01; 
          box-shadow: 0px 0px 9px #0b0f01;
	}

nav ul li {
	float: left;
	display: block;
	padding: 53px 31px 0 0;
		
}

.ie6 nav ul li, .ie7 nav ul li, .ie8 nav ul li  {
	padding: 53px 28px 0 0;
}

/* Sub nav -------------------------------- */

/* main tabs */
nav ul li ul {
	padding: 0;
	display: none;
	
	/* css 3 */
	-moz-box-shadow: none; 
  -webkit-box-shadow: none; 
          box-shadow: none;
	
}

li#accom_tab, li#wedding_tab, li#accom_tab ul, li#wedding_tab ul, li#accom_tab li, li#wedding_tab li {
		padding: 0;
		background: #FFF;
		width: 470px;
}

li#accom_tab, li#wedding_tab, li#avail_tab {
	position: absolute;
	z-index: 9999;
	
 /* css 3 */
	-moz-box-shadow: 0px 0px 9px #0b0f01; 
  -webkit-box-shadow: 0px 0px 9px #0b0f01; 
          box-shadow: 0px 0px 9px #0b0f01;
}

li#accom_tab {
	left: -20px;
}

li#wedding_tab {
	right: -20px;
}

li#accom_tab li, li#wedding_tab li {
	border-top: 1px solid #e3e3e0;

}

/* Avaibility tab */
li#avail_tab {
	right: 0;
	padding: 53px 0 0;
	width: 218px;
	background: #222601;
	z-index: 9998;
	
	/* css 3 */
	-moz-box-shadow: none; 
  -webkit-box-shadow: none; 
          box-shadow: none;


	}
	
li#avail_tab:hover {
	/* css 3 */
	-moz-box-shadow: 0px 0px 9px #0b0f01; 
  -webkit-box-shadow: 0px 0px 9px #0b0f01; 
          box-shadow: 0px 0px 9px #0b0f01;
}

li#avail_tab li {
	float: none;
	padding: 0;
}

/* show on hover */
nav ul li:hover > ul {
	display: block;
}


nav a {
	display: block;
	text-decoration: none;
	color: #e7e7e6;
	
}

nav a:visited {
	color: #e7e7e6;
}

nav a:active, nav a:hover, nav a:focus {
	color: #fff;
}
nav li a {
	line-height: 36px;
}

#accom_tab a, #wedding_tab a {
	font-family: 'TelegraficoRegular', "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 19px;
	padding: 0 0 0 24%;
	width: 76%;
	height: 100%;
	background: #FFF;
	line-height: 53px;
	color: #0b0f01;

}

/* fix gross kerning */
#accom_tab a b {
	font-weight: normal;

}

#accom_tab li a span {
	font-family: Baskerville, Garamond, Palatino, "Palatino Linotype", "Hoefler Text", "Times New Roman", serif;
	font-size: 13px;

}

li#accom_tab li a, li#wedding_tab li a {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
padding-bottom: 1px;
background: url(../img/global/sprite.gif) right 0 no-repeat;
line-height: 34px;

}

li#accom_tab li a:hover, li#wedding_tab li a:hover {
background: url(../img/global/sprite.gif) right -35px no-repeat;
}

li#avail_tab a {
	padding: 0 0 0 12%;
	width: 88%;
	background: url(../img/global/sprite.gif) 0 -71px no-repeat;
}

li#avail_tab li a {
	background-image: none;
}

/* Colour the avalibility tabs */

.dark {
	background: #1b1f00;
}

.darker {
	background: #121700;
}

.darkest {
	background: #090d00;
}

nav a:focus {
	overflow: hidden;
}

/* homepage layout 
#home nav ul li {
	display: none;
}

#home nav li#accom_tab, #home nav li#wedding_tab, #home nav li#accom_tab li, #home nav li#wedding_tab li {
	display: block;
}*/


/* supplimental_nav -------------------------------------------------*/
ul.supplimental_nav, ol.supplimental_nav {
	margin: 0 0 18px 18px;
	border-bottom: 1px solid #e3e3e0;
}

.supplimental_nav li {
	width: 354px;
	border-top: 1px solid #e3e3e0;
	line-height: 34px;
	margin: 0;
	padding: 0 0 0 9px;
}

ul.supplimental_nav li, .ie6 .supplimental_nav li, .ie7 .supplimental_nav li {
	list-style-type: none;
}

.supplimental_nav li a {
	background: transparent url(../img/global/nav_Tab_bg.gif) no-repeat right top;
	display: block;
    line-height: 34px;
    padding-bottom: 1px;
		text-decoration: none;
		text-transform: uppercase;
}

.ie7 .supplimental_nav li a {
	padding-bottom: 0;
	height: 34px;
}

.supplimental_nav li a:hover {
background: url(../img/global/nav_Tab_bg_over.gif) right top no-repeat;

}


/* = Homepage slide show 
---------------------------------------------------------------------*/

	ul#slides {
	margin: 0;
	width: 1000px;
	min-height: 342px;
	list-style: none;
	}
	ul#slides li {
		margin: 0 0 18px 0;
			
	}
	ul#slides li img {
		min-width: 100%;
		height: auto;
	}


/* = Fonts and text styles 
---------------------------------------------------------------------*/

header h1 {
	margin-left: 74px;
	font-family: 'TelegraficoRegular', "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 21px;
	font-weight: normal;
	text-shadow: 0px 0px 9px #0b0f01; 
  text-decoration: none;
  text-transform: uppercase;
	letter-spacing: 0.26em;
		color: #fff;
}

header h1 a, header h1 a:visited, header h1 a:hover, header h1 a:active, header h1 a:focus  {
	display: block;
	position: relative;
	margin-left: -16px;
	font-family: 'WalkwaySemiBoldRegular', Gotham Extralight, "Helvetica Neue", sans-serif;
  font-size: 63px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.095238em;
  line-height: 1.142857;
	text-decoration: none;
	color: #FFF;
}

h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address {
	margin-bottom: 18px;
}

#main h2 {
	margin-left: 18px;
	font-family: 'WalkwaySemiBoldRegular', Gotham Extralight, Tahoma, Geneva, sans-serif; /*'Raleway', Gotham Extralight, "Helvetica Neue", sans-serif;*/
	font-size: 18px;
	/*font-style: italic;*/
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 3px;
	line-height: 2.571429;
}

/* homepage slides title */
#home ul#slides li h2, #wedding ul#slides li h2 {
	margin: 108px 0 144px;
	padding: 0 88px;
	font-family: Baskerville, Garamond, Palatino, "Palatino Linotype", "Hoefler Text", "Times New Roman", serif;
	font-size: 32px;
	font-style: normal;
	font-weight: 200;
	line-height: 1.125em;
	color: #FFF;
	text-align: center;
	letter-spacing: 3px;
	text-transform: uppercase;
	text-rendering: optimizeLegibility;
	/* CSS 3 */
	text-shadow: 1px 1px 20px #0b0f01; /* FF3.5+, Opera 9+, Saf1+, Chrome */

}

h3 {
	font-weight: normal;
	text-transform: uppercase;
}

#recommendations .half_n_half h3, #attractions .half_n_half h3, h4#number_one_baby {
		background: #fff;
	margin: 0 0 17px 0;
	padding-left: 18px;
	font-family: Baskerville, Garamond, Palatino, "Palatino Linotype", "Hoefler Text", "Times New Roman", serif;
	font-size: 18px;
	line-height: 2;
	font-style: italic;
	font-weight: normal;
	text-transform: none;
	border-bottom: 1px solid #dddddb;
}

#recommendations .half_n_half h4 {
	margin: 0 0 0 1.5em;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 2px;
}

h4#number_one_baby {
	margin-left: 0;
	text-align: center;
}


/* Extra headline classes */
.extra_18_left {
	margin-left: 18px;
}

.extra_36_left {
	margin-left: 36px;
}

.extra_18_right {
	margin-right: 18px;
}

.extra_36_right {
	margin-right: 36px;
}

p { 
 line-height: 1.4167;
}


#recommendations p, #attractions p, #reasons p {
	margin: 0 18px 18px 18px;
}

em {
	color: #0b0f01;
	font-style: italic;
}

small {
	text-align:right;
	margin-bottom: 18px;
}

li {
	margin-bottom: 9px;
}

ul + h3, ul + h4, ul + p {
	margin-top: 18px;
}

#attractions li, #reasons li {
	counter-increment: myIndex;
}

/* attractions & reasonslist */
#attractions li:after, #reasons li:after {
		content: counter(myIndex);
	position: absolute;
	right: 36px;
	bottom: 27px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 52px;
	font-weight: bold;
	letter-spacing: 0;
	color: #fff;

}

ol#reasons li:after {
	right: 18px;
	bottom: 0;
}

blockquote {
	font-family: Baskerville, Garamond, Palatino, "Palatino Linotype", "Hoefler Text", "Times New Roman", serif;
	font-size: 14px;
	font-style: italic;
	line-height: 1.285714;
}

/* Gallery */

#gallery a {
	float: left;
	display: block;
	width: 182px;
	height: 162px;
	overflow: hidden;
	margin: 0 36px 36px 0;
		/* css 3 */
	-moz-box-shadow: 0px 0px 9px rgba(11, 15, 1, 0.4); 
  -webkit-box-shadow: 0px 0px 9px rgba(11, 15, 1, 0.4); 
          box-shadow: 0px 0px 9px rgba(11, 15, 1, 0.4);
}

/* Testimonials */
ul#individual_testimonial {
	list-style-type: none;
	margin-left: 0;
}

ul#individual_testimonial li {
	min-height: 180px;

	padding: 17px 18px 0 18px;
	border-top: 1px solid #dddddb;
	margin-bottom: 18px;
	
}

ul#individual_testimonial p {
	font-size:9px;
	letter-spacing: 2px;
	text-align: right;
	text-transform: uppercase;
}

/* Call to Action */

.call_to_action h3 {
	display: block;
	float: left;
	width: 240px;
	margin: 0;
	font-family: Baskerville, Garamond, Palatino, "Palatino Linotype", "Hoefler Text", "Times New Roman", serif;
	font-size: 30px;
	font-style: italic;
	font-weight: 300;
	line-height: 1.2;
	text-transform: none;
	color: #394002;
	
}

.call_to_action a {
	display: block;
	float: left;
	width: 300px;
	padding: 0 18px 0 0;
	background: #394002 url(../img/global/call_to_action_link_bg.gif) top left no-repeat;
	line-height: 3;
	text-align: right;
	text-decoration: none;
	text-transform: uppercase;
	color: #FFF;

}

.call_to_action a:hover {
	color: #ff5e99;
}

/* vcard */

.vcard .fn {
	margin: 0 0 17px 0;
	font-family: Baskerville, Garamond, Palatino, "Palatino Linotype", "Hoefler Text", "Times New Roman", serif;
	font-size: 18px;
	line-height: 2;
	font-style: italic;
	font-weight: normal;
	text-transform: none;
	border-bottom: 1px solid #dddddb;
}

.vcard .fn a {
	color: #0b0f01;
	text-decoration: none;
}
.vcard .fn a:hover, .vcard .fn a:active, .vcard .fn a:focus {
	color: #ff5e99;
}


/* Tables ------------------------------------------------------------- */
table { 
	width: 100%;
	margin: 0 0 36px 0;
	text-align: left;
}
caption {
	height: 54px;
	padding: 0 0 0 4.761905%;
	font-size: 13px;
	line-height: 4.153846;
	text-transform: uppercase;
	text-align: left;
	letter-spacing: 3px;
	border-bottom: 1px solid #dddddb;
}

tr {
	background: #f5f5f2;
	height: 35px;
	
}

tr:hover {
	background: #eeeeeb;
}

td, th {
	text-align: left;
	font-weight: normal;
	padding: 0 1% 0 4.761905%;
	line-height: 1.5;
	border-bottom: 1px solid #fff;
}

tfoot td {
	padding: 0 4.761905% 0 4.761905%;
}

/* Forms ------------------------------------------------------------- */
form {
	float: left;
	margin: 7px 0 36px 0;
}

legend {
	width: 405px;
	padding: 0 0 0 18px;
	font-size: 12px;
	line-height: 2.5;
	text-transform: uppercase;
	text-align: left;
	border-bottom: 1px solid #dddddb;
}

fieldset {
	margin-bottom: 18px;
	overflow:hidden;
}
fieldset ul, #success {
	background: #f5f5f2;
	list-style-type: none;
	margin: 0;
	padding: 18px;
}
#success {
	min-height: 252px;
	margin:0 0 36px;
}


form li input, form li textarea  {
	width: 98%;
	font-size: 12px;
	line-height: 1.5;
}

form li textarea  {
	height: 90px;
}

#send_btn {
	width: 100%;
}

/* 404 form --------------*/
.search-goog {
	list-style-type: none;
	margin-left: -2em;
}

.search-goog form {
	float: none;
}

#goog-wm-sb {
	margin-left: 18px;
}

/* footer -----------------*/

footer {
	color: #7a7d67;
}

footer ul li:last-child {
	font-size: 10px;
	text-align: right;
	margin: 0 18px 0 37px;
}

.ie6 li.right, .ie7 li.right, .ie8 li.right {
	font-size: 10px;
	text-align: right;
	margin: 0 18px 0 37px;
}

footer em {
	font-weight: normal;
	font-style: normal;
}

footer a, footer a:visited  {
	font-weight: bold;
	color: #7a7d67;
	text-decoration: none;
}

footer a:hover, footer a:active, footer a:focus {
	color: #ff5e99;
}




.ir { display: block; text-indent: -999em; overflow: hidden; background-repeat: no-repeat; text-align: left; direction: ltr; }
.hidden { display: none; visibility: hidden; }
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }
.invisible { visibility: hidden; }
.clearfix:before, .clearfix:after { content: "\0020"; display: block; height: 0; overflow: hidden; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }


@media all and (orientation:portrait) {

}

@media all and (orientation:landscape) {

}

@media screen and (max-device-width: 480px) {

  /* html { -webkit-text-size-adjust:none; -ms-text-size-adjust:none; } */
}


@media print {
  * { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important;
  -ms-filter: none !important; } 
  a, a:visited { color: #444 !important; text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; }
  tr, img { page-break-inside: avoid; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3{ page-break-after: avoid; }
}


