/* Dempsey Dyer CSS */

body {
	margin: 0;
	padding: 0;
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #666666;
	background: #FFFFFF url(images/background.jpg) no-repeat;
}

hr {
	border: 0;
	color: #CCCCCC;
	background-color: #CCCCCC;
	height: 1px;
}

span.medium {
	font-size: 15px;
}

img {
	border: none;
}

img.left {
	float: left;
	margin-right: 15px;
	margin-top: 10px;
	margin-left: 10px;
	background: #F7F7F7;
	border: 1px solid #DDDDDD;
	padding: 10px;
}

img.right {
	float: right;
	margin-left: 15px;
	margin-top: 10px;
	margin-right: 10px;
	background: #F7F7F7;
	border: 1px solid #DDDDDD;
	padding: 10px;
}

img.left_plain {
	float: left;
	padding: 10px;
}

img.right_plain {
	float: right;
	padding: 10px;
}

img.content_navigation_right {
	float: right;
	padding-left: 10px;
}

p, ol, ul {
	line-height: 150%;
}

p.indent {
	padding-left: 40px;
}

p.content_navigation_header {
	font-size: 120%;
	color: #AA4646;
	font-weight: bold;
	padding-top: 10px;
}

p.content_navigation {
	font-size: 90%;
	color: #666666;
	font-weight: none;
}

p.news_header {
	font-size: 110%;
	font-weight: bold;
	color: #AA4646;
	margin-bottom: 0px;	
}

p.news_item_description {
	margin-top: 5px;
	margin-bottom: 0px;
}

ul.indent { 
	margin-left: 40px;
	list-style: none;
}

li.indent {
	background: url(images/bullet.png) no-repeat 5px 4px;
	padding-left: 30px;
}

li.blank {
	background: none;
	padding: 0px;
}

ul { 
	list-style: none;
}

li {
	background: url(images/bullet.png) no-repeat 5px 4px;
	padding-left: 30px;
}

h4.indent {
	text-indent: 40px;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	color: #444756;
}

h1 {
	font-size: 160%;
	padding-top: 10px;
}

h2, h3 {
	font-size: 140%;
	padding-top: 5px;
}

h4, h5, h6 {
	font-size: 115%;
	padding-top: 5px;
}

.break {
	height: 3px;
	width: 886px;
	background: #AA4646;
	margin-bottom: 10px;
}

a.product_heading {
	text-decoration: underline;
	color: #AA4646;
	font-weight: bold;
}

a:hover.product_heading {
	color: #AA4646;
	text-decoration: none;
	font-weight: bold;
}

a.product_sub_heading {
	color: #AA4646;
	text-decoration: none;
	font-weight: bold;
}

a:hover.product_sub_heading {
	text-decoration: underline;
	color: #AA4646;
	font-weight: bold;
}

a {
	color: #AA4646;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	color: #AA4646;
}

a.main {
	color: #AA4646;
	text-decoration: none;
}

a:hover.main {
	text-decoration: underline;
	color: #AA4646;
}

a.white {
	color: #FFFFFF;
	text-decoration: none;
}

a:hover.white {
	text-decoration: underline;
	color: #FFFFFF;
}

.center {
	text-align: center;
}

form input.button {
	background: url(images/button.png) scroll top left;
	color: #FFFFFF;
	border: none;
	width: 100px;
	height: 22px;
	margin-top: 1px;	
}


/****** Header ******/

#header_container {
	margin: 0px auto;
	background: #F7F7F7;
	border-bottom: 1px solid #DDDDDD;
	padding: 5px;
	color: #444756;
	height: 130px;
	text-align: right;
}

.header_left {
	float: left;	
	position: absolute;
	width: 410px;
}

.header_right {
	float: right	
	position: absolute;
}

#header_container p {
	font-size: 12px;
	font-weight: bold;
}

#header_container a {
	font-size: 12px;
	font-weight: bold;
	color: #AA4646;
	background: #F7F7F7;
	text-decoration: none;
}

#header_container a:hover {
	text-decoration: underline;
}



/****** Product Menu ******/

#product_menu {
	background: #444756;
	border-top: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
	width: 960px;
	height: 40px;
	margin: 0px auto;
	margin-top: 20px;
}

#product_menu ul {
	padding: 0px;
	margin: 0px;
	list-style-type:none; 
}

