/* Generic CSS file - strip browser defaults */

a:link, a:hover, a:visited, a:active { text-decoration:none; }

ul, ol {	list-style:none; }

html,h1,h2,h3,h4,h5,h6,p,ul,ol,li,form,body,div,code,fieldset,legend,input,img,hr { margin:0; padding:0; border:0; font: 1em; }

a img { border:0; }

/****************************************************************/

body	{
	font-size: 80%;
	font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
	background: url(images/footer_bg2.jpg) repeat-x bottom;
	background-color: #231f20;
	color: #333;
	padding-bottom: 40px;
}

#main	{
	position: absolute;
	width: 800px;
	left: 50%;
	margin-left: -400px;
	background: url(images/main_bg2.jpg) repeat-y #edd9c1;
	}

h1	{
	background-image: url(images/header2.jpg);
	background-repeat: no-repeat;
	height: 150px;
	text-indent: -2000px;
	font-size: 0.01em;
}

h2	{
	font-size: 1.3em;
	font-family: Tahoma, Geneva, sans-serif;
	background-color: #fff;
	letter-spacing: 0.2em;
	padding: 5px 0 5px 10px;
	font-weight: normal;
}

h3	{
	font-size: 1.1em;
	background-color: #fff;
	padding: 0 0 5px 10px;
	color: #f0130a;
}

h4 {
	font-size: 1.1em;
	color: #f0130a;
	margin: 10px 0;
}

p {	
	margin: 1.5em 0;
}

#content	{
	float: right;
	width: 490px;
	padding: 20px 30px 20px 30px;
}

.pics {
	padding: 20px 10px 20px 10px !important;
	width: 530px !important;
}

#back	{
	color: #f0130a;
	text-align: right;
	display: block;
	margin-bottom: 10px;
}

#content .download {
	color: f0130a;
	text-decoration: underline;
}

/*********** nav *************/

#nav a	{
	color: #fff;
}

#nav a:hover	{
	text-decoration: underline;
}

#nav ul	{
	padding: 20px 0 20px 60px;
	line-height: 2em;
	font-size: 1.3em;
}

#wwccr {
	display: block;
	margin: 20px 0 0 50px;
}

#galina {
	display: block;
	margin: 20px 0 20px 88px;
}

.fright, .hotel {
	float:right;
	margin: 10px 0 10px 10px;
	border: 4px solid #fff;
}

.hotel {
	border: 1px solid #ccc;
}

.fleft {
	float:left;
	margin: 10px 10px 10px 0px;
	border: 4px solid #fff;
}

.clear {
	clear: both;
}
/*********************************/
#questions {
	font-size: 1.2em;
	font-weight: bold;
	line-height: 2em;
	margin: 20px 0;
}

#questions a {
	font-size: 0.9em;
	font-weight: normal;
}

#answers {
	margin: 20px 0;
}

#answers li {
	margin: 0 0 10px 1.6em;
}

#answers strong {
	display: block;
	font-weight: bold;
	margin-left: -1.6em;
}
/*********************************/

.gallery {
	float: left;
	margin: 20px 6px 20px 0;
	background-color: #fff;
	width: 170x;
	height: 119px;
	padding: 8px;
	border-bottom: 1px solid #ddd;
	border-right: 1px solid #ddd;
}

.gallery img {
	border: 1px solid #ccc;
}

/********** form ******************/

fieldset	{	border: 1px solid red; }

form ul	{
	line-height: 2em;
}

label 	{
	clear: left;
	float: left;
	width: 110px;
}

input, textarea	{
	bakcground-color: #fff;
	padding: 2px 5px;
	border: 1px solid #ccc;
}

.submit	{
	position: relative;
	background-color: #585755;
	color: #fff;
	left: 25em;
}

.invalid	{

			border: 1px solid #f00 !important;

}



#notsent	{

		text-align: center;

		color: #f00;

		font-size: 0.9em;
}

.dots {
	list-style: circle;
	padding-left: 20px;
}

/************** Itinerary Table ********/

table {
	background-color: #fff;
	font-size: 0.85em;
	font-family: Tahoma, Geneva, sans-serif;
	text-align: center;
	width: 790px;
	padding: 20px;
	margin: 20px 0 0 -270px;	
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
}

th {
	background-color: #666;
	color: white;
}

td {
	margin-right: 1em;
}
/*********************************/

#footer	{
	clear: both;
	background-color: #585755;
	color: #fff;
	line-height: 20px;
	font-size: 0.8em;
	border-top: 1px solid #fff;
	padding: 5px;
}

#footer img	{
	position: absolute;
	right: 20px;
	bottom: 6px;
}