/**
 * project: legrandwedding.com
 * filename: legrandwedding.css
 *
 * @author jeffrey tan (jeffrey_design@yahoo.com)
 * @version 1.0 on dec 2009
 * @copyright jeffrey tan. all rights reserved.
 */

/* --------------------------------------->> css for body <<--- */
*{margin: 0;padding: 0;}
body {
	/* overflow: hidden; */	/* Needed to eliminate scrollbars */
	background: #fbd6e4;
	background: #ffffff;
	color: #3c1120;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	font-family: "Trebuchet MS", calibri, arial;
	line-height: 1.4em;
}
/* --------------------------------------->> css for body <<--- */

/* --------------------------------------->> css for main container <<--- */
#main {
 	border: 2px solid #dddddd;
 	color: #5a1f57;
 	position: absolute;
	top: 50%;
	left: 50%;
	width: 900px;
	height: 600px;
	margin-top: -301px; /*always take 1/2 from the size of the height, they have to be negative*/;
	margin-left: -450px; /*always take 1/2 from the size of the width, they have to be negative*/
	z-index: 0;
}
/* --------------------------------------->> css for main container <<--- */

/* --------------------------------------->> css for top container <<--- */
#top {
 	position: absolute;
	width: 900px;
	height: 120px;
  z-index: 3;
}
#logo {
	float: left;
	margin: 20px 0 0 50px;
}
/*
#navi {
	float: right;
	margin: 70px 30px 0 0;
	height: auto;
	width: 500px;
	z-index: 40;
	border: 1px solid #000000;
}
#fb {
	float: right;
	margin: 75px 30px 0 0;
	height: auto;
	width: 110px;
	z-index: 4;
}
*/
#navi {
  position: absolute;
	top: 59%;
 	left: 29%;
	height: auto;
	width: 500px;
	z-index: 25;
}
#fb {
	position: absolute;
	top: 65%;
 	left: 86%;
	height: auto;
	width: 85px;
	z-index: 24;
}
.fb-like{
  position: absolute;
	top: 45%;
 	left: 60%;
	height: auto;
	width: 100px;
	z-index: 23;
}
#jsmenu {
 	margin: 0px; 
	padding: 0px;	
}
#jsmenu li	{ 	
	float: right;
	list-style: none;
	padding: 5px;
}
#jsmenu li a {
 	color: #3c1120;
	display: block;
	font-weight: normal;
	text-decoration: none;
	/*text-transform: uppercase;*/
	width: auto;
	white-space: auto;
	padding: 10px;
	font-size: 26px;
	letter-spacing: 1px;
	font-family: "Edwardian Script ITC", calibri, arial;
}
#jsmenu li a.current,
#jsmenu li a:hover {
	/*background: #fbc9dd;*/
	/*background: #f1f1f1;*/
	text-decoration: underline;
}
/* --------------------------------------->> css for top container <<--- */

/* --------------------------------------->> css for navigation <<--- */
ul#nav { float: right; height: 30px; list-style: none; width: 600px; }
#nav li { float: right; height: 100%; margin: 0; padding: 0; text-indent: -1000em; }
#nav li a { display: block; height: 100%; overflow: hidden; width: 100%; }
#n-home { width: 70px; }
#n-showcase { width: 95px; }
#n-services { width: 85px; }
#n-promotions { width: 100px; }
#n-contact { width: 75px; }
#n-about { width: 70px; }
#n-blog { width: 55px; }
#n-home a, #n-about a, #n-showcase a, #n-services a, #n-promotions a, #n-contact a, #n-blog a { background: url(../images/navigation_bar.png); }
#n-home a { background-position: -58px -10px; }
#n-showcase a { background-position: -130px -10px; }
#n-services a { background-position: -230px -10px; }
#n-promotions a { background-position: -320px -10px; }
#n-contact a { background-position: -430px -10px; }
/*
#n-blog a { background-position: -540px 0; }
#n-about a { background-position: -388px 0; }
*/
#n-home a:hover { background-position: -58px 47px; }
#n-showcase a:hover { background-position: -130px 47px; }
#n-services a:hover { background-position: -230px 47px; }
#n-promotions a:hover { background-position: -320px 47px; }
#n-contact a:hover { background-position: -430px 47px; }
/*
#n-about a:hover { background-position: -388px 47px; }
#n-blog a:hover { background-position: -540px 47px; }
*/

