@charset "UTF-8";
/* CSS Document */
body {
	margin: 0;
	text-align: left;
	vertical-align: top;
	background-color: #fff;
	background-repeat: repeat;
	background-image:url(images/chiclevogueback.png);
	font-family:Georgia, "Times New Roman", Times, serif;
	text-align: center;
	font-size: 12px;
}
img {
	border: 0
}
@font-face {
	font-family: chicfont;
	src: url(fonts/chicFont.otf);
}
@font-face {
	font-family:chicfont2;
	src:url(fonts/chicfont2.otf);
}
@font-face {
	font-family:chicfont5;
	src:url(fonts/chicfont5.ttf);
}
@font-face {
	font-family:chicsansfont;
	src:url(fonts/chicsans.otf);
}

#wrapper {
	margin: 0 auto;
	width: 980px;
	text-align: left;
	background-color: #FFF0F5;
	-moz-box-shadow: 0px 0px 5px 5px #d8ae40;
	-webkit-box-shadow:  0px 0px 5px 5px #d8ae40;
	box-shadow:  0px 0px 8px 5px #d8ae40;
	/*max-width:90%*/
}
#header {
	width: 882px;
	height: 174px;
	background-color: #FFF0F5;
	padding: 0px 0 0 20px;
	/*max-width:90%*/
}
a {
	text-decoration: none;
	color: #f05328;
	font-family: chicfont;
	font-size: 13px;
}
a:hover {
	color: #d8ae40;
}
#navbar {
	list-style: none;
	margin: 0;
	padding: 11px;
	float: right;
	position: relative;
	background-color: #FFF0F5;
	width: 958px;
	height: 10px;
	border-top: 1px solid #dd4124;
	border-bottom: 1px solid #dd4124;
	z-index: 1;
	/*max-width:90%;*/
}
/* CSS for each Parent Item */
#navbar li {
	float: left;
	position: relative;
}
#navbar li a {
	text-decoration: none;
	padding: 1em 14px;
	color:#f05328;
	/*color: #dd4124; */
	font-family: chicfont;
	font-size: 17px;
}
#navbar li:hover a, #navbar li a:hover {
	color: #d8ae40;
}
#navbar ul {
	display: none;
}
#navbar li:hover ul {
	display: block;
}
#navbar ul {
	float: none;
	position: absolute;
	list-style: none;
	margin: 0;
	padding: 0;
	top: 1.8em;
	left: 0;
	background-color: #FFF0F5;
}
#navbar ul li {
	float: none;
	clear: none;
	margin: 0;
	padding: 0;
	width: auto;
	color: #dd4124;
}
#navbar li:hover ul li a, #navbar ul li a {
	line-height: 200%;
	display: block;
	padding: 0 5px 0 12px;
	float: none;
	color: #f05328;
	background: none;
	font-family: chicfont;
	font-size: 13px;
}
#navbar li:hover ul li a:hover, #navbar ul li a:hover {
	background: none;
	color: #d8ae40;
}
ul#navbar li.here a,  ul#navbar li.here a:link, ul#navbar li.here a:visited  { 
	color: #d8ae40; 
	}
#content {
	width: 890px;
	position: relative;
}
#entry {
	padding: 2px 0 1px 50px;
	font-family:chicsansfont;
	font-size:14px;
}
.left {
	float: left;
	width: 254px;
	color: #d8ae40;
	font-size: 14px;
	font-family:chicfont;
}
.center {
	float:left;
	width:300px;
}
.right {
	float:right;
	width:264px;
	color: #d8ae40;
	font-size: 14px;
	font-family:chicsansfont;
}
	
.leftprocess {
	width: 300px;
	float: left;
	color: rgb(91,91,91);
}
.rightprocess {
	margin-left: 340px;
	color: rgb(91,91,91);
	margin-right:10px;
}
.leftcontact {
	width: 300px;
	float: left;
	color: #d8ae40;
	font-size: 12px;
	font-family:chicfont
}
.rightcontact {
	margin-left: 340px;
	color: #d8ae40;
	font-size: 15px;
	font-family:chicfont;
	margin-right:10px;
}
.rightcontact2 {
	margin-left: 380px;
	color: #d8ae40;
	font-size: 15px;
	margin-right:10px;
}
input[type="text"] {
	display: block;
	border-width: 1px;
	border-style: solid;
	border-color: #dd4124;
}
label {
	float: left;
	text-align: right;
	width: 162px;
	padding-top: 0.2em;
	margin-right: 8px;
	white-space: nowrap;
	color: #d8ae40;
	font-size: 15px;
	font-family:chicfont;
}
select {
	display: block;
	border-width: 1px;
	border-style: solid;
	border-color: #dd4124;
	width: 100px;
}

