/* style sheet for www.CarpetQuote.co.uk */

/* html tags */

html {
min-height: 100%;
margin-bottom: 1px;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	margin-top: 0px;
	padding: 0px;
	text-align: center;
	background-color: #68502C;
}

h1 {
	color: #FFFFFF;
	text-align: center;
	padding: 0px;
	background-image: url(/images/mast.jpg);
	background-repeat: no-repeat;
	height: 130px;
	margin: 0px;
	border-bottom-width: medium;
	border-bottom-style: solid;
	border-bottom-color: #003366;
}
	
h2 {
	font-size: 0.9em;
	color: #69512D;
}

h3 {
	font-size: 0.8em;
	color: #807353;
}

p {
	font-size: 0.8em;
	line-height: 20px;
}
ol {
	font-size: 0.8em;
}


ul {
	list-style-type: square;
	font-size: 0.8em;
}

li {
	line-height: 20px;
}


/* container */

#container {
	text-align: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	width: 900px;
	overflow: auto;
}


/* content */

#content {
	float: left;
	margin-bottom: 10px;
	background-color: #FFFFFF;
	margin-top: 10px;
	width: 550px;
}


/* rightSide */

#rightSide {
	float: right;
	width: 170px;
	margin-top: 10px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	list-style-type: none;
	list-style-image: none;
	margin-right: 5px;
}
#container #rightSide a {
	list-style-type: none;
	text-decoration: none;
}
#container #rightSide ul {
	list-style-type: none;
	font-size: 12px;
	text-decoration: none;
	padding-left: 0px;
	margin-left: 10px;
}


/* footer */

#footer {
	font-size: 10px;
	color: #FFFFFF;
	background-color: #000033;
	padding-top: 5px;
	padding-bottom: 5px;
	width: 880px;
	padding-left: 20px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: left;
}


/* leftSide */

#leftSide {
	float: left;
	width: 140px;
	margin-top: 10px;
	margin-left: 10px;
	margin-right: 10px;
}

#leftSideQuote {
	float: left;
	width: 132px;
	margin-top: 10px;
	margin-left: 10px;
	background-color: #E7DBC5;
	padding: 2px;
	border: 1px solid #333333;
	margin-right: 10px;
}
#leftSideQuote a {
	text-decoration: none;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}


/* classes */

.emphasise {
	font-style: italic;
	font-weight: bold;
}
	
a:visited {
	color: #0000CC;
}

.quote {
	font-size: 14px;
}

.small {
	font-size: 0.75em;
	color: #666666;
}


/* Forms */

label {
	font-size: 0.9em;
	float: left;
	width: 150px;
	text-align: right;
	margin-right: 20px;
	padding-right: 20px;
}

#submitbutton {
	margin-left: 190px;
	margin-top: 5px;
	width: 90px;
	border-top-style: outset;
	border-right-style: outset;
	border-bottom-style: outset;
	border-left-style: outset;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-color: #CCCCCC;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #CCCCCC;
}


/* topnav */
	
ul#topnav
	{
	margin: 0;
	list-style-type: none;
	font-size: 12px;
	text-align: center;
	background-color: #6D552F;
	border-top-color: #003366;
	border-bottom-width: medium;
	border-bottom-style: solid;
	border-bottom-color: #003366;
	padding-top: 1px;
	padding-bottom: 1px;
}
	
ul#topnav li
	{
	display: inline;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 10px;
}
	
ul#topnav li a:link, ul#topnav li a:visited
	{
	text-decoration: none;
	color: #fff;
	background-image: url(/images/header-bullet.gif);
	background-position: 0% 50%;
	background-repeat: no-repeat;
	padding-left: 10px;
}
	
ul#topnav li a:hover, ul#topnav li a:active
	{
	text-decoration: none;
	color: #FF9966;
	background-image: url(/images/header-bullet2.gif);
	background-position: 0% 50%;
	background-repeat: no-repeat;
	padding-left: 10px;
}


/* trail */

ul#trail {
	margin: 0;
	list-style-type: none;
	font-size: 12px;
	text-align: center;
	padding-top: 1px;
	padding-bottom: 1px;
}
ul#trail li {

	display: inline;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
}
.cursor {
	cursor: auto;
}
input {
	color: #000000;
	background-color: #DBC8C8;
	border: 1px solid #333333;
}
textarea {
	color: #000000;
	background-color: #DBC8C8;
	border: 1px solid #333333;
}
select {
	color: #000000;
	background-color: #DBC8C8;
}
#container #content #stoppress {
	padding: 5px;
	border: thin solid #000099;
	background-color: #FFFF33;
}