/* --------------------------------------->> css for navigation <<--- */

/* --------------------------------------->> css for content container <<--- */
#content {
 	background: #ffffff;
 	/*background: #f7f7f7;*/
	position: absolute;
	top: 53%;
	left: 50%;
	width: 800px;
	height: 460px;
	margin-top: -210px; /*always take 1/2 from the size of the height, they have to be negative*/
	margin-left: -400px; /*always take 1/2 from the size of the width, they have to be negative*/
	z-index: 5;
}
#homeslide {
 	background: #f7f7f7;
 	position: absolute;
 	border: 1px solid #ebebeb;
 	top: 53%;
	left: 50%;
	width: 800px;
	height: 460px;
	margin-top: -210px; /*always take 1/2 from the size of the height, they have to be negative*/
	margin-left: -400px; /*always take 1/2 from the size of the width, they have to be negative*/
	z-index: 6;
}
#white-content {
 	background: #ffffff;
	position: absolute;
	top: 53%;
	left: 50%;
	width: 800px;
	height: 425px;
	margin-top: -200px; /*always take 1/2 from the size of the height, they have to be negative*/;
	margin-left: -400px; /*always take 1/2 from the size of the width, they have to be negative*/
  z-index: 5;
}
#label {
 	color: #cdcdcd;
 	/* for IE *//*
  filter: alpha(opacity=75);
  /* CSS3 standard *//*
  opacity: 0.75;*/
	display: block;
	padding: 10px;
	position: absolute;
	width: auto;
	height: auto;
	top: 400px;
	left: 650px;
	z-index: 6;
	font-size: 16px;
	font-weight: normal;
}
.label-h1 {
	font-size: 36px;
	font-weight: normal;
	text-decoration: none;
	text-transform: uppercase;
	line-height: 1.1em;
}
.label-h2 {
	font-size: 18px;
	font-weight: normal;
	text-decoration: none;
}
/* --------------------------------------->> css for content container <<--- */

/* --------------------------------------->> css for promotions container <<--- */
#promo-content {
 	background: url(../promotions/feature_launch.jpg);
 	/*background: #f7f7f7;*/
	position: absolute;
	top: 53%;
	left: 50%;
	width: 800px;
	height: 445px;
	margin-top: -210px; /*always take 1/2 from the size of the height, they have to be negative*/
	margin-left: -400px; /*always take 1/2 from the size of the width, they have to be negative*/
	z-index: 5;
}
#promo-text {
 	/*color: #4D0847; */
 	/*background: #EBEAE7;*/
 	/* for IE *//*
  filter: alpha(opacity=75);
  /* CSS3 standard *//*
  opacity: 0.75;*/
	display: block;
	padding: 10px;
	position: absolute;
	width: 600px;
	height: auto;
	top: 260px;
	left: 5px;
	z-index: 6;
}
.promo-text {
 	color: #2F052D;
 	font-size: 15px;
 	font-weight: normal;
	text-decoration: none;
}
.promo-title {
  color: #2F052D;
	font-size: 16px;
	font-weight: normal;
	text-decoration: none;
}
.promo-para {
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
}
/* --------------------------------------->> css for promotions container <<--- */

/* --------------------------------------->> css for catalogue logo container <<--- */
#logo-backgnd{
	margin: 0px auto;
	height: auto;
	width: auto;
	top: 2%;
	z-index: 3;
	background: #f1f1f1;
	/* for IE */
  filter: alpha(opacity=45);
  /* CSS3 standard */
  opacity: 0.45;
  /*
	border-top: 1px solid #fbd6e4;
	border-right: 1px solid #fbd6e4;
	border-bottom: 1px solid #fbd6e4;*/
	position: absolute;
}
#catalogue-logo {
	margin:20px;
	text-align:center;
}
/* --------------------------------------->> css for catalogue logo container <<--- */

/* --------------------------------------->> css for footer container <<--- */
#footer {
	text-align: right;
	font-size: 10px;
 	position: absolute;
 	top: 95%;
 	left: 50%;
	width: 800px;
	height: 30px;
	color:#8d4f7a;
	margin-top: 2px; /*always take 1/2 from the size of the height, they have to be negative*/;
	margin-left: -400px; /*always take 1/2 from the size of the width, they have to be negative*/
  z-index: 7;
}
/* --------------------------------------->> css for footer container <<--- */

