
/*-----Body-----*/
* {
	margin: 0;
	padding: 0;
}

body {
	margin-top: 20px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #C2C2C2; /* #666666, #e5e5e5 */
	background-image:url(../images/main/backgnd.png);
	/*background: #ffffff*/
}

/*body#about {
	color: #C2C2C2;
	background: #ffffff;
}
body#contact {
	color: #C2C2C2;
	background: #ffffff;
}
body#links {
	color: #C2C2C2; 
	background: #ffffff;
}
body#products {
	color: #C2C2C2;
	background: #ffffff;
}
body#services {
	color: #C2C2C2;
	background: #ffffff;
}
body#portfolio {
	color: #C2C2C2;
	background: #ffffff;
}*/
	
h1, h2, h3 {
	text-transform: uppercase;
}

h1 {
}

h2 {
}

h3 {
}

p, blockquote, ul, ol {
}
/*-----Body End-----*/

/*------Link Colour-----*/
a {
	text-decoration: none;
	color: #000000; /* #C90404*/
}
a:hover {
	text-decoration: underline;
}
/*-----Link Colour End-----*/

/*-----Imgae control-----*/
img {
	border: none;
}

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

/*img.right {
	float: right;
	float: 0 0 0 15px;
}*/
/*-----Imgae control End-----*/

/*-----Header-----*/
div#header {
	width: 950px;
	height: 300px;
	margin: 0 auto;
	padding: 0 0 0 0;
	/*background-image:url(images/Header_ssd2.png);*/
}
/*body#index div#header, body#faq div#header{
	background:   url(bin/images/ssd/Header_ssd2.jpg);
}
body#about div#header {
	background:   url(bin/images/ssd/Header_ssd2.jpg);
}
body#contact div#header {
	background:   url(bin/images/ssd/Header_ssd2.jpg);
}
body#links div#header {
	background:   url(bin/images/ssd/Header_ssd2.jpg);
}
body#products div#header {
	background:   url(bin/images/ssd/Header_ssd2.jpg);
}
body#services div#header {
	background:   url(bin/images/ssd/Header_ssd2.jpg);
}
body#portfolio div#header {
	background:   url(bin/images/ssd/Header_ssd2.jpg);
}

/*div#header h1 {
	float: left;
	font-weight: normal;
	padding: 14px 0 0 180px;
	letter-spacing: 4px;
	font-size: 30px;
	/*color: #90210A;*/ /***OPTION**/
/*}*/
h1.hide {
	width: 950px; 
	height: 300px;
	position: relative;
	text-align:center;
	color: #90210A;
	padding:0 0 0 0;
	font-size: 1.5em;
	margin-left:auto;
	margin-right:auto;
}
h1.hide span {
	background:url(../images/main/Header_ssd2.png) no-repeat;
	position: absolute;
	width: 950px; 
	height: 300px;
	left: -1px;
	top: 1px;
}

div#header h2 {
	float: left;
	font-weight: normal;
	padding: 31px 0 0 10px;
	letter-spacing: 3px;
	font-size: 12px;
	/*color: #90210A;*/ /***OPTION**/
}

div#header a {
	text-decoration: none;
	color: #90210A;
}

/*-----Header End-----*/


/*-----Page-----*/
div#page {
	width: 950px;
	margin: 0 auto;
	padding: 0 10px 0 10px;
	background:url(../images/main/cross_bar_ssd.png) repeat-y;
}
/*body#index div#page, body#faq div#page{
	background:   url(bin/images/ssd/cross_bar_ssd.gif) repeat-y;
}
body#about div#page {
	background:   url(bin/images/ssd/cross_bar_ssd.gif) repeat-y;
}
body#contact div#page {
	background:   url(bin/images/ssd/cross_bar_ssd.gif) repeat-y;
}
body#links div#page {
	background:   url(bin/images/ssd/cross_bar_ssd.gif) repeat-y;
}
body#products div#page {
	background:   url(bin/images/ssd/cross_bar_ssd.gif) repeat-y;
}
body#services div#page {
	background:   url(bin/images/ssd/cross_bar_ssd.gif) repeat-y;
}
body#portfolio div#page {
	background:   url(bin/images/ssd/cross_bar_ssd.gif) repeat-y;
}*/

body#contact div#page_container_left {
	float: left;
	width: 100px;
	height: 100px;
	padding: 0 0 0 0;
	background:  url(../images/river/background_left_r.gif) no-repeat;
}
body#contact div#page_container_right {
	float: right;
	width: 100px;
	height: 100px;
	padding: 0 0 0 0;
	background:  url(../images/river/background_right_r.gif) no-repeat;
}
/*-----Page End-----*/

