/* 

bg color: #c1d4d9 
text color: #790000


*/
/* -------------------- 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;
}
body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*  ------------------------ Reset End  -----------------------  */




body {
	background-color:#c1d4d9;
	font-family:helvetica;
	font-size:14px;
	background-image:url(../images/backgrounds/paisley2.gif);
	background-repeat:repeat;
}
#wrapper {
	margin-left:auto;
	margin-right:auto;
	width:849px;
	margin-top:40px;
}
#main {
	background-color:#ffffff;
	height:501px;
}

a, a:hover {
	text-decoration:none;
	font-weight:normal;
}
a {
	color:#790000;
}

a:hover {
	color:#f30103;
}

.bold {
	font-weight:bold;
}


.bg-top {
	background-image: url(../images/common/bg_dots_top.gif);
	background-repeat: no-repeat;
	background-position: top;
	height:5px;
}
.bg-bottom {
	background-image: url(../images/common/bg_dots_bottom.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	height:5px;
	clear:both;
}
.bg-left {
	float:left;
	background-image: url(../images/common/bg_dots_left_white.gif);
	background-repeat: no-repeat;
	background-position: left;
	width:5px;
	height:491px;
}
.bg-right {
	float:right;
	background-image: url(../images/common/bg_dots_right_white.gif);
	background-repeat: no-repeat;
	background-position: left;
	width:5px;
	height:491px;
}
#portfolio .bg-right {
	background-image: url(../images/common/bg_dots_right_grey.gif);
}
#portfolio .bg-left {
	background-image: url(../images/common/bg_dots_left_grey.gif);
}
.bg-nav-left {
	float:left;
	background-image: url(../images/common/nav_dots_left.gif);
	background-repeat: no-repeat;
	background-position: left;
	width:5px;
	height:26px;
}
.bg-nav-right {
	float:right;
	background-image: url(../images/common/nav_dots_right.gif);
	background-repeat: no-repeat;
	background-position: right;
	width:5px;
	height:26px;
}
#nav-wrapper {
	margin-top:10px;
	background-color:#ffffff;
}
#nav-to-home {
	float:left;
	padding-top:6px;
	margin-left:15px;
}
#nav {
	padding-top:6px;
	padding-bottom:3px;
	float:right;
	margin-right:15px;
}
#nav li {
	display:inline;
	padding-right:5px;
	padding-left:1px;
	border-right:#790000 1px solid;
}
#nav li.last {
	border:none;
}
#here {
	color:#f30103;
}

#pagination {
	float:right;
	padding-right:190px;
}
#pagination li {
	float:left;
	padding-right:6px;
}
#pagination a#right {
	display:block;
	width:8px;
	height:25px;
	background-image: url(../images/common/arrow-right.png);
}
#pagination a#left {
	display:block;
	width:8px;
	height:25px;
	background-image: url(../images/common/arrow-left.png);
}
#pagination a:hover {
	background-position:0px 40px;
}
#pagination a#right-last {
	display:block;
	width:8px;
	height:25px;
	background-image: url(../images/common/arrow-right.png);
	background-position:0px 20px;
}
#pagination a#right-last:hover {
	background-position:0px 20px;
}
#pagination a#left-first {
	display:block;
	width:8px;
	height:25px;
	background-image: url(../images/common/arrow-left.png);
	background-position:0px 20px;
}
#pagination a#left-first:hover {
	background-position:0px 20px;
}

.breadcrumbs-wrap {
	float:left;
	padding-top:30px;
	padding-left:20px;
	width:500px;
}
img.logo {
	float:left;
	width:182px;
	height:36px;
}
.content {
	float:left;
	margin-top:8px;
	width:839px;
	height:396px;
	background-color:#ececec;
}


/*  --------------   Home   --------------- */
#home {
	background-image:url(../images/backgrounds/paisley2.gif);
	background-repeat:repeat;
}
#home .content {
	float:left;
	margin-top:55px;
	margin-left:38px;
	width:760px;
	background-color:#ffffff;
}
.home-logo {
	float:right;
	padding-top:135px;
}
#home-nav {
	float:right;
	padding-top:7px;
	padding-right:25px;
}
#home-nav li {
	display:inline;
	padding-right:5px;
	padding-left:1px;
	border-right:#790000 1px solid;
}
#home-nav li.last {
	border:none;
}


#description {
	padding-top:30px;
}
#description h1, #description p, #description h2 {
	color:#c1d4d8;
}
#flip {
	float:left;
	width:390px;
	height:360px;
	overflow:hidden;
}
.feature img {
	 padding-left: 30px;
}



