html {
	height:100%;
}
body {
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	height:100%;
}
* {
	margin:0px;
	padding:0px;
}
h4 {
	color: #383838;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 11px;
	text-transform: uppercase;
}
ul, li {
	list-style:none;
}
a {
	text-decoration:none;
	color:#000;
}
img {
	border:0px;
}
fieldset {
   border-width: 0;
}
.clr {
	clear:both;
}
.fl {
	float:left;
}
.fr {
	float:right;
}
 @font-face {
 font-family: 'BazarMedium';
 src: url('../fonts/bazar-webfont.eot');
 src: url('../fonts/bazar-webfont.eot?#iefix') format('embedded-opentype'),  url('../fonts/bazar-webfont.woff') format('woff'),  url('../fonts/bazar-webfont.ttf') format('truetype'),  url('../fonts/bazar-webfont.svg#BazarMedium') format('svg');
 font-weight: normal;
 font-style: normal;
}
 @font-face {
 font-family: 'SeasideResortNFRegular';
 src: url('../fonts/seasrn__-webfont.eot');
 src: url('../fonts/seasrn__-webfont.eot?#iefix') format('embedded-opentype'),  url('../fonts/seasrn__-webfont.woff') format('woff'),  url('../fonts/seasrn__-webfont.ttf') format('truetype'),  url('../fonts/seasrn__-webfont.svg#SeasideResortNFRegular') format('svg');
 font-weight: normal;
 font-style: normal;
}
@font-face {
    font-family: 'BebasNeueRegular';
    src: url('../fonts/bebas-webfont.eot');
    src: url('../fonts/bebas-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/bebas-webfont.woff') format('woff'),
         url('../fonts/bebas-webfont.ttf') format('truetype'),
         url('../fonts/bebas-webfont.svg#BebasNeueRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'LobsterTwoRegular';
    src: url('../fonts/LobsterTwo-Regular-webfont.eot');
    src: url('../fonts/LobsterTwo-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/LobsterTwo-Regular-webfont.woff') format('woff'),
         url('../fonts/LobsterTwo-Regular-webfont.ttf') format('truetype'),
         url('../fonts/LobsterTwo-Regular-webfont.svg#LobsterTwoRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'LobsterTwoItalic';
    src: url('../fonts/LobsterTwo-Italic-webfont.eot');
    src: url('../fonts/LobsterTwo-Italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/LobsterTwo-Italic-webfont.woff') format('woff'),
         url('../fonts/LobsterTwo-Italic-webfont.ttf') format('truetype'),
         url('../fonts/LobsterTwo-Italic-webfont.svg#LobsterTwoItalic') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'LobsterTwoBold';
    src: url('../fonts/LobsterTwo-Bold-webfont.eot');
    src: url('../fonts/LobsterTwo-Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/LobsterTwo-Bold-webfont.woff') format('woff'),
         url('../fonts/LobsterTwo-Bold-webfont.ttf') format('truetype'),
         url('../fonts/LobsterTwo-Bold-webfont.svg#LobsterTwoBold') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'LobsterTwoBoldItalic';
    src: url('../fonts/LobsterTwo-BoldItalic-webfont.eot');
    src: url('../fonts/LobsterTwo-BoldItalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/LobsterTwo-BoldItalic-webfont.woff') format('woff'),
         url('../fonts/LobsterTwo-BoldItalic-webfont.ttf') format('truetype'),
         url('../fonts/LobsterTwo-BoldItalic-webfont.svg#LobsterTwoBoldItalic') format('svg');
    font-weight: normal;
    font-style: normal;
}

.wrapper {
	width:100%;
	padding-top:130px;
}



/* === Header Section === */
#header {
	width:100%;
	position:fixed;
	height:130px;
	background:url(../images/body_bg.png) repeat-x;
	background-color:#ff697b;
	z-index:1000;
}
#header_inn {
	width:950px;
	position:relative;
	padding-top:54px;
	margin:auto;
	/*background-color:#ff697b;*/
}
#topright {
	position: absolute;
	right: 0px;
	top: 5px;
	height: 75px;
	width: 63px;
	background:url(../images/contact-badge.png) no-repeat;
}
a #topright  {
	background:url(../images/contact-badge.png) no-repeat;
}
#topright a:hover {
	background:url(../images/contact-badge-hover.png) no-repeat;
}
#menu {
	width:950px;
}
#menu ul li {
	float:left;
	padding-left:20px;
	padding-right:40px;
}
#menu ul li.padd {
	padding-left:160px;
}
#menu ul li a {
	color:#f6edd8;
	font-size:20px;
	text-transform:uppercase;
	font-family: 'BazarMedium';
	font-weight: normal;
}
#top_logo {
	width:172px;
	height:178px;
	position:absolute;
	top:0px;
	left:366px;
}
#top_logo a {
	width:172px;
	height:178px;
	display:block;
	background:url(../images/logo.png) -0px -0px no-repeat;
}


