/* This rule resets a core set of elements so that they will appear consistent across browsers. Without this rule, content styled with an h1 tag, for example, would appear in different places in Firefox and Internet Explorer because each browser has a different top margin default value. By resetting these values to 0, the elements will initially be rendered in an identical fashion and their properties can be easily defined by the designer in any subsequent rule. */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
}
/* The body is the outermost layout component and contains the visible page content. Setting properties for the body element will help to create consistent styling of the page content and more manageable CSS. Besides using the body element to set global properties, it is common to use the body element to set the background color of the page and create a centered container for the page content to display. */
body {
  background-color: #893001;
  background-image: url("../images/common/bg_vert.png");
  background-repeat: repeat-x;
  color: #303030;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  line-height: 14px;
  margin: 0 0 0 0; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
  padding: 0 0 0 0; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
  text-align: center; /* Centers the page content container in IE 5 browsers. */
}
/* Commonly used to style page titles. */
h1 {
  color: #b54f37;
  font-size: 14px;
  font-weight: bold;
  line-height: 14px;
}
/* Commonly used to style section titles. */
h2 {
  color: #b54f37;
  font-size: 12px;
  font-weight: bold;
  line-height: 14px;
}
/* Commonly used to style section titles. */
h3 {
  color: #b54f37;
  font-size: 15px;
  font-weight: bold;
  line-height: 18px;
}
/* Commonly used to style section titles. */
h4 {
  color: #ffffff;
  font-size: 10px;
  font-weight: normal;
  line-height: 14px;
  }
/* Sets the style for unvisited links. */
/*a,  a:link {
  color: #da5242;
  font-weight: bold;
  text-decoration: none;
}
*//* Sets the style for visited links. */
/*a:visited {
  color: #904841;
  font-weight: bold;
  text-decoration: none;
}
*//* Sets the style for links on mouseover. */
/*a:hover {
  color: #bf1c1c;
  text-decoration: underline;
}
*//* Sets the style for a link that has focus. */
/*a:focus {
  color: #bf1c1c;
}
*//* Sets the style for a link that is being activated/clicked. */
/*a:active {
  color: #702922;
}
*//* This is a container for the page content. It is common to use the container to constrain the width of the page content and allow for browser chrome to avoid the need for horizontal scrolling. For fixed layouts you may specify a container width and use auto for the left and right margin to center the container on the page. IE 5 browser require the use of text-align: center defined by the body element to center the container. For liquid layouts you may simply set the left and right margins to center the container on the page. */
#outerWrapper {
	position:relative;
  margin: 0 auto 0 auto; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
  text-align: left; /* Redefines the text alignment defined by the body element. */
  width:952px;
}

/* ==== Header Section ==== */

#outerWrapper #header {
	position:relative;
	height: 200px;
	line-height: 15px;
	padding: 10px 5px 10px 0px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	border:0px solid #000;
	left: auto;
}
#outerWrapper #header #headerLeft {
	float:left;
	width: 200px;
	height: 110px;
}
#outerWrapper #header #headerRight {
	position:relative;
	float:left;
	width:720px;
	height:80px;
	margin: 10px 0px 2px 20px;
}
#outerWrapper #header #headerRightContact {
	float:right;
	text-align:center;
	background: url(http://www.doorstoreandwindows.com/wp-content/themes/tdsw_theme/Assets/images/navigation/contact-background.gif) no-repeat;
	width:200px;
	height:80px;
	margin:0px 0 0 0px;
	padding: 8px 0 0 0;
	border:0px solid #f00;
	
}
#outerWrapper #header #headerRightContact h3 {
  color: #ffffff;
  font-size: 15px;
  font-weight: bold;
  line-height: 18px;
}

#outerWrapper #header #headerRight #headerRightTop {
	position:relative;
	width:720px;
	height:45px;
}

#outerWrapper #header #headerRight #headerRightTop .headerRightTopLeft {
	position:relative;
	display:inline;
	float:left;
	margin:15px 0 0 10px;
	border:0px solid #f00;
	width:480px;
	height:30px;
}

#outerWrapper #header #headerRight #headerRightTop .headerRightTopRight {
	position:relative;
	float:right;
	display:inline;
	width:200px;
	height:30px;
	margin:15px 0 0 0;
}


#outerWrapper #header #headerRight #headerRightBottom{
	position:relative;
	margin:5px 0px 0 0px;
	width:480px;
	height:30px;
	border-top:1px solid #000;
}