/*-----Content-----*/
#content {
	float: right;
	width: 550px;
	padding: 0 20px;
}
/*body#index div#content, body#faq div#content{
	background:    url(bin/images/ssd/center_ssd.gif) 0 20px no-repeat;
}
body#about div#content {
	background:    url(bin/images/ssd/center_ssd.gif) 0 20px no-repeat;
}
body#links div#content {
	background:    url(bin/images/ssd/center_ssd.gif) 0 20px no-repeat;
}
body#products div#content {
	background:    url(bin/images/ssd/center_ssd.gif) 0 20px no-repeat;
}
body#services div#content {
	background:    url(bin/images/ssd/center_ssd.gif) 0 20px no-repeat;
}
body#portfolio div#content {
	background:    url(bin/images/ssd/center_ssd.gif) 0 20px no-repeat;
}
body#contact div#content {
	background:    url(bin/images/ssd/center_ssd.gif) 0 20px no-repeat;
}*/

div#content .post {
	padding-right:15px;
}

div#content .post h2 {
	margin-bottom: 1em;
	text-transform: none;
	color: #F2ECAA;
	font-weight: normal;
	font-size:1.4em;
}
/*body#index div#content .post h2, body#faq div#content .post h2{
	color: #F2ECAA; 
}
body#about div#content .post h2 {
	color: #F2ECAA;
}
body#contact div#content .post h2 {
	color: #F2ECAA;
}
body#links div#content .post h2 {
	color: #F2ECAA;
}
body#products div#content .post h2 {
	color: #F2ECAA; 
}
body#services div#content .post h2 {
	color: #F2ECAA; 
}
body#portfolio div#content .post h2 {
	color: #F2ECAA; 
}*/
#content .post h2 {
	margin-top: 1em;
	color: #926e4f; /* #333333 */
}

div#content .post h3 {
	margin-bottom: 1em;
	font-size: 100%;
}

div#content .post p, div#content .post ul, div#content .post ol {
	margin-bottom: 1em;
	line-height: 1.5em;
	font-size:0.98em;
}

div#content .post p.note {
	color: #C2C2C2; /*e5e5e5*/
	font-size: 80%;
}

div#content .post blockquote, div#content .post ul, div#content .post ol {
	margin-left: 3em;
}

body#index div#content .post a, body#faq div#content .post a{
	color: #bfbfbf;
}
body#about div#content .post a {
	color: #bfbfbf;
}
body#contact div#content .post a {
	color: #bfbfbf;
}
body#links #content .post a {
	color: #f2ecaa;
}
body#products div#content .post a {
	color: #bfbfbf;
}
body#services div#content .post a {
	color: #bfbfbf;
}

p.content {
	color:#C2C2C2;
	font-size:90%;
}
.contentleft{
	width:370px;
	float:left;
}
.contentright{
	width:155px;
	float:right;
}

p.linkdescrip {
	padding: 0;
	margin: 0;
	line-height: 1em;
	font-size: 90%;
}
p.linkheader a{
	padding: 0px;
	color: #f2ecaa;
}
p.basictext {
	color: #906E41; /*#e5e5e5, cc9550*/
}

body#brochure p.basictext {
	width: 500px;
	color: #906E41; /*#e5e5e5, cc9550*/
}
span.bannerheaders {
	text-transform: none;
	font-weight: normal;
	font-size:1.4em;
}
span.linkheader {
	color: #f2ecaa;
}
span.contenttitle {
	font-size:110%;
	font-weight:bold;
	color: #f2ecaa; /*#906e42*/
}
span.contenttitleprice {
	padding: 0 0 5px 0;
	font-size:110%;
	font-weight:bold;
	color: #f2ecaa; /*#906e42*/
}
span.pricefig {
	font-size: 2em;
	font-weight:bold;
}
span.price {
	font-size:100%;
	font-weight:bold;
	color: #906e42;
}
/*-----Content End-----*/

/*-----Sidebar right-----*/
div#sidebarright {
	float: right;
	width: 151px;
	Height: 450px;
	padding: 15px 15px;
}

/*-----Sidebar right end-----*/

/*-----Sidebar Left-----*/
div#sidebar {
	float: left;
	width: 148px;
	Height: 450px;
	padding: 15px;
}
div#sidebar a {
	font-weight: bold;
}
body#faq div#sidebar  a {
		width: 140px;
		height: 143px;
		background: url(../images/back_mouse_active.jpg) no-repeat;
		display: block;
}
body#faq div#sidebar a:visited {
		width: 140px;
		height: 143px;
		background: url(../images/back_mouse_active.jpg) no-repeat;
		display: block;
}

body#faq div#sidebar a:hover {
		background: url(../images/back_mouse_over.jpg) no-repeat;
}
/*-----Boxed Class(sidebar)-----*/
.boxed {
}

