/* Default styles for use by Taewyn Publishing
 * Prepared by Carly Parker
 * www.simplewebdesign.com.au
 * 22 November 2009 */

body {
	width: 100%;
	text-align: center;
	margin: 0px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 75%;
	background-color: #ffffff;
	color: #000000;
}

/* Layout */

#wrap-header {
	width: 100%;
	height: 110px;
	background: #f7eedf;
	color: #000000;
	text-align: center;
}

#header {
	width: 960px;
	height: 110px;
	margin: 0px auto;
	text-align: left;
}

#header img {
	border: none;
}

#wrap-nav {
	width: 100%;
	height: 30px;
	background: #a30046 url(../images/nav-bg.jpg) repeat-x;
	color: #ffffff;
	text-align: center;
}

#nav {
	width: 960px;
	height: 30px;
	background: transparent url(../images/dog-nav.jpg) left no-repeat;
	margin: 0px auto;
	color: #ffffff;
}

#container {
	width: 960px;
	margin: 0px auto;
	text-align: left;
}

#content {
	width: 640px; /* 660px - padding */
	padding: 10px;
	float: left;
	background: #ffffff url(../images/dog-feet.jpg) top left no-repeat;
	color: #000000;
}

#heading {
	padding-left: 120px;
}

#features {
	width: 280px; /* 300px - padding */
	padding: 10px;
	float: left;
	text-align: center;
}

#footer {
	clear: left;
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
	background-color: #310116;
	color: #ffffff;
	font-size: 0.9em;
}

/* Content styles */

p, li, td, div, input {
	font-size: 1em;
}

.spacedout li {
	padding-bottom: 1em;	
}

#features img {
	border: 0px;
}

#content p, #content li {
	line-height: 1.5em;
}

h1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1.8em;
	color: #a30046;
}

h2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	color: #310116;
}

.byline {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	font-style: italic;
	font-weight: bold;
	color: #a30046;
	margin-top: -1em;
}

.imgborder {
	border: 1px solid #000000;
	margin: 10px 10px;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.centred {
	text-align: center;
}

.supportcode {
	padding: 0.6em;
	font-size: 1.2em;
	font-weight: bold;
	text-transform: uppercase;
	border: 1px solid #a30046;
	background-color: #f7eedf;
}

/* Links */

a:link {
	color: #0092cf;
	text-decoration: underline;
}

a:visited {
	color: #663f6b;
	text-decoration: underline;
}

a:hover, a:active {
	color: #310116;
	text-decoration: underline;
}

/* Table styles */

caption {
	padding: 4px;
	text-align: left;
	font-size: 0.9em;
}

th {
	border-bottom: 1px solid #a30046;
}

td {
	border-bottom: 1px solid #c0c9cf;
}

/* Menu */

#nav ul {
	width: 100%;
	margin: 0px;
	padding: 0px;
	padding-left: 100px;
	list-style: none;
	line-height: 1em;
}

#nav ul li {
	float: left;
	position: relative;
	width: 130px;
	font-size: 1em;
}

#nav ul li a {
	display: block;
	width: 130px;
	padding: 8px 0px 10px;
}

#nav ul li a:link, #nav ul li a:visited {
	color: #ffffff;
	background-color: transparent;
	text-decoration: none;
}

#nav ul li a:hover, #nav ul li a:active {
	color: #ffffff;
	background-color: #43011d;
	text-decoration: none;
}

/* Secondary menu items */

#nav ul li ul {
	position: absolute;
	width: 130px;
	left: -999em;
}

#nav ul li:hover ul {
	left: auto;
	padding-left: 0px;
	background-color: #43011d;
	text-align: left;
}

#nav ul li:hover ul li a {
	display: block;
	width: 120px;
	padding-left: 10px;
	font-size: 0.9em;
}


#nav ul li ul li a:link, #nav ul li ul li a:visited {
	color: #ffffff;
	background-color: #43011d;
	text-decoration: none;
}

#nav ul li ul li a:hover, #nav ul li ul li a:active {
	color: #ffffff;
	background-color: #43011d;
	text-decoration: underline;
}

/* Enquiry Form */

#order legend {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	color: #a30046;
	padding: 5px;
}

#order ol {
	list-style-type: none;
	margin: 0px
	padding: 0px;
}

#order li {
	margin: 0px 20px;
	padding: 4px;
}

#order label {
	display: inline-block;
	width: 120px;
	vertical-align: top;
}

#order em {
	font-weight: bold;
	font-style: normal;
	color: #ff0000;
}

.submitbutton input {
	margin-left: 123px;
}

/* Footer */

#footer a:link, #footer a:visited {
	color: #ffffff;
	text-decoration: none;
}

#footer a:hover, #footer a:active {
	color: #ffffff;
	text-decoration: underline;
}