#outerWrapper #header #headerRight #headerRightBottom .headerRightBottomLeft {
	position:relative;
	display:inline;
	float:left;
	margin:10px 0 0 30px;
	width:480px;
	height:20px;
	border:0px solid #ff0;
}


.headerRightBottomLeft li {
	display: inline;
	margin-right: 10px; 
	padding-right: 10px;
	text-transform:uppercase;
	border:0px solid #0ff;
}

.headerRightBottomLeft li:hover{
	text-decoration:underline;
}

.headerRightBottomLeft li.last {
	border-right: 0;
}

.headerRightBottomLeft a {
	text-decoration: none;
	color:#303030;
}



/* ==== Main Content Section - includes content and sidebar ==== */


#outerWrapper #contentWrapper {
	position:relative;
	margin-top: 10px;
	overflow: hidden;
	border:0px solid #000;
}


#outerWrapper #contentWrapper #sideBar {
	position:absolute;
	background-color: #893004;
	top: 0px;
	right: 0px;
	margin:  0px;
	padding:  0px;
	width: 220px;
	height:950px;

}

#outerWrapper #contentWrapper #sideBar #sbTop{
	position:relative;
	margin: 10px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	border:0px solid #000;
	height:410px; /* Sets height of the button area of the sidebar */
}

#outerWrapper #contentWrapper #sideBar #sbTop .sbButton {
	position:relative;
	width:200px;
	height:55px;
	margin-top:5px;
	border:solid 0px #000;
}

#outerWrapper #contentWrapper #sideBar #sbTop .sbButton .sbIcon {
	float:left;
	display:inline;
}

#outerWrapper #contentWrapper #sideBar #sbTop .sbButton .sbIcon img {
	border:none;
}

#outerWrapper #contentWrapper #sideBar #sbTop .sbButton .sbIcon a img:link {
	border:none;
}

#outerWrapper #contentWrapper #sideBar #sbTop .sbButton .sbIcon a img:hover {
	border:solid 1px #893004;
}

#outerWrapper #contentWrapper #sideBar #sbTop .sbButton .sbButtonRight{
	position:relative;
	float:left;
	display:inline;
}

#outerWrapper #contentWrapper #sideBar #sbTop .sbButton .sbButtonRight .sbButtonRightInner {
	position:relative;
	height:35px;
	width:135px;
	margin-top:8px;
	border:solid 1px #a77459;
	border-left:none;
}

#outerWrapper #contentWrapper #sideBar #sbTop .sbButton .sbButtonRight .sbButtonRightInner a img:hover {
	position:relative;
	height:35px;
	width:135px;
	margin-top:8px;
	border:solid 1px #a77459;
	border-left:none;
	opacity: .7;
	filter: alpha(opacity=70); /* for IE */
	color: #ffffff;
	
}

#outerWrapper #contentWrapper #sideBar #sbTop .sbButton .sbButtonRight .sbButtonRightInner .sbText {
	font-family:Arial, Helvetica, sans-serif;
	color:#fff;
	font-weight:bold;
	line-height:1;
	margin:10px 0 0 10px;
}

#outerWrapper #contentWrapper #sideBar #sbTop .sbButton .sbButtonRight .sbButtonRightInner .sbText2 {
	font-family:Arial, Helvetica, sans-serif;
	color:#fff;
	font-weight:bold;
	line-height:1.25;
	margin:6px 0 0 10px;
}
#outerWrapper #contentWrapper #sideBar #sbTop .sbButton .sbButtonRight .sbButtonRightInner .sbText a:link {	
	text-decoration:none;
	color:#fff;
}

#outerWrapper #contentWrapper #sideBar #sbTop .sbButton .sbButtonRight .sbButtonRightInner .sbText a:visited {	
	text-decoration:none;
	color:#fff;
}
#outerWrapper #contentWrapper #sideBar #sbTop .sbButton .sbButtonRight .sbButtonRightInner .sbText a:active {	
	text-decoration:none;
	opacity: .7;
	filter: alpha(opacity=70); /* for IE */
	color: #ffffff;
}
#outerWrapper #contentWrapper #sideBar #sbTop .sbButton .sbButtonRight .sbButtonRightInner .sbText a:hover {	
	text-decoration:none;
	opacity: .7;
	filter: alpha(opacity=70); /* for IE */
	color: #ffffff;
}
#outerWrapper #contentWrapper #sideBar #sbTop .sbButton .sbButtonRight .sbButtonRightInner .sbText a:focus {	
	text-decoration:none;
	opacity: .7;
	filter: alpha(opacity=70); /* for IE */
	color: #ffffff;

}
#outerWrapper #contentWrapper #sideBar #sbTop .sbButton .sbButtonRight .sbButtonRightInner .sbText2 a:link {	
	text-decoration:none;
	color:#fff;
}

