@charset "UTF-8";
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	color: #746A61;
	font: 14px/140% SommetRoundedLight, Arial, sans-serif, "Trebuchet MS", "Lucida Sans", Unicode;

}
.thrColHybHdr #container {
	width: 100%;
}
	
.thrColHybHdr #header {
	background: url(images/boutique-web-design-bg.jpg) repeat-x left top;
	padding: 0 0px;
	z-index: 1;
	margin: 0px;
	height: 170px;
} 

p {
	color: #746A61;
	font: 14px/150% SommetRoundedLight, Arial, sans-serif, "Trebuchet MS", "Lucida Sans", Unicode;
	
	
}
.thrColHybHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

.thrColHybHdr #sidebar1 {
	float: left;
	width: 200px; /* since this element is floated, a width must be given */
	background: transparent url(images/chandelier.jpg) no-repeat left top; /* top and bottom padding create visual space within this div */
}
.thrColHybHdr #sidebar2 {
	width: 200px; /* since this element is floated, a width must be given */
	text-align: center;
	background: transparent url(images/chandelier2.jpg) no-repeat right center;
	float: right;	
}

.thrColHybHdr #mainContent {
	margin: 0 200px;
	width: auto;
} 
.thrColHybHdr #footer {
	padding: 50px 10px 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background: #f1f9f9 url(images/footerbg.gif) repeat-x;
} 
.thrColHybHdr #footer p {
	margin: 0 0 0 20px; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0;
	text-transform: capitalize;
	font: 14px/110% Narziss-Drops, Georgia, "Times New Roman", Times, serif;
}

.thrColHybHdr #footer h1 {
	font-variant: small-caps;
	font-weight: lighter;
	font-size:20px;
	text-align: left;
}
.credits {
	font-size: 9px;
	font-weight: 400;
	text-align: center;
}



/* Miscellaneous classes for reuse */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 0px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

a:link {
	text-decoration: none;
	color: #555;
}
a:visited {
	text-decoration: none;
	color: #746A61;
}
a:hover {
	text-decoration: underline;
	color: #746A61;
}
a:active {
	text-decoration: underline;
	color: #746A61;
}


h1, h2, h3, h4, h5, h6 {
	color: #8ea4a8;
	font-family: Narziss-Drops, Georgia, "Times New Roman", Times, serif;
	line-height: 110%;
}
	
h1 {
	text-align: center;
	color: #A08267;
	font: 36px Narziss-Drops, Georgia, "Times New Roman", Times, serif;
}

h2 {
	font-family:Narziss-Drops;
	font-size:25px;
	line-height: 110%;
	text-shadow: 2px 3px 2px 0 #000;
}

h3 {
	font-family:Narziss-Drops;
	font-size:21px;
	text-shadow: 2px 3px 2px 0 #000;


	}

h4{
	font-size:15px;
	font-variant: small-caps;
	}

h5 {
	font-size:14px;
	}

h2 a:link {
	color: #8ea4a8;
}
h2 a:hover {
	color: #746A61;
	text-decoration: underline;
}
h3 a:hover {
	color: #746A61;
	text-decoration: underline;

}
h4 a:hover {
	color: #746A61;
	text-decoration: underline;

}

.tablecopy {
	color: #8ea4a8;
	font-family:Narziss-Drops;
	font-size:14px;
	padding-bottom:3px;
}

.tablecopy a:link {
	color: #8ea4a8;
	text-decoration: none;
	  }

.tablecopy a:hover {
	 color: #746A61;
	text-decoration: underline;

}
.thrColHybHdr #footercolumn1 {
	float: left;
	width: 30%; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 0; /* top and bottom padding create visual space within this div */
	margin-left: 10px;
}

.thrColHybHdr #footercolumn2 {
	float: right;
	width: 30%; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 6px 0px 0px 3px; /* top and bottom padding create visual space within this div */
	margin-right: 10px;
}

.thrColHybHdr #foliocolomn1 {
	float: left;
	width: 48%; /* the background color will be displayed for the length of the content in the column, but no further */
	margin-left: 10px;
}

.thrColHybHdr #foliocolomn2 {
	float: right;
	width: 48%;
	margin-right: 10px;
}

.thrColHybHdr #foliocolomn1 p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: lighter;
	font-variant: small-caps;
	text-transform: capitalize;
	text-align: center;
	color: #8ea4a8;
}

.thrColHybHdr #headercol2  {
	float: right;
	width: 25%; /* top and bottom padding create visual space within this div */
	margin-left: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0;
	text-align: center;
}

.thrColHybHdr #headercol1  {
	float: left;
	width: 25%; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 0;
	text-align: center;
}

.thrColHybHdr #foliocol3 {
	margin: 10px;
	padding: 0 1em; 
}

.thrColHybHdr #headerlogo {
	margin: 0px;
	padding: 0 0em;
}
.thrColHybHdr #foliocol3 p {
	text-transform: capitalize;
	text-align: center;
	color: #8ea4a8;
	font: 16px Narziss-Drops;
}

.thrColHybHdr #foliocolomn2 p {
	font: 16px Narziss-Drops;
	text-transform: capitalize;
	text-align: center;
	color: #8ea4a8;
}

.thrColHybHdr #middlecolumn {
	margin: 0 30%; /* the right margin can be given in ems or pixels. It creates the space down the right side of the page. */
	padding: 0 0em;
}
.horizontal_dotted_line 
{
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #8ea4a8;
	margin: 0px 7px 0pt 0px;
	color: #8ea4a8;
	text-transform:uppercase;
	letter-spacing: 1px;
}

#container #mainContent div a {
	text-align: center;
}

ul {
	list-style-type: disc;
	list-style-image: url(images/bullet.jpg);
	list-style-position: outside;
	}
.thrColHybHdr #middlecolumn_header {
	margin: 0 25%; /* the right margin can be given in ems or pixels. It creates the space down the right side of the page. */
	padding: 0 0em;
	text-align: center;	
	}
@font-face {
	font-family: Narziss-Drops;
	src: url('Narziss-Drops.otf');
}

@font-face {
	font-family:Narziss-Drops;
	font-weight: bold;
	src: url('Narziss-Drops.otf');
}
@font-face {
	font-family:FontinSans_Cyrillic_R_46b;
	src: url('FontinSans_Cyrillic_R_46b.otf');
}

@font-face {
	font-family:FontinSans_Cyrillic_R_46b;
	font-weight: bold;
	src: url('FontinSans_Cyrillic_B_46b.otf');
	
}
@font-face {
	font-family:SommetRoundedLight;
	src: url('SommetRoundedLight.otf');
}

@font-face {
	font-family:SommetRoundedLight;
	font-weight: bold;
	src: url('SommetRoundedRegular.otf');
	
}
@font-face {
	font-family:SommetRoundedLight;
	font-style:italic;
	src: url('SommetRoundedLightItalic.otf');