@charset "utf-8";

/*
Website: pkartandfloraldesign.com
Title: Default CSS
Date: October 2009
Author: Atikom (Tiki) Juntakool (tikigogreen@gmail.com)
*/

/*----------------- CSS NORMALIZER -----------------*/
/*
- cancels default styles applied to page elements
- adjusts default elements between browsers to same baseline
*/

div, dl, dt, dd, ul, ol, li, pre, hr, form, fieldset, input, th, td {margin:0; padding:0;}
address, caption, cite, code, dfn, th, var {font-style:normal; font-weight:normal;}
table {border-collapse:collapse; border-spacing:0; font-size:inherit; font-size:100%;}
select, input, textarea {font:99% verdana,geneva,sans-serif;}
h1, h2, h3, h4, h5, h6 {margin:0; padding:0; font-size:100%; font-weight:normal;}
fieldset, img {border:0;}
img {vertical-align:middle;}
select, .inputStyle {border:1px solid #7F9DB9; background:#FFF; padding:.1em; margin:.1em 0 .1em .2em;}
legend {display:none;}
select {background:#FFF;}
.floatLeft	{ float: left; }
.floatRight { float: right; }
.png		{ _behavior: url(/common/css/iepngfix.htc); }
.cleaner	{ clear: both; _font-size: 1%; }
.clear5		{ clear: both; height: 5px; _font-size: 1%; }
.clear10	{ clear: both; height: 10px; _font-size: 1%; }
.tabClear	{ clear: both; height: 5px; _font-size: 1%; }
a			{ outline: none; }
label 		{ cursor: pointer; }

/*----------------- DEFAULT -----------------*/
body	{ margin: 0; font-size: 11px; font-family: "Lucida Grande", "Lucida Sans", "Trebuchet MS", Tahoma, Verdana, sans-serif; color: #636363; /*background-color: #5E5E1F;*/ background: #3f2514; }
h1		{ margin: 0 0 9px 0; padding: 0; color: #222222; font-size: 20px; line-height: 24px; }
h2		{ margin: 0; padding: 0; color: #222222; font-size: 18px; font-weight: bold; line-height: 20px; }
h3		{ margin: 0; padding: 0; color: #666666; font-size: 13px; font-weight: bold; line-height: 20px; }
h4		{ margin: 0; padding: 0; color: #666666; font-size: 11px; font-weight: bold; line-height: 18px; }
h5		{ margin: 0; padding: 0; color: #6e6e6e; font-size: 11px; font-weight: normal; line-height: 18px; }
h6		{  }
p		{ margin: 0; padding: 0; line-height: 1.5em; }

/*----------------- LINKS -----------------*/
a		{ color: #cc0000; text-decoration: none; }
a:hover	{ text-decoration: underline; }

/*----------------- CONTAINER -----------------*/
#wrapper	{ width: 781px; margin: 0 auto; clear: both; }

/*----------------- HEADER -----------------*/
#header			{ float: left; width: 780px; position: relative; margin: 0 0 15px 0; }
#header .logo 	{ float: left; width: 215px; margin: 37px 0 0 0; }
#header .info	{ float: right; width: 550px; margin: 55px 0 0 0; }
#header .info p	{ text-align: right; color: #FFFFFF; font-size: 14px; font-family: Georgia, "Times New Roman", Times, serif; }
.info a, .info a:visited { color: #FFFFFF; text-decoration: underline; }
a:hover { color: #E6E9BD; text-decoration: underline; }

/*----------------- MENU -----------------*/
#menu			{ padding:0; margin:0; list-style:none; height:30px; position:relative; z-index:500; float: left; width: 780px; background: #d0a04d; }
#menu li 		{float:left; border-right: 1px solid #5e5e1f;}
#menu li.last	{ border-right: none; }
#menu li a 		{ display:block; float:left; height:30px; line-height:30px; color:#3f2514; text-decoration:none; font-size:11px; font-weight:bold; padding:0 30px 0 22px; }
#menu table 	{ border-collapse:collapse; width:0; height:0; position:absolute; top:0; left:0; }

/* Show selected page */
body.productsPage #menu a#products, body.weddingPage #menu a#wedding, body.corporatePage #menu a#corporate, body.demoPage #menu a#demo, body.aboutPage #menu a#aboutPK	{ color:#1a1a1a; background:#FFF url(img/down-arrow.gif) no-repeat right center; }

#menu li a:hover 	{ z-index:200; position:relative; color:#1a1a1a; background:#FFF; }
#menu li:hover 		{ position:relative; z-index:200; }

#menu li:hover > a 		{ color:#1a1a1a; background: #FFF; }
#menu li:hover > a.sub 	{ color:#1a1a1a; background: #FFF; }

#menu li.current a {color:#1a1a1a; background:#FFF;}

#menu li a.sub { background: #d0a04d url(img/down-arrow.gif) no-repeat right center; }
#menu li a:hover.sub { color:#1a1a1a; background:#FFF url(img/down-arrow.gif) no-repeat right center; }

#menu :hover ul { left: 0; top: 30px; width: 205px; background:#444; }

/* keep the 'next' level invisible by placing it off screen. */
#menu ul, 
#menu :hover ul ul { position:absolute; left:-9999px; top:-9999px; width:0; height:0; margin:0; padding:0; list-style:none; }

#menu :hover ul :hover ul { left:120px; top:-1px; background:#222; white-space:nowrap; width: 205px; z-index:205; height:auto; }

#menu :hover ul li { margin:0; border-top:1px solid #666; }
#menu :hover ul li a {width:205px; padding:0; text-indent:10px; background:#333; color:#ccc; height:30px; line-height:30px;}
#menu :hover ul :hover { background-color:#a88320; color:#fff; }

/* Last menu */
#menu :hover ul.endstop 			{ left: -100px; } /*last menu item*/

/*----------------- MAIN CONTENT -----------------*/
#contentWrapper { float: left; width: 760px; margin: 0 0 10px 0; border: 10px solid #FFFFFF; background: #fbf6d0; }
.mainImageFlash	{ float: left; width: 760px; border-bottom: 2px solid #FFF; }

.mainContent { float: left; width: 519px; margin: 50px 0 0 10px; padding: 0 0 15px 0 }
.mainContent h1	{ margin-bottom: 30px; font-weight: bold; }
.mainContent p	{ margin-bottom: 15px; }
.mainContent ul	{ margin: 0 0 15px 0; padding: 0; list-style: none; margin-top: 4px; }
.mainContent ul li	{ background: url(img/bullet-sqblue.gif) no-repeat left 8px; padding-left: 10px; margin-bottom: 4px; line-height: 1.5em; }
.mainContent ul li a, .mainContent ul li a:visited	{ color: #5f5d22; text-decoration: none; }
.mainContent ul li a:hover	{ text-decoration: underline; }
.intro	{ font-weight: bold; font-size: 13px; }
.mainContent .imgfloatLeft	{ margin: 0 20px 5px 0; border: 2px solid #FFF; }
.mainContent .imgfloatLeft2 { border: 3px solid #cdcdcd; margin: 0 15px 0 0; float: left; }
.mainContent .imgfloatLeft3	{ margin: 0 20px 5px 0; }

.mainContent .promo	{ width: 245px; margin-bottom: 30px; }
.mainContent .promo img	{ border: 4px solid #FFF; margin-bottom: 5px; }
.imgborder	{}
.mainContent .simpleModule { width: 265px; }
.mainContent .simpleModule img	{ padding: 5px; margin: 0 0 17px 0; border: 1px dotted #aaaaaa; }

.mainPromo	{ float: left; margin: 50px 10px 0 0; text-align: center; }
.mainPromo img, .mainPromolast img	{ border: 2px solid #FFF; margin: 0 auto 15px auto; }
.mainPromolast	{ float: left; width: 70px; margin: 50px 0 0 10px; }


.rightContent	{ float: right; width: 190px; margin: 20px 17px 0 0; }
.rightContent .promo	{ border: 1px solid #CCC; background: #ede5a9; padding: 6px; margin-bottom: 15px; }
.promo p	{ margin-bottom: 5px; }
.promo p a, .promo p a:visited	{ color: #988320; }
.promo .imgfloatLeft	{ margin-right: 10px; }

.rightContent h4		{ display: block; background: #5f5d22; color: #FFF; padding: 3px 6px; }

.homeleft	{ widthh: 261px; float: left; text-align: center; }
.homeleft h2	{ display: block; padding: 3px 0 3px 0; background: #ede5a9; margin-bottom: 20px; }


/*----------------- MAIN SHOWCASE -----------------*/
.mainshowCase			{ float: left; width: 530px; margin: 50px 0 0 10px; padding: 0 0 15px 0 }
.mainshowCase h1	{ margin-bottom: 30px; font-weight: bold; padding-right: 11px; }
.mainshowCase p		{ margin-bottom: 15px; padding-right: 11px; }
.mainshowCase ul	{ margin: 0 0 15px 0; padding: 0; list-style: none; margin-top: 4px; }
.mainshowCase ul li	{ background: url(img/bullet-sqblue.gif) no-repeat left 8px; padding-left: 10px; margin-bottom: 4px; line-height: 1.5em; }
.mainshowCase ul li a, .mainshowCase ul li a:visited	{ color: #cc0000; text-decoration: none; }
.mainshowCase ul li a:hover	{ text-decoration: underline; }

.gallery 				{ float: left; widht: 529px; margin-bottom: 15px; }
.gallery img { border: 2px solid #FFF; margin: 0 5px 15px 0; }
.gallery a:hover img { border: 2px solid #5f5d22; }
.gallery img.last	{ margin-right: 0; }

/*----------------- BOTTOM ADS -----------------*/
.bottomAds	{ float: left; width: 706px; margin: 10px 0 10px 17px; background: #d0a04d; padding: 10px; }
.bottomAds .adModule	{ float: left; margin-right: 17px; }
.bottomAds .adModule.last	{ margin-right: 0; }
.bottomAds .adModule p	{ text-align: center; font-weight: bold; margin: 10px 0 10px 0; }
.bottomAds .adModule p a, .bottomAds .adModule p a:visited { color: #3f2514;/*#988320*/ }
.bottomAds .adModule img	{ border: 2px solid #FFF; }

/*----------------- FOOTER  -----------------*/
#footer	{ float: left; width: 780px; margin: 0 0 30px 0; clear: both; }
#footer p	{ color: #FFF; text-align: center; }
#footer p a, #footer p a:visited { color: #FFF; text-decoration: underline; }

/*----------------- FORM  -----------------*/
/* Removes fieldset borders. even on Opea 7 */
fieldset {
  border: 1px solid transparent;
}

label{
	float: left;
	width: 150px;
}

input, textarea{
width: 180px;
margin-bottom: 5px;
}

textarea{
width: 250px;
height: 150px;
}

.boxes{
width: 1em;
}

#submitbutton{
margin-left: 150px;
margin-top: 5px;
width: 90px;
}

#clearbutton{
margin-left: 5px;
margin-top: 5px;
width: 90px;
}


br{
clear: left;
}
/*----------------- MISC  -----------------*/
.imgfloatLeft	{ float: left; clear: both; }

/* button Link */
a.btlink:link, a.btlink:visited {
	color: #111111;
	text-decoration: none;
	background-color: #E6E9BD;
	font-size: 10px;
	padding-top: 5px;
	padding-right: 8px;
	padding-bottom: 5px;
	padding-left: 8px;
	margin-right: 5px;
	border: 1px solid #9C9788;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
a.btlink:hover, a.btlink:active {
	color: #111111;
	text-decoration: none;
	background-color: #AAAC8D;
	padding-top: 5px;
	padding-right: 8px;
	padding-bottom: 5px;
	padding-left: 8px;
	border: 1px solid #9C9788;
}

a.plink, a.plink:visited {
	color: #988320;
	text-decoration: underline;
}

a.plink:hover{
	color: #be021a;
	text-decoration: underline;
}

/* Lightbox */
#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(../../lightbox2.03.1 Folder/images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../../lightbox2.03.1 Folder/images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../../lightbox2.03.1 Folder/images/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%	
	}

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	}
	
	p.ptestimonials{
	margin-bottom: 20px;
	color: #636363;
	margin-right: 15px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
	display: block;
	padding-bottom: 10px;
	padding-left: 40px;
}