/* -------------------   Portfolio   ------------------- */
#portfolio {
	background-image:url(../images/backgrounds/paisley2.gif);
	background-repeat:repeat;
}

#portfolio .breadcrumb {
	float:left;
	padding-left:12px;
	padding-top:8px;
}
.one-image {
	padding-left:370px;
}
.left-two-image {
	padding-left:19px;
}
.right-two-image {
	padding-left:5px;
}
.right-one-image {
	padding-left:380px;
}
.single-wide-image {
	padding-left:8px;
}
.right-wide-image {
	float:right;
	padding-right:18px;
}

/* -------------------   Portfolio   ------------------- */

#about {
	background-image:url(../images/backgrounds/paisley2.gif);
	background-repeat:repeat;
}

#about .breadcrumb {
	float:left;
	padding-left:12px;
	padding-top:8px;
}
.aboutus {
	padding-left:30px;
}


/* -------------------   Photobooth   ------------------- */

#photobooth .breadcrumb {
	float:left;
	padding-left:12px;
	padding-top:8px;
}
#photobooth .description {
	float:left;
	width:365px;
	padding-left:35px;
	padding-top:25px;
	padding-right:12px;
}
#photobooth .description p {
	color:#790000;
	font-size:13px;
	margin-top:10px;
	line-height:17px;
}
#photobooth .content img {
	margin-top:8px;
	padding:15px;
	background-color:#ffffff;
}
#photobooth .content img.right-two-image {
	margin-left:20px;
}
#photobooth .content img.left-two-image {
	margin-left:28px;
}
#photobooth .content img.right-one-image {
	margin-left:431px;
}


/* -------------------   About Us   ------------------- */

#ben {
	padding-left:25px;
	padding-top:32px;
}
#laura {
	padding-left:10px;
	padding-top:32px;
}

#about .description {
	font-size:13px;
	float:right;
	width:230px;
	padding-right:40px;
	padding-top:50px;
	color:#790000;
}
#about .description p {
	margin-bottom:20px;
}
#about p.headline {
	font-size:20px;
	margin-bottom:0px;
}
#ben-desc {
	font-size:13px;
	float:left;
	width:520px;
	padding-top:18px;
	padding-left:30px;
	color:#790000;
	line-height:16px;
}
#laura-desc {
	font-size:13px;
	float:left;
	width:370px;
	padding-top:27px;
	padding-left:30px;
	padding-right:25px;
	color:#790000;
	line-height:16px;
}
#here a {
	color:#f30103;
}
.bio-description p {
	margin-bottom:15px;
}
.bio-link {
	text-align:right;
}
.bio-link a {
	font-weight:bold;
}
.bio-image {
	float:right;
}
/* -------------------   Contact Us   ------------------- */

#contact .packet {
	color:#790000;
	font-size:14px;
	line-height:17px;
	padding-left:8px;
	padding-bottom:10px;
}
#contact .breadcrumb {
	float:left;
	padding-left:12px;
	padding-top:8px;
}
#contact .description {
	float:left;
	width:300px;
	padding-left:75px;
	padding-top:55px;
}
#contact .description p {
	color:#790000;
	font-size:14px;
	margin-top:14px;
	line-height:17px;
}
#address {
	padding-top:20px;
}
#thanks {
	padding-top:72px;
	width:350px;
	float:right;
	color:#790000;
}
#thanks h2 {
	margin-bottom:20px;
}
#contact .content #form {
	float:right;
	padding-top:20px;
	width: 400px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
*html #contact .content #form {
	width: 300px;
	float: right;
	margin-right: 35px;
}

#contact #form input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	border: 1px solid #650201;
	width: 200px;
	margin-left: 15px;
	background-color:#ffffff;
}
#contact #form input#KT_Insert1:hover {
	color:#f30103;
	cursor:pointer;
}
#contact   #form   textarea   {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	border: 1px solid #650201;
	width: 200px;
	margin-left: 15px;
}
#contact #form #packet {
	margin-bottom: 12px;
	margin-left: 3px;
}
#contact #image1 {
	margin-top: 30px;
	margin-left: 37px;
	width: 332px;
	float: left;
}
*html #contact #image1 {
	margin-top: 30px;
	margin-left: 20px;
	width: 332px;
	float: left;
}
#contact #form tr {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
.GAP {
	height: 20px;
}
#contact #form select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	border: 1px solid #650201;
	width: 200px;
	margin-left: 15px;
}
#contact #form td {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
#form1 .KT_tngtable .KT_th label {
	color: #660000;
	font-size: 11px;
}
#contact #form img {
	margin-top: 12px;
	margin-bottom: 5px;
	margin-left: 7px;
}












