/*-----------------------------------------------------------------------------
version:   4.0
author:    Tiki Juntakool
email:     tikigogreen@gmail.com
website:   http://www.pkartandfloraldesign.com/
-----------------------------------------------------------------------------*/

/* =General
-----------------------------------------------------------------------------*/


/* Remove padding and margin */
* {
  	margin: 0;
	padding: 0;
}

/* Class for clearing floats */
.clear {
	clear:both;
}

/* Class for float left and right */
.left{ float:left; }
.right{ float:right; }

/* Remove border around linked images */
img {
	border-top-width: 0;
	border-right-width: 0;
	border-bottom-width: 0;
	border-left-width: 0;
}

img, div { behavior: url(../iepngfix.htc) }
/* =Typography
-----------------------------------------------------------------------------*/

body {
	font-family: "Lucida Grande", "Lucida Sans", "Trebuchet MS", Tahoma, Verdana, sans-serif;
	font-size: 11px;
	line-height: 1.5;
	color: #636363;
	background-repeat: repeat;
	background-position: center -350px;
	background-color: #5E5E1F;
}


/* =Headings
-----------------------------------------------------------------------------*/



/* =Links
-----------------------------------------------------------------------------*/

/* 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;
}
/* =Branding
-----------------------------------------------------------------------------*/
#Branding {
	width: 780px;
	margin-bottom: 10px;
}

#Logo {
	width: 215px;
}

#Logo img{
	margin-top: 37px;	
}

#Address {
	width: 550px;
}

#Address p{
	text-align: right;
	margin-top: 55px;
	margin-right: 10px;
	color: #FFFFFF;
	font-size: 14px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#Address a, #Address a:visited {
	color: #FFFFFF;
	text-decoration: underline;
}

#Address a:hover {
	color: #E6E9BD;
	text-decoration: underline;
}

/* =Main Nav
-----------------------------------------------------------------------------*/
#MainNav {
	width: 205px;
	margin-top: 20px;
}

#MainNav ul {
	padding: 0;
	list-style-type: none;
	margin: 0;
}

#MainNav li {
  display: inline: /* :KLUDGE: Removes large gaps in IE/Win */
}

#MainNav li a {
	display: block;
	width: 205px;
	line-height: 28px;
	color: #666666;
	text-decoration: none;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #aaaaaa;
	text-indent: 10px;
	font-weight: bold;
}

#MainNav a:hover, .selected a {
	color: #be021a;
	background-image: url(../images/Layout/bg_navo.gif);
	background-repeat: no-repeat;
	background-position: 5px center;
	padding-left: 15px;
}

body.mhome #MainNav a#mhome, body.mabout #MainNav a#mabout, body.mwedding #MainNav a#mwedding, body.mconvention #MainNav a#mconvention, body.mplanning #MainNav a#mplanning, body.mgifts #MainNav a#mgifts, body.mtestimonials #MainNav a#mtestimonials, body.minfo #MainNav a#minfo, body.mdemo #MainNav a#mdemo, body.mrental #MainNav a#mrental, body.mcorporate #MainNav a#mcorporate, body.mcorp #MainNav a#mcorp, body.mcreative #MainNav a#mcreative{
	color: #988320;
	background-image: url(../images/Layout/bg_navn.gif);
	background-repeat: no-repeat;
	background-position: 5px center;
	padding-left: 15px;
}
/* =Sub Nav
-----------------------------------------------------------------------------*/
/* ######### Top Menu ######### */
#dropmenudiv{
	position:absolute;
	border-bottom-width: 0;
	line-height:20px;
	z-index:100;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #fc7e12;
	border-right-color: #fc7e12;
	border-bottom-color: #fc7e12;
	border-left-color: #fc7e12;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}

#dropmenudiv a, #dropmenudiv a:visited{
	width: 100%;
	display: block;
	text-indent: 3px;
	text-decoration: none;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #fc7e12;
	color: #333333;
	padding-top: 1px;
	padding-right: 0;
	padding-bottom: 1px;
}

#dropmenudiv a:hover{ /*hover background color*/
	background-color: #fc7e12;
	color: #FFFFFF;
}


/* =Main Content
-----------------------------------------------------------------------------*/
#Wrapper{
	width: 780px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	margin-top: 0px;
	margin-bottom: 0px;
}

#ContentWrapper {
	width:760px;
	margin-bottom: 10px;
	background-image: url(../images/design2/bg_contentwrapper.gif);
	background-repeat: repeat-y;
	border: 10px solid #FFFFFF;
	background-color: #eeeeee;
}

/* Set Margin witdh for Main Content */
#MainImg {

}

#MainImg img{
	border: 1px solid #CDCDCD;
}

#MainShowCase {
	width: 535px;
	margin-top: 20px;
}

