/* RESET CODE */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,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 {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}


/* HTML TAGS */

html {
	
	padding: 60px 0px 0px 0px;
}

body {
	
	padding: 0px 0px 0px 0px;
	text-align: center;
	font-family: arial;
	font-size: 14px;
	background-image: url(images/bg_1b.jpg);
	background-repeat: repeat-x;
	background-position: 0px 60px;
}

a {

	color: #95003c;
	text-decoration: none;
	border-style: dotted;
	border-color: #95003c;
	border-width: 0px 0px 1px 0px;
	outline: none;
}

a:hover {
	
	border-style: solid;
}

h1 {
	
	font-weight: bold;
	font-size: 30px;
	text-transform: uppercase;
	color: #008000;
	font-family: times;	
	margin: 0px 0px 10px 0px;
}

h1:first-letter {

	font-size: 50px;	
}

h3 {

	font-size: 14px;
	font-weight: bold;	
}

#jsmall {

	float: left;
	padding: 0px 0px 0px 0px;
	margin: 0px 20px 20px 0px;
	border: 2px solid #95003c;	
}

/* NAVIGATION */

#navigation {

	height: 60px;
	width: 100%;
	overflow: hidden;	
	background-image: url(images/nav_bg.png);	
	background-repeat: repeat-x;
	background-position: top left;
	position: fixed;
	top: 0px;
	left: 0px;
	padding: 14px 0px 0px 0px;
	text-align: center;
	z-index: 10000000;
}

#nav_center {
	
	margin: 0 auto;
	width: 960px;
	height: 30px;
	overflow: hidden;
}

#nav_center ul {

	list-style-type: none;
	padding: 0px;
	margin: 0px 0px 0px 0px;	
	height: 30px;
}

#nav_center ul li {

	float: left;
	margin: 0px 0px 0px 0px;	
	width: 80px;
	height: 24px;
	display: block;
	
}

#nav_center ul li.bullet {

	width: 10px;	
	background-image: url(images/bullet_1.png);
	background-repeat: no-repeat;
	background-position: 0px 4px;
	margin: 0px 3px 0px 3px;
}

#nav_center ul li a.selected, #nav_center ul li a {

	display: block;
	height: 13px;
	width: 72px;
	color: #fff;	
	padding: 7px 4px 4px 4px;
	background-image: url(images/nav_bg_3.png);
	background-repeat: no-repeat;
	text-transform: uppercase;
	text-decoration: none;
	background-position: top left;
	outline: none;
	font-size: 9px;
	border-width: 0px;
}

#nav_center ul li a.selected, #nav_center ul li a:hover {
	
	background-position: bottom left;
}

.anchor {

	height: 25px;
	clear: both;
}


/* SITE-WIDE IDs */


#master {

	width: 960px;
	margin: 0 auto;	
	text-align: left;
}

#footer {

	text-align: center;
	color: #ccc;
	margin: 0px 0px 25px 0px;
	
}

#why p, #what p {

		padding: 0px 0px 20px 0px;
		font-size: 18px;
		width: 640px;
}

#jim p {

	padding: 0px 0px 20px 0px;
}

#jim .jbig {

	font-size: 18px;	
}

#why ul, #what ul {
	
	list-style-image: url(images/bullet_3.png);
	margin: 0px 0px 0px 40px;
	width: 279px;
	float: left;
	border-style: dotted;
	border-color: #ccc;
	border-width: 0px 1px 0px 0px;
	height: 150px;
}

#why ul.end_item, #what ul.end_item {

	border-width: 0px 0px 0px 0px;	
}

#why ul li, #what ul li {
	
	padding: 0px 10px 10px 0px;
} 

.att {

	font-weight: bold;	
}

#jim ul {
	
	list-style-image: url(images/bullet_2.png);
	margin: 10px 0px 20px 25px;
}

.halves {

	float: left;
	width: 640px;	
	border-style: dotted;
	padding: 0px 10px 0px 0px;
	margin: 0px 9px 0px 0px;
	border-width: 0px 1px 0px 0px;
	border-color: #ccc;
}