.icolor {
	color: #d8ae40;
}
.icolorsalmon{
	color:#F05328;
}
.definefont{
	font-family: "chicfont2";
	color: #F05328;
	font-size: 22px;
}
.definefontgold{
	font-family: chicfont2;
	color: #d8ae40;
	font-size: 18px;
}
.definefontstandard{
	font-family: chicfont;
	color: #d8ae40;
	font-size: 14px;
}

textarea {
	display: block;
	border-width: 1px;
	border-style: solid;
	border-color: #dd4124;
}
#footer {
	width: 980px;
	padding: 15px 0px 5px;
	clear: both;
	color: #dd4124;
	font-family: chicfont5;
	font-size: 12px;
	line-height: 2;
	margin: 30px auto 5px;
	overflow: hidden;
	text-align: center;
	border-top: 1px solid #dd4124;
	border-bottom: 1px solid #dd4124;
}
#footercolumn {
	color: #dd4124;
	width: 220px;
	float: left;
	margin: 0 10px;
	vertical-align: top;
	text-align: left;
	font-family: chicfont5;
	font-size: 10pt;
	
}
#footer a {
	color: #dd4124;
	font-family: chicfont5;
}
#footer a:hover {
	color: #B11752;
	font-family: chicfont5;
}
.social {
	float: right;
	padding: 4px 4px 10px 3px;
	display:block;
	
}

#facebook ,#twitter,#instagram{
	float:left;
	display:block;
}
#facebook {
	display:block;
	width:30px;
	height:35px;
	padding: 0px 4px 0px 5px;
	background:url(images/facebook.png) no-repeat;

}
#facebook:hover
{ 
  background-position: 0 -35px;
}

#facebook span
{
  position: absolute;
  top: -999em;
} 
#twitter {
	display:block;
	width:30px;
	height:35px;
	padding: 0px 4px 0px 5px;
	background:url(images/twitter.png)no-repeat;

}
#twitter:hover
{ 
  background-position: 0 -35px;
}

#twitter span
{
  position: absolute;
  top: -999em;
}
#instagram {
	display:block;
	width:30px;
	height:35px;
	background:url(images/instagram.png);
	
}
#instagram:hover
{ 
  background-position: 0 -35px;
}

#instagram span
{
  position: absolute;
  top: -999em;
}
.chiclogo {
	float: left;
	margin: 20px 20px;
	font-size: 9px;
}

/* image replacement */
.graphic, #prevBtn, #nextBtn, #slider1prev, #slider1next {
	margin: 0;
	padding: 0 10px 0 10px;
	display: block;
	overflow: hidden;
	text-indent: -8000px;
}
/* // image replacement */
			
	

/* Easy Slider */

#slider ul, #slider li,  #slider2 ul, #slider2 li {
	margin: 0;
	padding: 0;
	list-style: none;
	position: relative;
}
#slider2 {
	margin-top: 1em;
}
#slider li, #slider2 li {
	/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
	width: 826px;
	height: 447px;
}
#prevBtn, #nextBtn,  #slider1next, #slider1prev {
	display: block;
	width: 70px;
	height: 77px;
	position: absolute;
	left: 3px;
	top:195px;
	z-index: 1000;
}
#nextBtn, #slider1next {
	left: 906px;
}
#prevBtn a, #nextBtn a,  #slider1next a, #slider1prev a {
	display: block;
	position: relative;
	width: 190px;
	height: 77px;
	background: url(images/btn_prev.png) no-repeat 0 0; 
}
#nextBtn a, #slider1next a {
background: url(images/btn_next.png) no-repeat 0 0; 
}
/* numeric controls */	

ol#controls {
	margin: 1em 0;
	padding: 0;
	height: 28px;
}
ol#controls li {
	margin: 0 10px 0 0;
	padding: 0;
	float: left;
	list-style: none;
	height: 28px;
	line-height: 28px;
}
ol#controls li a {
	float: left;
	height: 28px;
	line-height: 28px;
	border: 1px solid #ccc;
	background: #DAF3F8;
	color: #555;
	padding: 0 10px;
	text-decoration: none;
}
ol#controls li.current a {
	background: #5DC9E1;
	color: #fff;
}
ol#controls li a:focus, #prevBtn a:focus, #nextBtn a:focus {
	outline: none;
}


#gallery {
	height: 467px;
	margin-left:35px;
}

	
