
/*---------------------------------------------------------------------------------------------------------------------

*************** This Style Sheet is copyright*******************
Version:	1.2
Date:		January 2007
Author:		Patrick Viney
E-mail:		webmaster@successbydesign.co.uk
website:	www.successbydesign.co.uk
Copyright:	successbydesign 2007

---------------------------------------------------------------------------------------------------------------------*/


/*--------------------------------------------------------------------------------------------------------------------

Main body styling

---------------------------------------------------------------------------------------------------------------------*/
* {margin: 0; padding: 0;}
p {margin: 10px;}
a {font-size: small; color: #df2516; text-decoration: none;}


body {
	margin-top: 0px;
	font-family: arial, sans-serif;
	font-size: small; color: #000;
	background: #df2516;
	text-align: center;	
}


h1 {font-size: x-large; font-weight: normal; text-align: left; color: #ffffff;}
h2 {font-size: large; text-align: left; margin: 10px;}
h3 {font-size: large; font-weight: bold; text-align: center;}
h4 {font-size: x-small; font-weight: bold;}
h5 {font-size: 10pt; font-weight: bold;}


.right {text-align: right; font-weight: bold;}
.center {text-align: center;}
.bold {font-weight: bold;}
.centerboldred {text-align: center; font-weight: bold; color: #df2516;}
.centerbold {text-align: center; font-weight: bold;}
.clear {clear: both;}
.clearbold {clear: both; font-weight: bold; text-align: center;}
.red {color: #df2516; font-size: medium;}
.more {float: right; font-weight: bold;}
.spacer {clear: both; line-height: 0px;}
.blink {font-weight: bold; text-decoration: blink;}
/*--------------------------------------------------------------------------------------------------------------------

Layout

---------------------------------------------------------------------------------------------------------------------*/

#wrapper {
	width: 750px;
	background: #fff;
	margin: 0 auto;
	text-align: left;
}

#logo {
	width: 750px;
	height: 136px;
	text-align: left;
	background: #df2516 url(images/logo.gif) no-repeat;
	text-indent: 500px;
}

#logo p{padding: 90px 0px 0px 25px; color: #fff;}
#logo a {color: #fff;}
#logo a:hover { color: #000;}
#bottom {width: 750px; height: 3px; clear: both; background: url(images/bottom.gif) no-repeat; line-height: 3px;}
/*--------------------------------------------------------------------------------------------------------------------

Content

---------------------------------------------------------------------------------------------------------------------*/
#maincontent	{
	clear: both;	
	padding: 10px;
	background: #ffffff url(images/background.gif) repeat-y;
}
#maincontent 	ul {margin: 0px 10px 10px 290px;}
#maincontent 	li {padding: 0px 0px 5px 0px;}
#maincontent a:hover { color: #000;}
#maincontent img {float: left; padding: 0px; border: 3px solid; margin: 0px 10px 10px 10px;}
#maincontent img.linking {float: left; border: 0px; margin: 0px 30px 0px 40px;}
#maincontent img.linking1 {float: left; border: 0px; margin: 30px 20px 0px 50px;}
#maincontent 	ul.left {margin: 0px 10px 10px 50px;}

/*--------------------------------------------------------------------------------------------------------------------

Success by design

---------------------------------------------------------------------------------------------------------------------*/
#sbd {font-size: x-small; text-align: center; padding: 10px; clear: both;}
#sbd a{text-decoration:none; font-size: x-small; color: #ffffff;}
#sbd a:hover{color:#000000;}
.validator  {border: 0px; width: 88px; height: 31px}

/*--------------------------------------------------------------------------------------------------------------------

Contact form table

---------------------------------------------------------------------------------------------------------------------*/

table.form  {width: 500px; margin: 10px 125px 10px 105px;}
.form td {background-color: #F8E5E4; padding: 3px; border: 1px solid #df2516; }
.form th {padding: 3px; border: 1px solid #df2516; text-align: center; font-weight: bold; background-color: #df2516;}
td.thirty {width: 30%}
td.seventy {width: 70%}

/*------------------------------------------------------------

rounded corner box
background-color: #ffeee1;solid #ffba61;solid #ffba61;
-------------------------------------------------------------- */

.box {
	float: right;
	width: 200px;
	background: url(images/bottom-left.gif) no-repeat left bottom;
	margin: 0px 0px 10px 10px;
}

.box-outer {
	background: url(images/bottom-right.gif) no-repeat right bottom;
	padding-bottom: 12px;
}

.box-inner {
	background: url(images/top-left.gif) no-repeat left top;
}

.box h3 {
	background: url(images/top-right.gif) no-repeat right top;  	padding-top: 12px;
}

.box h3, .box p {
	padding-left: 12px;
	padding-right: 12px;
}

/*--------------------------------------------------------------------------------------------------------------------

---------------------------------------------------------------------------------------------------------------------*/