/*
	===================================================================================
		Global Alchemy (www.globalalchemy.com | .co.uk | .org)
		©2006 World Without Walls (www.worldwithoutwalls.co.uk). All rights reserved.
		Author:		Paul Masri
		User-controlled styles
	===================================================================================
*/


/* ------------------------------------------------------------------------------- */
/* MAIN CONTENTS - STANDARD ELEMENTS                                               */

#layout_maincontent .back_to_top {
	clear:both;
	margin: 1em 0 3em;
}
#layout_maincontent .back_to_top a:link, #layout_maincontent .back_to_top a:visited {
	font-size:0.7em;
	font-weight:normal;
	float:right;
}
#layout_maincontent .back_to_top a:active, #layout_maincontent .back_to_top a:hover {
}

/* HTML tags */
#layout_maincontent h1,
#layout_maincontent h2,
#layout_maincontent h3,
#layout_maincontent h4,
#layout_maincontent h5 {
	clear: both;
	margin: 1.5em 0 0.6em;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.3em;
	color: #3f0039;
}
#layout_maincontent h1 {
	margin: 0 0 0.6em;
	padding-top: 16px;
	font-size: 1.5em;
}
#layout_maincontent h2 {
	margin: 1.5em 0 0.3em;
	font-size: 1.3em;
}
#layout_maincontent h3 {
	font-size: 1.1em;
	margin-bottom: 0.2em;
}
#layout_maincontent h4 {
	font-size: 1em;
}
#layout_maincontent h5 {
	font-size: 1em;
	text-align: center;
}
#layout_maincontent h6,
#layout_maincontent p {
	margin: 0.5em 0 1em;
	font-size: 0.7em;
	line-height: 1.4em;
	text-align: justify;
	color: #3f0039;
}

#layout_maincontent ul {
	margin: 0;
	padding: 0 0 0 30px;
	font-size: 0.8em;
	line-height: 1.5em;
	text-align: justify;
}
#layout_maincontent li {
	position:relative;
	list-style: none;
	margin: 0 0 1em;
	padding: 0 0 0 30px;
}
#layout_maincontent hr {
	height: 1px;
	color: #035dc3;
}

#layout_maincontent img {
	float:left;
	margin: 0 15px 10px 0;
}


/* ----------------------------------------------------------------------- */
/* SPECIALS */

#layout_maincontent .img_signature {
	float:none;
	clear: both;
}
#layout_maincontent .img_floatright {
	float: right;
	margin: 0 0 10px 15px;
}
#layout_maincontent .img_center {
	float: none;
	margin: 0 15em;
}
#layout_maincontent .font_bigger {
	font-size: 1.1em;
}


/* Sitemap */
#layout_maincontent ul.sitemap {
	margin: 0;
	padding: 0;
	font-size: 1em;
}
#layout_maincontent ul.sitemap a:link, #layout_maincontent ul.sitemap a:visited {
	color: #4596d5;
	text-decoration: none;
}
#layout_maincontent ul.sitemap a:hover, #layout_maincontent ul.sitemap a:active {
	color: #fa2920;
	text-decoration: none;
}

/* Sitemap level 1 */
#layout_maincontent ul.sitemap li {
	font-weight: bold;
}
/* Sitemap level 2 */
#layout_maincontent ul.sitemap ul {
	margin-bottom: 2em;
	padding: 0 0 0 15px;
	font-size: 0.8em;
}
#layout_maincontent ul.sitemap ul li {
	background: transparent;
	margin: 0;
	padding: 0;
	font-weight: normal;
}
#layout_maincontent ul.sitemap ul a:link, #layout_maincontent ul.sitemap ul a:visited
,#layout_maincontent ul.sitemap ul a:hover, #layout_maincontent ul.sitemap ul a:active {
	font-weight: normal;
}
/* Sitemap level 3 */
#layout_maincontent ul.sitemap ul {
	margin-bottom: 1em;
	padding: 0 0 0 15px;
	font-size: 0.8em;
}
#layout_maincontent ul.sitemap ul li {
	background: transparent;
	margin: 0;
	padding: 0;
}
	

/* ------------------------------------------------------------------------------- */
/* FLOATING CONTENT - STANDARD ELEMENTS                                            */

/* In-page testimonial panel */
/*
#layout_maincontent .testimonialRight
, #layout_maincontent .testimonialLeft {
	width: 200px;
	margin: 0 0 15px;
	background: url(../_image/testimonialpanel_1x1.jpg) no-repeat left top;
	padding: 11px 0 0;
	color: #150caa;
}
#layout_maincontent .testimonialRight .panel_noheading
, #layout_maincontent .testimonialLeft .panel_noheading {
	background: url(../_image/testimonialpanel_2x1.jpg) no-repeat left bottom;
	padding: 0 15px 11px;
}

#layout_maincontent .testimonialRight .panel_noheading p
, #layout_maincontent .testimonialLeft .panel_noheading p {
	margin: 0 0 0.75em;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-style: italic;
	text-align: left;
	line-height: 1.7em;
}
#layout_maincontent .testimonialRight div p.author
, #layout_maincontent .testimonialLeft div p.author {
	margin: 0.5em 0 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	line-height: 1.4em;
}
#layout_maincontent .testimonialRight {
	float: right;
	margin-left: 1em;
	font-size: 0.9em;
}
#layout_maincontent .testimonialLeft {
	float: left;
	margin-right: 1em;
	font-size: 0.9em;
}
*/


