/*
 Master Stylesheet
*/

/* Reset */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {margin: 0;padding: 0;border: 0;outline: 0;font-size: 100%;vertical-align: baseline;background: transparent;}
ol, ul {list-style: none;}
table {border-collapse: collapse;border-spacing: 0;}

/* Basic Elements  */
html{font-size:12px;}
html, body {
}
body {
	font-family: 'Trebuchet MS', Arial, Sans-serif;
	line-height: 16px;
	color: #6e6e74;
	background-color: #fff;

	}
input, select, textarea { font-family: Arial, Helvetica, sans-serif; font-size: 1em; }
:focus {outline: 1px;}
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }
strong{font-weight:800;}
.left { float: left;}
.right { float: right;}
.center { text-align: center; }
a img { border: none }
.clearer {
	clear: both;
	height: 0px;
	line-height: 0;
}

/* Links */
a:link, a:visited, a:active {
	color: #669900;
	text-decoration: none;
}
a:hover {
	color: #666666;
	text-decoration:none
}

/* Headers / Paragraph */
h1 {
	font-size: 30px;
	margin: 0 0 1em;
	color: #FF9900;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
}
h2 {
	font-size: 1.2em;
	margin-top: 1em;
	margin-right: 0;
	margin-bottom: 0em;
	margin-left: 0;
	font-weight: bold;
	color: #666666;
}
h3 {
	font-size: 18px;
	color: #669900;
	font-weight: 400;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 8px;
	margin-left: 0;
}
h4 { margin: 0; color: #621e3f; font-weight: 400; font-size: 1.25em; }
h5, h6 { font-size: 1.2em; margin: 0 0 1em; }
p {font-size:1.2em; margin: 0 0 1em 0; }

/* Site Structure */
#container {
}
#top {
	min-width: 1100px;
	height: 67px;
	background-image: url(images/topBG.jpg);
	background-repeat: repeat-x;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
#top-inner{
	background-image: url(images/LeedyDesignLogo.jpg);
	background-repeat: no-repeat;
	height: 67px;
	width: 980px;
	margin-right: auto;
	margin-left: auto;
}
#hp-header {
	min-width: 1169px;
	height: 100px;
	background-color: #99CC33;
	background-image: url(images/hp-header-bg3.gif);
	background-repeat: no-repeat;
	background-position: 50% 50%;
}
#hp-flash {width: 990px; margin: 0 auto;  height: 287px; padding-left: 1px;  } 

#header { background: #e0d4d8;}
#header-inner {
	width: 1000px;
	height: 254px;
	padding: 10px 0 0;
	margin: 0 auto;
	background: #e0d4d8 url(images/header-bg.jpg) no-repeat 50% 50%;
}
#content {
	padding-bottom: 20px;
	background-image: url(images/sub-content-bg.gif);
	background-repeat: repeat-x;
}
#content-inner {
	width: 980px;
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 15px;
	padding-left: 0;
}

/* Main Navigation */
#nav {
	width: 420px;
	float: right;
	margin-top: 32px;
}
#nav ul {
	margin: 0 auto;
	width: 500px;
	padding-left: 0px;
}
#nav ul li{
	padding: 0;
	text-transform:uppercase;
	display:inline;
}
#nav li a {
	overflow: hidden;
	background: url(images/nav2.png) no-repeat;
	width: 80px;
	font-size: 13px;
	display: block;
	text-align: center;
	font-weight: bold;
	margin: 0px;
	float: left;
	height: 23px;
	padding-top: 12px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	color: #666666;
}
#nav li a:hover{
	background-image: url(images/nav2_bg.png);
	background-repeat: no-repeat;
}
.nav_on /* Normal State */
   {
	background-position: 0 bottom;
	color: #FFFFFF;
}


/* Footer */
#footer {
	background-image: url(images/pageBG.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 220px;
	bottom: 0;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	}
#footer-inner {
	width: 920px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 120px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	margin-top: 0px;
}
#footer-inner ul {
	margin: 0 0 12px 0;
	font-size: 1.1em;
	float: right;
}
#footer-inner ul li {
	display: inline;
	color: #666666;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 20px;
}
#footer-inner ul li a{
	color: #666666;
	text-transform: capitalize;
}
#footer-inner a {
	color: #666666;
}
p#copyright {
	font-size: 1.1em;
}
p#credits { float: right; font-size: 1.1em;}
p#credits a { color: #979494; }

#gallery_switch {
	padding-top: 4px;
	padding-right: 0px;
	padding-left: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	float: right;
	margin-top: 8px;
	margin-right: 30px;
	padding-bottom: 4px;
	margin-bottom: 15px;
}
#gallery_switch   ul li {
	display: inline;
}
#gallery_switch   ul li a{
	height: 0px;
	width: 130px;
	text-transform: uppercase;
	font-size: 12px;
	display: inline;
	margin-right: 14px;
	margin-left: 14px;
}


