body {
	margin: 0;
	background: #fff;
	color: #808080;
	font-size: 12px;
	font-family: Arial;
}
a {
	color: #B3B3B3;
	text-decoration: none;
}
a:hover {
	color: #FFF;
}
ul {
	margin: 0;
	padding: 0;
}
#main_container {
	width: 650px;
	margin: auto;
	margin-top: 40px;
	background: url('images/content_bg.png') repeat;
}
#header {
	height: 80px;
	margin: 0 0 10px 0;
}
#logo {
	background: url('images/logo.gif') no-repeat;
	width: 236px;
	height: 80px;
	margin: 0 0 0 50px;
}
#content {
	width: 650px;
	float: left;
	position:relative;
}
/**** Navigation ****/
#nav_container {
	width: 650px;
	height: 50px;
	clear: both;
	margin: 5px 0 10px 0;
	padding: 5px 0 0 0;
	background: url('images/nav_dot.gif') repeat-x top left;
}
#nav_container span {
	display: none;
}
#home_btn a {
	display: block;
	width: 35px;
	height: 43px;
	background: url('images/home_btn.gif') no-repeat;
	float: left;
}
#home_btn_selected a {
	display: block;
	width: 35px;
	height: 43px;
	background: url('images/home_btn_up.gif') no-repeat;
	float: left;
}
#home_btn a:hover {background: url('images/home_btn_up.gif') no-repeat;}
#kristy_btn a {
	display: block;
	width: 43px;
	height: 43px;
	background: url('images/kristy_btn.gif') no-repeat;
	float: left;
	margin-left: 15px;
}
#kristy_btn_selected a {
	display: block;
	width: 38px;
	height: 43px;
	float: left;
	margin-left: 15px;
	background: url('images/kristy_btn_up.gif') no-repeat;
}
#kristy_btn a:hover {background: url('images/kristy_btn_up.gif') no-repeat;}
#solutions_btn a {
	display: block;
	width: 62px;
	height: 43px;
	background: url('images/solutions_btn.gif') no-repeat;
	float: left;
	margin-left: 15px;
}
#solutions_btn_selected a {
	display: block;
	width: 62px;
	height: 43px;
	background: url('images/solutions_btn_up.gif') no-repeat;
	float: left;
	margin-left: 15px;
}
#solutions_btn a:hover {background: url('images/solutions_btn_up.gif') no-repeat;}
#portfolio_btn a {
	display: block;
	width: 60px;
	height: 43px;
	background: url('images/portfolio_btn.gif') no-repeat;
	float: left;
	margin-left: 15px;
}
#portfolio_btn_selected a {
	display: block;
	width: 60px;
	height: 43px;
	background: url('images/portfolio_btn_up.gif') no-repeat;
	float: left;
	margin-left: 15px;
}
#portfolio_btn a:hover {background: url('images/portfolio_btn_up.gif') no-repeat;}


#the_wedding_summit_btn a {
	display: block;
	width: 130px;
	height: 43px;
	background: url('images/the_wedding_summit_btn.gif') no-repeat;
	float: left;
	margin-left: 15px;
}
#the_wedding_summit_btn a:hover {background: url('images/the_wedding_summit_btn_up.gif') no-repeat;}