#halves2 {

	width: 300px;	
	border-width: 0px 0px 0px 0px;
	padding: 0px;
	margin: 0px;
	
	
}

/* INTRO LAYERS */

#intro {
	
	background-image: url(images/bg_1b.jpg);	
	background-repeat: repeat-x;
	background-position: top left;
	height: 502px;
  	overflow: hidden;
  	width: 960px;
}

#clouds {

	height: 502px;
	background-image: url(images/clouds5.jpg);	
	background-repeat: no-repeat;
	background-position: center 1px;
	width: 480px;
	color: #fff;
	font-family: times;
	font-size: 20px;
	padding: 200px 0px 0px 480px;
}

#clouds p {

	padding: 0px;
	margin: 0px 0px 20px 0px;
}

#clouds p.one:first-letter {

	font-size: 46px;	
}



/* SITE-WIDE CLASSES */

.entry {

	margin: 50px 0px 100px 0px;	
	background-image: url(images/divider.png);	
	background-repeat: no-repeat;
	background-position: bottom center;
	padding: 0px 0px 60px 0px;
	height: 1%;
	overflow: auto;
	
}

.thirds {

	width: 300px;
	float: left;
	margin: 0px 10px 0px 0px;	
	padding: 0px 10px 0px 0px;
	line-height: 1.5em;
	border-style: dotted;
	border-color: #ccc;
	border-width: 0px 1px 0px 0px;
	min-height:450px;
  	height:auto !important;
  	height:450px;

}

#end, #end2 {

	border-width: 0px 0px 0px 0px;
	margin: 0px 8px 0px 0px;
		
}

.thirds ul {

	list-style-image: url(images/bullet_2.png);
	margin: 0px 0px 0px 20px;	
}

.thirds ul li {

	margin: 0px 0px 10px 0px;	
}

#entry03 .thirds {
	
	min-height:350px;
  	height:auto !important;
  	height:350px;
  	text-align: center;
}

.testimonial {

	font-size: 22px;
	margin: 0px 0px 20px 0px;	
}

.bigger {
	
	color: #95003c;
	font-weight: bold;
}

.who {
	
	color: #008000;
	font-weight: bold;
	font-size: 18px;
}

.person {

	font-weight: bold;	
	color: #95003c;
	display: block;
	font-size: 20px;
}

#wrap #mycarousel li.prints1 {

	background-image: url("images/prints.png");
    background-repeat: no-repeat;
    background-position: bottom left;	
}

#wrap #mycarousel li.prints2 {

	background-image: url("images/prints2.png");
    background-repeat: no-repeat;
    background-position: bottom left;	
}

#wrap #mycarousel li.prints_end {

	background-image: url("images/prints_end.png");
    background-repeat: no-repeat;
    background-position: bottom left;	
}

.fourths {

	float: left;
	height: 300px;
	width: 240px;
	overflow: hidden;	
}

.thirds_alt {

	width: 300px;
	float: left;
	border-width: 0px 1px 0px 0px;
	border-style: dotted;
	border-color: #ccc;
	padding: 0px 10px 0px 0px;
	margin: 0px 9px 15px 0px;
	height: 170px;	
}

.thirds_alt p {

	font-size: 16px;
	padding: 0px 0px 15px 0px;	
}

#thirds_alt_end {

	border-width: 0px;
		
}

.thirds_alt ul {

	list-style-image: url(images/bullet_3.png);	
	margin: 0px 0px 0px 35px;
}

.pdisc {


	text-align: center;
	font-style: italic;	
	margin: 15px 0px;
	clear: both;
}

#docs {

	padding: 20px;
	border: 1px dotted #ccc;
	font-size: 16px;
	margin: 0px 0px 20px 0px;	
}

#docs ul {

	list-style-image: url(images/bullet_2.png);
	margin: 0px 0px 0px 35px;
	
}

