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

/* CODED BY SEB EMIN - Last Updated April 2012 */

/*------------------------------------*\
	RESET
\*------------------------------------*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{
	margin:0;
	padding:0;
}
table{
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img{
	border:0;
}
address,caption,cite,code,dfn,th,var{
	font-style:normal;
	font-weight:normal;
}
caption{
	text-align:left;
}
h1,h2,h3,h4,h5,h6{
	font-size:100%;
	font-weight:normal;
}
q:before,q:after{
	content:'';
}
abbr,acronym{
	border:0;
}


body {
	font-family: Arial;
	overflow: auto;
	color: #666666;
	background-image:url(/images/test1.jpg);
	background-repeat:repeat;
}


/* DOCUMENT SECTIONS */

/* ------ GLOBAL ------ */

a {
	text-decoration: none;
}

a:link,a:visited,a:active {
	color: #f597e2;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.round {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

p {
	padding: 10px 10px 10px 10px;	
	font-family: Arial;
	color: #666666;
	font-size: 14px;
}

.clear {
	clear: both;
	height: 0;
	margin: 0;
	padding: 0;
}

#sitetitle {
	font-weight: bold;
	font-style: italic;
	font-size: 35px;
	padding: 20px 15px 10px 15px;
}

#sitetitle a {
	text-decoration: none;
}

h1 {
	font-family: Georgia, Times New Roman, Times, serif;
	color: #f597e2;
	font-size: 32px;
	font-style: italic;
	padding:15px;
	display: block;
}

h2 {
	font-family: Georgia, Times New Roman, Times, serif;
	color: #f597e2;
	font-size: 22px;
	font-style: italic;
	padding: 10px;
	
}

h4 {
	font-family: Georgia, Times New Roman, Times, serif;
	color: #f597e2;
	font-size: 26px;
	font-style: italic;
	margin: 40px 20px 5px 0;
	text-align: left;
	
}

.aligncenter {
	text-align: center;	
}

.alignleft {
	text-align: left;
}

.alignright {
	text-align: right;
}

.floatleft {
	float: left;
}

.floatright {
	float: right;
}

.justify {
	text-align: justify;
	padding: 0;		
}

.shadow {
  	-moz-box-shadow:    3px 3px 3px 2px #ccc;
  	-webkit-box-shadow: 3px 3px 3px 2px #ccc;
  	box-shadow:         3px 3px 3px 2px #ccc;
}

.nospace {
	padding: 0;
	margin: 0;	
}

.texttheme {
	font-weight: bold;
	font-style: italic;
	color: #f597e2;
	display: inline;
}

/* -------------------- */

/* ------ HEADER ------ */

#headerwrapper {
	width: 960px;
	height: auto;
	margin: 0 auto;
	font-size: 12px;
	text-align: center;
	overflow: auto;
	padding-top: 50px;
}

#header {
	position: relative;
	margin: 0 auto;
    	width: 100%;		
}

#headerleft {
	position: relative;
	width: 480px;
	width: auto;
	display: block;
	float: left;
}

#headerright {
	position: relative;
	width: 480px;
	width: auto;
	float: right;
}

#headerright h1 {
	font-family: Georgia, serif;
	font-weight: normal;
	font-style: italic;
	font-size: 26px;
	padding-top: 25px;
}

/* -------------------- */

/* ------ NAVIGATION ------ */
#nav {
        font-family: Arial, 'Lucida Sans', Helvetica, Arial, sans-serif;
	font-size: 18px;
	font-weight: normal;
	border-bottom: 1px solid #f597e2;
	border-top: 1px solid #f597e2;
	width: 100%;
        height: 37px;
        position: relative;
	color: #f597e2;
	text-align:center;

}

#nav ul {
        margin: 0 auto;
        padding: 0;
        list-style: none;
        width: 570px;
     }

#nav li {
        float: left;
display: inline;
}

#nav a:link, #nav a:visited {
        display: block;
	padding:7px 20px 8px 20px;
	text-decoration:none;  
}

#nav a {
        transition: color 0.5s, background-color 0.75s;
        -webkit-transition: color 0.5s, background-color 0.75s; /* Safari */ 
}

#nav a:hover {
	color:#FFF;
	background-color: #f597e2;
}

/* -------------------- */

/* ------ CONTENT ------ */

#contentwrapper {
	width: 960px;
	height: auto;
	font-size: 12px;
	min-height: 300px;
	text-align: center;
	margin: 0 auto;
	overflow: auto;
}

#content {
	width: 100%;
	height: auto;
	margin: 5px auto;
}

.leftcontent {
	width: 648px;
	padding: 0 10px 0 10px;
	margin: 5px 0 5px 0;
	font-size: 14px;
	border: solid 1px #000;
	height: auto;
	text-align: justify;
	float: left;
	background-color: #111111;
	overflow: auto;
}

.leftcontent h2 {
	text-align: center;	
}

#homepage {
	height: 353px;
}

#homepage img {
	width: 100px;
	margin: 15px 10px 15px 15px;
	border: 1px solid #000;
	overflow:hidden;
}

