@charset "utf-8";
/* CSS Document */

/* General Resets */

body {
	margin: 0;
	padding: 0;
}

a img { border: none; }

/* Page layout */

html {
	background: #223b7a url('../images/structure/background.gif') no-repeat top;	
}

body {
	background: url('../images/structure/body_bg.png') repeat-y top;
}

#container {
	background: #fff;
	margin: 0 auto;
	padding-bottom: 20px;
	width: 900px;
}

#header {
	background: url('../images/structure/header_bg.jpg') no-repeat bottom right;
	height: 250px;
	width: 900px;
}

#header img { /* Logo for site */
	margin-left: 15px;
	margin-top: 20px;
}

#nav {
	background: #d1833a;
	font-size: 9px;
	height: 35px;
	margin-bottom: 15px;
	width: 900px;
}

#colLeft {
	background: #ffeddb;
	float: left;
	padding: 10px;
	width: 230px;
}

#colRight {
	float: right;
	padding: 20px 50px;
	width: 550px;
}

#footerContainer {
	background: #D1833A;
	height: 200px;
	width: 100%;
}

#footer {
	width: 870px;
	margin: 0 auto;
	padding: 15px;
	border-top: #ffeddb solid 20px;
}

/* classes for layout */

.clear {
	clear: both;
}


/* TYPOGRAPHY */

body {
	font: 62.5% Arial, Helvetica, sans-serif;
}

#content {
	font-size: 1.2em;
}

#content a {
	color: #D1833A;
	padding: 2px;
}

#content a:hover {
	background: #D1833A;
	color: #FFEDDB;
}

#content a.button {
	padding: 5px 10px;
	border: 2px solid #D1833A;
	color: #D1833A;
	background: #FFEDDB;
	font-weight: bold;
	font-size: 1.2em;
	width: auto;
	text-decoration: none;
}

#content a.button:hover {
	background: #D1833A;
	color: #fff;
}

/* Left Column Typography */

#colLeft h1 {
	font-size: 1.4em;
	color: #D1833A;
}

/* Right Column Typography */

#colRight h1 {
	color: #223b7a;
	font-size: 1.6em;
}

#colRight h2 {
	color: #D1833A;
	font-size: 1.4em;
}

/* footer styling */

#footer {
	font-size: 1.2em;
	color: #fff;
}

#footer a {
	color: #FFEDDB;
	padding: 2px;
}

#footer a:hover {
	background: #FFEDDB;
	color: #D1833A;
}

/* Table Styling */

table.styledTable {
	border-collapse: collapse;
	border-left: 1px solid #D1833A;
	border-top: 1px solid #D1833A;
}

table.styledTable th {
	background: #D1833A;
	border-bottom: 1px solid #D1833A;
	border-right: 1px solid #D1833A;
	color: #fff;
	font-weight: bold;
	padding: 8px;
}

table.styledTable td {
	border-bottom: 1px solid #D1833A;
	border-right: 1px solid #D1833A;
	margin: 0;
	padding: 4px;
}

table.styledTable p {
	margin: 0 !important;
	padding: 0 !important;
}

/* Red Box */

.redbox {
	width: 95%;
	padding: 5px;
	color: #c00;
	text-align: center;
	border: 1px solid #c00;
	background: #FFF4F4;
}

.red {
	color: #c00;
}
/* -----------------------------------------------
	15 Day Accommodation Form 
	----------------------------------------------*/
	
#contactfrm { font-size: 12px; border-style: none; margin: 10px 20px 10px 0px; padding: 10px; background: #EDEDED; }

#contactfrm table { margin: 0px; padding: 0px; border-style: none; }

#contactfrm td { padding: 4px 10px; }
#response_form1 .txtresponse { border: 1px solid #eaeaea; background: #B70000 url(http://www.arinextechnology.com/accommodation/images/mail_accept.gif) no-repeat 50px top; margin: 10px 20px; height: 70px; padding: 5px; color: #fff; text-indent: 120px; font: 12px/1.5em Arial, Helvetica, sans-serif; }