/* === Home Section === */
#home_top {
	width:100%;
	background-color:#F5AA9D; /* pink*/
	z-index:0;
	margin-top:-3px;
	position:relative;
}
#home_top_botm_bg {
	width:100%;
	background:url(../images/botm_bg.png) bottom center repeat-x;
	padding-bottom:42px;
	background-color:#F5AA9D; /*pink*/
}
#home_top_inn {
	width:950px;
	margin:auto;
}
#names h1 {
	text-transform:uppercase;
	/*font-family:'SeasideResortNFRegular';*/
	font-family:'LobsterTwoBold';
	font-size:99px;
	text-align:center;
	color:#616161;
	text-shadow:#FFC 2px 2px;
	padding-bottom:10px;
}
#home_top_logos {
	width:950px;
	padding-bottom:20px;
	padding-top:77px;
}
#home_top_logos a {
	width:463px;
	height:123px;
	display:block;
	margin:auto;
	margin-bottom:24px;
}
#home_top_logos p {
	width:811px;
	margin:auto;
	height:85px;
	background:url(../images/ribbon2.png) no-repeat;
}
#home_top_logos p a {
	width:366px;
	display:block;
	height:50px;
	line-height:50px;
	color:#616161;
	text-align:center;
}
.date {
	color:#f6edd8;
	font-size:32px;
	text-transform:uppercase;
	font-family: 'BazarMedium';
	font-weight: normal;
	padding-top:15px;
}
#main_photo {
	margin:auto;
	width:800px;
	padding:20px 0;
}
#hello_welcome {
	width:630px;
	margin:auto;
	font-family: 'BazarMedium';
	padding-bottom: 10px;
}
#hello_welcome h2 {
	color:#f6edd8;
	font-family: 'BazarMedium';
	text-transform:uppercase;
	font-size:30px;
	font-weight: normal;
	padding-bottom:0px;
	padding-left:48px;
	/*background:url(../images/h_lft_bg.png) left top no-repeat;
	background:url(../images/h_rit_bg.png) right bottom no-repeat;*/
	padding-bottom: 2px;
}
#hello_welcome h3 {
	color:#f6edd8;
	font-size:22px;
	font-weight: normal;
	text-transform:uppercase;
	text-align:right;
	padding-right:34px;
	background:url(../images/h_rit_bg.png) right bottom no-repeat;
	font-weight:normal;
}