#outerWrapper #contentWrapper #sideBar #sbTop .sbButton .sbButtonRight .sbButtonRightInner .sbText2 a:visited {	
	text-decoration:none;
	color:#fff;
}
#outerWrapper #contentWrapper #sideBar #sbTop .sbButton .sbButtonRight .sbButtonRightInner .sbText2 a:active {	
	text-decoration:none;
	opacity: .7;
	filter: alpha(opacity=70); /* for IE */
	color: #ffffff;
}
#outerWrapper #contentWrapper #sideBar #sbTop .sbButton .sbButtonRight .sbButtonRightInner .sbText2 a:hover {	
	text-decoration:none;
	opacity: .7;
	filter: alpha(opacity=70); /* for IE */
	color: #ffffff;
}
#outerWrapper #contentWrapper #sideBar #sbTop .sbButton .sbButtonRight .sbButtonRightInner .sbText2 a:focus {	
	text-decoration:none;
	opacity: .7;
	filter: alpha(opacity=70); /* for IE */
	color: #ffffff;

}


#outerWrapper #contentWrapper #sideBar #sbTop .sbButton .sbButtonInner p {
	font-family:Arial, Helvetica, sans-serif;
	line-height:35px;
	color:#fff;
	font-weight:bold;
}

#outerWrapper #contentWrapper #sideBar #sbMiddle{
	position:relative;
	border: 0px solid #000;
	/*position:relative;
	background-color:none;
	height:245px;*/

}


#outerWrapper #contentWrapper #sideBar .facebook {
	margin:10px 10px;
}



/* Contains the main page content. When using a mutliple column layout the margins will be set to account for the floated columns' width, margins, and padding. */
#outerWrapper #contentWrapper #content {
	position:relative;
	margin: 0 230px 0 0; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
}

#outerWrapper #contentWrapper #content #subContent {
	position:relative;
	display:inline-block;
	
}

#outerWrapper #contentWrapper #content #subContent .swappic {
	padding:0 0 0 0;
	margin:0;
	float:left;
	display:inline;
}

#outerWrapper #contentWrapper #content #subContent .swappic #photoShow1 {
    height:252px;
    width:359px;
}
#outerWrapper #contentWrapper #content #subContent .swappic #photoShow1 div {
    position:absolute;
    z-index: 0;
}
#outerWrapper #contentWrapper #content #subContent .swappic #photoShow1 div.previous {
    z-index: 1;
}
#outerWrapper #contentWrapper #content #subContent .swappic #photoShow1 div.current {
    z-index: 2;
}

#outerWrapper #contentWrapper #content #subContent .swappic #photoShow2 {
    height:252px;
    width:359px;
}
#outerWrapper #contentWrapper #content #subContent .swappic #photoShow2 div {
    position:absolute;
    z-index: 0;
}
#outerWrapper #contentWrapper #content #subContent .swappic #photoShow2 div.previous {
    z-index: 1;
}
#outerWrapper #contentWrapper #content #subContent .swappic #photoShow2 div.current {
    z-index: 2;
}


#outerWrapper #contentWrapper #content #subContent2 { /* subContent are on main page */
	position:relative;
	display:inline-block;
	width: 718px;
	height:450px;
	background-color:#FFFFFF;	
	border: 0px solid #000;
}


#outerWrapper #contentWrapper #content #subContent2 .column {
	float:left;
	line-height:normal;
	margin-top:2px;
	padding:0;
	width: 250px;
}

#outerWrapper #contentWrapper #content #subContent2 .first {
	width:200px;
	text-align:center;
}

#outerWrapper #contentWrapper #content #subContent2 .last {
	border-right: 0 none;
	width:250px;
}

#outerWrapper #contentWrapper #content #subContent2 .firstcolheader{
	margin:5px 0 0px 20px;
	padding:0 0 3px 0px;
}

