@import url("dfm_default.css");
body {
	background-color: #666666;
	background-image: url(../images/gradedBG.gif);
	background-repeat: repeat-x;
}
p {
	font: 0.8em "Lucinda Grande", Verdana, Geneva, Helvetica, sans-serif;
	color: #666666;
	padding-top: 0;
	margin-top: 0;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
	margin-bottom: 0.2em;
}
#footer p {
	color: #333333;
}
h1, h2 {
	color: #444444;
}


.banner {
	height: 220px;
	background-repeat: no-repeat;
	margin-right: auto;
	margin-left: auto;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #50372c;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #333333;
	border-left-color: #333333;
}
.searchbar {
	font: 0.7em "Lucinda Grande", Verdana, Geneva, Helvetica, sans-serif;
	color: #333333;
	background-color: #ece3b4;
	text-align: right;
	margin-right: auto;
	margin-left: auto;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #50372c;
	margin-bottom: 10px;
	background-repeat: no-repeat;
	padding-top: 3px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #333333;
	border-left-color: #333333;
}

#outer_wrapper {
	background: #ffffff;
}
#wrapper {
	background: #ffffff;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #333333;
	border-left-color: #333333;
}
#container {
	width: 100%;
	float: left;
	margin-right: -240px;
	background-repeat: repeat-y;
}

#content {
	margin-right: 240px;
	/* background-image: url(../images/leftcolumn.gif); */
	  /*background: #ffffff url(images/containerBG02.jpg) no-repeat; */
}

#feeds {
	width: 210px;
	float: right;
	padding: 5px 10px 10px;
}
/* Navigation */
#navholder {
	font: 0.8em "Lucinda Grande", Verdana, Geneva, Helvetica, sans-serif;
	background-color: #ece3b4;
	text-align: center;
	height: 15px;
	padding-top: 4px;
	padding-bottom: 5px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #333333;
	border-bottom-color: #999999;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #333333;
	border-left-color: #333333;
}
html> body #navholder {height: auto; min-height: 15px;}
#navholder ul{
	list-style: none;
	margin: 0;
	padding: 0px;
}
#navholder li {
	display: inline;
}
#navholder a:link, #navholder a:visited {
	color: #333333;
	text-decoration: none;
	padding-right: 10px;
	padding-left: 10px;
}
#navholder a:hover {
	color: #807448;
}
/* Navigation - Story */

#navholder_story {
	font: 0.9em "Lucinda Grande", Verdana, Geneva, Helvetica, sans-serif;
	background-color: #662230;
	text-align: center;
	height: 18px;
	padding-top: 3px;
	padding-bottom: 2px;
	background-image: url(../images/pastelsecurebanner.jpg);
}
#navholder_story ul{
	list-style: none;
	margin: 0;
	padding: 0px;
}
#navholder_story li {
	display: inline;
}
#navholder_story a:link, #navholder_story a:visited {
	color: #FFFFFF;
	text-decoration: none;
	padding-right: 10px;
	padding-left: 10px;
}
#navholder_story a:hover {
	color: #f65275;
}
/* Navigation - Secure */

#navholder_secure {
	font: 0.9em "Lucinda Grande", Verdana, Geneva, Helvetica, sans-serif;
	background-color: #662230;
	text-align: center;
	height: 19px;
	padding-top: 3px;
	padding-bottom: 2px;
	background-image: url(../images/pinksecurebanner.jpg);
}
#navholder_secure ul{
	list-style: none;
	margin: 0;
	padding: 0px;
}
#navholder_secure li {
	display: inline;
}
#navholder_secure a:link, #navholder_secure a:visited {
	color: #FFFFFF;
	text-decoration: none;
	padding-right: 10px;
	padding-left: 10px;
}
#navholder_secure a:hover {
	color: #f65275;
}
/* End od Navigation */

