/**
 * Style sheet xBasic
 * Copyright (C) 2005 Leo Feyer, licensed under LGPL
 */


/**
 * Body
 */
body 
{
	margin:0px;
	padding:0px;
	font:76.1% Verdana, Arial, Helvetica, sans-serif;
	background:url(images/wrapper-bg.jpg) top left no-repeat;
	/*background:#ffccff;*/
}


/**
 * Font family
 */
a, b, body, cite, div, em, i, label, li, ol, p, strong, td, th, u, ul
{
	font-family:Verdana, sans-serif;
}

h1, h2, h3, h4, h5, h6
{
	font-family:Verdana, sans-serif;
}

fieldset, form, input, optgroup, select, textarea
{
	font-family:Verdana, sans-serif;
}


/**
 * Font size
 */
a, body, div, fieldset, form, input, label, li, ol, optgroup, p, select, td, th, textarea, ul
{
	color:#666966;
}

h1, h2, h3, h4, h5, h6
{
	color:#666966;
}


/**
 * Basic tags
 */
img
{
	border:0px;
}

p, pre, form
{
	margin:0px;
	padding:0px;
}

h1
{
	margin:0px 0px 12px 0px;
	padding:0px;
	font-weight:bold;
}

h2
{
	margin:0px 0px 6px 0px;
	padding:0px;
	font-weight:bold;
}

optgroup
{
	padding-top:3px;
	padding-bottom:3px;
	font-style:normal;
}


/**
 * Links
 */
a
{
	color:#0099ff;
	text-decoration:none;
}

a:hover
{
	text-decoration:underline;
}

h1, h2, h3, 
h4, h5, h6			{color:#cccc00; margin:4px 0; padding:4px 0;}
h1					{font-size:1.6em;}
h2					{font-size:1.4em;}
h3					{font-size:1.2em;}


.inside 			{padding:5px;}
#wrapper			{ margin-top:10px;}
#header				{}
#container			{border-top:3px solid #74aab3; padding-top:7px;}
#left				{}
#right				{}
#main				{}
#footer				{border-top:3px solid #74aab3;}


.quote				{ background:url(images/quote.png) top left no-repeat; text-indent:29px; padding:8px 0 0 0; font-weight:bold; color:#161e25;}

.toggler .testimonials		{background:url(images/testimonials.png) top left no-repeat; }
.toggler .testimonials a:hover {background:url(images/testimonials.png) bottom left no-repeat;}
.toggler 			{ cursor:default; }

#right .formbody		{width:210px;}
#right form input		{width:210px;}
#right form textarea	{width:210px;}

