@charset "utf-8";

/* Global reset */
/* Based upon 'reset.css' in the Yahoo! User Interface Library: http://developer.yahoo.com/yui */
*, html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h5, h5, h6, pre, form, label, fieldset, input, p, blockquote, th, td { margin:0; padding:0 }
table { border-collapse:collapse; border-spacing:0 }
fieldset, img { border:0 }
address, caption, cite, code, dfn, em, strong, th, var { font-style:normal; font-weight:normal }
ol, ul, li { list-style:none }
caption, th { text-align:left }
h1, h2, h3, h5, h5, h6 { font-size:100%; font-weight:normal }
q:before, q:after { content:''}

/* Global reset-RESET */
/* The below restores some sensible defaults */
strong { font-weight: bold }
em { font-style: italic }
a { color:#f90; text-decoration:none }

body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #ffffff;
	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: #000000;
}
 #container {
	width: 900px;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-image: url(../_images/santasaks_page_borders.jpg);
} 
 #header {
	background-image: url(../_images/santasaks_top_banner.jpg);
	background-repeat: no-repeat;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	position: relative;
	height: 158px;
} 
 #header 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 */
}

#header #mainNav {
	position: absolute;
	list-style-image: none;
	left: 133px;
	text-align: center;
	width: 880px;
	padding:16px 0 0 0;
	top: 74px;
}
#header #tagLine {
	font-size: 1.5em;
	font-weight: normal;
	color: #e5dabb;
	text-decoration: none;
	position: absolute;
	left: 325px;
	top: 100px;
	font-style: italic;
	font-variant: normal;
	display: inline;
}

#header #contactInfo {
	font-size: 0.7em;
	font-weight: normal;
	color: #CCC;
	text-decoration: none;
	position: absolute;
	left: 750px;
	top: 5px;
	font-variant: normal;
	display: inline;
}
#container #header #tagLine li {
	text-decoration: none;
	text-align: center;
	display: inline;
	word-spacing: 1.5em;
}

#header #banner {
	position: absolute;
	left: 360px;
	top: 130px;
	width: 500px;
	height: 120px;
	z-index: 100;
}

#header #logo {
	position: absolute;
	left: 20px;
	top: 5px;
}
#header #mainNav li {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1.1em;
	list-style-image: none;
	list-style-type: none;
	display: block;
	margin-bottom: 0px;
	width: 125px;
	float: left;
	height: 20px;
	border-right: 1px;
	border-right-style: dotted;
	border-right-color: #D6D6DE;
}
#header #mainNav li a:link , #header #mainNav li a:visited {
	color: #D6D6DE;
	list-style-image: none;
	text-decoration: none;
	text-align: center;
	display: block;
	line-height: 20px;
}
#header #mainNav li a:hover , #header #mainNav li a:active {
	color: #FFF;
	text-decoration: underline;
	line-height: 20px;
	display: block;
}
#container #sidebar1{
	float: right; /* since this element is floated, a width must be given */
	width: 250px;
	position: relative;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 25px;
	padding-left: 20px;
	margin-top: 50px;
	margin-right: 10px;
	z-index: 5;
	clear: none;
	text-align: right;
}
#sidebar2  .sideBar2button{
	display: block;
	height: 42px;
	width: 175px;
	border: 1px solid #6D7286;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
	z-index: 200;
	margin-bottom: 10px;
}

 #container #sidebar2 {
	width: 220px;
	position: relative;
	background-image: url(../_images/santasaks_side_gradient.jpg);
	padding-top: 20px;
	padding-bottom: 10px;
	padding-left: 5px;
	background-repeat: repeat-y;
	top: -25px;
	clear: right;
	left: 100px;
	display: block;
	margin-top: 100px;
	margin-left: -10px;
	margin-right: 0px;
	float: right;
		}