/* === About Section === */
#home_about {
	width:100%;
	background:url(../images/home_about_bg.jpg) repeat;
	padding-top:10px;
}
#home_about_botm_bg {
	width:100%;
	background:url(../images/botm_bg.png) bottom center repeat-x;
	padding-bottom:30px;
}
#home_about_inn {
	width:950px;
	margin:auto;
}
#about_go_top {
	width:950px;
	height:58px;
	padding-bottom:5px;
	position:relative;
	z-index:10;
	padding-bottom:2px;
}
#about_go_top a {
	width:44px;
	height:67px;
	display:block;
	position:absolute;
	left:0px;
	top:-9px;
	background:url(../images/top_ribbons2.png) 0px -9px no-repeat;
	-webkit-transition: background-position 0.5s ease-out;
	-moz-transition: background-position 0.5s ease-out;
	-o-transition: background-position 0.5s ease-out;
}
#about_go_top a:hover {
	width:44px;
	height:67px;
	background:url(../images/top_ribbons2.png) 0px 0px no-repeat;
}
#home_about_desc {
	width:950px;
	padding-bottom:60px;
}
#home_about_desc_left {
	width:474px;
	float:left;
	padding-right:4px;
}
#home_about_desc_left h3 {
	color:#383838;
	height:120px;
	font-weight:normal;
	font-size:140px;
	font-family: 'BebasNeueRegular';
	border-right:2px dashed #2f2f2f;
}
#home_about_desc_right {
	width:455px;
	float:right;
}
#home_about_desc_right p a {
	width:72px;
	height:72px;
	float:left;
	border:1px solid #444444;
	float:left;
	margin-right:7px;
	margin-bottom:5px;
}
#home_about_desc_right p {
	color:#383838;
	font-size:14px;
	line-height:17px;
}
#home_slider_outer {
	width:801px;
	height:333px;
	padding:10px 24px 25px 23px;
	background:url(../images/slider_bg.png) no-repeat;
	margin: auto;
}
#home_slider {
	width:800px;
	height:230px;
	padding-bottom:10px;
	position:relative;
}
#home_slider a {
	width:800px;
	height:230px;
	display:block;
}
#home_slider a.left_arrow {
	width:43px;
	display:block;
	position:absolute;
	left:-9px;
	top:78px;
	height:74px;
}
#home_slider a.right_arrow {
	width:43px;
	display:block;
	position:absolute;
	right:-9px;
	top:78px;
	height:74px;
}
#home_slider_bottom {
	width:800px;
}
#home_slider_bottom h3 {
	color:#383838;
	font-size:32px;
	width:224px;
	font-weight:normal;
	text-align:center;
	font-family: 'BazarMedium';
	float:left;
}
#home_slider_bottom p {
	color:#383838;
	border-left:1px dashed #2f2f2f;
	font-size:14px;
	width:465px;
	padding-left:16px;
	float:left;
}
#home_about_listing {
	width:950px;
}
#home_about_listing ul li {
	float:left;
	width:176px;
	text-align:center;
	padding-right:82px;
}
#home_about_listing ul li.last_li {
	padding-right:0px;
}
#home_about_listing ul li h2 {
	color:#383838;
	font-size:38px;
	font-weight:normal;
	font-family: 'BazarMedium';
}
#home_about_listing ul li h3 {
	color:#383838;
	font-size:24px;
	font-weight:normal;
	font-family: 'BazarMedium';
	padding-bottom:15px;
}
#home_about_listing ul li img {
	width:176px;
	height:176px;
	display:block;
	margin-bottom:18px;
}
#home_about_listing ul li p {
	color:#383838;
	font-size:14px;
	line-height:18px;
	text-align:left;
	padding-bottom:20px;
}
.about_listing_txt {
	width:176px;
	padding-top:22px;
	background:url(../images/lines_bg.png) repeat-x;
}


/* === Gallery Section === */
#home_gallery {
	width:100%;
	background-color:#A8D8D8; /* teal*/
	padding-top:10px;
}
#home_gallery_botm_bg {
	width:100%;
	/*background-color:#A8D8D8; /* teal*/   
	background:url(../images/botm_bg.png) bottom center repeat-x;
	padding-bottom:50px;
}
#home_gallery_inn {
	width:950px;
	margin:auto;
}
#home_gallery_go_top {
	width:950px;
	height:55px;
	padding-bottom:5px;
	position:relative;
	z-index:10;
	padding-bottom:2px;
}
#home_gallery_go_top a {
	width:44px;
	height:67px;
	display:block;
	position:absolute;
	left:0px;
	top:-12px;
	background:url(../images/top_ribbons2.png) 0px -9px no-repeat;
	-webkit-transition: background-position 0.5s ease-out;
	-moz-transition: background-position 0.5s ease-out;
	-o-transition: background-position 0.5s ease-out;
}
#home_gallery_go_top a:hover {
	width:44px;
	height:67px;
	background:url(../images/top_ribbons2.png) 0px 0px no-repeat;
}
#home_gallery_desc {
	width:950px;
	padding-bottom:20px;
}
#home_gallery_desc_left {
	width:400px;
	float:left;
	padding-right:4px;
}
#home_gallery_desc_left h3 {
	color:#383838;
	height:120px;
	font-weight:normal;
	font-size:120px;
	font-family: 'BazarMedium';
	border-right:2px dashed #2f2f2f;
}
#home_gallery_desc_right {
	width:530px;
	float:right;
}
#home_gallery_desc_right p {
	color:#383838;
	font-size:14px;
	line-height:20px;
}
#gallery_listing {
	width:950px;
	position:relative;
}
#gallery_listing ul {
	position:relative;
	left:0px;
	top:0px;
}
#gallery_listing ul li {
	width:195px;
	height:217px;
	padding:6px 14px 0px 15px;
	margin-right:18px;
	margin-bottom:25px;
	float:left;
	background:url(../images/gallery_li_bg.png) no-repeat;
	position:relative;
}
#gallery_listing ul li.last_li {
	margin-right:0px;
}
#gallery_listing ul li img {
	width:195px;
	height:148px;
}
#gallery_listing ul li p {
	color:#383838;
	font-size:14px;
	padding-top:35px;
	text-align:center;
	text-transform:uppercase;
}
#gallery_listing p {
	height: 15px;
	overflow: hidden;
}
#gallery_listing a {
	color: #383838;
}
#gallery_listing a:hover {
	color: #272727;
}
#gallery_listing ul li span.photo {
	/*width:62px;
	height:63px;*/
	position:absolute;
	/*top:123px;
	left:81px;*/
	display:block;
	padding-left:1px;
}
#gallery_listing ul li span.photo a {
	/*width:65px;
	height:64px;*/
	margin:auto;
	display:block;
	margin-top:3px;
}
#gallery_listing ul li span a {
	width:65px;
	height:64px;
	margin:auto;
	display:block;
	margin-top:3px;
}
#gallery_listing ul li span.photo a:hover {
	margin:auto;
	margin-top:1px;
}
.quote {
	width:700px;
	height:auto;
	overflow:auto;
}
.title_quote {
	color:#383838;
	font-family: 'BazarMedium';
	font-size:30px;
	text-transform: uppercase;
	text-align: center;
	padding-top: 20px;
}
.subtitle_quote {
	color: #383838;
	font-size:14px;
	text-align: center;
}
.body_quote {
	color: #383838;
	font-size: 12px;
	line-height: 18px;
	padding: 20px;
}
.image_quote {
	float: left;
	margin-right: 10px;
	border: 4px solid white;
}