.news_entry {

	border-style: dotted;
	border-color: #ccc;
	border-width: 1px 0px 0px 0px;
	padding: 20px 0px 0px 0px;
	margin: 0px 0px 0px 0px;	
}

#news .date {

	width: 50px;
	height: 60px;
	font-size: 30px;
	color: #fff;	
	overflow: hidden;
	background-image: url(images/date.png);
	background-repeat: no-repeat;
	background-position: top left;
	display: block;
	padding: 10px 0px 0px 0px;
	text-align: center;
	float: left;
	margin: 0px 20px 0px 0px;
}

#news #date2 {

	background-image: url(images/date2.png);
}

#news .date .smaller {

	font-size: 10px;	
}

#news .short_story {

	float: left;
	width: 628px;
	margin: 0px 20px 0px 0px;
	padding: 0px 20px 20px 20px;
	line-height: 1.5em;	
	font-size: 16px;
	border-style: dotted;
	border-color: #ccc;
	border-width: 0px 1px 0px 1px;
	min-height:70px;
  	height:auto !important;
  	height:70px;

}

#news .additional {

	width: 200px;
	float: left;	
}

#news .additional ul {

	list-style-image: url(images/bullet_2.png);
	margin: 0px 0px 0px 20px;	
}

#news .additional ul li {

	padding: 0px 0px 3px 0px;	
}

#li_blank {
	
	list-style: none;	
	display: none;
}

#news .additional ul a {

	border-width: 0px 0px 1px 0px;	
}

#news .additional a {

	border-width: 0px;	
}

/* FORMS */

#form_left {

	width: 480px;
	border-width: 0px 1px 0px 0px;
	border-style: dotted;
	border-color: #ccc;	
	float: left;
	height: 330px;
}

#form_right {

	float: left;
	width: 199px;
	padding: 88px 20px 0px 0px;
	margin: 0px 0px 0px 20px;	
	border-width: 0px 2px 0px 0px;
	border-style: solid;
	border-color: #95003c;	
	height: 242px;
}

#form_more {

	width:218px;
	margin: 0px 0px 0px 20px;
	float: left;
	height: 330px;
}

#form_left input, #form_left textarea {

	width: 454px;
	height: 22px;
	font-size: 14px;
	font-family: arial;
	color: #fff;
	background-color: #000;
	padding: 5px 3px 3px 3px;
	border-width: 0px 0px 0px 0px;	
	background-image: url("images/input_1.png");
	background-position: top left;
	background-repeat: no-repeat;
}

#form_left textarea {

	width: 454px;
	height: 175px;	
	padding: 3px 3px 3px 3px;
	background-image: url("images/textarea_1.png");
	overflow: auto;
}

#code {

	width: 199px;
	background-color: #000;
	padding: 3px 0px 3px 0px;	
	text-align: center;
	margin: 3px 0px 3px 0px;
	background-image: url("images/code_1.png");
	background-position: top left;
	background-repeat: no-repeat;
}

#protect {

	width: 193px;
	height: 22px;
	font-size: 14px;
	font-family: arial;
	color: #fff;
	background-color: #000;
	padding: 5px 3px 3px 3px;
	border-width: 0px 0px 0px 0px;	
	background-image: url("images/input_2.png");
	background-position: top left;
	background-repeat: no-repeat;
	margin: 0px;
		
}

#ie7 {

	width: 198px;
	height: 30px;	
}

#code img {

	height: 24px;
	display: block;
	margin: 0 auto;	
}

.comment_text {

	padding: 0px 0px 0px 15px;
	background-image: url("images/bullet_2.png");
	background-position: top left;
	background-repeat: no-repeat;
	margin: 3px 0px 3px 0px;
}

#submit_button {

	margin: 3px 0px 0px 0px;	
}

#form_more p {

	margin: 0px 0px 20px 0px;	
}

#form_more .text_more {

	font-weight: bold;	
}

#ie6 {

	display: none;	
}