#footer {
	clear:both;
	text-align: center;
	padding: 5px;
	color: #666666;
	margin-top: 0px;
	background-color: #ece3b4;
	border-top: 1px solid #999999;
	border-right: 1px solid #333333;
	border-bottom: 1px solid #333333;
	border-left: 1px solid #333333;
}

/* hover text etc */

#main a:link, #main a:visited {
	font-weight: bold;
	text-decoration: none;
	color: #444444;
}
#main a:hover {
	color: #807448;
}

#footer a:link, #footer a:visited {
	font-weight: bold;
	text-decoration: none;
	color: #666666;
}
#footer a:hover {
	color: #9e8e53;
}

/* end of hover text etc */
/* Form styling */

.loginform {
	font: 0.8em "Lucinda Grande", Verdana, Geneva, Helvetica, sans-serif;
	color: #333333;
}

input.txt {
	color: #333333;
	background-color: #807448;
	border: 1px solid #999999;
	width: 200px;
}
textarea.txt {
	color: #333333;
	background-color: #807448;
	border: 1px solid #999999;
	width: 200px;
}
input.btn {
	}
form p {
	clear: left;
	margin: 0;
	padding: 0;
	padding-top: 5px;
}
form p label {
	float: left;
	width: 30%;
	font: bold 0.9em Arial, Helvetica, sans-serif;
	color: #444444;
}
input:focus {
	background-color: #FFFFFF;
	border: 1px solid #807448;
	color: #333333;
}
textarea:focus {
	background-color: #FFFFFF;
	border: 1px solid #807448;
	color: #333333;
}
fieldset {
	border: 1px solid #999999;
	margin-top: 15px;
	padding: 10px;
}
legend {
	font: bold 0.8em Arial, Helvetica, sans-serif;
	color: #444444;
	background-color: #ffffff;
	padding: 2px;
	border: 1px solid #807448;
}.form {
	margin-right: 10px;
	margin-left: auto;
	margin-top: 1px;
	margin-bottom: 3px;
}

/* Image Boxes */

.imagebox {
	border: 1px solid #999999;
	height: 140px;
	width: 190px;
	margin-top: 10px;
	text-align: center;
}
#imagebox1 {
}
#imagebox2 {
}
#imagebox3 {
	background-image: url(../images/pinktable03.jpg);
	background-repeat: no-repeat;
}
#imagebox4 {
	background-image: url(../images/pinktable04.jpg);
	background-repeat: no-repeat;
}
.imagebox-alt {
	height: 80px;
	width: 190px;
	margin-top: 10px;
	text-align: center;
}
#imagebox5 {

	background-image: url(../images/login1.gif);
	background-repeat: no-repeat;
}
#imagebox6 {


	background-image: url(../images/register1.gif);
	background-repeat: no-repeat;
}
.redb {
	font-weight: bolder;
	color: #807448;
}
/* Order Form Styling */