/* === Groomsmen Section === */
#home_gmen {
	width:100%;
	background:url(../images/home_gmen_bg.jpg) repeat;
	padding-top:12px;
}
#home_gmen_botm_bg {
	width:100%;
	background:url(../images/botm_bg.png) bottom center repeat-x;
	padding-bottom:38px;
}
#home_gmen_inn {
	width:950px;
	margin:auto;
}
#home_gmen_go_top {
	width:950px;
	height:55px;
	padding-bottom:5px;
	position:relative;
	z-index:10;
	padding-bottom:2px;
}
#home_gmen_go_top a {
	width:44px;
	height:67px;
	display:block;
	position:absolute;
	left:0px;
	top:-12px;
	background:url(../images/top_ribbons2.png) 0px -9px no-repeat;
	-webkit-transition: background-position 0.5s ease-out;
	-moz-transition: background-position 0.5s ease-out;
	-o-transition: background-position 0.5s ease-out;
}
#home_gmen_go_top a:hover {
	width:44px;
	height:67px;
	background:url(../images/top_ribbons2.png) 0px 0px no-repeat;
}
#home_gmen_desc {
	width:950px;
	padding-bottom:42px;
}
#home_gmen_desc_left {
	width:620px;
	float:left;
	padding-right:4px;
}
#home_gmen_desc_left h3 {
	color:#383838;
	height:120px;
	font-weight:normal;
	font-size:120px;
	font-family: 'BazarMedium';
	border-right:2px dashed #2f2f2f;
}
#home_gmen_desc_right {
	width:310px;
	float:right;
}
#home_gmen_desc_right p {
	color:#383838;
	font-size:14px;
	line-height:20px;
}
#home_gmen_content {
	width:950px;
	padding-bottom:35px;
}
#home_gmen_content_left {
	width:650px;
	float:left;
}
img.float-right {
	float:right;
  	margin: 5px 0px 10px 10px;
	background: #FAFAFA;
   border: 1px solid #DCDCDC;
	padding: 8px;  
}
img.float-left {
  	float:left;
	margin: 5px 10px 10px 15px;
	background: #FAFAFA;
   border: 1px solid #DCDCDC;
	padding: 8px;
}
.float-left{
	float:left;
}
.float-right{
	float:right;
}
.align-left  { text-align: left; }
.align-right { text-align: right; }
p.names {
	padding-top: 20px;
	font-family:Arial, Helvetica, sans-serif;
	font-variant:small-caps;
	font-size:18px;
	font-weight:bold;
}
p.description {
	padding: 10px 15px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	width:800px;
	vertical-align:baseline;
}
#person {
	padding: 10px 0px;
}
#home_gmen_listing {
	width:650px;
}
#home_gmen_listing ul li {
	float:left;
	width:100%;
	padding-bottom:18px;
}
#home_gmen_listing ul li label {
	color:#d3d3d3;
	float:left;
	background:#323232;
	width:44px;
	height:46px;
	text-align:center;
	margin-right:8px;
	padding-top:6px;
	padding-bottom: 2px;
	display:block;
	font-size:18px;
	font-family: 'BazarMedium';
	line-height: 23px;
}
#home_blog_tweets {
	width:255px;
	padding-bottom:25px;
}
#home_blog_tweets h3 {
	color:#383838;
	font-size:26px;
	font-weight:normal;
	font-family: 'BazarMedium';
}
#home_blog_tweets p {
	color:#383838;
	font-size:11px;
	padding-bottom:11px;
	margin-bottom:6px;
	background:url(../images/lines_bg.png) bottom center repeat-x;
	text-transform:uppercase;
}
.tweets li {
	margin-bottom: 20px;
}
.tweets li a {
	text-decoration: underline;
	color: #01c0fe;
}
#twitter_update_list li {
	color:#383838;
	font-size:11px;
	background:url(../images/bird_bg.png) left top no-repeat;
	padding-left:18px;
	padding-bottom:10px;
	margin-bottom:0px;
	text-transform:uppercase;
	line-height: 1.3em;
}
#twitter_update_list li span a {
	/*display: block;*/
	color: #d06949;
}
#twitter_update_list li a {
	/*display: block;*/
	color: #7f7f7f;
}
#twitter_update_list li span a {
	display: inline;
}
#twitter_update_list li span a:hover {
}




