@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: -260px;
	background-repeat: repeat-y;
	
	
}

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

#feeds {
	width: 230px;
	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 {
	color: #333333;
	text-decoration: none;
	padding-right: 10px;
	padding-left: 10px;
}
#navholder a:visited {
	color: #333333;
	text-decoration: none;
	padding-right: 10px;
	padding-left: 10px;
}
#navholder a:hover {
	color: #807448;
}

/* #navholder li a:hover:after, #navholder li a:focus:after {
content: " [" attr(accesskey) "] "; } */

/* 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: 202px;
	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/chairbannercut.jpg);
	background-repeat: no-repeat;
}
#searchbar-index {
	background-image: url(../images/chairsearchcut.jpg);
	background-repeat: no-repeat;
}
#banner-news {
	background-image: url(../images/bannernewscut.jpg);
	background-repeat: no-repeat;
}
#searchbar-news {
	background-image: url(../images/searchnewscut.jpg);
	background-repeat: no-repeat;
}

#banner-com {
	background-image: url(../images/tablebannercut.jpg);
	background-repeat: no-repeat;
}
#searchbar-com {
	background-image: url(../images/tablesearch.jpg);
	background-repeat: no-repeat;
}
#banner-contact {
	background-image: url(../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(../dev/images/banner30cut.jpg);
	background-repeat: no-repeat;
}
#searchbar-links {
	background-image: url(../dev/images/searchbanner30.jpg);
	background-repeat: no-repeat;
}
#banner-search {
	background-image: url(../images/bannercut.jpg);
}
#searchbar-search {
	background-image: url(../images/searchbanner30.jpg);
}
#landing {
	background-color: #333333;
	height: 600px;
	width: 850px;
	border: 1px solid #000000;
	margin-right: auto;
	margin-left: auto;
}
#container-personal {
	width: 100%;
	float: left;
	margin-right: -425px;
}
#feeds-personal {
	width: 425px;
	float: right;
	background-color: #FFCCCC;
}
#content-personal {
	margin-right: 425px;
}
.details {
	background-color: #ece3b4;
	border: 1px solid #999999;
	padding: 5px;
	text-align: left;
	position: relative;
	z-index: 1;
	left: 20px;
	top: 20px;
	width: 370px;
	height: 300px;
	margin-top: 20px;
	overflow: auto;
}
/* html> body .details {height: auto; min-height: 300px;} */
.contactbox {
	background-color: #ece3b4;
	border: 1px solid #999999;
	padding: 5px;
	text-align: left;
	position: relative;
	width: 370px;
	left: 20px;
	top: 20px;
	z-index: 1;
	height: 150px;
}
html> body .contactbox {height: auto; min-height: 150px;}
#imagedescription {
	text-align: left;

	margin-top: 15px;
	margin-bottom: 10px;
	background-color: #ece3b4;
	border: 1px solid #999999;
	padding: 5px;
}
.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;
}
#main-personal {
	margin-top: 15px;
	margin-bottom: 10px;
	background-color: #ece3b4;
	border: 1px solid #999999;
	padding: 5px;
}
#thumbnail-banner {
	background-color: #ece3b4;
	height: 274px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #333333;
	border-left-color: #333333;
	padding-right: 30px;
	padding-left: 20px;
}
#wrapper-personal {
	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;
	position: relative;
	z-index: 1;
	top: 0px;
	width: 848px;
	margin-right: auto;
	margin-left: auto;
	left: 0px;
	height: 650px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666666;
}
.linkitem {
	background-color: #FFFFFF;
	text-align: left;
	padding: 5px 5px 5px 75px;
	margin-bottom: 10px;
	border: 1px solid #999999;
	height: 55px;
}
html> body .linkitem {height: auto; min-height: 55px;}
#linkitem1 {
	background-image: url(../images/exetercath.jpg);
	background-repeat: no-repeat;
	background-position: left;
}
#linkitem2 {
	background-image: url(../images/bovey.jpg);
	background-repeat: no-repeat;
	background-position: left;
}
#linkitem3 {
	background-image: url(../images/fmkrs.jpg);
	background-repeat: no-repeat;
	background-position: left;
}
#linkitem4 {
	background-image: url(../images/betty.jpg);

	background-repeat: no-repeat;
	background-position: left;
}
#linkitem5 {
	background-image: url(../images/woodland.jpg);
	background-repeat: no-repeat;
	background-position: left;
}
#linkitem6 {
	background-image: url(../images/discover.jpg);
	background-repeat: no-repeat;
	background-position: left;
}
#linkitem7 {
	background-image: url(../images/devonlife.jpg);
	background-repeat: no-repeat;
	background-position: left;
}
#linkitem8 {
	background-image: url(../images/aston.jpg);
	background-repeat: no-repeat;
	background-position: left;
}
#linkitem9 {

	background-image: url(../images/dartington.jpg);
	background-repeat: no-repeat;
	background-position: left;
}
#linkitem10 {
	background-image: url(../images/triumph.gif);
	background-repeat: no-repeat;
	background-position: left;
}
.contactbox a:link, .contactbox a:visited {
	font-weight: normal;
	text-decoration: underline;
	color: #444444;
}
.contactbox a:hover {
	color: #807448;
	text-decoration: underline;
}


#client_login{
	padding-top: 20px;
	padding-left: 20px;
	margin-top: 20px;
}

.article_content
{
	font: "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;*/
  
  overflow:auto;
}

.article_content p
{
    font-size: 0.8em;
}

.article_teaser p
{
    font-size: 0.7em;


}

.article_teaser
{
	font: "Lucinda Grande", Verdana, Geneva, Helvetica, sans-serif;
	color: #666666;
	padding-top: 0;
	margin-top: 10px;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
	margin-bottom: 0.2em;


}

.newsarticleteaser
{
    background-color: #FFFFFF;
    border: 1px solid #999999;
    margin-top: 10px;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
	margin-bottom: 0.2em; 

}


.pagi_links
{
  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;

}

ul.pagi_links {
	list-style-type:none;
	margin:0;
	display:inline;
}
ul.pagi_links li {
	display:inline;
	margin:0 5px;
}
ul.pagi_links li a{
	color: #575757;
}

.imageleft {
	border: 1px solid #999999;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-top: 10px;
}
.imageright {
	border: 1px solid #999999;
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
	margin-top: 10px;
}