.firstcolcontent a {
	text-decoration:none;
}

.logoIcon{
	margin-top:1px;
}

.logoIcon img{
	border:none;

}
.logoIcon a:link {	
	border: 0px solid #000;

}

.logoIcon a:visited {	
	border: 0px solid #000;

}
.logoIcon a:active {	
	border: 1px solid #fff;

}
.logoIcon a:hover {	
	filter:alpha (opacity=60);
	opacity:0.6;

}
.logoIcon a:focus {	
	border: 1px solid #fff;

}

#outerWrapper #contentWrapper #content #subContent2 .secondcolheader{
	padding:5px 0 3px 10px;
}

#outerWrapper #contentWrapper #content #subContent2 .secondcolcontent{
}

#outerWrapper #contentWrapper #content #subContent2 .thirdcolheader{
	margin:5px 10px 0 0;	
	padding-bottom: 3px;
}

.colContent{
	margin-top:6px;
}

#outerWrapper #contentWrapper #content #subContent2 h3 {
	font-size:12px;
	line-height:1em;
	text-transform:uppercase;
	text-align:left;
	margin-bottom:2px;
}

#outerWrapper #contentWrapper #content #subContent2 h3:hover{
	text-decoration:none;
}

.imgVendor {
	padding:13px 0 0 2px;
	border: none
}

.imgLink {
	border:none;
}

.imgLink a:link {	
	border: 0px solid #000;
}

.imgLink a:visited {	
	border: 0px solid #000;

}
.imgLink a:active {	
	border: 1px solid #fff;

}
.imgLink a:hover {	
	border: 1px solid #fff;

}
.imgLink a:focus {	
	border: 1px solid #fff;

}
	
.serviceItem{
	padding:0 0 0 0;
}

.top {
	padding:.5em 0 0 0;
}

.serviceIcon{
	float:left; 
	padding:0 0 1em 0;
}

.serviceIcon img{
	border:none;

}
.serviceIcon a:link {	
	border: 0px solid #000;

}

.serviceIcon a:visited {	
	border: 0px solid #000;

}
.serviceIcon a:active {	
	border: 1px solid #fff;

}
.serviceIcon a:hover {	
	border: 1px solid #fff;

}
.serviceIcon a:focus {	
	border: 1px solid #fff;

}

.serviceText{
	font-size:9pt;
	float:left;
	padding:1em 0  0 1.5em;

}
.serviceText a:link {	
	text-decoration:none;
	color:#fff;
}

.serviceText a:visited {	
	text-decoration:none;
	color:#fff;
}
.serviceText a:active {	
	text-decoration:none;
	color:#fff;
}
.serviceText a:hover {	
	text-decoration:none;
	color:#a77459;
}
.serviceText a:focus {	
	text-decoration:none;
	color:#a77459;
}

#outerWrapper #contentWrapper #content #subContent2 .serviceText {
	position:relative;
	height:45px;
	width:135px;
	margin-top:8px;
	background-color:#893004;
	border:solid 3px #a77459;
	border-left:none;
}

.testText{
	padding:.5em 2em 0 .5em;
	font-size: 9pt;
	font-style:italic;
}

.testSig{
	padding:.5em 2em 0 .5em;
	margin-bottom:10px;
	font-size: 9pt;
}

.more{
	text-decoration:none;
	color:inherit;
}
.testSig a:link {	
	text-decoration:none;
	color:#303030;
}

.testSig a:visited {	
	text-decoration:none;
	color:#303030;
}
.testSig a:active {	
	text-decoration:underline;
	color:#303030;
}
.testSig a:hover {	
	text-decoration:underline;
	color:#303030;
}
.testSig a:focus {	
	text-decoration:underline;
	color:#303030;
}



/* ==== Footer Section ==== */

#outerWrapper #footer {
	position:relative;
	clear:both;
	background-color: #fff;
	width:952px;
	height:70px;
	margin-top:10px;
	border:0px solid #f0f;
}

#outerWrapper #footer #footerLeft {
	position:relative;
	float:left;
	display:inline;
	width:718px;
	height:90px;
	border:0px solid #f0f;
}

#outerWrapper #footer #footerLeft  #footerLeftTop{
	margin:10px 0 0 10px;
}

#outerWrapper #footer #footerLeft  #footerLeftBottom{
	position:relative;
	margin:3px 0 0 10px;
	float: left;
	border:0px solid #f0f;
	clear: left;
}