/* === Maids Section === */
#home_maids {
	width:100%;
	background-color:#FAC2CE;
}
#home_maids_botm_bg {
	width:100%;
	background:url(../images/botm_bg.png) bottom center repeat-x;
	padding-bottom:38px;
}
#home_maids_inn {
	width:950px;
	margin:auto;
}
#home_maids_go_top {
	width:950px;
	height:55px;
	padding-bottom:5px;
	position:relative;
	z-index:10;
	padding-bottom:9px;
}
#home_maids_go_top a {
	width:44px;
	height:67px;
	display:block;
	position:absolute;
	left:0px;
	top:-2px;
	background:url(../images/top_ribbons2.png) 0px -9px no-repeat;
	-webkit-transition: background-position 0.5s ease-out;
	-moz-transition: background-position 0.5s ease-out;
	-o-transition: background-position 0.5s ease-out;
}
#home_maids_go_top a:hover {
	width:44px;
	height:67px;
	background:url(../images/top_ribbons2.png) 0px 0px no-repeat;
}
#home_maids_desc {
	width:950px;
	padding-bottom:42px;
}
#home_maids_desc_left {
	width:650px;
	float:left;
	padding-right:4px;
}
#home_maids_desc_left h3 {
	color:#383838;
	height:120px;
	font-weight:normal;
	font-size:120px;
	font-family: 'BazarMedium';
	border-right:2px dashed #2f2f2f;
}
#home_maids_desc_right {
	width:290px;
	float:right;
}
#home_maids_desc_right p {
	color:#383838;
	font-size:14px;
	line-height:20px;
}
#home_maids_content {
	width:950px;
	padding-bottom:35px;
}
#home_maids_content_left {
	width:650px;
	float:left;
}
#home_maids_listing {
	width:650px;
}
#home_maids_listing ul li {
	float:left;
	width:100%;
	padding-bottom:18px;
}
#home_maids_listing ul li label {
	color:#d3d3d3;
	float:left;
	background:#323232;
	width:44px;
	height:46px;
	text-align:center;
	margin-right:8px;
	padding-top:6px;
	padding-bottom: 2px;
	display:block;
	font-size:18px;
	font-family: 'BazarMedium';
	line-height: 23px;
}
#home_maids_listing ul li p {
	color:#383838;
	font-size:14px;
	line-height:19px;
	padding-bottom:20px;
}
#home_maids_listing ul li p a {
	color:#d06949;
	font-size:14px;
}
.title_maids_pics {
	color:#383838;
	font-size:14px;
	text-align: center;
}
.title_maids_pics a {
	color:#383838;
}
.title_maids_pics a:hover {
	color:#272727;
}