/* --------------------------------------->> css for main table <<--- */
.main-table {
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	font-family: "Trebuchet MS", calibri, arial;
	line-height: 1.4em;
}
.contact-table {
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-family: "Trebuchet MS", calibri, arial;
	line-height: 1.4em;
}
td.pad10 {
  padding: 0 0 10px 0;
}
/* --------------------------------------->> css for main table <<--- */

/* --------------------------------------->> css for loader div <<--- */
#loading {
	position: absolute;
	top: 49.5%; 
	left: 49.5%;
	z-index: 3;
	width: 16px; 
	height: 16px;
	text-indent: -999em;
	background-image: url(../images/loading.gif);
}
/* --------------------------------------->> css for loader div <<--- */


/* --------------------------------------->> css for supersize div <<--- */
#supersize {
 	overflow: hidden;
	position: fixed;
	/*height: 100%;
	width: 100%;*/
	width: 900px;
	height: 600px;
	z-index: 1;
}
#supersize img {
 	overflow: hidden;
	height: 100%;
	width: 100%;
	position: absolute;
	z-index: 1;
}
#backslide {
 	/*background: #e5e3e6;*/
 	/* for IE *//*
  filter: alpha(opacity=35);
  /* CSS3 standard *//*
  opacity: 0.35;*/
 	float: left;
 	position: absolute;
 	padding: 5px;
 	bottom: 10%; 
	left: 15px;
 	height: auto;
	width: auto;
	z-index: 4;
	cursor: hand;
	cursor: pointer;
}
#prevslide {
 	background: #e5e3e6;
 	/* for IE */
  filter: alpha(opacity=35);
  /* CSS3 standard */
  opacity: 0.35;
 	float: left;
 	position: absolute;
 	padding: 5px;
 	bottom: 40%; 
	left: 2%;
 	height: auto;
	width: auto;
	z-index: 4;
	cursor: hand;
	cursor: pointer;
}
#nextslide {
 	background: #e5e3e6;
 	/* for IE */
  filter: alpha(opacity=35);
  /* CSS3 standard */
  opacity: 0.35;
 	float: right;
 	position: absolute;
 	padding: 5px;
 	bottom: 40%; 
	right: 2%;
 	height: auto;
	width: auto;
	z-index: 4;
	cursor: hand;
	cursor: pointer;
}
/* --------------------------------------->> css for supersize div <<--- */

/* --------------------------------------->> css for img <<--- */
img {
	border: 0px;
}
.greyBorderOut {
	border: 2px solid #ebebeb;
}
.purpleBorderOver {
	border: 2px solid #975A84;
}
/* --------------------------------------->> css for img <<--- */

/* --------------------------------------->> css for all hyperlinks <<--- */
a:link, a:active, a:focus, a:visited {
	color: #5a1f57;
	text-decoration: none;
}
a:hover {
  color: #5a1f57;
  text-decoration: underline;
}
/* --------------------------------------->> css for all hyperlinks <<--- */

/* --------------------------------------->> css for all form fields <<--- */
.textfield {
	background: #ffffff;
  border-color: #8d4f7a;
  border-style:solid;
  border-width: 1px;
  width: 165px;
  padding: 2px;
  margin: 0;
	color: #5a1f57; 
  font-size: 11px;
  font-family: "Trebuchet MS", calibri, arial;
}
.textareafieldsmall {
	background: #ffffff;
	border-color: #8d4f7a;
  border-style: solid;
  border-width: 1px;
  color: #5a1f57; 
  font-size: 11px;
  font-family: "Trebuchet MS", calibri, arial;
  height: 60px;
  min-height: 60px;
	max-height: 60px;
  min-width: 265px;
	max-width: 265px;  
	padding: 2px;
  width: 265px;
}
.simplebutton {
	background: #f1f1f1;
  border-color: #8d4f7a;
  border-style: solid;
  border-width: 1px;
  width: 70px;
  height: 22px;
  color: #4F422F;
  font-size: 11px;
  font-weight: bold;
  font-family: "Trebuchet MS", calibri, arial;
}
/* --------------------------------------->> css for all form fields <<--- */
