/*
This stylesheet is part of the [in] business template downloaded from the oswd.org site 

The stylesheet and template where made by Tjobbe Andrews from NOW:design www.now-design.co.uk
*/
html {
	width: 100%
}

body {
	font-family: "Trebuchet MS", verdana, arial, "Times New Roman";
	font-size: 94%;
	color: #3D3535;
	background-color: #FFF5E8;
	margin: 2px;
	padding: 0px;
	line-height: 130%;
}

p {
	padding: 2px;
	margin-left: 2px;
	line-height: 115%;
}

h1, h2 {
	margin-top: 35px;
}

h3, h4 {
	margin-top: 1px;
	margin-bottom: 0;
}

img {
	margin: 0 1px;
	border: 1px solid olive;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
} 

td a {
	font-family: "Trebuchet MS", verdana, arial, "Times New Roman";
	text-decoration: none;
	font-size: 95%;
	color: #F4E8F0;
	margin: 2px;
	padding: 4px;
	line-height: 130%;
}

small {
	left: 35%;
}
/* Wrapper */
div#fieldset {
	font-size: 96%;
}
div#outer {
	float: left;
	width:81%;
	height: 400px;
	margin: 0 auto;
	background-color: #F5F8EC;				/* light lime */
	border: 1px solid black;
	padding: 3px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
div#first {
	background-color: #E9D2E4;			/* bit more purple */
	font-size: 96%;
	margin-left: 15px;
	float: left;
	font-size: 96%;
	width: 26%;
	padding: 2px;
	height: 350px;
	border: 1px solid olive;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
div#first img {
	width: 65%;
}
div#second {
	background-color: #FBD7A1;				/* bit more orange */
	float: left;
	width:26%;
	font-size: 96%;
	padding: 2px;
	height: 350px;
	border: 1px solid olive;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
div#second img {
	width:65%;
}
div#third {
	background-color: #E9D2E4;			/* bit more purple */
	float: left;
	width: 26%;
	font-size: 96%;
	padding: 2px;
	height: 350px;
	border: 1px solid olive;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
div#third img {
	width: 40%;
}
div#fourth {
	background-color: #FBD7A1;				/* bit more orange */
	float: left;
	margin-left: 15px;
	width: 26%;
	font-size: 96%;
	padding: 2px;
	height: 350px;
	border: 1px solid olive;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
div#fourth img {
	width: 60%;
}
div#fifth {
	background-color: #E9D2E4;			/* bit more purple */
	float: left;
	width: 26%;
	font-size: 96%;
	padding: 2px;
	height: 350px;
	border: 1px solid olive;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
div#fifth img {
	width: 55%;
}
div#sixth {
	background-color: #FBD7A1;				/* bit more orange */
	float: left;
	width: 26%;
	font-size: 96%;
	padding: 2px;
	height: 350px;
	border: 1px solid olive;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
div#sixth img {
	width: 55%;
	padding: 2px;
}
div#video {
	float: left;
	margin-left: 15px;
}
.sunset {
	/* border: 2px solid #339;
	padding: 2px; */
}
.all {
	text-align: left; 
	width:95%;
}

/* the container */
.box {
	background-color: #FFF5E8;
	margin-left: auto; 
	margin-right: auto; 
	padding: 1px; 
	text-align: center; 
	width: 100%;
}
.specials {
	color: #4A2885;								/* med purple */
	font-size: 115%;
}
/*holds the tabs at the top*/
.menu {
	color: #BE0066;								/* Darker Pinky red*/
	background-color: #FFF5E8;
	text-align: right; 
	border-bottom: 1px solid #FFFFFF;
}

/*holds the logo and image*/
.header {
	background-color: #A53512;
	
	text-decoration: none;
	padding: 5px; 
	margin-top:3px;
	height: 95px;
}
.header h1 {
	color: #F1A629;
	font-size: 410%;
	text-align: center; 
}

/*defines the colours for the tabs, with corner background images*/
.menu a:link, .menu a:active, .menu a:visited {
	background: #EDEEEA url(../images/corner.gif) no-repeat right top;
	color: #6F0039;										/* was #3D3535*/
	text-decoration: none;
	padding: 3px 7px 3px 7px;
	margin: 0 0 0 4px;
}

.menu a:hover {
	background: #D6D8CF url(../images/corner2.gif) no-repeat right top;
	color: teal;							/* Orange */
	text-decoration: none;
	padding: 3px 7px 3px 7px;
	margin: 0 0 0 4px;
}

/*just a fix, taken from http://www.positioniseverything.net/easyclearing.html*/
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {
	display: inline-table;
}

/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}
/* End hide from IE-mac */

/*the main text container*/
.content {
	padding: 1px;
	text-align: left;
	font-size: 95%;
}

.content h1 {
	font-size: 110%;
	margin: 2px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border-bottom: 2px solid #A53512;
}
#form_content input{
	position: absolute;
	left: 18%;
}

#form_down input{
	position: absolute;
	left: 18%;
}

#form_down label{
	position: absolute;
	left: 18%;
}

#form_down submit{
	position: absolute;
	left: 18%;
}

#form_content textarea{
	
	left: 18%;
}

#form_content select {
	position: absolute;
	left: 18%;
}
#form_content small {
	position: absolute;
	left: 30%;
}

#form_down select {
	position: absolute;
	left: 18%;
}
#form_content small {
	position: absolute;
	left: 30%;
}
#form_content_long input {
	position: absolute;
	left: 28%;
}
#form_content_long select {
	position: absolute;
	left: 28%;
}
#form_content_long small {
	position: absolute;
	left: 38%;
}
div#auto_content {
	font-size: 90%;
}
/* Make product option heading standout */
.prod_head  td{
	background-color: #C7E19E;
	color: #2D73B9;
}
/*this is the right hand bar, news bar, links bar w/e*/
.newsbar {
	
	background-color: #FDEDF2;						/* ligjtish yellow*/
	margin-top: 40px;
	width: 17%;
	float: right;
	text-align: left;
	
}

.newsbar h1 {
	background-color: #A53512;				/* Brownish */
	color: #FFFFFF;							/* white    */
	padding: 3px;
	margin: 0px 0px 0px 0px;
	font-size: 100%;
	font-weight: normal;
}
.newsbar li {
	line-height: 2em;
	list-style: none;
}
.newsbar a {
	text-decoration: none;
	background-color: #FDE2B8;				/* light ornage */
	padding: 0 3px;
	
}
.newsbar a:hover {
	text-decoration: none;
	border: 1px solid #F289AE;
}

/*this just lets you have a "comment" type area in the main content*/
.p1 {
	padding: 25px;
	background-color: #F7F7F4;					/* light orange*/
	font-size:90%;
}

/*sets the padding for the newsbar text, not the headings*/
.p2 {
	padding: 25px;
	background-color:#FFFDDA;
	font-size: 90%;
	list-style-image: url(../images/b.gif);
	list-style-position: 10px;
}

.p2 ul {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

/*the footer, with copyright*/
.footer {
clear:both;
	background-color: #D6D8CF;
	padding: 4px;
	font-size: 80%;
	text-align: center;
}

/*sets the link colours and style*/
a {
	text-decoration: none;
	background-color: #FDE2B8;				/* light ornage */
	padding: 0 2px;
}
a:link, a:active, a:visited {
	color: #A53512;
	font-size: 95%;
}

a:hover {
	color: #A53512;
	text-decoration: none;
	border: 1px solid #F289AE;
}

.style1 {color: #A53512}

.error {
	color: #fff;
	background-color: #A53512;
	float: right;
	
}

