/* Typography */


/* General Styles */
body {
	font: 13px Arial, Helvetica, sans-serif;
}

.arinex {
	font-size: 110%;
	color: #F15F7C;
	font-weight: bold;
}

a img {
	border: 0;
}

#main a {
	color: #F50083;
}

#navigation a {
	color: #fff;
}

.newsbox {
	background: #FFE7F5;
	border: 3px solid #F50083;
	color: #F50084;
	font-size: 14px;
	font-weight: bold;
	margin: 10px auto;
	padding: 10px;
	text-align: center;
}

/* Left Column Styles */
#colLeft h1 {
	border-bottom: 1px dotted #F50083;
	color: #F50083;
	font-size: 24px;
	font-weight: normal;
	margin-top: 15px;
}

#colLeft h2 {
	color: #87a0d7;
	font-size: 20px;
	font-weight: normal;
}

#colLeft h3 {
	font-size: 16px;	
	font-weight: bold;
}

/* Right Column (sidebar) styles */
#colRight h4 {
	background: #F50083;
	color: #fff;
	font-size: 15px;
	margin-top: 10px;
	margin-left: -18px;
	margin-right: -12px;
	padding: 5px 10px;
}

/* Footer Styles */
#footer p {
	color: #93004e;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

#footer a {
	color: #fff;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}
/* -----------------------------------------------
	15 Day Accommodation Form 
	----------------------------------------------*/
	
#container #contactfrm { background: #B5BDDE; font-size: 12px; border-style: none; margin: 10px 20px; padding: 0px; }

#contactfrm table { margin: 0px; padding: 0px; border-style: none; background: #B5BDDE; }

#contactfrm td { padding: 4px 10px; border-top: 1px solid #9EA6C2; }
#container #response_form1 .txtresponse { background: #AD336C 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: 11px/1.5em Arial, Helvetica, sans-serif; }
#response_form1 a {
	color:#fff;
	text-decoration:underline;
}

