/* Tudor*/

@import"../css/tabular.css";
@import"../css/lightbox.css";

* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 62.5%;
	font-family: Verdana;
	background: #3D424E url('../images/core/tile-body.jpg') center 0 repeat-y;
}

/* Wrap */

#wrap {
	width: 770px;
	padding: 0 19px;
	margin: 0 auto;
}

/* Header */

div.header {
	width: 770px;
	height: auto;
	padding-bottom: 15px;
}

div.header:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html div.header {height: 1%;}
/* End hide from IE-mac */

/* Logo */

div.logo {
	float: left;
	margin-top: 30px;
	margin-left: 20px;
}

div.logo img {
	float: left;
}

div.logo h2 {
	width: 300px;
	height: 90px;
	text-indent: -9999px;
	overflow: hidden;
	background: url('../images/core/logo-tudorhouse.jpg') 0 20px no-repeat;
}



/* Cta */

div.cta {
	float: right;
	width: 225px;
	height: 133px;
}

/* Navigation */

div.navigation {
	width: 770px;
	height: auto;
	border-top: 1px solid #D9D9D9;
	border-bottom: 1px solid #D9D9D9;
}	

div.navigation:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html div.navigation {height: 1%;}
/* End hide from IE-mac */

div.navigation ul {
	list-style-type: none;
}

div.navigation ul li {
	float: left;
}

div.navigation ul li a {
	display: block;
	text-indent: -9999px;
	overflow: hidden;
	height: 36px;
	border-right: 1px solid #B1B1B1;
}

div.navigation ul li a.home {
	width: 61px;
	background: url('../images/core/nav/home.jpg') 0 0 no-repeat;
}

div.navigation ul li a.about-us {
	width: 74px;
	background: url('../images/core/nav/about-us.jpg') 0 0 no-repeat;
}

div.navigation ul li a.blinds {
	width: 64px;
	background: url('../images/core/nav/blinds.jpg') 0 0 no-repeat;
}

div.navigation ul li a.awnings {
	width: 77px;
	background: url('../images/core/nav/awnings.jpg') 0 0 no-repeat;
}

div.navigation ul li a.flags-poles {
	width: 98px;
	background: url('../images/core/nav/flags-poles.jpg') 0 0 no-repeat;
}

div.navigation ul li a.bunting-banners {
	width: 129px;
	background: url('../images/core/nav/bunting-banners.jpg') 0 0 no-repeat;
}

div.navigation ul li a.raw-materials-components {
	width: 184px;
	background: url('../images/core/nav/raw-materials-components.jpg') 0 0 no-repeat;
}

div.navigation ul li a.contact {
	width: 76px;
	border-right: none;
	background: url('../images/core/nav/contact.jpg') 0 0 no-repeat;
}

div.navigation ul li a:hover {
	background-position: 0 -36px;
}

/* Banner */

div.banner {
	width: 754px;
	height: auto;
	margin-top: 25px;
	padding: 0 8px;
}

div.banner:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html div.banner {height: 1%;}
/* End hide from IE-mac */

/* Banner Left */ 

div.banner-left {
	width: 458px;
	height: auto;
	float: left;
}

div.banner-left #flash {
	margin-bottom: 15px;
}

div.banner-left h3 {
	font-size: 1.2em;
	text-transform: uppercase;
}

/* Banner Right */

div.banner-right {
	width: 280px;
	height: auto;
	float: left;
	font-size: 0.9em;
	margin-left: 15px;
}

div.banner-right h2 {
	color: #636B7D;
	font-size: 2.2em;
	text-transform: uppercase;
}	

div.banner-right a {
	color: #7D7D7D;
	text-decoration: underline;
}	

div.banner-right a:hover {
	color: #000;
}

div.banner-right p {
	font: normal 9px "Verdana", Arial, Helvetica, sans-serif;
	color: #4D4D4D;
	text-align: left; 
}

/* Section */

div.section {
	padding-bottom: 5px;
}

div.section:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html div.section {height: 1%;}
/* End hide from IE-mac */

div.section h2 {
	font-size: 2.2em;
	width: 200px;
}

div.section p {
	margin: 0; 
	line-height: 1.2em;
}

/* Text */

div.section div.text {
	float: right;
}

/* Img */

div.section div.img {
	float: left;
	margin-right: 15px;
}

/* Blinds */

div.blind {
	padding-top: 5px;
	height: 63px;
	border-bottom: 1px solid #D8D8D8;
}

/* Awnings */

div.awning {
	padding-top: 5px;
	height: 63px;
	border-bottom: 1px solid #D8D8D8;
}

/* Flags & Poles */

div.flag-poles {
	padding-top: 5px;
	height: 63px;
	border-bottom: 1px solid #D8D8D8;
}

/* Bunting & Banners */

div.bunting-banner {
	padding-top: 5px;
	height: 63px;
	border-bottom: 1px solid #D8D8D8;
}

/* Raw Materials & Components */

div.raw-materials-component {
	padding-top: 5px;
	height: 63px;
}

/* Content */

div.content {
	width: 770px;
	height: auto;
	margin-top: 25px;
	padding: 30px 0;
	border-top: 1px solid #D8D8D8;
}

div.content:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html div.content {height: 1%;}
/* End hide from IE-mac */

/* Left Column */