#product_menu li {
	float: left;
	padding: 10px;
	margin: 0px;
	text-align: center;
	font-size: 13px;
	background: none;
}

#product_menu a {
	color: #FFFFFF;
	text-decoration: none;
}

#product_menu a:hover {
	color: #BBBBBB;
}



/****** Sub Product Menu ******/

#sub_product_menu {
	margin: 0px auto;
	padding: 5px;
	width: 950px;
	height: 25px;
	background: #F7F7F7;
	border-left: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
}

#sub_product_menu ul {
	margin: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-top: 1px;
}

#sub_product_menu li {
	display: block;
	float: left;
	margin: 0;
	height: 25px;
	padding-right: 15px;
	padding-left: 0px;
	background: url(images/sub_menu_arrow.png) no-repeat;
}

#sub_product_menu li a {
	display: block;
	float: left;
	color: #AA4646;
	text-decoration: none;
	font-size: 95%;
	font-weight: bold;
	height: 25px;
	padding-left: 20px;
}

#sub_product_menu li a:hover {
	text-decoration: underline;		
}



/****** Header Image ******/

#header_image_container {
	width: 960px;
	height: 280px;
	margin: 0px auto;
	border-left: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
	background: url(images/windows_doors_conservatories.jpg);
}                 



/****** Page ******/

#page {
	width: 960px;
	margin: 0px auto;
	background: #FFFFFF;
	color: #000000;
	border-left: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
}



/****** Content ******/

#content {
	width: 946px;
	margin: 0px auto;
	padding: 5px;
	color: #666666;
}

.content_product_container {
	margin: 0px auto;
	width: 860px;
	background: #F7F7F7;
	color: #333333;
	border: 1px solid #DDDDDD;
}

.content_product_container p {
	padding-left: 10px;
	padding-right: 10px;
}

.content_product_container img {
	float: left;
	padding: 15px;
}

/****** Content Navigation ******/

#content_navigation_container {
	width: 946px;
	margin: 0px auto;	
}


/****** (1 Per Row) ******/

.content_navigation_item {
	border: 1px solid #CCCCCC;
	width: 906px;
	height: 200px;
	padding-left: 10px;
	background: url(images/content_navigation_item_bg.png) repeat-x;
	color: #666666;
	margin: 20px auto;
	text-align: left;
}

/****** (2 Per Row) ******/

.content_navigation_item_left {
	border: 1px solid #CCCCCC;
	width: 450px;
	height: 200px;
	padding-left: 10px;
	background: url(images/content_navigation_item_bg.png) repeat-x;
	color: #666666;
	text-align: left;
	float: left;
	margin-left: 5px;
	margin-right: 3px;
	margin-top: 5px;
	margin-bottom: 5px;
}

.content_navigation_item_right {
	border: 1px solid #CCCCCC;
	width: 450px;
	height: 200px;
	padding-left: 10px;
	background: url(images/content_navigation_item_bg.png) repeat-x;
	color: #666666;
	margin-left: 3px;
	margin-right: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
	text-align: left;
	float: right;
}

/****** Contact Page Items ******/

#red_content_box_container {
	width: 720px;
	height: 520px;
	margin: 0px auto;
	clear: both;
}

.red_content_box {
	background: url(images/red_content_box.png) no-repeat;
	width: 280px;
	height: 200px;
	display: inline;
	float: left;
	margin: 10px;
	padding: 10px;
	color: #ffffff;
}



/****** News Items ******/

#news_items {
	text-align: left;
}



/****** News Holder ******/

.news_holder {
	margin: 0px auto;
	width: 860px;
	background: #F7F7F7;
	color: #333333;
	border: 1px solid #DDDDDD;
}

.news_holder p {
	padding-left: 10px;
	padding-right: 10px;
}

.news_holder img {
	float: left;
	padding: 15px;
}

/****** Clear Function ******/

#clear {
	clear: both;
}

/****** Form Table ******/


#form_table_container {
	margin: 10px auto;
	width: 780px;
	background: #F7F7F7;
	border: 1px solid #DDDDDD;
	padding: 10px
}

table.form {
	position: relative;
	border: none;
	width: 780px;
	padding: 10px
}

table.form tr {
	border: none;
	padding: 0px;
}