#outerWrapper #footer #footerLeft  #footerLeftTop  #flb01{
	display:inline;
	float:left;
	padding-right:5px;
	border-right:1px solid #893104;
}

#outerWrapper #footer #footerLeft  #footerLeftTop  #flb00{
	display:inline;
	float:left;
	padding:0 5px;
	border-right:1px solid #893104;
	font-size: smaller;
}

#outerWrapper #footer #footerLeft  #footerLeftTop  #flb03{
	display:inline;
	float:left;
	padding:0 5px;
	border-right:1px solid #893104;
}

#outerWrapper #footer #footerLeft  #footerLeftTop  #flb_end{
	display:inline;
	float:left;
	padding:0 5px;
	border-right:1px solid #893104;
	clear: right;
}

#outerWrapper #footer #footerLeft  #footerLeftTop  #flb05{
	display:inline;
	margin:0 5px;
	float:left;
	font-style: italic;
	font-size: smaller;
}

#outerWrapper #footer #footerLeft  #footerLeftBottom #flb01{
	display:inline;
	float:left;
	padding-right:5px;
	border-right:1px solid #893104;
}

#outerWrapper #footer #footerLeft  #footerLeftBottom #flb00{
	display:inline;
	float:left;
	padding:0 5px;
	border-right:1px solid #893104;
	font-size: smaller;
}

#outerWrapper #footer #footerLeft  #footerLeftBottom #flb03{
	display:inline;
	float:left;
	padding:0 5px;
	border-right:1px solid #893104;
}

#outerWrapper #footer #footerLeft  #footerLeftBottom #flb_end{
	display:inline;
	float:left;
	padding:0 5px;
	border-right:1px solid #893104;
	clear: right;
}

#outerWrapper #footer #footerLeft  #footerLeftBottom #flb05{
	display:inline;
	margin:0 5px;
	float:left;
	font-style: italic;
	font-size: smaller;
}

.flink a:visited {	
	text-decoration:none;
	color:#303030;
}
.flink a:active {	
	text-decoration:none;
	color:#303030;
}
.flink a:hover {	
	text-decoration:none;
	color:#303030;
}
.flink a:focus {	
	text-decoration:none;
	color:#303030;
}
.flink a:link {	
	text-decoration:none;
	color:#303030;
}

#outerWrapper #footer #footerRight {
	position:relative;
	float:right;
	display:inline;
	margin-top:5px;
	width:218px;
	height:80px;
	border:0px solid #0f0;
}

#footerRight img {
	vertical-align:top;
	float: right;
	padding-right: 10px;
}
/* ==== footer navigation ==== */

ul.footerNav {
	text-align:left;
	width:690px;
	margin-top:3px;
	margin-left:-30px;
	list-style:none;
	border:solid 1px #999;
}

.footerNav li {
	font-family:Arial, Helvetica, sans-serif;
	font-size:8pt;
	display: inline;
	margin: 0 4px 0 0;
	padding: 0 4px 0 0;
	border-right:1px solid #893104;
	text-align:left;
}

.footerNav li.last {
	border-right: 0;
	width:200px;
}

.footerNav a {
	text-decoration: none;
	color:#333;
}


/* ==== miscellaneous styles ====*/

.swappic {
	position:relative;
	padding:0 0 0 0;
	margin:0;
	float:left;
	display:inline;	
}

.underline {
	border-bottom:solid 1px #888484;
}

.clearfloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.stopBy {
	font-style:italic;
}

.legal {
	font-size: .9em;
	font-style:italic;
/*}


#emailUpdatesLink {
	height: 20px;
	width: 200px;
	text-align:left;
	margin: 10px 0 0 10px;
	border-top:solid 0px #A77459;
}

#emailUpdatesLink a {
	color:#FFFFFF;
	font-size: 1.4em;
	text-decoration:none;
}

#emailUpdatesLink a:hover {
	text-decoration:underline;*/
}
	
#emailUpdatesLink {
	height: 60px;
	width: 200px;
	text-align:left;
	margin: 20px 0 0 10px;
	border-top:solid 0px #A77459;

}

#emailUpdatesLink a {
	color:#FFFFFF;
	font-size: 1.4em;
	text-decoration:none;
}

#emailUpdatesLink a:hover {
	text-decoration:none;

}