#MainShowCase img{
	border: 3px solid #cdcdcd;
	margin-bottom: 15px;
	margin-right: 5px;
}

#MainShowCase h1{
	font-size: 16px;
	color: #9F7D80;
	margin-bottom: 10px;
	margin-top: 0px;
}

#MainContent {
	width: 535px;
	margin-top: 20px;
}

#MainContent h1{
	font-size: 16px;
	color: #9F7D80;
	margin-bottom: 10px;
	margin-top: 0px;
}

#MainContent h2{
	font-size: 14px;
	color: #AC386D;
	margin-bottom: 0px;
	margin-top: 0px;
	text-decoration: underline;
}

#MainContent p{
	margin-bottom: 20px;
	color: #636363;
	margin-right: 15px;
}

#MainContent 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;
}

#MainContent img.txtround{
	border: 3px solid #cdcdcd;
	margin-top: 0px;
	float: left;
	margin-left: 0px;
	margin-right: 15px;
}

#MainContent ul{
	margin-left: 25px;
	margin-bottom: 10px;
}

#MainContent li a, #MainContent li a:visited{
	color: #988320;
	text-decoration: underline;
}

#MainContent li a:hover{
	color: #be021a;
	text-decoration: underline;
}
/*Left div inside MainContent (images)*/
#MainContent21{
	width: 160px;
}

#MainContent img{
	border: 3px solid #cdcdcd;
	margin-top: 0px;
	float: left;
	margin-left: 0px;
}

/*Left div inside MainContent (images)*/
#MainContent22{

}

/*Right div inside MainContent (text)*/
#MainContent3{
	width: 360px;
}

#Block {
	width: 515px;
	margin-bottom: 15px;
}

#Block img{
	padding: 5px;
	border: 1px dotted #666666;
	margin-top: 20px;
}

#Block img.recentadded{
	padding: 5px;
	border: 1px dotted #666666;
	margin-top: 20px;
	margin-right: 10px;
}


#Block img.txtround{
	padding: 5px;
	border: 1px dotted #666666;
	margin-top: 0px;
	float: left;
	margin-right: 15px;
}

#Block h1{
	font-size: 13px;
	color: #993300;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#Block h2{
	margin-top: 20px;
	margin-left: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	font-size: 15px;
	color: #330000;
}


#Block h3{
	font-weight: normal;
	font-size: 15px;
	color: #663300;
	line-height: 20px;
	margin-top: 20px;
	margin-right: 20px;
}

#Block p{
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-top: 10px;
}

#Block ul, #Block ol{
	margin-left: 50px;
	margin-right: 20px;
	margin-bottom: 10px;
}

/* Set Margin witdh for Main Content Sub01 */
#Block_101 {
	width: 380px;
}

/* Set Margin witdh for Main Content Sub02 */
#Block_102 {
	width: 245px;
}

/* Set Margin with for Ad Content */
#Block2 {
	width: 265px;
	margin-bottom: 15px;
}

#Block2 img{
	padding: 5px;
	margin-top: 10px;
	border: 1px dotted #aaaaaa;
}

#Block2 h1{
	margin-bottom: 10px;
	font-size: 15px;
	color: #330000;
	margin-top: 30px;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-right: 20px;
}

#Block2 h2{
	font-size: 15px;
	color: #330000;
	margin-top: 25px;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-left: 0px;
	margin-right: 20px;
}

#Block2 h3{
	margin-top: 25px;
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 0px;
	font-size: 15px;
	color: #FF3300;
	font-weight: bold;
}

#Block2 p{
	line-height: 1.2em;
	font-size: 12px;
	color: #333333;
	display: block;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
	margin-top: 20px;
	margin-right: 20px;
}

#Block2 ul{
	margin-left: 50px;
	margin-right: 20px;
	margin-bottom: 10px;
}

/* Set Margin with for Ad Content */
#Block3 {
	width: 195px;
	margin-bottom: 30px;
}

#Block3 h1{
	margin-left: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	font-size: 17px;
	color: #CC6600;
	margin-top: 20px;
}

#Block3 h2{
	margin-left: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	font-size: 15px;
	color: #CC3300;
	margin-top: 10px;
}

#Block3 h3{
	margin-left: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	font-size: 13px;
	color: #663300;
	margin-top: 20px;
	font-weight: bold;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #663300;
}

#Block3 p{
	margin-top: 10px;
	margin-left: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
}

#Block3 img{
	margin-top: 20px;
}

/* =Secondary Content
-----------------------------------------------------------------------------*/
#Block4 {
	width: 655px;
	background-image: url(../images/bg_block4.gif);
	background-repeat: repeat-y;
	padding-bottom: 30px;
}

/* Set Margin for Secondary Content Section1 */
#Block5 {
	width: 380px;
}

#Block5 h1{
	font-size: 15px;
	color: #FFFF99;
	margin-top: 20px;
}