body#links .boxed1 {
	float: left;
	padding: 0 0 0 15px;
	width:130px;
	color:Gray;
	line-height:100%;
}
.boxed h2 {
	margin: 15px 0;
	padding-left: 20px;
	background:   url(../images/blue/img6.gif) no-repeat left bottom;
	font-size: 92%;
	color: #f69679;
}
body#links .boxed h2, body#faq .boxed h2{
	background:   url(../images/blue/img6.gif) no-repeat left bottom;
}
body#services .boxed h2 {
	background:   url(../images/toys/img6.gif) no-repeat left bottom;
}

.boxed h3 {
	margin: 5px 0;
	padding-left: 0;
	font-size: 0.9em;
	color: #503B2E; /*#e5e5e5, #b03d37*/
	text-transform: uppercase;
}
.boxed1 h3 {
	margin: 5px 0;
	padding-left: 0;
	font-size: 0.9em;
	color: #503B2E; /*#e5e5e5, #b03d37*/
	text-transform: uppercase;
}

.boxed h4 {
	margin: 15px 0;
	padding-left: 20px;
	font-size: 100%;
	color: #926e4f; /*#e5e5e5*/
	text-transform: uppercase;
}
.boxed1 h4 {
	margin: 15px 0;
	padding-left: 20px;
	font-size: 100%;
	color: #926e4f; /*#e5e5e5*/
	text-transform: uppercase;
}

.boxed .list {
	background:    url(../images/main/menu_break_main.gif) repeat-x;
	list-style: none;
}

.boxed .list li {
	padding: 10px 0 15px 0;
	background:    url(../images/main/menu_break_main.gif) repeat-x left bottom;
}

.boxed .list a {
	text-decoration: none;
	font-size:0.9em;
	color: #503B2E; /*#bfbfb5, b03d37*/
}

.boxed .list h3 {
	font-size: 90%;
}
.boxed .basictext {
	font-size: 0.83em;
	color: #906E41; /*#e5e5e5, cc9550*/
}

/*-----Boxed (sidebar) End-----*/

/*-----Table (sidebar)-----*/
table {
	width: 130px;
}

.td, th {	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 2em;
	color: #333333
}

p.tablemain{
	width:130px;
	color:Gray;
	line-height:110%;
	border:none;
	/*margin-left:20px;*/
}
body#about p.tablemain{
	width:100px;
}
body#links p.tablemain, body#faq p.tablemain{
	width:100px;
}
body#products p.tablemain{
	width:100px;
}
body#services p.tablemain{
	width:100px;
}


p.tablemainright{
	float: left;
	width:130px;
	color:Gray;
	line-height:100%;
	/*margin-right:20px;*/
}
body#about p.tablemainright{
	width:100px;
	color:Gray;
}
body#contact p.tablemainright{
	width:100px;
}
body#links p.tablemainright, body#faq p.tablemainright{
	width:100px;
}
body#products p.tablemainright{
	width:100px;
}
p.tablemainright{
	width:100px;
}

td.tableimage{
    width:130px;
	padding:0 0 0 0;
	border: none;
	position: relative;
}
body#about td.tableimage{
    width:100px;
	padding:0 0 0 20px;
}
body#contact td.tableimage{
    width:100px;
	padding:0 0 0 20px;
}
body#links td.tableimage, body#faq td.tableimage{
    width:100px;
	padding:0 0 0 20px;
}
body#products td.tableimage{
    width:100px;
	padding:0 0 0 20px;
}
body#services td.tableimage{
    width:100px;
	padding:0 0 0 20px;
}

td.tableimageright{
    width:100px;
	padding:5px 0 0 0;
	border: none;
	position: relative;
}

/*FEATURED SITES PLACEHOLDERS */
td.tableimagerightph{
    height: 92px;
	width:100px;
	padding:5px 0 0 0;
	border: none;
	position: relative;
	background:url(../images/Links/placeholder.gif) 0 no-repeat;
}
p.placeholder {
	padding: 0 10px 0 2px;
	font-size: 0.8em;
	text-align: left;
}
/* END */

p.tabletext{
	width:100px;
	color:Gray;
	font-size:0.9em;
	/*_padding-left:0; /* IE hack */
	line-height:170%;
	text-align: center;
}
body#services td.tabletext {
	color: #000000;
	font-family: Comic sans MS, Trebuchet MS;
	font-size:104%;
	padding: 36px 0 0 20px;
	/*_padding-left:0; /* IE hack */
	line-height:180%;
	text-align: center;
}
body#portfolio td.tabletext{
	font-size:0.9em;
	line-height: 1.5em;
	vertical-align: top;
}
td.tabletext2 {
	width:100px;
	color: #000000;
	font-family: Comic sans MS, Trebuchet MS;
	font-size:104%;
	padding: 28px 0 0 20px;
	/*_padding-left:0; /* IE hack */
	line-height:180%;
	text-align: center;
}
td.tabletext3 {
	width:100px;
	color: #000000;
	font-family: Comic sans MS, Trebuchet MS;
	font-size:104%;
	padding: 25px 0 0 20px;
	/*_padding-left:0; /* IE hack */
	line-height:180%;
	text-align: center;
}
td.tabletext4 {
	width:100px;
	color: #000000;
	font-family: Comic sans MS, Trebuchet MS;
	font-size:104%;
	padding: 50px 0 0 20px;
	/*_padding-left:0; /* IE hack */
	line-height:180%;
	text-align: center;
}
/*-----Table (sidebar) End-----*/