/* ------------------------------------------------------------------------------- */
/* MAIN CONTENTS - SITE-SPECIFIC ELEMENTS                                          */

#layout_maincontent .horizontalrule {
	clear: both;
	position: relative;
	height: 12px;
	margin: 2em 0 3em;
	background: url(../_image/hr_sidebar.gif) no-repeat center top;
}

/* Paragraphs */
#layout_maincontent .quote {
	clear:both;
	margin-top: 1.5em;
	margin-bottom: 0.2em;
	font-size: 0.8em;
	font-style: italic;
	text-align: left;
}
#layout_maincontent .quoteauthor {
	margin-top: 0;
	margin-bottom: 1em;
	font-size: 0.6em;
	font-weight: bold;
	text-align: right;
}

#layout_maincontent .bulletdiamond {
	background: url(../_image/bulletB.gif) no-repeat left top;
	padding-top: 0px;
	text-indent: 20px;
}
#layout_maincontent h3.bulletdiamond {
	background-position: left 0.2em;
}
#layout_maincontent p.bulletdiamond {
	margin-bottom: 2em;
	background-position: left 0.1em;
}



/* Table-based Forms within main content */
#layout_maincontent table {
	width:100%;
	border-collapse: collapse;
}
#layout_maincontent th, #layout_maincontent td {
	vertical-align: top;
}
#layout_maincontent caption {
	height: 27px !important;
	background: #150caa url(../../html/_image/tablecaption_bkg.jpg) repeat-x left top;
	padding: 3px 0 0 15px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #dbe0e1;
	text-align: left;
}

/* Birthstones table */
#layout_maincontent #birthstones { /*table*/
	border: none;
}
#layout_maincontent #birthstones tr.odd {
	background: #e2ccd7;
}
#layout_maincontent #birthstones tr.even {
	background: #d8bcc9;
}
#layout_maincontent #birthstones th.col1 {
	width: 20%;
}
#layout_maincontent #birthstones th.col2 {
	width: 40%;
}
#layout_maincontent #birthstones th.col3 {
	width: 40%;
}
#layout_maincontent #birthstones td,
#layout_maincontent #birthstones th {
	padding: 0.2em 0.5em 0.5em;
	font-size: 0.7em;
}
#layout_maincontent #birthstones td.col1,
#layout_maincontent #birthstones th.col1 {
	padding: 0.2em 0 0.5em 0.5em;
}
#layout_maincontent #birthstones tr.heading th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
}




/* Table 1 is used for the contact and main signup forms */
#layout_maincontent .table1 {}
#layout_maincontent .table1 th {
	padding: 3px 15px 0 15px;
	font-size: 0.8em;
	font-weight: normal;
}
#layout_maincontent .table1 td {
	padding: 1px 15px 0 0;
	font-size: 0.8em;
	font-weight: normal;
}
#layout_maincontent .table1 .form_spacerrow {
	height: 10px;
}

#layout_maincontent .table1 h4 {
	margin: 1em 0 0.2em 15px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#layout_maincontent .table1 .form_notes {
	padding: 15px;
	font-size: 0.7em;
}
#layout_maincontent .table1 .form_required {
	color: #fa2920;
}
#layout_maincontent .table1 input.form_textfield1
,#layout_maincontent .table1 select.form_selectcountry {
	width: 180px;
}
#layout_maincontent .table1 input.form_textfield2
,#layout_maincontent .table1 textarea.form_textfield2 {
	width: 340px;
}
#layout_maincontent .table1 input.form_button {
	margin-right: 15px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #035dc3;
}

/* Table 2 is used for the scorecards */
#layout_maincontent .table2 {}
#layout_maincontent .table2 th {
	padding: 3px 15px 0 15px;
	font-size: 0.8em;
	font-weight: normal;
}
#layout_maincontent .table2 td {
	padding: 1px 15px 0 0;
	font-size: 0.8em;
	font-weight: normal;
}
#layout_maincontent .table2 .form_spacerrow {
	height: 10px;
}
#layout_maincontent .table2 .form_highlightrow {
	background: #150caa;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #fff;
}

#layout_maincontent .table2 input.form_textfield1 {
	width: 20px;
	text-align: right;
}
#layout_maincontent .table2 input.form_button {
	margin-right: 15px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #035dc3;
}


/* ------------------------------------------------------------------------------- */
/* SIDEBAR CONTENTS - STANDARD ELEMENTS                                               */


/* ------------------------------------------------------------------------------- */
/* SIDEBAR CONTENTS - SPECIAL ELEMENTS                                               */

#layout_sidebar .horizontalrule {
	clear: both;
	position: relative;
	height: 12px;
	background: url(../_image/hr_sidebar.gif) no-repeat center top;
}

#layout_sidebar .quote {
	clear:both;
	margin-top: 1em;
	margin-bottom: 0.5em;
	font-size: 0.6em;
	font-weight: bold;
	font-style: italic;
	text-align: left;
}
#layout_sidebar .quoteauthor {
	margin-top: 0;
	margin-bottom: 2em;
	font-size: 0.5em;
	font-weight: bold;
	text-align: right;
}

#layout_sidebar .bulletflower {
	background: url(../_image/bulletA.gif) no-repeat left top;
	padding-top: 0px;
	text-indent: 10px;
}
#layout_sidebar .prenumber {
	padding-bottom: 0.7em;
}
