@charset "UTF-8";
/* CSS Document */



/* Basic */

body {
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

p {
	font-size: 11px;
	color: #333333;
	margin: 0px;
	padding-bottom: 7px;
}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #333333;
	font-size: 24px;
	font-weight: normal;
	margin: 0px 0px 12px 0px;
	padding: 0px;
}

h2 {
	color: #7F99BC;
	font-size: 16px;
	font-weight: normal;
	margin: 10px 0px 14px 0px;
	padding: 0px 0px 4px 0px;
	border-bottom: 1px solid #CCCCCC;
}

h3 {
	color: #333333;
	font-size: 14px;
	font-weight: normal;
	margin: 7px 0px 7px 0px;
	padding: 0px;
}

h4 {
	color: #333333;
	font-size: 11px;
	font-weight: bold;
	margin: 6px 0px 6px 0px;
	padding: 0px;
}

/* Links */

p a:link, ol li a:link {
	color: #7F99BC;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #7F99BC;
}

p a:visited, ol li a:visited {
	color: #3F77A9;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #3F77A9;
}

p a:active, ol li a:active {
	color: #005696;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #005696;
}

p a:hover, ol li a:hover {
	color: #3F77A9;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #3F77A9;
}

a img {
	border: 0;
	text-decoration: none;
}

ul, ol {
	font-size: 11px;
	padding: 0px;
}

ul li {
	color: #333333;
	margin-left: 1em;
	list-style-position: outside;
	list-style-type: disc;
}

ol li {
	color: #333333;
	margin-left: 1.5em;
	list-style-position: outside;
	list-style-type: numeric;
}

th, td {
border-bottom-style: solid; 
border-bottom-color: #333333; 
border-bottom-width: 1px; }



/* --- Structural --- */

#main-nav {
	position:relative;
	z-index:99;
}

#main {
	position:relative;
	z-index:0;
}

/* Homepage Buttons */
#homepage_buttons {
	width: 950px;
	margin: 0px;
	padding: 0px;
	position:relative;
}

#homepage_buttons ul {
	width: 950px;
	height: 105px;
	margin: 0px;
	padding: 0px;
}

#homepage_buttons ul li {
	width: 158px;
	height: 105px;
	margin: 0px;
	padding: 0px;
	float: left;
	list-style-type: none;
}

#homepage_buttons ul li a {
	width: 158px;
	height: 105px;
	display: block;
	overflow: hidden;
}

li#button_online-enquiry {
	background-image: url(images/button_online-enquiry.gif);
}

li#button_photo-gallery {
	background-image: url(images/button_photo-gallery.gif);
}

li#button_interior-shutters {
	background-image: url(images/button_interior-shutters.gif);
}

li#button_exterior-shutters {
	background-image: url(images/button_exterior-shutters.gif);
}

li#button_venetian-blinds {
	background-image: url(images/button_venetian-blinds.gif);
}

li#button_roller-blinds {
	background-image: url(images/button_roller-blinds.gif);
}

/* Homepage Buttons Mouseover Effects*/

li#button_online-enquiry:hover {
	background-image: url(images/button_online-enquiry_hover.gif);
	outline: none;
}

li#button_photo-gallery:hover {
	background-image: url(images/button_photo-gallery_hover.gif);
	outline: none;
}

li#button_interior-shutters:hover {
	background-image: url(images/button_interior-shutters_hover.gif);
	outline: none;
}

li#button_exterior-shutters:hover {
	background-image: url(images/button_exterior-shutters_hover.gif);
	outline: none;
}

li#button_venetian-blinds:hover {
	background-image: url(images/button_venetian-blinds_hover.gif);
	outline: none;
}

li#button_roller-blinds:hover {
	background-image: url(images/button_roller-blinds_hover.gif);
	outline: none;
}

/* Secondary Navigation */

#secondary-nav {
	height: 80px;
	background-attachment: scroll;
	background-image: url(images/secondary-nav_gradient.gif);
	background-repeat: no-repeat;
	background-position: center top;
	position: relative;
}

#secondary-nav h3 {
	font-size: 15px;
	color: #3F77A9;
}

/* Secondary Navigation - Left */

#secondary-nav-left ul {
	margin: 0px;
	padding: 0px;
	width: auto;
	position: relative;
	top: 20px;
}

#secondary-nav-left ul li {
	margin: 0px 10px 0px 0px;
	padding: 0px;
	color: #333333;
	width: auto;
	height: 15px;
	font-size: 11px;
	line-height: 15px;
	list-style-type: none;
	float: left;
}

#secondary-nav-left ul li a:link {
	margin: 0px;
	padding: 0px 0px 0px 10px;
	width: auto;
	color: #7F99BC;
	text-decoration: none;
	border-left: 1px solid #7F99BC;
	display: block;
}

#secondary-nav-left ul li a:visited, #secondary-nav-left li a:active, #secondary-nav-left li a:hover {
	color: #7F99BC;
	text-decoration: none;
}

/* Secondary Navigation - Right */

#secondary-nav-right ul {
	margin: 0px;
	padding: 0px;
	width: auto;
	position: relative;
	top: 20px;
}

#secondary-nav-right ul li {
	margin: 0px;
	padding: 0px;
	color: #333333;
	width: auto;
	height: 15px;
	font-size: 11px;
	line-height: 15px;
	list-style-type: none;
	float: right;
}

#secondary-nav-right ul li a:link, #secondary-nav-right ul li a:visited, #secondary-nav-right li a:active, #secondary-nav-right li a:hover {
	color: #7F99BC;
	text-decoration: none;
}

/* Floats */
.float-left {
	float:left;
}
.float-right {
	float:right;
}

/* List of Links */
ul.list-of-links li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
	
ul.list-of-links li a:link {
	color: #FF0000;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FF0000;
}

ul.list-of-links li a:visited {
	color: #FF0000;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FF0000;
}

ul.list-of-links li a:active {
	color: #FF0000;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FF0000;
}

ul.list-of-links li a:hover {
	color: #FF0000;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FF0000;
}

/* Miscellaneous */
.block img {
	vertical-align: bottom;
}

.hide-text {
	display: block;
	text-indent: -9999px;
}

#logo {
	width: 230px;
	margin-left: auto;
	margin-right: auto;
}

.type {
	float: left;
	margin: 0px 10px 10px 0px;
}

.type-last {
	float: left;
}

#online-enquiry {
	margin-top: 20px;
	width: 310px;
	height: 50px;
	margin: 0px;
	padding: 0px;
}

#online-enquiry a:link {
	width: 310px;
	height: 50px;
	background-image: url(images/smallbutton_online-enquiry.gif);
	background-attachment: scroll;
	background-repeat: repeat-y;
	background-position: center top;
}


#online-enquiry a:hover {
	width: 310px;
	height: 50px;
	background-image: url(images/smallbutton_online-enquiry_hover.gif);
	background-attachment: scroll;
	background-repeat: repeat-y;
	background-position: center top;
}

.margin-top-20 {
	margin-top: 20px;
}

.margin-bot-20 {
	margin-bottom: 20px;
}

.gallery {
	margin: 0px 10px 10px 0px;
}