/*-----Menu (sidebar left)-----*/
div#menu {
}

div#menu ul {
	list-style:none;
}
body#index div#menu ul {
	background:    url(../images/main/menu_break_main.gif) repeat-x;
}
body#products div#menu ul {
	background:    url(../images/main/menu_break_main.gif) repeat-x;
}
body#services div#menu ul {
	background:    url(../images/main/menu_break_main.gif) repeat-x;
}

div#menu li {
	padding: 10px 0;
}
body#index div#menu li {
	background:    url(../images/main/menu_break_main.gif) repeat-x left bottom;
}

body#products div#menu li {
	background:    url(../images/main/menu_break_main.gif) repeat-x left bottom;
}


div#menu .extra {
	padding: 0 40px 0 0;
}

div#menu a{
	text-decoration: none;
}

body#index div#menu a {
	color: #503B2E; /*#bfbfbf, b03d37*/
}
body#about div#menu a {
	color: #503B2E; /*#bfbfbf, b03d37*/
}
body#contact div#menu a {
	text-transform: uppercase;
	font-weight: bold;
	color: #8dc087;
}
body#links div#menu a {
	color: #503B2E; /*#bfbfbf, b03d37*/
}
body#products div#menu a {
	color: #503B2E; /*#bfbfbf, b03d37*/
}
body#services div#menu a {
	color: #503B2E; /*#bfbfbf, b03d37*/
}
body#portfolio div#menu a {
	color: #503B2E; /*#bfbfbf, b03d37*/
}
div#menu a:hover {
	text-decoration: underline;
}

div#menu h1 {
	padding: 14px 0 0 180px;
	letter-spacing: 4px;
	font-size: 30px;
	color: #90210A; /***OPTION**/
}

.navextra {
	padding: 0 0 0 20px;
	font-size:90%;
}
/*-----Menu (sidebar left) End-----*/

/*-----Table-----*/
table {
	width: 130px;
	height: 130px;
}
body#portfolio table {
	width: 340px;
}

.td, th {	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 2em;
	color: #333333;
	position: relative;
	top: 5px;
	}
body#portfolio td.img{
	width:110px;
}
body#portfolio .td, th {	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	line-height: 2em;
	color: #333333;
	position: relative;
	top: 5px;
	}
body#portfolio td.header, th {
	width: 65px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	line-height: 1.5em;
	color: #f2ecaa;
	vertical-align: top;
	}
/*-----Table End-----*/
/*-----Sidebar End-----*/

/*-----Footer-----*/
div#footer {
	width: 950px;
	height: 146px;
	margin: 0 auto;
	padding: 0 10px 0 10px;
	font-size: 77%;
	background:   url(../images/main/footer_ssd2.png) no-repeat;
}
/*body#index div#footer, body#faq div#footer{
	background:   url(../images/ssd/footer_ssd.gif) no-repeat;
}
body#about div#footer {
	background:   url(../images/ssd/footer_ssd.gif) no-repeat;
}
body#contact div#footer {
	background:   url(../images/ssd/footer_ssd.gif) no-repeat;
}
body#links div#footer {
	background:   url(../images/ssd/footer_ssd.gif) no-repeat;
}
body#products div#footer {
	background:   url(../images/ssd/footer_ssd.gif) no-repeat;
}
body#services div#footer {
	background:   url(../images/ssd/footer_ssd.gif) no-repeat;
}
body#portfolio div#footer {
	background:   url(../images/ssd/footer_ssd.gif) no-repeat;
}*/

div#footer p {
	width:950px;
	margin-bottom: 1em;
	line-height: normal;
}
body#contact div#footer p {
	width:150px;
}

div#footer a{
	text-decoration: none;
	color: #bfbfbf;
}

p.legal {
	color: #C2C2C2; /*e5e5e5*/
	font-size: 90%;
	text-align: center;
}

body#contact p.legal {
	color: #351b02;
}

p.links {
	color: #C2C2C2; /*e5e5e5*/
	font-size: 90%;
	text-align: center;
}

body#contact p.links {
	color: #351b02;
}


/*-----Footer end-----*/