/* Gallery */
#gallery-controls {
	width: 40px;
	float: left;
	margin-right: 5px;
	padding: 7px 0 0;
}
#gallery-controls a { display: block; margin: 0 0 5px; width: 50px;}
.gallery-text {
	width: 210px;
	height: 428px;
	float: left;
	background-image: url(images/gallery-text-bg.png);
	background-repeat: no-repeat;
	background-position: 0 0px;
	margin-top: 0;
	margin-right: 5px;
	margin-bottom: 0;
	margin-left: 0;
}
.gallery-text dl {
	font-size: 13px;
	color: #669900;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 30px;
	margin-right: 30px;
	margin-bottom: 0;
	margin-left: 20px;
}
.gallery-text dl dt{ color: #979494;}
.gallery-text dl dd { margin: 0 0 10px; }
.gallery-image {
	background: url(images/gallery-image-bg.png) no-repeat;
	width: 641px;
	height: 422px;
	float: left;
}
.gallery-image img {
	margin: 0px;
}

/* Slider */
.glider-window{
	width: 870px;
	height: 450px;
	overflow: hidden;
	margin-left: 50px;
}
.glider-window .section {
	width:870px;
	height:428px;
	overflow:hidden;
	float:left;
}
.glider-window .glider-content { width: 100000px; }

/* General */
#col-left {
	width: 150px;
	float: left;
	padding-top: 10px;
}

/* About */
body#about #content-inner { background: url(images/about-bg.jpg) no-repeat right bottom; padding: 30px 0 80px; }
h2#about-hdr {
	width: 100px;
	height: 50px;
	float: left;
}
h2#about-hdr span {
	background: url(images/about-hdr.png) no-repeat;
}
#home  /*
Page Specific Styles 
*/
#content-inner /* Homepage */
/* web design / logo design switch*/
  #main {
	width: 300px;
	padding-top: 50px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}
#rightCol{
	width: 540px;
	float: right;
	margin-top: 40px;
}
#rightCol h2 {
	padding-top: 4px;
	padding-right: 0px;
	padding-left: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	margin-top: 8px;
	margin-right: 5px;
	padding-bottom: 4px;
	margin-bottom: 15px;
}

#main {
	width: 450px;
	float: left;
	margin-left: 0px;
	padding-top: 20px;
}
p.portfolio-btn { margin: 50px 0 0; }

#testimonial {
	color: #FF9900;
	font-family: 'Helvetica Neue', Arial, Sans-serif;
	width: 200px;
	float: right;
	line-height: 1.33;
	background: url(images/divider.png) no-repeat;
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 20px;
	padding-right: 0;
	padding-bottom: 50px;
	padding-left: 30px;
}
#testimonial  .more a{
	color: #999999;
	font-size: 12px;
}
/* Process */
body#process #content-inner { background: url(images/about-bg.jpg) no-repeat right bottom; padding: 30px 0 80px; }
h2#process-hdr {
	width: 100px;
	height: 50px;
	float: left;
}
h2#process-hdr span {
	background: url(images/process-hdr.png) no-repeat;
}
p.portfolio-btn { margin: 50px 0 0; }


/* My Comment */
#testimonial p {
	font-size: 16px;
}
#testimonial a { color: #794d79; }

/* Samples  */
body#Samples #content-inner { background: url(images/Samples-bg.jpg) no-repeat 430px bottom; padding: 30px 0 250px; }
h2#Samples-hdr { width: 95px; height: 39px; float: left; }
h2#Samples-hdr span { background: url(images/text/Samples-hdr.png) no-repeat; }
p.download-btn { background: url(images/word-icon.png) no-repeat right top; width: 170px;}

/* Contact  */
body#contact #content-inner {
	background: url(images/contact-bg.jpg) no-repeat 480px 280px;
	padding-top: 30px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}
h2#contact-hdr { width: 92px; height: 39px; }
h2#contact-hdr span { background: url(images/text/contact-hdr.png) no-repeat; }

ul#flags { clear: left; padding-top: 50px; width: 117px;}
ul#flags li { display: block; margin:0 10px 15px 0; float: left; }

body#contact #main { width: 500px; }

span.available { display: block; width: 160px; height: 37px; background: url(images/available.png) no-repeat; float: left; margin:0 60px 20px 0;}

#contact-postal { width: 200px; float: left; background: url(images/divider.png) no-repeat right top;padding: 0 0 150px; margin: 10px 20px 0 0;}
#contact-electronic { width: 200px; float: left; margin: 10px 0 0;}
body#contact dl { font-size: 1.2em; font-family: 'Lucida Sans', Arial, Helvetica, sans-serif;}
body#contact dl dt{  color: #7b2d51;}
body#contact dl dd { margin: 0 0 10px; }

/* process  */
body#process #content-inner {  padding: 30px 0 0px; }
body#process #main {
	width: 460px;
}
h2#process-hdr { width: 92px; height: 39px; }
h2#process-hdr span { background: url(images/text/process-hdr.png) no-repeat; }

#process-left { width: 212px; float: left; font-size: 1.2em; background: url(images/divider.png) no-repeat right top;padding: 0; margin: 20px 0 0;  }
#process-mid { width: 212px; float: left; font-size: 1.2em; background: url(images/divider.png) no-repeat right top; padding: 0 0 0 15px; margin: 20px 0 0; }
#process-right { width: 212px; float: left; font-size: 1.2em; padding: 0 0 0 15px; margin: 20px 0 0;}
#process-mid p, #process-right p { font-size: 1em; margin: 0 0 2em; }

img.process-type { margin: 0 0 20px; }
span.price { display: block; color: #661234; }
img.example { margin: 10px 0 40px; }

/* Image replacement */
.ir { font-size: 1em; margin: 0; overflow: hidden; position: relative; }
.ir span {
	background-repeat: no-repeat;
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1;
}
.ir a { cursor: pointer; display: block; height: 100%; width: 100%; }
.auto-clear/* self-clear floats */
:after {
	clear: both;
}

/* IE Hacks */
* html #div{}
*:first-child+html #div{} 

/* Safari Hack */
@media screen and (-webkit-min-device-pixel-ratio:0){
#div {margin-left: 10px;}
}