#connect_btn a {
	display: block;
	width: 53px;
	height: 43px;
	background: url('images/connect_btn.gif') no-repeat;
	float: right;
	margin-left: 15px;
}
#connect_btn_selected a {
	display: block;
	width: 53px;
	height: 43px;
	float: right;
	background: url('images/connect_btn_up.gif') no-repeat;
}
#connect_btn a:hover {background: url('images/connect_btn_up.gif') no-repeat;}
#blog_btn a {
	display: block;
	width: 30px;
	height: 43px;
	background: url('images/blog_btn.gif') no-repeat;
	float: left;
	margin-left: 15px;
}
#blog_btn_selected a {
	display: block;
	width: 30px;
	height: 43px;
	background: url('images/blog_btn_up.gif') no-repeat;
	float: left;
	margin-left: 15px;
}
#blog_btn a:hover {background: url('images/blog_btn_up.gif') no-repeat;}
/**** Homepage ****/
#home_image {
	width: 390px;
	height: 385px;
	background: url('images/home_img.gif') no-repeat;
	float: left;
}
#home_content {
	width: 258px;
	height: 265px;
	float: right;
	margin: 120px 0 0 0;
}
#home_content span {
	color: #fff;
}
#home_title {
	background: url('images/home_title.png') no-repeat;
	width: 263px;
	height: 75px;
	top:40px;
	left:330px;
	position: absolute;
	behavior: url('/css/iepngfix.htc');
}
/**** Kristy ****/
#kristy_image {
	width: 221px;
	height: 379px;
	background: url('images/kristy_image.gif') no-repeat;
	float: left;
}
#kristy_content span {
	font-style: italic;
}
#kristy_title {
	background: url('images/meet_kristy_title.png') no-repeat;
	width: 162px;
	height: 45px;
	top:10px;
	left:180px;
	position: absolute;
	behavior: url('/css/iepngfix.htc');
}
/**** Solutions ****/
#solutions_image {
	width: 316px;
	height: 305px;
	background: url('images/solutions_image.gif') no-repeat;
	float: left;
}
#solutions_content {
	width: 333px;
	height: 245px;
	top:55px;
	left:320px;
	position: absolute;
}
#solutions_title {
	background: url('images/solutions_title.png') no-repeat;
	width: 93px;
	height: 42px;
	top: 10px;
	left: 300px;
	position: absolute;
	behavior: url('/css/iepngfix.htc');
}
#solutions_info {
	margin: 40px 0 0 0;
	width: 650px;
}
#solutions_info ul {
	margin: 0;
	padding: 0;
}
#solutions_info li {
	list-style: none;
	width: 325px;
	float: left;
	margin: 0 0 15px 0;
}
#solutions_info span {
	color: #FF2E6E;
	font-size: 12px;
	text-transform: uppercase;
}
#solutions_info div {
	margin: 5px 0 0 10px;
	font-size: 11px;
}
/**** Portfolio ****/
#portfolio_image {
	width: 504px;
	height: 386px;
	background: url('images/portfolio_image.gif') no-repeat;
	float: left;
}
#portfolio_content {
	width: 146px;
	float: right;
	top: 60px;
	left: 500px;
	position: absolute;
	text-transform: uppercase;
	font-size: 11px;
}
#portfolio_content div {
	margin-bottom: 6px;
}
#portfolio_title {
	background: url('images/portfolio_title.png') no-repeat;
	width: 162px;
	height: 45px;
	top: 10px;
	left: 490px;
	position: absolute;
	behavior: url('/css/iepngfix.htc');
}
/**** Portfolio View ****/
#portfolioV_image {
	float: left;
	min-height: 338px;
	width: 465px;
}
#portfolioV_content {
	width: 155px;
	float: right;
	display: inline;
	margin: 60px 5px 0 0px;
	text-transform: uppercase;
	font-size: 11px;
}
#portfolioV_content div {
	margin-bottom: 6px;
}
#portfolioV_title {
	background: url('images/portfolio_title.png') no-repeat;
	width: 162px;
	height: 45px;
	top: 10px;
	left: 480px;
	position: absolute;
	behavior: url('/css/iepngfix.htc');
}
#portfolioV_name {
	color: #FF2E6E;
	text-transform: uppercase;
	margin: 25px 0 0 0;
}
#category {
	padding: 0 0 6px 10px;
	text-transform: none;
	font-size: 12px;
}
#category span {
	color: #fff;
}
#thumbs li {
	float: left;
	list-style: none;
	width: 29px;
	height: 27px;
	display: block;
	margin: 0 5px 4px 0;
}
#thumbs img:hover {
	border: 1px #fff solid;
	width: 27px;
	height: 25px;
	cursor: pointer;
}
.thumb_selected {
	border: 1px #fff solid;
	width: 27px;
	height: 25px;
}
#title {
	margin: 5px 0 0 0;
	font-size: 10px;
}
#image_holder {
	margin: auto;
}
/**** Connect ****/
#connect_image {
	width: 390px;
	height: 374px;
	background: url('images/connect_img.gif') no-repeat;
	float: left;
}
#connect_content {
	width: 280px;
	height: 265px;
	float: right;
	top: 60px;
	left:350px;
	position: absolute;
}
#connect_title {
	background: url('images/connect_title.png') no-repeat;
	width: 263px;
	height: 75px;
	top:5px;
	left:330px;
	position: absolute;
	behavior: url('/css/iepngfix.htc');
}
#connect_content span {
	color: #fff;
}
textarea {
	height: 40px;
	width: 4698px;
}
#submit {
	color: #B3B3B3;
	border: none;
	width: 100%;
	cursor: pointer;
}
.name {width: 233px;}
.company_name {width: 172px;}
.phone {width: 224px;}
.email {width:233px;}
.message {width:;}
/**** Blog ****/
#blog_content {
	width: 500px;
	float: left;
	margin: 0;
}
#blog_content input,#blog_content textarea {
	background: #fff;
	border: 1px solid #E2E2E2;
	padding: 3px;
	color: #808080;
	margin: 0 0 0 5px;
}
#blog_content textarea {
	width: 498px;
}
#blog_content h2 {
	font-weight: normal;
	font-size: 23px;
	margin: 0;
}
#blog_content h2 a {
	color: #4d4d4d;
}
#blog_content a {
	color: #ff2e6e;
}
#blog_content a:hover {
	color: #FF6F9D;
}
#sidebar {
	width: 130px;
	float: right;
}
#sidebar h3 {
	color: #ff2e6e;
	font-weight: normal;
	font-size: 18px;
	margin: 0 0 5px 0;
}
#sidebar ul {
	list-style:none;
}
#post_title {
	margin: 0 0 3px 0;
	border-bottom: 1px dotted #CCCCCC;
	color: #4D4D4D;
}
#preload {
	display: none;
}
#blog_logo {
	background: url('images/header.gif') no-repeat;
	width: 645px;
	height: 177px;
	margin: auto;
	margin-bottom: 20px;
	margin-top: 20px;
}
#decoration_right {
	background: url('images/decoration_right.gif') no-repeat;
	width: 173px;
	height: 173px;
	float: right;
	position: relative;
	top: -40px;
	z-index: -1000;
}
#decoration_left {
	background: url('images/decoration_left.gif') no-repeat;
	width: 177px;
	height: 325px;
	float: left;
	position: fixed;
	z-index: -1000;
	bottom: 0;
}
#sidebar img {
	margin: 0 0 3px 0;
}
#sidebar li {
	margin: 0 0 3px 0;
}
#sidebar ul {
	margin: 0 0 5px 0;
}
#sidebar a {
	color: #808080;
}
#sidebar a:hover {
	color: #fc2b6b;
}
