/********************************************
   AUTHOR:  		Tickity-boo
   WEBSITE:  		http://www.tickity-boo.co.uk
 *******************************************/ 
 
/********************************************
   HTML ELEMENTS
********************************************/ 

/* TOP ELEMENTS */
* { padding: 0; margin: 0; }

body {
	margin: 0;
	padding: 0;
	font: .72em/1.5em  Arial, Verdana, Helvetica, Tahoma;
	color: #4d4d4d; 
	background: #edf0f2;	
	text-align: center;
}

/* LINKS */
a { 
	color: #d77cc1;
	background-color: inherit;
	text-decoration: underline;
	
}
a:hover {
	color: #d77cc1;
	background-color: inherit;
	text-decoration: none;
}

/* HEADERS */
h1 {
 	font-family: 'Arial', Verdana, Helvetica, Tahoma;	
	/*font-family: Georgia, "Times New Roman", Times, serif; */
}
h1 { font-size: 1.6em; line-height: 1.5em; color: #2a93ad; padding-bottom: 3px; /* text-transform:uppercase; */} 
h2 { font-size: 1.3em; color: #4d4d4d; padding-top: 7px;}
h3 { font-size: 1.2em; color: #4d4d4d;}
h4 { font-size: 1.1em; color: #4d4d4d;}

p, h1, h2, h3 {
	margin: 10px 15px;
}

h4 {
	margin: 10px 15px;
}

ul, ol {
	margin: 10px 30px;
	padding: 0 15px;
	color: #2a93ad;
}
ul span, ol span {
	color: #666666; 
}

.spaced {padding-top:5px;}

/* IMAGES */
/*
img {
	border: 2px solid #CCC;
}
*/

img.no-border {
	border: none;
}

img.float-right {
  margin: 5px 0px 5px 15px;  
}

img.float-left {
  margin: 5px 15px 5px 0px;
}

a img {  
  border: 1px solid #e8e8e8;
}

a:hover img {  
  border: 1px solid #ccc !important; /* IE fix*/
  border: 1px solid #ccc;
}

a img.tickity {  
  border: none;
}

a:hover img.tickity {  
  border: none !important; /* IE fix*/; 
}

blockquote {
/* 	margin: 15px; 	*/
 	padding: 5px;  
/* 	background: #fafafa;
	border: 1px solid #f2f2f2; 
	border-left: 4px solid #4284b0; 
*/		
	color: #edf0f2;

	font: bold 1em/1.7em Arial, Verdana, Helvetica, Tahoma;
}

/***********************
	  LAYOUT
************************/
#wrap {
	background-color: #fff;
	width: 820px; height: 100%;
	padding: 0 8px;
	/*margin: 0 auto;*/
	margin: 8px auto;
	text-align: left;
}

#content-wrap {
	clear: both;
	margin: 6px 0 0 0; padding: 0;	
	background: #fff;
}

/* HEADER */
#header {
	position: relative;
	height: 82px;
 	background: #fff /* url(headerbg.gif) repeat-x 0% 100% */;
 	padding: 8px 0 0 4px;
}

#header img{
	float: left;
}

#header p{
	float: right;
	padding-top: 16px;
	color: #d77c9f;
	font-size: 18px;
	line-height: 22px;
}
/*
#header-pic {
	position: relative;
	height: 150px;	
}
#header h1#logo {
	position: absolute;
	margin: 0; padding: 0;
	font: bolder 4.1em 'Trebuchet MS', Arial, Sans-serif;
	letter-spacing: -2px;
	text-transform: lowercase;
	top: 0; left: 5px;	
}
#header h2#slogan {
	position: absolute;	 
	top:37px; left: 95px;
	color: #666666;
	text-indent: 0px;
	font: bold 11px Tahoma, 'Trebuchet MS', Sans-serif; 
	text-transform: none;	
}
*/

#maincontent {
	float: left; 
	margin: 0 0 10px 10px;
	padding: 0;
 	width: 595px; /* 72%; */
	background:url(../images/line.gif) repeat-y;
}

/* HEADER 2 */
#header2 {
	width: 820px;
	height: 160px;
	margin: 0 auto;
}

/* CAPTION */
#caption {
	float: left;
	width: 223px;
	height: 160px;
	background: #2a93ad;
	border-right: 4px solid #fff;
}

/* SPLASH */
#splash {
	float: right;
	width: 593px;
	height: 160px;
}

/* SIDEBAR */
#sidebar {
	float: left; 
	width: 215px; /* 25%; */
	margin: 0;	padding: 0; 
	display: inline;		
}

/*
#sidebar img {
	padding: 0;
	margin: 0 0 10px 15px;
 	display: inline;
	min-width: 172px;
}
* html body #sidebar img {width:172px;}
*/

#sidebar ul.sidemenu {
	list-style: none;
	margin: 15px 0 10px 15px;
	padding: 0;
}

#sidebar ul.sidemenu li {
	margin-bottom: 2px;
}

