/* ----       Artisan Custom Doorworks        ---- */
/* ---- Written by Synergema Consulting Group ---- */
/* ----      http://www.synergema.com/        ---- */

/* ---- Primary Body & Standard Elements --------- */
body {
	font:12px Arial, Helvetica, sans-serif;
	color:#1f4072;
	margin:20px 0 0 0;
	padding:0;
}

body * {
	margin:0;
	padding:0;
	border:none;
}

/* ---- Wrappers & Containers -------------------- */
#home-wrapper {
	width:770px;
	margin:0 auto;
	background:url(../images/bg-artisan.png) no-repeat;
}

#wrapper {
	width:700px;
	margin:0 auto;
	background:url(../images/bg-doors/default-door.png) no-repeat;
	border-right:1px solid #CCC;
}

#wrapper.nobg       { background:none; }
#wrapper.avalon     { background:url(../images/bg-doors/avalon.png) no-repeat; }
#wrapper.brandywine { background:url(../images/bg-doors/brandywine.png) no-repeat; }
#wrapper.carolina   { background:url(../images/bg-doors/carolina.png) no-repeat; }
#wrapper.hampton    { background:url(../images/bg-doors/hampton.png) no-repeat; }
#wrapper.lexington  { background:url(../images/bg-doors/lexington.png) no-repeat; }
#wrapper.milford    { background:url(../images/bg-doors/milford.png) no-repeat; }
#wrapper.nantucket  { background:url(../images/bg-doors/nantucket.png) no-repeat; }
#wrapper.sheffield  { background:url(../images/bg-doors/sheffield.png) no-repeat; }

#container {
	float:left;
	width:471px;
}

#containerfull {
	width:699px;
}

#primarycontent {
	width:220px;
	float:right;
	border-left:1px solid #CCC;
	margin-top:20px;
}

#footer {
	clear:both;
}

/* ---- Logo ------------------------------------- */
#logo {
	padding-top:14px;
	width:185px;
	height:49px;
}

/* ---- Primary Navigation ----------------------- */
#primarynav {
	border-left:1px solid #CCC;
	padding-top:100px;
	font-size:12px;
	font-weight:bold;
	font-style:italic;
	float:left;
	width:100px;
}

#primarynav ul {
	list-style:none;
	margin-left:2px;
}

#primarynav li {
	margin-bottom:13px;
}

#primarynav li a {
	background:url(../images/arrows.gif) no-repeat 0 0;
	padding-left:12px;
	color:#666;
	text-decoration:none;
	vertical-align:top;
}
#primarynav li a:link    { color:#666; }
#primarynav li a:visited { color:#666; }
#primarynav li a:hover   { background-position:0px -15px; color:#336; }
#primarynav li a:active  { background-position:0px -15px; color:#336; }
#primarynav li a.current { background-position:0px -15px; color:#336; }

/* ---- Left Content ---------------------------- */
#leftcontent {
	float:right;
	width:360px;
	padding-top:25px;
}

#leftcontent h2 {
	font-style:italic;
	font-size:16px;
	margin-bottom:18px;
}

#leftcontent p {
	margin-bottom:15px;
}

#leftcontent a         { color:#00C; text-decoration:none; }
#leftcontent a:link    { color:#00C; }
#leftcontent a:visited { color:#00C; }
#leftcontent a:hover   { color:#333; text-decoration:underline; }
#leftcontent a:active  { color:#333; }

#leftcontent ul { margin:0 0 15px 14px; }

#leftcontent ol { margin:0 0 15px 30px; }

#leftcontent ul li {
	list-style:circle outside;
	background:none;
	padding-left:0px;
}

#leftcontent blockquote { margin:15px; }

#leftcontent #mailform input,
#leftcontent #mailform textarea {
	border:1px solid #999;
	padding:2px;
}
#leftcontent #mailform p { margin-bottom:7px; }

#leftcontent .dealer-error {
	border:2px solid #C00;
	background-color:#FDE;padding:2px;
}

#leftcontent .brochure_thumbs li {
  list-style:none;
  width:115px;
  float:left;
  margin-bottom:5px;
}

/* ---- Right Content --------------------------- */
#content {
	padding:6px;
}

#content h1 {
	font-style:italic;
	font-size:20px;
/*  height:60px;*/
	margin:18px 0 64px 0;
}
* html #content h1 {
  font-size:19px;
}

#content h2 {
	font-style:italic;
	font-size:18px;
	margin:0 0 18px 0;
}
* html #content h2 {
  font-size:17px;
}
/*
#content h4 {
  font-style:italic;
  font-size:15px;
  margin:0 0 60px 0;
}
*/
#content p {
	margin:0 0 15px 0;
	line-height:1.25;
}

#content a         { color:#00C; text-decoration:none; }
#content a:link    { color:#00C; }
#content a:visited { color:#00C; }
#content a:hover   { color:#333; text-decoration:underline; }
#content a:active  { color:#333; }

#content ul { margin-left:14px; }

#content ol { margin-left:30px; }

#content ul li {
	list-style:circle outside;
	background:none;
	padding-left:0px;
}

#content blockquote { margin:15px; }

/* ---- Full Content ---------------------------- */
#fullcontent {
	float:right;
	width:590px;
	padding-top:25px;
}

#fullcontent h2 {
	font-style:italic;
	font-size:16px;
	margin-bottom:18px;
}

#fullcontent p {
	margin-bottom:15px;
}

#fullcontent a         { color:#00C; text-decoration:none; }
#fullcontent a:link    { color:#00C; }
#fullcontent a:visited { color:#00C; }
#fullcontent a:hover   { color:#333; text-decoration:underline; }
#fullcontent a:active  { color:#333; }

#fullcontent ul { margin-left:14px; }

#fullcontent ol { margin-left:30px; }

#fullcontent ul li {
	list-style:circle outside;
	background:none;
	padding-left:0px;
}

#fullcontent blockquote { margin:15px; }

/* ---- Footer ---------------------------------- */
#footer {
	padding-top:30px;
	font-size:11px;
	text-align:right;
	padding-right:10px;
}

#footer p {
	margin-bottom:5px;
}

#footer a         { color:#00C; text-decoration:underline; }
#footer a:link    { color:#00C; }
#footer a:visited { color:#00C; }
#footer a:hover   { color:#333; text-decoration:underline; }
#footer a:active  { color:#333; }

/* ---- sIFR ------------------------------------ */
.sIFR-flash {
	visibility: visible !important;
	margin: 0;
}

.sIFR-replaced {
	visibility: visible !important;
}

span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}


/* These "decoy" styles are used to hide the browser text before it is replaced... the negative-letter spacing in this case is used to make the browser text metrics match up with the sIFR text metrics since the sIFR text in this example is so much narrower... your own settings may vary... any weird sizing issues you may run into are usually fixed by tweaking these decoy styles */

.sIFR-hasFlash h1 {
	visibility:hidden;
	font-size:17px;
}

.sIFR-hasFlash h2 {
	visibility:hidden;
	font-size:18px;
}

.sIFR-hasFlash h3 {
	visibility: hidden;
	letter-spacing: -6px;
	font-size: 22px;
}

.sIFR-hasFlash h4 {
	visibility: hidden;
	letter-spacing: -5px;
	font-size: 15px;
}

.sIFR-hasFlash h5 {
	letter-spacing: -4px;
	visibility: hidden;
	font-size: 24px;
}