.orderform{
	border: 1px solid #999999;
	border-collapse: collapse;
	width: 100%;
}
.orderform td {
	border: 1px solid #999999;
	padding: 4px;
}
.orderform th {
	border: 1px solid #999999;
	background-color: #ad3950;
	font-weight: bold;
	text-align: left;
	padding-left: 4px;
	color: #ffffff;
}
.orderform caption {
	font: 0.9em "Lucinda Grande", Verdana, Geneva, Helvetica, sans-serif;
	color: #ad3950;
	font-weight: bold;
	text-align: left;
	padding-top: 3px;
	padding-bottom: 8px;
}
.orderform tr.altrow {
	background-color: #b4dada;
	color: #000000;
}
.orderform tr:hover {
	background-color: #FF9999;
	color: #ad3950;
}
#login {
	font: 0.7em "Lucinda Grande", Verdana, Geneva, Helvetica, sans-serif;
	color: #333333;
	background-color: #dfc6a7;
	height: 15px;
	padding-top: 3px;
	padding-bottom: 3px;
	text-align: right;
	margin-right: auto;
	margin-left: auto;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #3e2114;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #3e2114;
}
#login a:link, #login a:visited {
	color: #333333;
	text-decoration: none;
	padding-right: 10px;
	padding-left: 5px;
}
#login a:hover {
	color: #807448;
}
#colourbox {
	background-image: url(../images/colourbox.jpg);
	background-repeat: no-repeat;
	height: 34px;
	width: 134px;
	border: 1px solid #666666;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 100px;
}
#content {
	background-repeat: no-repeat;
	background-color: #ffffff;
  /*background: #ffffff url(images/containerBG02.jpg) no-repeat; */
}
#main {
	margin-top: 15px;
	margin-bottom: 10px;
	background-color: #ece3b4;
	border: 1px solid #999999;
	padding: 5px;
}
.imagebox-nav {
	width: 182px;
	margin-top: 10px;
	text-align: right;
	background-color: #ece3b4;
	padding: 5px;
	border: 1px solid #999999;
}
.imagebox-aston {
	height: 140px;
	width: 180px;
	margin-top: 10px;
	text-align: center;
	background-image: url(../images/aston-martin.jpg);
	background-repeat: no-repeat;
}
.imagebox-nav a:link, .imagebox-nav a:visited {
	color: #444444;
	text-decoration: none;
	font-weight: bold;
}
.imagebox-nav a:hover {
	color: #807448;
}
.image {
	border: 1px solid #999999;
}
.title {
	background-color: #ece3b4;
	border: 1px solid #999999;
	text-align: left;
	padding: 5px;
}


.instruction {
	height: 318px;
	width: 338px;
	position: absolute;
	z-index: 2;
	left: 390px;
	top: 30px;
	text-align: justify;
	vertical-align: middle;
	padding: 50px 30px 30px;
	background-color: #ece3b4;
	border: 1px solid #999999;
}

#description {
	position: absolute;
	left: 20px;
	top: 30px;
	background-color: #d2acbb;
	text-align: left;
	height: 500px;
	width: 300px;
	padding: 5px;
	border: 1px solid #999999;
	background-image: url(../images/shawls/description.gif);
	background-repeat: no-repeat;
}
#description a:link, #description a:visited, .title a:link, .title a:visited {
	font-weight: bold;
	text-decoration: none;
	color: #ad5869;
}
#description a:hover, .title a:hover {
	color: #990033;
}
#banner-index {

	background-image: url(../images/banner30cut.jpg);
}
#searchbar-index {

	background-image: url(../images/searchbanner30.jpg);
}

#banner-com {


	background-image: url(../images/banner30cut.jpg);
}
#searchbar-com {


	background-image: url(../images/searchbanner30.jpg);
}
#banner-contact {
	background-image: url(../dev/images/tabbannercut.jpg);
	background-repeat: no-repeat;
}
#searchbar-contact {
	background-image: url(../dev/images/tabsearchcut.jpg);
	background-repeat: no-repeat;
}
#banner-gallery {
	background-image: url(../images/banner01bcut.jpg);
	background-repeat: no-repeat;
}
#searchbar-gallery {
	background-image: url(../images/banner01cut.jpg);
	background-repeat: no-repeat;
}
#banner-links {





	background-image: url(../images/banner30cut.jpg);
}
#searchbar-links {





	background-image: url(../images/searchbanner30.jpg);
}
#banner-search {






	background-image: url(../images/banner30cut.jpg);
}
#searchbar-search {






	background-image: url(../images/searchbanner30.jpg);
}
#instruction2 {
	background-image: url(../images/tjeerd/largelogo.jpg);
	background-repeat: no-repeat;
}
.details {
	background-color: #ece3b4;
	position: absolute;
	width: 388px;
	top: 670px;
	left: 390px;
	border: 1px solid #999999;
	padding: 5px;
	text-align: right;
}
.banner-personal {

	height: 70px;
	background-repeat: no-repeat;
	margin-right: auto;
	margin-left: auto;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #50372c;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #333333;
	border-left-color: #333333;
}