#Block5 h2{
	margin-top: 20px;
	margin-left: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	font-size: 15px;
	color: #FF9900;
}


#Block5 h3{
	font-weight: normal;
	font-size: 15px;
	color: #663300;
	line-height: 20px;
	margin-top: 20px;
	margin-right: 20px;
}

#Block5 p{
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-top: 10px;
	color: #fbf7f2;
	font-size: 12px;
}

#Block5 ul, #Block ol{
	margin-left: 50px;
	margin-right: 20px;
	margin-bottom: 10px;
}

#Block5 li{
	color: #fbf7f2;
}

#Block5 a, #Block5 a:visited{
	color: #fbf7f2;
	text-decoration: underline;
}

#Block5 a:hover{
	color: #fbf7f2;
	text-decoration: underline;
}

/* Set Margin for Secondary Content Section2 */
#Block6 {
	width: 245px;
}

#Block6 img{
	margin-top: 20px;
	border: 1px solid #CCCCCC;
}

#Block6 h1{
	font-size: 15px;
	color: #FFFF99;
	margin-top: 20px;
	margin-right: 10px;
}

#Block6 h2{
	margin-top: 20px;
	margin-left: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	font-size: 13px;
	color: #FF9900;
}


#Block6 h3{
	font-weight: normal;
	font-size: 15px;
	color: #663300;
	line-height: 20px;
	margin-top: 20px;
	margin-right: 10px;
}

#Block6 p{
	margin-left: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-top: 10px;
	color: #fbf7f2;
	font-size: 13px;
}

#Block6 ul, #Block ol{
	margin-left: 50px;
	margin-right: 20px;
	margin-bottom: 10px;
}

#Block6 a, #Block6 a:visited{
	color: #fbf7f2;
	text-decoration: underline;
}

#Block6 a:hover{
	color: #fbf7f2;
	text-decoration: underline;
}

/* Set Margin for Secondary Content Section3 */
#Block7 {
	width: 195px;
	margin-bottom: 30px;
}

#Block7 img{
	margin-top: 20px;
	border: 1px solid #CCCCCC;
}

#Block7 h1{
	font-size: 15px;
	color: #FFFF99;
	margin-top: 20px;
	margin-right: 10px;
}

#Block7 h2{
	margin-top: 20px;
	margin-left: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	font-size: 13px;
	color: #FF9900;
}


#Block7 h3{
	font-weight: normal;
	font-size: 15px;
	color: #663300;
	line-height: 20px;
	margin-top: 20px;
	margin-right: 10px;
}

#Block7 p{
	margin-left: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-top: 10px;
	color: #fbf7f2;
	font-size: 13px;
}

#Block7 ul {
	padding: 0;
	list-style-type: none;
	margin-top: 10;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}

#Block7 li {
  display: inline: /* :KLUDGE: Removes large gaps in IE/Win */
	margin-left: 10px;
	margin-left: 10px;
}

#Block7 li a {
	display: block;
	color: #fbf7f2;
	text-decoration: none;
	background-color: #1F1F1F;
	background-image: url(../images/icon_arrow.gif);
	background-repeat: no-repeat;
	background-position: left center;
	text-indent: 20px;
}

#Block7 li a:hover, #Block7 li a:selected {
  color: #fff;
}

#Block7 a, #Block7 a:visited{
	color: #fbf7f2;
	text-decoration: underline;
}

#Block7 a:hover{
	color: #fbf7f2;
	text-decoration: underline;
}

/* Quotation  */
#content1 {
	background-image: url(../images/quotation01.jpg);
	background-repeat: no-repeat;
	background-position: 15px top;
	width: 240px;
	padding-top: 5px;
}

#content1 p.pquotation {
	text-indent: 25px;
	margin-right: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	color: #330000;
	text-align: left;
	line-height: 22px;
}

#content1footer {
	background-image: url(../images/quotation02.jpg);
	background-repeat: no-repeat;
	background-position: top;
	width: 25px;
	margin-top: 100px;
	margin-right: 5px;
	height: 30px;
}

#Content2 {
	z-index: 100;
	width: 150px;
	position: absolute;
}


#Content2 img{
}
/* =Footer
-----------------------------------------------------------------------------*/
#Footer {
	width: 780px;
}

#Footer p{
	color: #FFFFFF;
	font-size: 11px;
	text-align: center;	
}

/* =Forms
-----------------------------------------------------------------------------*/

/* 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;
}


/* =Tables
-----------------------------------------------------------------------------*/

table { 
  border-spacing: 0;
	border-collapse: collapse;
}

td {
  text-align: left;
	font-weight: normal;
}



/* =Misc 1
-----------------------------------------------------------------------------*/



/* =Misc 2
-----------------------------------------------------------------------------*/