table.form td {
	vertical-align: top;
	text-align: left;
	border: none;
	padding: 0px;
}


/****** Gallery Options Table ******/

table.gallery_options_table {
	margin: 0px auto;
	border: none;
}

table.gallery_options_table th {
	color: #AA4646;
}

table.gallery_options_table td{
	padding: 10px;
	width: 450px;
	vertical-align: top;
	text-align: left;
	border: none;
	background: #F7F7F7;
	border: 1px solid #DDDDDD;
}

table.gallery_options_table img{
	width: 200px;
	height: 60px;
}

.gallery_product_container_left {
	margin: 0px auto;
	width: 400px;
	height: 100px;
	background: #F7F7F7;
	color: #333333;
	border: 1px solid #DDDDDD;
	float: left;
}

.gallery_product_container_left p {
	padding-left: 10px;
	padding-right: 10px;
}

.gallery_product_container_left img {
	float: left;
	padding: 15px;
}



.gallery_product_container_right {
	margin: 0px auto;
	width: 400px;
	height: 100px;
	background: #F7F7F7;
	color: #333333;
	border: 1px solid #DDDDDD;
	float: left;
}

.gallery_product_container_right p {
	padding-left: 10px;
	padding-right: 10px;
}

.gallery_product_container_right img {
	float: left;
	padding: 15px;
}




/****** Main Product Table (2 Items) ******/ 

table.product_table_2 {
	margin: 0px auto;
	border: none;
}

td.product_table_2 {
	padding: 10px;
	width: 390px;
	background: #F7F7F7;
	border: 1px solid #DDDDDD;
	vertical-align: top;
	text-align: left;
}

td.product_table_2_view {
	padding: 5px;
	width: 260px;
	background: #F7F7F7;
	border: 1px solid #DDDDDD;
	text-align: center;
}


img.product_table_2 {
	width: 390px;
	height: 290px;
}



/****** Main Product Table (3 Items) ******/ 

table.product_table_3 {
	margin: 0px auto;
	border: none;
}

td.product_table_3 {
	padding: 10px;
	width: 260px;
	background: #F7F7F7;
	border: 1px solid #DDDDDD;
	vertical-align: top;
	text-align: left;
}

td.product_table_3_view {
	padding: 5px;
	width: 260px;
	background: #F7F7F7;
	border: 1px solid #DDDDDD;
	text-align: center;
}

img.product_table_3 {
	width: 260px;
	height: 340px;
}



/****** Standard Table ******/

table.standard {
	margin: 10px auto;
	background: #FFFFFF;
	border-collapse: collapse;
	color: #333333;
	width: 800px;
	text-align: left;
}

table.standard th, td {
	border: 1px #444756 solid;
	padding: 10px;
}

table.standard th {
	background: #444756;
	color: #FFFFFF;
	text-align: left;
}

table.standard th a {
	color: #FFFFFF;
}

td.standard_blank {
		border: none;
}


/****** Standard Table (Center) ******/

table.standard_center {
	margin: 10px auto;
	background: #FFFFFF;
	border-collapse: collapse;
	color: #333333;
	width: 800px;
	text-align: center;
}

table.standard_center th, td {
	border: 1px #444756 solid;
	padding: 10px;
}

table.standard_center th {
	background: #444756;
	color: #FFFFFF;
	text-align: center;
}


/* Footer */

#footer_accreditation {
	width: 960px;
	margin: 0px auto;
	clear: both;
	font-size: 90%;
	line-height: 1.5em;
	background: #FFFFFF;
	border-top: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
	height: 72px;
}

#footer_accreditation img {
	padding: 10px;
}
	
#footer_links {
	width: 930px;
	margin: 0px auto;
	font-size: 90%;
	line-height: 1.5em;
	border-left: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 15px;
	color: #FFFFFF;
	background: #444756;
}

#footer_links a {
	color: #FFFFFF;
	text-decoration: none;
}

#footer_links a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

#footer_utilities {
	width: 945px;
	margin: 0px auto;
	font-size: 90%;
	line-height: 1.5em;
	border-left: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
	color: #FFFFFF;	
	text-align: left;
	background: #444756;
	padding-left: 15px;
	padding-bottom: 15px;
}

#footer_utilities a {
	color: #FFFFFF;
	text-decoration: none;
}

#footer_utilities a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}