body{ 
	text-align:center;
	/*background-image:url(../images/bg_home.jpg);*/
	background-image:url(../images/bg_home_swirls.jpg);
	background-repeat:repeat-y;
	background-position:center top;
	margin:0px;
	padding:0px;
	color:#646466;
	background-color:#C1AC91;
	position:relative;
	}
body#wedding{ 
	background-image:url(../images/bg_wedding_swirls.jpg);
}
body#personal{ 
	background-image:url(../images/bg_personal_swirls.jpg);
}
body#styling{ 
	background-image:url(../images/bg_styling_swirls.jpg);
}
body#contact a{
	color:#C1AC91;
}
body#contact a:hover{
	text-decoration:underline;
}
p{
	font-size:0.9em;
	line-height:1.5em;
	margin:0 0 10px 0;
}
a{
	text-decoration:none;
	color:#646466;
}
a:hover{
	text-decoration:none;
	color:#C1AC91;
}
strong{
	font-weight:normal;
}
h3 {
	font-size: 1.0em;
	font-weight: bold;
	margin:5px 0;
	color:#93826C;
	
	}
div.divClear{
	clear:both;
}
:focus { -moz-outline-style: none; }
#centerPanel{
	width:945px;
	margin:0 auto;
	text-align:left;
}
#header{
	height:120px;
}
div#header h1{
	float:left;
	width:365px;
	height:55px;	
	margin:35px 0 0 45px;
	background-image:url(../images/terezaHLogo.gif);
	text-indent:-9999px;
	cursor:pointer;
}
div#menuHolder{
	float:right;
	width:420px;
	height:30px;
	margin:55px 45px 0 0;
}
div.fadedLine{
	background-image:url(../images/fadeLine.gif);
	background-position:center;
	background-repeat:no-repeat;
	width:435px;
	height:3px;
	clear:both;
	margin:0 auto;
}
div.fadedLineLrg{
	background-image:url(../images/fadeLine_lrg.gif);
	background-position:center;
	background-repeat:no-repeat;
	width:626px;
	height:4px;
	clear:both;
	margin:0 auto;
}
div#header ul#topMenu{
	list-style:none;	
}
div#header ul#topMenu li{float:left;}/* for IE*/
div#header ul#topMenu li a{
	padding:10px 11px;
	height:10px;
	display:block;
	margin:0px;
	text-transform:uppercase;
	font-size:0.8em;
	color:#8A8B8E;
	text-decoration:none;
	font-weight:bold;	
}
div#header ul#topMenu li a:hover,div#header ul#topMenu li a.selected{
	color:#C1AC91; /* TH brown*/
}
div#mainContent{

}
div#homePageImgPanel{
	height:400px;
	text-align:center;
}
div#homePageImgHolder{
	margin:5px auto;
	background-image:url(../images/mainImageFrame.jpg);
	width:900px;
	height:378px;
	position:relative;
}
div#homePageImgHolderInner{
	top:8px;
	position:absolute;
	left:8px;
}
div#welcomePanel{
	float:left;
	width:255px;
	margin:0 10px 0 40px;
	color:#93826C;
	font-size:1.05em;
}
div.homePageSubPanel{
	float:left;
	width:180px;
	margin:0 10px;
}
div#footer{
	text-align:center;
	margin:50px 0 0px 0;
}
div#footer p{
	font-weight:bold;
	text-transform:uppercase;
	font-size:0.85 em;
	letter-spacing:2px;
	padding:10px;
	color:#BEBEBD;
	margin:0;
}
div#footer p a{
	color:#BEBEBD;
}
div#footer p a:hover{
	color:#C1AC91;
}

div#footer p#siteDesign{
	font-size:8pt;
	text-transform:none;
	margin:10px 0 0 0;
	letter-spacing:normal;
	padding:0;
	font-weight:normal;
}
/*---------------weddings -----------------------------*/

div#frameHolder{
	margin:7px 20px 0 20px;
	/*height:550px;*/
	background-image:url(../images/weddingFrame.gif);
	background-repeat:no-repeat;
}

div#leftImgHolder{
	float:left;
	width:400px;
	/*height:500px;*/

}
div#leftImgHolder img.weddingMainImg{
	margin:7px;
}
div#navPortfolio{
	width:110px;/* for 6 buttons 122*/
	height:19px;
	float:left;
	margin:0 0 0 10px;

}
div#navPortfolio a{
	padding:2px 5px;
	background-color:#C1AC91; 
	color:#fff;
	font-weight:bold;
	line-height:1.1em;
	text-decoration:none;
}
div#navPortfolio a#navPortPageLink1{
/*in portfolio page too*/
	background-color:#D7933D; 
}
div#navPrevNext{
	background-image:url(../images/prevNext.jpg);
	width:257px;
	height:19px;
	float:left;
}
div#navPrevNext.noZoom{
	width:150px;
	margin:0 0 0 10px;
}
div#navPrevNext a{
	height:19px;
	display:block;
	text-indent:-9999px;
	float:left;
}
div#navPrevNext a#prev{
	width:50px;
}
div#navPrevNext a#next{
	width:50px;
	margin-left:30px;
}
div#navPrevNext a#zoom{
	width:100px;
	margin-left:25px;
}
div#navPrevNext a:hover{
	background-image:url(../images/prevNext_on.jpg);
}
div#navPrevNext a#next:hover{
background-position:-80px 0;
}
div#navPrevNext a#zoom:hover{
background-position:-155px 0;
}

div#centerCopy{
	float:left;
	width:260px;
	/*height:350px;*/
	margin:50px 20px 50px 0;

}
div#testimonialsCopy{
	float:left;
	width:170px;
	height:400px;
	margin:50px 20px;
	color:#93826C;


}
div#testimonialsCopy p{
	font-size:1.1em !important;
	line-height:1.5em !important;
	margin-bottom:0px;
}
div#testimonialsCopy p strong{
	font-size:0.8em !important;
	margin-top:5px !important;
	margin-bottom:15px;
	font-weight:bold;
	display:block;
}

p.smallP{
	font-size:0.7em !important;
	margin-top:40px;
}




/* These are standard sIFR styles... do not modify */

.sIFR-flash {
	visibility: visible !important;
	margin: 0;
}

.sIFR-replaced {
	visibility: visible !important;
}

span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}

/* Hide Adblock Object tab: the text should show up just fine, not poorly with a tab laid over it. */
.sIFR-flash + div[adblocktab=true] {
  display: none !important;
}

/* These "decoy" styles are used to hide the browser text before it is replaced... the negative-letter spacing in this case is used to make the browser text metrics match up with the sIFR text metrics since the sIFR text in this example is so much narrower... your own settings may vary... any weird sizing issues you may run into are usually fixed by tweaking these decoy styles */

.sIFR-hasFlash h1 {
	/*visibility: hidden;*/
}
.sIFR-hasFlash  h2 {
	visibility: hidden;
	letter-spacing: -4px;
	font-size: 22px;
	line-height:22px;
}
/*.sIFR-hasFlash div#welcomePanel h2 {
	visibility: hidden;
	letter-spacing: -9px;
	font-size: 24px;
	line-height:24px;
}*/
/*
.sIFR-hasFlash h3 {
	visibility: hidden;
	letter-spacing: -6px;
	font-size: 25px;
}

.sIFR-hasFlash h4 {
	visibility: hidden;
	letter-spacing: -5px;
	font-size: 21px;
}

.sIFR-hasFlash h5#pullquote {
	letter-spacing: -4px;
	visibility: hidden;
	font-size: 24px;
}*/