#sidebar ul.sidemenu a {
	font: 1.1em  Arial, Verdana, Helvetica, Tahoma;
	display: block;
	font-weight: normal;
	color: #4d4d4d;	
	text-decoration: none;	
	padding: 5px 5px 5px 20px;
	min-height: 18px;
	background: url(../images/bullet.gif) 0 50% no-repeat;
	border-bottom: 1px solid #edf0f2;
}

* html body #sidebar ul.sidemenu a { height: 18px; }

#sidebar ul.sidemenu a:hover {
	font-weight: bold;
	color: #2a93ad;
	padding: 5px 5px 5px 20px;
	background: url(../images/bullet.gif) 0 50% no-repeat;
}

/* Table */

table {
	border-collapse: collapse;
	margin: 10px 15px;	
}

th strong {
	color: #fff;
}

th {
	background: #2a93ad;
	height: 29px;
	padding-left: 11px;
	padding-right: 11px;
	color: #fff;
	text-align: left;
	border-left: 1px solid #b6d59a;
	border-bottom: solid 2px #fff;
}

tr {
	height: 30px;
}

td {
	padding-left: 11px;
	padding-right: 11px;
	/* border-left: 1px solid #FFE1C3; */
	border-left: 1px solid #fff;
	border-bottom: solid 1px #fff;
}

td.first,th.first {
	border-left: 0px;
}

tr.row-a {
	background: #edf0f2;
}

tr.row-b {
	background: #e1ebf2;
}

/* Gallery */

.drop-shadow {
	float: left;
	position: relative;
	margin: 0 3px 10px 20px !important;
	margin: 0 3px 10px 20px; 
/*
	background: transparent url(../images/drop_shadow.png) bottom right no-repeat !important;
	background: transparent url(../images/drop_shadow_ie.gif) bottom right no-repeat;
*/
}

.drop-shadow img {
	padding: 8px;
	display: block;
	position: relative;
	margin: -10px 6px 6px -6px;
	background-color: #edf0f2;
}

.drop-shadow p {
/*
	right: 11px;
	bottom: 0px;
	color: #eee;

*/	padding: 6px 4px 0 4px;
	position: relative; 
	background-color: #edf0f2;
	width: 115px;
	margin-left: -6px;
	text-align: center;
	font-weight: bold;
}

.drop-shadow a { border-bottom-width: 0; }
	
/* FOOTER */
#footer { 
	clear: both; 
	color: #666; 
	background: url(../images/line-footer.gif) repeat-x;
/* 	border-top: 1px solid #82baff; */	
	margin: 0; padding: 5px 0 0 0; 
	height: 40px;	  
	font-size: 95%;		
}
#footer a { 
	text-decoration: underline; 
	font-weight: bold;	
	color: #666;
}
#footer a:hover { 
	text-decoration: none; 
	font-weight: bold;	
	color: #666;
}
#footer .footer-left{
	float: left;
	width: 50%;
}
#footer .footer-right{
	float: right;
	width: 50%;
}

/* alignment classes */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right { text-align: right; }
.align-center { text-align: center; }

/* additional classes */
.clear { clear: both; }
.blue { color: #2a93ad; padding-left: 10px; }
.white  { color: #edf0f2; font-size: 20px; font-family: Georgia, "Times New Roman", Times, serif;}
.pink { color: #d77cc1; font-weight: bold;}


/* NEW WINDOW */
#pop {
	background: #fff;
	margin: 10px;
	padding-bottom: 2px;
}

#pop .print {
	background: #fff;
	border: 1px dashed #6297BC;
	/*width:380px;*/
	padding: 6px 4px 10px 4px;
	color: #666; 
}

#pop .print p {
	font: 14px  Arial, Verdana, Helvetica, Tahoma;
	padding: 4px; 
	border-bottom: 1px solid #e5e5e5;
	text-align: left;
} 

#pop .print h3 {
	font: 14px  Arial, Verdana, Helvetica, Tahoma;
	padding: 4px;
	text-align: left;
} 

/* FORM ELEMENTS */

.contact-us input{
	padding:2px 5px;
	border:1px solid #e8e8e8;
	height:20px;
	width: 15em;
}

.contact-us {
	text-align:left;	
	padding:10px 0;
	width:auto;
}

.contact-us textarea {
	width: 30em;
	padding:2px 5px;
	border:1px solid #e8e8e8;
}

.contact-us .submit {
	position:relative;
	left:110px;
	width:96px;
	height:28px;	
	background-color: #4d4d4d;
	font: 12px Arial, Verdana, Helvetica, Tahoma;
	color: #edf0f2;
	padding: 4px;

}

.red {
	color:red;
	font-weight:700;
}

.contact-us .form-col1 {
	color:#4d4d4d;
	width:100px;
	height:30px;
	float:left;
	display:block;
	text-align:left;
	padding-right:10px;
	font-weight:700;
}

.message {background-color:#edf0f2; border:1px solid #e8e8e8; color:#4d4d4d;display:none;width:460px;padding:10px 10px 10px 20px;margin-left:15px;}
	.contact {text-align:right;}
	.contact ul {list-style-type:none;width:390px;}
	.contact li {list-style-type:none;}
	.contact input {width:260px;}
	.contact textarea {width:260px;}
