@charset "UTF-8";
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #FFFFFF;
}
.box1-3    {
	margin-right: 36px;
	border: 1px solid #CC9933;
	margin-bottom: 10px;
}
.box4 {
	border: 1px solid #CC9933;
	margin-bottom: 10px;
}
.logo {
	background-position: left;
	padding-right: 30px;
	margin-right: 30px;
}
.gatehouseHome  #container {
	width: 1000px;
	text-align: center; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 
.gatehouseHome #spacer {
	font-size: 3px;
	margin-right: 0px;
	margin-left: 0px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
}
.gatehouseHome     #header {
	font-size: 14px;
	margin-right: 0px;
	margin-left: 0px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
} 
.gatehouseHome  #header  h1 {
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #CC9933;
	font-style: normal;
	font-weight: lighter;
	text-decoration: none;
	margin-top: 0;
	margin-right: 25;
	margin-bottom: 0;
	margin-left: 20;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}
.gatehouseHome  #buttons  {
	font-size: 14px;
	padding-top: 0;
	padding-bottom: 0;
}
.gatehouseHome #buttons h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-size: 24pt;
	font-family: Arial, Helvetica, sans-serif;
	color: #990000;
}
.gatehouseHome   #mainbox1 {
	font-size: 14px;
	padding-top: 0;
	padding-bottom: 0;
	border: 1px solid #000000;
	background-color: #FFFFFF;
}
.gatehouseHome   #mainbox   h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-size: 36px;
}
.gatehouseHome   #fourboxes {
	font-size: 14px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	background-color: #FFFFFF;
}
.gatehouseHome #fourboxesfurniture {
	font-size: 14px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	background-color: #F3F1E8;
}
.gatehouseHome #accents {
	font-size: 14px;
	padding-top: 0;
	padding-bottom: 0;
	background-color: #F3F1E8;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
.christmastree {
	padding-left: 0px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
}
.fourboxes_box1    {
	padding-top: 5px;
	padding-right: 3px;
	padding-bottom: 5px;
	padding-left: 8px;
}
.fourboxes_box1furniture {
	padding-top: 10px;
	padding-right: 8px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.fourboxes_box2-3 {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 3.5px;
}
.fourboxes_box2-3furniture {
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 7px;
	padding-right: 7px;
}
.fourboxes_box4 {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 3px;
}
.fourboxes_box4furniture {
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 8px;
}
.threeboxes_box1 {
	padding-top: 10px;
	padding-right: 40px;
	padding-bottom: 10px;
	padding-left: 130px;
}
.threeboxes_box2 {
	padding-top: 10px;
	padding-right: 100px;
	padding-bottom: 10px;
	padding-left: 50px;
}
.gatehouseHome  #footer {
	padding-top: 0;
	padding-bottom: 0;
} 
.gatehouseHome  #footer  p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0;
	font-size: 9px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 0px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 0px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.txt01 {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #CC9933;
	font-style: normal;
	font-weight: lighter;
	text-decoration: none;
	margin-top: 0;
	margin-right: 25;
	margin-bottom: 0;
	margin-left: 20;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
	text-align: left;
}
.txt01login {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #990000;
	font-style: normal;
	font-weight: lighter;
	text-decoration: none;
	margin-top: 0;
	margin-right: 25;
	margin-bottom: 0;
	margin-left: 20;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
	text-align: right;
	background-color: #FFFFFF;
}
.sidebarheading_01 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 21px;
	color: #CC9933;
	text-align: right;
}
.sidebartxt_01 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-align: right;
}
.sidebartxt_02 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #430A0B;
	text-align: right;
}
.sidebarline_01 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CC9933;
}
.maincontentheading_01 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 21px;
	color: #CC9933;
	text-align: left;
}
.maincontentheading_02 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #CC9933;
	text-align: left;
}
.maincontenttxt_01 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #441315;
	text-align: left;
}
.headertxt_01 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #990000;
	text-align: right;
	line-height: 19px;
}
.gatehouseHome #buttons a {
	color: #990000;
	text-decoration: none;
}
.gatehouseHome #buttons a:hover {
	text-decoration: none;
	color: #FFCC00;
	background-color: #FFFFFF;
}
.sidebar_accesorypic {
	padding-right: 25px;
}
.info  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #580000;
}
.gatehouseHome #container #buttons .txt01 #MenuBar1 {
	font-family: Arial, Helvetica, sans-serif;
	color: #990000;
	background-color: #FFFFFF;
}
a:link {
	color: #990000;
	text-decoration: none;
}
a:hover {
	color: #FFFF33;
	text-decoration: none;
	background-color: #FF9900;
}
img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
	padding: 0px;
}