div.left-column {
	width: 450px;
	height: auto;
	float: left;
	padding: 0 10px;
}

#left-column { width: 170px; float: left; }
#right-column { width: 600px; float: left; margin-bottom: 2em; }


/* Standard */

div.standard {
	font-size: 1.2em;
	color: #7D7D7D;
}

div.standard h2 {
	color: #000;
	font-size: 1.5em;
}

div.standard h3 {
	color: #636B7D;
	font-size: 1.3em;
}

div.standard h3 a {
	color: #226997;
	text-decoration: none;
}

div.standard h3 a:hover {
	color: #000;
}

div.standard h3 a.pdf {
	padding-left: 20px;
	background: url('../images/core/icon-pdf.gif') left center no-repeat;
}	

div.standard h4 {
	color: #636B7D;
	font-size: 1.1em;
}

div.standard p {
	margin: 15px 0;
	line-height: 1.5em;
}

div.standard ul {
	margin: 15px;
	list-style-type: square;
}

div.standard ul li {
	line-height: 1.5em;
}

div.standard a {
	color: #226997;
	text-decoration: underline;
}

div.standard a:hover {
	color: #000;
}

div.standard strong {
	color: #000;
}

div.standard img.left {
	float: left;
	margin: 15px 15px 15px 0;
}	

div.standard img.right {
	float: right;
	margin: 15px 0 15px 15px;
}	

/* Suppliers */

div.suppliers table {
	margin: 15px 0;
}

div.suppliers table td {
	padding: 10px 5px;
	text-align: center;
}

/*  Materials */

div.materials table {
	border-left: 1px solid #D8D8D8;
	border-top: 1px solid #D8D8D8;
}

div.materials table td {
	padding: 10px;
	border-right: 1px solid #D8D8D8;
	border-bottom: 1px solid #D8D8D8;
}

div.materials ul {
	list-style-type: none;
}

div.materials ul li {
	display: inline;
	margin-right: 3px;
	line-height: 2em;
}
 
/* Right Column */

div.right-column {
	width: 280px;
	height: auto;
	float: left;
	padding: 0 10px;
}

/* Contact */

div.contact {
	padding: 20px;
	font-size: 1.2em;
	color: #7D7D7D;
	background: #F8F8F8;
	border: 1px solid #E2E2E2;
}

div.contact h2 {
	color: #636B7D;
	font-size: 1.5em;
	margin-bottom: 15px;
	text-transform: uppercase;
}

div.contact h3 {
	color: #636B7D;
	font-size: 1.3em;
	text-transform: uppercase;
}

div.contact p {
	margin: 15px 0;
	line-height: 2em;
}

div.contact a {
	color: #226997;
	text-decoration: underline;
}

div.contact a:hover {
	color: #000;
}

div.contact span {
	font-size: 1.7em;
	color: #226997;
}

div.contact strong {
	color: #000;
}

div.contact img {
	border: 4px solid #D8D8D8;
}

/* Feature */

div.feature {
	padding: 20px;
	font-size: 1.2em;
	color: #7D7D7D;
	background: #F8F8F8;
	border: 1px solid #E2E2E2;
}

div.feature h2 {
	color: #636B7D;
	font-size: 1.5em;
	margin-bottom: 15px;
	text-transform: uppercase;
}

div.feature h3 {
	color: #636B7D;
	font-size: 1.3em;
	text-transform: uppercase;
}

div.feature p {
	margin: 15px 0;
	line-height: 2em;
}

div.feature a {
	color: #226997;
	text-decoration: underline;
}

div.feature a:hover {
	color: #000;
}

div.feature span {
	font-size: 1.7em;
	color: #226997;
}

div.feature strong {
	color: #000;
}

div.feature img {
	border: 4px solid #D8D8D8;
	margin: 7px 0;
}

div.feature ul {
	margin: 15px;
	list-style-type: square;
}

div.feature ul li {
	line-height: 1.5em;
}

/* Footer */

div.footer {
	color: #7D7D7D;
	font-size: 1.1em;
	padding: 30px 0;
	border-top: 1px solid #D8D8D8;
}

div.footer:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html div.footer {height: 1%;}
/* End hide from IE-mac */

div.footer a {
	color: #7D7D7D;
	text-decoration: underline;
}

div.footer a:hover {
	color: #000;
}

/* Site */

div.site {
	float: left;
}

div.site p {
	margin-bottom: 15px;
	line-height: 1.5em;
}

div.site p img {
	border: 0;
}

/* Members */

div.members {
	float: right;
}

div.members ul {
	list-style-type: none;
}

div.members ul li {
	display: inline;
}

div.members ul li img {
	border: 0;
	vertical-align: middle;
}


ul#no-list { list-style-type: none;}
ul#no-list li { float: left; padding: 0 5px;}


.nationalflags {list-style-type:none!important;} 
.nationalflags li { width:240px; float:left; padding-right:5px; padding-top:10px;}
.otherflags li {height:35px;}
.noveltyflags li {height:63px;}

.real-estate-flags {list-style-type:none!important;} 
.real-estate-flags li { width:240px; float:left; padding-right:5px; padding-top:10px;}

.flags {list-style-type:none!important;} 
.flags li { width:240px; float:left; padding-right:5px; padding-top:10px;}