#homepage p {	
	text-align: justify;
	padding-bottom: 10px;
}


#findus {
	height: 454px;
}

#contactus {
	height: 454px;
}

#slidercontainer {
	height: 400px;
	background-color: #141414;
	margin: 5px 0 5px 0;
	color:#000;
	border: 1px solid #000;
}

#specialoffer {
	width: 258px;
	height: 162px;
	background-color: #111;
	margin: 5px 0 5px 0px;
	padding: 0px 10px 20px 10px;
	font-size: 14px;
	float: right;
	border: solid 1px #000000;
}

#voucher {
	width: 248px;
	border: dashed 1px #f597e2;
	color: #f597e2;	
	margin: 0 5px 0 5px;
	text-align: center;
	background-color: #111111;
        transition: color 0.5s, background-color 0.5s;
        -webkit-transition: color 0.5s, background-color 0.5s;
}

.emphasis {
	display: inline;
	padding: 15px 5px 15px 0px;
	margin: 0;
	font-family: Georgia, Times New Roman, Times, serif;
	color: #f597e2;
	font-size: 32px;
	font-style: italic;
	
}

#voucher:hover {
	background-color: #444;
color: black;
	cursor: pointer;
        	
}

#openingtimes {
	font-size: 16px;
	color: #666666;
	width: 268px;
	height: 292px;
	padding: 5px 5px 5px 5px;
	margin: 5px 0;
	border: solid 1px #000;
	float: right;
	background-color: #111111;
}

#openingtimes td, #openingtimes tr {
	padding: 4px;
}

#openingtimes table {
	width: 260px;	
	text-align: right;
	margin: 0px 5px 0px 5px;
}

#sharebox {
	width: 648px;
	border: solid 1px #000;
	padding: 0 10px 0 10px;
	margin: 5px 0 5px 0;
	font-size: 14px;
	height: 131px;
	float: left;
	background-color: #111111;
	display: inline;
}

#shareboxright {
	width: 268px;
	height: 130px;
	border: solid 1px #000;
	padding: 5px 5px 5px 5px;
	margin: 5px 0;
	font-size: 14px;
	float: right;
	background-color: #111111;
	display: inline;
}

#twitter {
	color: #38a4e5;
	font-family: Arial;
	font-weight: bold;
	font-size: 14px;
	margin: 0 0px 0 120px;
	width: 110px;
	float: left;
}

#twitterright {
	color: #38a4e5;
	font-family: Arial;
	font-weight: bold;
	font-size: 14px;
	margin: 0 17px 0 32px;
	width: 64px;
	float: left;
}

#twitter img, #twitterright img {
	padding: 10px;
}

#facebook {
	color: #365899;
	font-family: Arial;
	font-weight: bold;
	font-size: 14px;
	width: 110px;
	float: right;
	margin: 0 120px 0 0;
}

#facebookright {
	color: #365899;
	font-family: Arial;
	font-weight: bold;
	font-size: 14px;
	width: 56px;
	float: right;
	margin: 0 34px 20px 17px;
}

#facebook img, #facebookright img {
	padding: 10px;
}

#findusp {
	width: 345px;
	float: left;
	line-height: 19px;	
}
/* -------------------- */

/* ------ FOOTER ------ */

#footer {
	position: relative;
	height: auto;
	overflow: auto;
	z-index: 5;
	margin: 0 auto;
}

#footerwrapper {
    	width: 960px;
	height: auto;
	overflow: auto;
	position: relative;
	margin: 0 auto 20px auto;
	padding: 10px 0px 10px 0px;
	border-top: 1px solid #f597e2;
	border-bottom: 1px solid #f597e2;	
}

#footerright a:link, #footerright a:visited {
	color: #999999;
	text-decoration: none;
}

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


#copyright {
        padding-bottom: 20px;
        font-family: 'Pontano Sans', Helvetica, Arial, sans-serif;
}

/* -------------------- */

/* -------------------- */

/* ------ SLIDESHOW ------ */

.slideshow {
        position: relative;
        width: 958px;
        height: 400px;
        overflow: hidden;
}

.slideshow img {
	background-color: #141414;
}

/* -------------------- */

/* ------ GRADES TABLE ------ */

table.hovertable {
	
	font-size:16px;
	border-width: 1px;
	border-color: #999999;
	border-collapse: collapse;
	margin-top: 10px;
	margin-bottom: 30px;
	cursor: default;
	text-align:center;

}

table.hovertable th {
	background-color: #222222;
	color: #FFF;
	padding: 8px;
}

table.hovertable tr {
        transition: background-color 0.4s;
        -webkit-transition: background-color 0.4s;
}

table.hovertable td {
	padding: 8px;
	color: #f597e2;
}

table.hovertable tr:hover {
	background-color: #222;
}

.service {
	width: 500px;
}

/* -------------------- */

/* ------ CONTACT ------ */

#form {
	position: relative;
	width: 500px;
	margin: 20px;
	color: #f597e2;
}

#form td, #form th, #form tr {
	padding: 7px;
	width: auto;
	text-align: right;
}

/* -------------------- */