 /* sStyle sheet for South Africa Sun.*/
 /* created by Rowland Forbes 2008*/
 
/*a		{text-decoration: UNDERLINED;
text-shadow:#33FF33}
a:link		{color: navy; }  /* for unvisited links
a:visited	{color: maroon;} /* for visited links 
a:active	{color: red; } /* when link is clicked */


/*button class */
#search .buttons { 
 font-family:  Century, Book Antiqua, Goudy Old Style, Arial; 
 font-size: 14px;
 font-weight: normal;
 background-color: #b1d96a; 
 color: #14077f; 

}


A:link {
	text-decoration: overline, underline;
	color: #14077f;
	font-size:11px;
}
A:visited {
	text-decoration: underline;
	color: maroon;
	font-size:11px;
}
A:hover {
	text-decoration: blink;
	color: maroon;
	font-size:12px;
}
A:active {
	text-decoration: none;
	color: red;
	font-size:11px;
}

ul {list-style-type: georgian;
border-collapse:separate;

}

.thumbnail {
  float: left;
  padding: 4px;
  margin: 10px 0px 0px 10px;
}

body {
	font-family: Century, Book Antiqua, Goudy Old Style, Arial;
	font-size:12px;
	color:#673e15;
	text-align: justify;
	background-color:#fefecb;
	margin:0px;
}

h1 {
	font-family: Century, Book Antiqua, Goudy Old Style, Arial;
	font-size:26px;
	color:#14077f;
	text-align: center;
	padding-top:5px;
	
}

h2 {
	font-family: Century, Book Antiqua, Goudy Old Style, Arial;
	font-size:20px;
	color:#14077f;
	text-align:center;
	margin:10px;

	
}

h3 {
	font-family: Century, Book Antiqua, Goudy Old Style, Arial;
	font-size:20px;
	color:#14077f;
	text-align:left;
	margin:10px;

	
}

h4 {
	font-family: Century, Book Antiqua, Goudy Old Style, Arial;
	font-size:20px;
	color:#14077f;
	text-align:left;
	margin:10px;

	
}

h5 {
	font-family: Century, Book Antiqua, Goudy Old Style, Arial;
	font-size:20px;
	color:#14077f;
	text-align:left;
	margin:10px;

	
}

h6 {
	font-family: Century, Book Antiqua, Goudy Old Style, Arial;
	font-size:11px;
	color:#14077f;
	text-align: right;
	margin-top:1;
	margin-bottom: 0;
	
}

h7 {
	font-family: Century, Book Antiqua, Goudy Old Style, Arial;
	font-size:11px;
	color:#14077f;
	text-align: center;
	margin-top:1;
	margin-bottom: 0;
	
}

p{
	margin:10px;
}

#container{
	position:relative;
	width:980px;
	margin:auto;
	background:#fefecb;
	
}

#south_africa_sun_holidays_logo{
	position:relative;
	width:280px;
	float:left;
}

#top_image_south_africa_sun{
	position:relative;
	width:700px;
	float:left;
	height:60px;
	
}

#main_nav{
	position:relative;
	width:700px;
	margin:inherit;
	height: 40px;
	float:left;
	background:url(/south_africa_sun_index/buttons.jpg);
	
}

#location{
	position:relative;
	width:980px;
	height:30px;
	font-size:14px;
	float:left;
}

#sub_nav_south_africa_sun{
	position:relative;
	width:130px;
	padding-right:3px;
	text-align:right;
	float:left;
}

#main_content{
	position:relative;
	width:760px;
	text-align:justify;
	float:left;
	background-image:url(south_africa_sun_index/mainframe.png);
	background-repeat:no-repeat;
}

#right_content{
	position:relative;
	width:87px;
	height:700px;
	text-align:justify;
	float:left;
}

#backgroundright{
	position:absolute;
	top:0px;
	right:-200px;
	}

#backgroundleft{
	position:absolute;
	top:0px;
	left:-200px;
	}	