/* === Info Section === */
#home_info {
	width:100%;
	background-color:#D8F0D8; /* light green*/
}
#home_info_botm_bg {
	width:100%;
	background-color:#D8F0D8; /* light green*/
	background:url(../images/botm_bg.png) bottom center repeat-x;
	padding-bottom:38px;
}
#home_info_inn {
	width:950px;
	margin:auto;
}
#home_info_go_top {
	width:950px;
	height:58px;
	padding-bottom:5px;
	position:relative;
	z-index:10;
	padding-bottom:9px;
}
#home_info_go_top a {
	width:44px;
	height:67px;
	display:block;
	position:absolute;
	left:0px;
	top:-2px;
	background:url(../images/top_ribbons2.png) 0px -9px no-repeat;
	-webkit-transition: background-position 0.5s ease-out;
	-moz-transition: background-position 0.5s ease-out;
	-o-transition: background-position 0.5s ease-out;
}
#home_info_go_top a:hover {
	width:44px;
	height:67px;
	background:url(../images/top_ribbons2.png) 0px 0px no-repeat;
}
#home_info_desc {
	width:950px;
	padding-bottom:60px;
}
#home_info_desc_left {
	width:240px;
	float:left;
	padding-right:4px;
}
#home_info_desc_left h3 {
	color:#383838;
	height:120px;
	font-weight:normal;
	font-size:120px;
	font-family: 'BazarMedium';
	border-right:2px dashed #2f2f2f;
}
#home_info_desc_right {
	width:690px;
	float:right;
}
#home_info_desc_right p a {
	width:72px;
	height:72px;
	float:left;
	border:1px solid #444444;
	float:left;
	margin-right:7px;
	margin-bottom:5px;
}
#home_info_desc_right p {
	color:#383838;
	font-size:14px;
	line-height:17px;
}
#home_slider_outer {
	width:801px;
	height:333px;
	padding:10px 24px 25px 23px;
	background:url(../images/slider_bg.png) no-repeat;
	margin: auto;
}
#home_slider {
	width:800px;
	height:230px;
	padding-bottom:10px;
	position:relative;
}
#home_slider a {
	width:800px;
	height:230px;
	display:block;
}
#home_slider a.left_arrow {
	width:43px;
	display:block;
	position:absolute;
	left:-9px;
	top:78px;
	height:74px;
}
#home_slider a.right_arrow {
	width:43px;
	display:block;
	position:absolute;
	right:-9px;
	top:78px;
	height:74px;
}
#home_slider_bottom {
	width:800px;
}
#home_slider_bottom h3 {
	color:#383838;
	font-size:32px;
	width:224px;
	font-weight:normal;
	text-align:center;
	font-family: 'BazarMedium';
	float:left;
}
#home_slider_bottom p {
	color:#383838;
	border-left:1px dashed #2f2f2f;
	font-size:14px;
	width:465px;
	padding-left:16px;
	float:left;
}
#home_info_content p {
	padding:10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
#home_info_listing {
	width:950px;
}
#home_info_listing ul li {
	float:left;
	width:176px;
	text-align:center;
	padding-right:82px;
}
#home_info_listing ul li.last_li {
	padding-right:0px;
}
#home_info_listing ul li h2 {
	color:#383838;
	font-size:38px;
	font-weight:normal;
	font-family: 'BazarMedium';
}
#home_info_listing ul li h3 {
	color:#383838;
	font-size:24px;
	font-weight:normal;
	font-family: 'BazarMedium';
	padding-bottom:15px;
}
#home_info_listing ul li img {
	width:176px;
	height:176px;
	display:block;
	margin-bottom:18px;
}
#home_info_listing ul li p {
	color:#383838;
	font-size:14px;
	line-height:18px;
	text-align:left;
	padding-bottom:20px;
}
.info_listing_txt {
	width:176px;
	padding-top:22px;
	background:url(../images/lines_bg.png) repeat-x;
}



