﻿@charset "utf-8";

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #CF537C;
	background-image: url("../images/flower_border.jpg");
    background-size: 100%;
	background-repeat: no-repeat;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
}

hr {
  border: 0;
  width: 90%;
  color: #BD005F;
  background-color: #fff;
  border: 1px dotted #BD005F; 
  height: 1px;
  alignment-baseline:central;
  border-style: none none dotted;
  
}

h1 {
	color: #BD005F;
	font-size:14px;
	font-family: 'Arial Black', Gadget, sans-serif;
	font-weight:bold;  
}

.thrColElsHdr #container { 
	width: 974px;  /* this width will create a container that will fit in an 800px browser window if text is left at browser default font sizes */
	background: #FFD1E0;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 2px solid #C5C6C8;
	border-bottom: 0px;
	border-top: 0px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	-moz-border-radius-bottomleft: 20px;
	border-bottom-left-radius: 20px;
	-moz-border-radius-bottomright: 20px;
	border-bottom-right-radius: 20px;
} 
.thrColElsHdr #header { 
	background: #FFFFFF; 
	border-bottom: 0px;
	border-top: 0px;
		margin: 0;
	padding: 0;
} 

.thrColElsHdr #banner { 
	height: 94px;
    background-image: url("../images/logo-word-lush-nails.jpg"); 
    
} 

.thrColElsHdr #header h1 {
	margin: 0; 
	padding: 10px 0;
}

.thrColElsHdr #sidebar1 {
	float: left; 
	height: auto;
	width: 12.4em; /* since this element is floated, a width must be given */
	background: #C5C6C8; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 0px; /* top and bottom padding create visual space within this div */
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	border-right: 1px solid #C5C6C8;
}
.thrColElsHdr #sidebar2 {
	float: right; 
	width: 150px; /* since this element is floated, a width must be given */
	background: #FFFFFF; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px; /* top and bottom padding create visual space within this div */
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	background-image:url(../images/sidebar2back.png); 
	background-repeat:repeat-x;
	height: 600px;
}

.thrColElsHdr #flagsidebar {
	float: right; 
	width: 150px; /* since this element is floated, a width must be given */
	background: #FFFFFF; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px; /* top and bottom padding create visual space within this div */
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	background-image:url(../images/flag-sidebar.png); 
	background-repeat:repeat-x;
	height: 800px;
}

.thrColElsHdr #mainContent {
 	margin: 0 12em 0 12em; /* the right margin can be given in ems or pixels. It creates the space down the right side of the page. */
	font-family: Frutiger, "Frutiger Linotype", Univers, Calibri, "Gill Sans", "Gill Sans MT", "Myriad Pro", Myriad, "DejaVu Sans Condensed", "Liberation Sans", "Nimbus Sans L", Tahoma, Geneva, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size:16px;
	padding: 15px 15px;
} 

.thrColElsHdr #mainContent2 {
 	margin: 0 6em 0 6em; /* the right margin can be given in ems or pixels. It creates the space down the right side of the page. */
	font-family: Frutiger, "Frutiger Linotype", Univers, Calibri, "Gill Sans", "Gill Sans MT", "Myriad Pro", Myriad, "DejaVu Sans Condensed", "Liberation Sans", "Nimbus Sans L", Tahoma, Geneva, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size:16px;
	padding: 15px 15px;
} 


.subtext {

	font-family: Frutiger, "Frutiger Linotype", Univers, Calibri, "Gill Sans", "Gill Sans MT", "Myriad Pro", Myriad, "DejaVu Sans Condensed", "Liberation Sans", "Nimbus Sans L", Tahoma, Geneva, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size:14px;
	
} 


.thrColElsHdr #footer { 
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background: #A31947;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 2px solid #C5C6C8;
	border-top: 0px;
	text-align: center; /* this overrides the text-align: center on the body element. */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	padding-top: 5px;
	-moz-border-radius-bottomleft: 20px;
	border-bottom-left-radius: 20px;
	-moz-border-radius-bottomright: 20px;
	border-bottom-right-radius: 20px;
} 
.thrColElsHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 2px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.thrColElsHdr #footer a:link {
	color: Pink;
}

.thrColElsHdr #topContent {
	width: 974px;
	background: #A31947;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 2px solid #C5C6C8;
	border-bottom: 0px;
	border-top: 0px;
	text-align: left; /* this overrides the text-align: center on the body element. */
}


.thrColElsHdr a:link {
	color: #BD0000;
}

.thrColElsHdr a:hover {
	color: #BD0000;
}

.thrColElsHdr a:visited {
	color: #666666;
}

/* 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: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.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;
}


.oneColElsCtr #BannerWrap {
	width: 974px;
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 2px solid #cccccc;
	border-bottom: 0px;
	border-top: 0px;
	text-align: left; /* this overrides the text-align: center on the body element. */
}

.oneColElsCtr #topContent {
	width: 974px;
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 2px solid #A31947;
	border-bottom: 0px;
	border-top: 0px;
	text-align: left; /* this overrides the text-align: center on the body element. */
}

#navBar {
	position:relative;
	width:974px;
	background-color: #A31947;
	margin: 0;
	padding: 0;
	float:left;
}

.oneColElsCtr #imageWrap {
	width: 974px;
	background: #FFFFFF;
	margin: 0 auto; 
	border: 2px solid #C5C6C8;
	border-top: 0px;
	border-bottom: 0px;
	text-align: left; 
}