#container #sidebar2 h3  {
	font-size: 1.1em;
	font-weight: bold;
	color: #414141;
	padding-bottom: 5px;
}
#container #mainContent #sidebar2 p{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #4D4D4D;
	display: inline;
	margin: 2;
}
#container #mainContent #sidebar2 h3 a:link , #sidebar2 h3 a:visited {
	color: #6D7286;
	list-style-image: none;
	text-decoration: none;
	display: inline;
}
#container #mainContent #sidebar2 h3 a:hover , #sidebar2 h3 a:active {
	color: #EA3430;
	text-decoration: underline;
	display: inline;
}
#mainContent {
	position: relative;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0px;
	padding-top: 75px;
	padding-right: 200px;
	padding-bottom: 10px;
	padding-left: 50px;
	width: 700px;
	} 

#container #mainContent p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.1em;
	color: #1f0800;
	margin-left: 40px;
	margin-right: 10px;
	margin-top: 50px;
}
#container #mainContent h1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 2em;
	color: #C12018;
	font-weight: bold;
	margin: 10px;
}
#container #mainContent h2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	font-weight: bold;
	color: #6D7286;
	margin: 2px;
	line-height: 1.2em;
	padding-bottom: 1em;
	padding-top: 0.7em;
}
.imagePadding {
	margin-top: 1.2em;
	margin-left: 1.5em;

}

#container #mainContent h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.1em;
	color: #000;
	line-height: 1.2em;
	text-indent: 2em;
}
#container #mainContent a:link , #container #mainContent a:visited {
	font-size: 1.2em;
	color: #C12018;
	}
#container #mainContent  a:hover , #container #mainContent  a:active {
	color: #063;
}

#container #sidebar1 h5 {
	font-size: 0.7em;
	color: 6f6c5d;
	display: block;
	margin-top: 25px;
	margin-right: 0px;
	margin-bottom: 25px;
	margin-left: 0px;
}

#container #sidebar1 h3 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: bold;
	color: #6f6c5d;
}
#container #sidebar1 p {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 1.2em;
	font-weight: normal;
	margin-left: 5px;
	margin-right: 10px;
}


 #footer {
	padding: 0;
	background-image: url(../_images/santasaks_footer.jpg);
	clear: both;
	height: 90px;
	background-repeat: no-repeat;
	} 
 #footer p {
	margin: 10; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 0.7em;
	color: #CCC;
	text-align: center;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}
#container #sidebar1  li {
	font-size: 0.9em;
	color: #1f0800;
	background-repeat: no-repeat;
	background-position: left top;
	text-align: center;
	height: 25px;
	width: 160px;
	display: block;
	padding-right: 10px;
}
#container #sidebar1 li a:link , #container #sidebar1 li a:visited {
	font-size: 0.9em;
	color: #1f0800;
	list-style-image: none;
	background-image: url(file:///F|/westcraft%20galko%20homes/Website%202009/Galko%20Website%20Folder%202009/_images/side_nav_button_red.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	text-decoration: none;
	text-align: center;
	display: block;
	height: 25px;
	width: 160px;
	line-height: 25px;
}
#container #sidebar1 li a:hover , #container #sidebar1 li a:active {
	color: #e5dabb;
	text-decoration: none;
	background-repeat: no-repeat;
	background-position: left top;
	line-height: 25px;
	height: 25px;
	width: 160px;
	display: block;
}

.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: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.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;
}
#container #mainContent ul li {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	line-height: 1.1em;
	list-style-image: url(../_images/santasaks_list_image.jpg);
	list-style-position: inside;
	padding: 10px;
}
.needsList {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1.1em;
	line-height: 1.5em;
	font-weight: bold;
	color: #333;
	clear: none;
	text-indent: 1.2em;
}
.paragraphEmphasis {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1.4em;
	margin: 5;
	font-style: italic;
	font-weight: normal;
}
.subtext {
	font-size: 0.8em;
}
#container #mainContent h3 {
	font-size: 1.1em;
	color: #666;
}
.indent {
	text-indent: 4em;
	display: block;
}
.subBullet {
	font-size: 0.8em;
	text-indent: 4em;
	color: #666;
}
.imgRight {
	padding: 5px;
	clear: left;
	float: right;
}