/* === GIFTS Section === */
#home_gifts {
	width:100%;
	background-color:#9194C1;
}
#home_gifts_botm_bg {
	width:100%;
	background:url(../images/botm_bg.png) bottom center repeat-x;
	padding-bottom:38px;
}
#home_gifts_inn {
	width:950px;
	margin:auto;
}
#home_gifts_go_top {
	width:950px;
	height:55px;
	padding-bottom:5px;
	position:relative;
	z-index:10;
	padding-bottom:9px;
}
#home_gifts_go_top a {
	width:44px;
	height:67px;
	display:block;
	position:absolute;
	left:0px;
	top:-2px;
	background:url(../images/top_ribbons2.png) 0px -9px no-repeat;
	-webkit-transition: background-position 0.5s ease-out;
	-moz-transition: background-position 0.5s ease-out;
	-o-transition: background-position 0.5s ease-out;
	
}
#home_gifts_go_top a:hover {
	width:44px;
	height:67px;
	background:url(../images/top_ribbons2.png) 0px 0px no-repeat;
}
#home_gifts_desc {
	width:950px;
	padding-bottom:42px;
}
#home_gifts_desc_left {
	width:307px;
	float:left;
	padding-right:4px;
}
#home_gifts_desc_left h3 {
	color:#383838;
	height:120px;
	font-weight:normal;
	font-size:120px;
	font-family: 'BazarMedium';
	border-right:2px dashed #2f2f2f;
}
#home_gifts_desc_right {
	width:620px;
	float:right;
}
#home_gifts_desc_right p {
	color:#383838;
	font-size:14px;
	line-height:20px;
}
#home_gifts_content {
	width:950px;
	padding-bottom:35px;
}
#registries {
	margin:0 auto;
	
	
}
#registries li {
	width:150px;
	float:left;
	position:relative;
	padding:6px 14px 0px 15px;
	margin-right:18px;
	margin-bottom:25px;
}
#registries li h4 {
	color:#383838;
	font-size:14px;
	padding-top:15px;
	text-align:center;
	text-transform:uppercase;
}
#home_gifts_content_left {
	width:650px;
	float:left;
}
#home_gifts_listing {
	width:650px;
}
#home_gifts_listing ul li {
	float:left;
	width:100%;
	padding-bottom:18px;
}
#home_gifts_listing ul li label {
	color:#d3d3d3;
	float:left;
	background:#323232;
	width:44px;
	height:46px;
	text-align:center;
	margin-right:8px;
	padding-top:6px;
	padding-bottom: 2px;
	display:block;
	font-size:18px;
	font-family: 'BazarMedium';
	line-height: 23px;
}
#home_gifts_listing ul li p {
	color:#383838;
	font-size:14px;
	line-height:19px;
	padding-bottom:20px;
}
#home_gifts_listing ul li p a {
	color:#d06949;
	font-size:14px;
}
.title_gifts_pics {
	color:#383838;
	font-size:14px;
	text-align: center;
}
.title_gifts_pics a {
	color:#383838;
}
.title_gifts_pics a:hover {
	color:#272727;
}