.oneColElsCtr #contentWrap {
	width: 974px;
	height: 500px;
	background: #FFFFFF;
	margin: 0 auto; 
	border: 2px solid #C5C6C8;
	border-top: 0px;
	border-bottom: 0px;
	text-align: left; 
}

.oneColElsCtr #contentText {
	background: #FFFFFF;
	position: relative;
	width: 550px;
	left: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	color: #333333;
	margin-left: 25px;
	top: 25px;
	border-bottom: 1px dotted #C5C6C8;
}

.maintitle {
	color: #BD005F;
	font-size:20px;
	font-family: 'Arial Black', Gadget, sans-serif;
	padding:5px;
	top:25px;
	border: 1px solid #C5C6C8;
}
.H1 {
	color: #BD005F;
	font-size:20px;
	font-family: 'Arial Black', Gadget, sans-serif;
	padding:5px;
	top:25px;
	border: 1px solid #C5C6C8;
}


.breadcrumb {
	color: #ffffff;
	font-size:10px;
	font-family: Arial, Helvetica, sans-serif;
	padding:5px;
	top:25px;
	border-left: 1px solid #C5C6C8;
	border-right: 1px solid #C5C6C8;
	border-bottom: 1px solid #C5C6C8;
	background-color: #BD005F;
	height: 10px;
}

.breadcrumb a:link{
	color: #FFFFFF;
	font-size:14px;
	text-decoration:none;
	font-size:11px;
	font-family: Arial, Helvetica, sans-serif;
}
.breadcrumb a:visited{
	color: pink;
	font-size:14px;
	text-decoration:none;
	font-size:11px;
	font-family: Arial, Helvetica, sans-serif;
}
.breadcrumb a:hover{
	color: #FFFFFF;
	font-size:14px;
	text-decoration:none;
	font-size:11px;
	font-family: Arial, Helvetica, sans-serif;
}

.featuretitleA {
	color: #BD005F;
	font-size:18px;
	font-family: 'Arial Black', Gadget, sans-serif;
}

.featuretitleB {
	color: #BD005F;
	font-size:14px;
	font-family: 'Arial Black', Gadget, sans-serif;
	font-weight:bold;  
}

.whitetitle {
	color: #FFFFFF;
	font-size:14px;
	font-family: 'Arial Black', Gadget, sans-serif;
}

.download {
	color: #BD005F;
	font-size:12px;
	font-family: Arial, Helvetica, sans-serif;
}

.whitednload {
	color: #FFFFFF;
	font-size:12px;
	font-family: Arial, Helvetica, sans-serif;
}

.footnote {
	font-size: smaller;
}
.newsdate {
	font-size: 12px;
	color: #666;
}
.contactus {
	font-size: 14px;
	font-family: Frutiger, "Frutiger Linotype", Univers, Calibri, "Gill Sans", "Gill Sans MT", "Myriad Pro", Myriad, "DejaVu Sans Condensed", "Liberation Sans", "Nimbus Sans L", Tahoma, Geneva, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.contactusBlue {
	font-size: 14px;
	font-family: Frutiger, "Frutiger Linotype", Univers, Calibri, "Gill Sans", "Gill Sans MT", "Myriad Pro", Myriad, "DejaVu Sans Condensed", "Liberation Sans", "Nimbus Sans L", Tahoma, Geneva, "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #BD005F;
}

.contactusHeader {
	font-size: 16px;
	font-family: Frutiger, "Frutiger Linotype", Univers, Calibri, "Gill Sans", "Gill Sans MT", "Myriad Pro", Myriad, "DejaVu Sans Condensed", "Liberation Sans", "Nimbus Sans L", Tahoma, Geneva, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: bold;
}

#floating-box {
   top: 10px; /* space between top of browser and annoying box */
   left: 10px; /* space between top of browser and annoying box */
   width: 100px;
   height: 100px;
}

.photos{
    width: 99%;
    align-self:center;
}

.photos img {
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    padding: 10px 10px 30px 10px;
    background: white;
    border: solid 1px black;
    align-content:center;
}

.photos img:nth-of-type(1) {
    top: 50px;
    width:15%;
    -webkit-transform: rotate(5deg);
    -moz-transform: rotate(5deg);
    -o-transform: rotate(5deg);
    transform: rotate(5deg);
    border-color: #A31947;
}
 
.photos img:nth-of-type(2) {
    top: 100px;
    width:15%;
    -webkit-transform: rotate(-10deg);
    -moz-transform: rotate(-10deg);
    -o-transform: rotate(-10deg);
    transform: rotate(-10deg);
    border-color: #A31947;
}
 
.photos img:nth-of-type(3) {
    top: 50px;
    width:15%;
    -webkit-transform: rotate(7deg);
    -moz-transform: rotate(7deg);
    -o-transform: rotate(7deg);
    transform: rotate(7deg);
    border-color: #A31947;
}
 
.photos img:nth-of-type(4) {
    top: 150px;
    width:15%;
    -webkit-transform: rotate(-3deg);
    -moz-transform: rotate(-3deg);
    -o-transform: rotate(-3deg);
    transform: rotate(-3deg);
    border-color: #A31947;
}

.photos img:nth-of-type(5) {
    top: 50px;
    width:15%;
    -webkit-transform: rotate(-3deg);
    -moz-transform: rotate(-3deg);
    -o-transform: rotate(-3deg);
    transform: rotate(-3deg);
    border-color: #A31947;
}
 
.photos img:active {
    -webkit-transform: scale(7.5);
    -moz-transform: scale(7.5);
    -o-transform: scale(7.5);
    transform: scale(7.5);
    position: relative;
    z-index: 10000;
}