/*
Park Resorts Towyn

MWISMedia New Media Design & Development

Author: David Goadby

 */


/* ---------------------------------------------------------------*/
/* Forces vert scrollbar on all pages*/
/* Removes unpredictable 'browser default' settings */
/* Body tag settings */

html { height: 100%; margin-bottom: 1px; }  

html,body{height:100% !important}

p, td, li, ul,ol, h1, h2, h3 ,h4 ,h5 ,h6, label, input {
	font: normal 12px "arial", Arial;
	margin: 0 0 0 0; 
	padding: 0 0 0 0; 
}
body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	font: normal 12px "arial", Arial;
	color:#3366CC;
	background: #3399FF repeat-x url(../images/bg.jpg);
	text-align:center;
}
#main_container {
width: 786px;
margin: auto;
position:relative;
background: repeat-y url(../images/main_bg.gif);
}
#two_col {
width: 786px;
float: left;
margin: 0 0 0 10px;
}

#col_one {
width: 202px;
float:left;
background: repeat-y url(../images/col_one_bg.jpg);
}
#col_two {
	width: 571px;
	float:left;
	background: #FFFFFF no-repeat  url(../images/ball.jpg);
	text-align: left;
}

#title_header {
background: no-repeat url(../images/content_spacer.jpg);
height: 38px;
}
#title_header h1 {
font: bold 14px Arial, Helvetica, sans-serif;
text-align: left;
padding: 5px 5px 5px 5px;
margin: 0 0 0 10px;
color:#FFFFFF;

}

/* ------------------------------ */

#nav li {
color:#FFFFFF;
list-style: none;
text-align:left;
font: bold 12px Arial, Helvetica, sans-serif;
margin: 0 0 0 5px;
padding: 2px 2px 2px 25px;
background: no-repeat url(../images/li_bg.jpg);
}

#nav a{
color:#FFFFFF;
text-decoration: none;
}
#nav a:hover{
color:#FFFFFF;
text-decoration: underline;
}

/* ------------------------------ */

h2.two {
	font-weight: bold;
	font-size: 14px;
	text-align: left;
	margin-left: 35px;
	margin-top: 10px;
}

h2 {
	font-weight: bold;
	font-size: 14px;
	text-align: left;
	margin:10px 10px 10px 0;
}
#col_two p {
	margin: 5px 25px 10px 25px;
	line-height: 18px;
}

#col_two #content img {
	margin: 5px 25px 10px 25px;
}
a{
color:#0078F0;
}


/* ------------------------------ */
#three_col_one{
margin: 0 0 0 15px;
}

#three_col_one, #three_col_two {
width: 180px;
float:left;
margin-bottom:10px;
}
#three_col_three {
width: 165px;
float:left;
margin: 0  0 10px 0 ;
}

#three_col_one li, #three_col_two li, #three_col_three li {
	font: 10px normal Arial, Helvetica, sans-serif;
	color: #0078F0;
	background: no-repeat url(../images/li_bg_3col.gif);
	list-style: none;
	padding: 0 0 0 20px;
	text-align: left;
	line-height: 18px;
}

/* ------------------------------ */

#footer {
background-color:#3366CC;
color:#FFFFFF;
margin: 10px 0 0 0;
height: 50px;
background: repeat-y url(../images/footer_bg.jpg);
}
#footer a {
color: #FFFFFF;
text-decoration: none;
padding: 5px;
}


/* ------------------------------- */

.price {
width: 150px;
background: #F5FBFE;
float:left;
margin: 5px;
}

.price strong {
color:#FFFFFF;
}
.price em {
color:#0078F0;
font-weight:bold;
font-style:normal;
}

.side_text  {
	font: 11px Arial, Helvetica, sans-serif;
	width: 150px;
	display:block;
	float: left;
	margin: 5px 5px 5px 20px;
}
.side_text a:hover {
background-color:#3380E5;
display:block;
}


/* ------------------------------- */


.caravan_image {
	width: 115px;
	float: left;
	padding: 10px;
}
.caravan_text {
	float: left;
	width: 400px;
	text-align:left;
}
p.size {
float: left;
padding: 0  0 0 12px ;
width: 470px;
}

.tour li {
text-align:left;
margin: 2px 2px 2px 35px;
list-style:none;
background: no-repeat url(../images/li_bg_3col.gif);
padding: 0 0 0 25px;
}

/* ------------------------------- */

#vrt1 {
padding: 2px;
margin: 2px;
border: 1px solid #66CCFF;
width: 450px;
}


/* Links -- */

a {
text-decoration:none;
}

a:hover {
text-decoration:none;
}

.code {
	background-color: #DEEFFF;
	width: 468px;
	font-family: "Courier New", Courier, monospace;
	padding: 5px;
	text-align: left;
}

#sitemap li {
	padding: 0 0 0 7px;
	margin: 0 0 0 20px;
	text-align: left;
}