/* === Contact Section === */
#home_contact {
	width:100%;
	background:url(../images/contact_me_bg.jpg) repeat;
	
}
#home_contact_botm_bg {
	width:100%;
	background:url(../images/home_contact_botm_bg.jpg) bottom center repeat-x;
	padding-bottom:50px;
}
#home_contact_inn {
	width:950px;
	margin:auto;
}
#home_contact_go_top {
	width:950px;
	height:55px;
	padding-bottom:5px;
	position:relative;
	z-index:10;
	padding-bottom:9px;
}
#home_contact_go_top a {
	width:44px;
	height:67px;
	display:block;
	position:absolute;
	left:0px;
	top:-1px;
	background:url(../images/top_ribbons2.png) -132px -9px no-repeat;
	-webkit-transition: background-position 0.5s ease-out;
	-moz-transition: background-position 0.5s ease-out;
	-o-transition: background-position 0.5s ease-out;
}
#home_contact_go_top a:hover {
	width:44px;
	height:67px;
	background:url(../images/top_ribbons2.png) -132px 0px no-repeat;
}
#home_contact_desc {
	width:950px;
	padding-bottom:35px;
}
#home_contact_desc_left {
	width:595px;
	float:left;
	padding-right:4px;
}
#home_contact_desc_left h3 {
	color:#f6edd8;
	height:120px;
	font-weight:normal;
	font-size:120px;
	font-family: 'BazarMedium';
	border-right:2px dashed #f7eace;
}
#home_contact_desc_right {
	width:330px;
	float:right;
}
#home_contact_desc_right p {
	color:#f6edd8;
	padding-left:35px;
	font-size:14px;
	padding-bottom:12px;
	background:url(../images/address_bg.png) left top no-repeat;
	padding-top:3px;
}
#home_contact_desc_right a {
	color:#e57c79;
}
#home_contact_desc_right p.phon_no {
	background:url(../images/phon_no_bg.png) left top no-repeat;
	padding-top:9px;
	padding-bottom:24px;
}
#home_contact_desc_right p.email {
	background:url(../images/msg_bg.png) left top no-repeat;
}
#contact_filelds {
	width:950px;
	padding-bottom:55px;
}
#contact_filelds h3 {
	color:#d06949;
	font-size:24px;
	padding-bottom:8px;
	font-family: 'BazarMedium';
}
#contact_filelds_left {
	width:358px;
	float:left;
}
#contact_filelds_left input {
	width:348px;
	height:20px;
	padding:5px 10px;
	color:#585757;
	font-size:11px;
	line-height:20px;
	background:#f7eace;
	border:0px;
	margin-bottom:10px;
}
#contact_filelds_left textarea {
	width:348px;
	height:88px;
	padding:10px 10px;
	color:#585757;
	font-size:11px;
	line-height:20px;
	background:#f7eace;
	border:0px;
	margin-bottom:10px;
	resize:none;
}
#contact_filelds_right {
	width:570px;
	float:right;
}
#contact_filelds_right textarea {
	width:550px;
	height:168px;
	padding:10px 10px;
	color:#585757;
	font-size:11px;
	line-height:20px;
	background:#f7eace;
	border:0px;
	margin-bottom:10px;
	resize:none;
}
#contact_filelds_right input {
	width:156px;
	height:32px;
	color:#484848;
	font-family: 'BazarMedium';
	font-size:24px;
	text-align:center;
	line-height:30px;
	border:0px;
	margin-bottom:10px;
	cursor:pointer;
	background-image: url(../images/send_button_.png);
	float:right;
}
.name_error {
	color: #D06949;
    font-size: 11px;
	font-style: italic;
}
.email_error {
	color: #D06949;
    font-size: 11px;
	font-style: italic;
}
.message_error {
	color: #D06949;
    font-size: 11px;
	font-style: italic;
}
.form_success {
	color:#383838;
	font-family: 'BazarMedium';
	font-size:30px;
	text-transform: uppercase;
	text-align: center;
	padding-top: 70px;
	margin: 10px;
}
.form_success_sub {
	color:#383838;
	font-size:14px;
	text-align: center;
}
#social_links {
	width:810px;
	float:right;
}
#social_links ul {
	padding-bottom:22px;
	float:left;
}
#social_links ul li {
	width:81px;
	height:81px;
	float:left;
	padding-right:20px;
}
#social_links ul li a {
	width:81px;
	height:81px;
	display:block;
	margin-top:3px;
}
#social_links ul li a.social_link1 {
	background:url(../images/social_sprites.png) -0px -0px no-repeat;
}
#social_links ul li a.social_link2 {
	background:url(../images/social_sprites.png) -81px -0px no-repeat;
}
#social_links ul li a.social_link3 {
	background:url(../images/social_sprites.png) -162px -0px no-repeat;
}
#social_links ul li a.social_link4 {
	background:url(../images/social_sprites.png) -243px -0px no-repeat;
}
#social_links ul li a.social_link5 {
	background:url(../images/social_sprites.png) -324px -0px no-repeat;
}
#social_links ul li a.social_link6 {
	background:url(../images/social_sprites.png) -405px -0px no-repeat;
}
#social_links ul li a.social_link7 {
	background:url(../images/social_sprites.png) -486px -0px no-repeat;
}
#social_links ul li a:hover {
	margin-top:0px;
}
#social_links p {
	padding-left:33px;
	float:left;
	color:#d06949;
	font-size:14px;
	background:url(../images/rss.png) no-repeat;
	display: none;
}
#social_links p a {
	color:#f6edd8;
	font-size:14px;
}





/* === Footer Section === */
#footer {
	background:url(../images/body_bg.png) repeat-x;
	background-color:#ff697b;
	position: fixed;
	bottom: 0px;
	margin:0 auto;
	width: 980px;
	height:48px;
	left:50%;
	margin-left:-490px;
	border: 1px solid #ff697b;
	padding:0px;
	font-family:Arial,Helvetica,sans-serif;
	text-shadow: 1px 1px 1px #000;
	-moz-border-radius: 4px 4px 0px 0px;
    -webkit-border-radius: 4px 4px 0px 0px;
    border-radius: 4px 4px 0px 0px;
	-moz-box-shadow: 0px 0px 5px #222222;
	-webkit-box-shadow: 0px 0px 5px #222222;
	box-shadow: 0px 0px 5px #222222;
	z-index:2000;
}

#footer_inn {
	width:260px;
	height:49px;
	margin:0 auto;
}

#footer_btns {
	height:43px;
	padding:0;
}
#footer_btns li span { display:none; }
#footer_btns li {
	float:left;
	list-style:none;
	position:relative;
	margin:0;
	padding-right:20px;
	padding-top:4px;
}
#footer_btns li, #footer_btns a {
	height:43px;
	display:block;
	margin:0;
}
li#previewpage, li#savepage {
	width:110px;
}
#previewpage a { background:url(../images/preview_btn.png) 0px 0px no-repeat; }
#previewpage a:hover { background:url(../images/preview_btn.png) -0px -43px no-repeat; }
#savepage a { background:url(../images/save_btn.png) 0px 0px no-repeat; }
#savepage a:hover { background:url(../images/save_btn.png) -0px -43px no-repeat; }

