/* -----------------------------------
	  Template specific styles  
------------------------------------- */


/* Generic Styles */

body {
	padding: 0px;
	margin:  0px;
	/*background: url(images/bg.gif) repeat-x top #941094;*/
	background-color:#af004e;
	text-align:center;
	/*background: url(images/site_slice.gif) repeat-x top #af004e;*/
}
body, table, td, tr, div {
	font-size: 12px;
	line-height: 1.6;
	font-family: Tahoma, Geneva, Arial, Helvetica, sans-serif;
	color: #555555;
	font-weight:400;
}
a {
	color: #af004e;
	text-decoration: none;
}
a:hover {
	color: #ff7f67;
	text-decoration: none;
}
table {
	border-collapse:collapse;
}
/* Content Blocks */


#wrapper {
	width: 970px;
	margin:0 auto;
	text-align:left;
}

#content {
	background: #ffffff;
	width: 970px;
	padding: 11px 0px 0px 0px;
	background-image:url(images/content_top3.gif);
	background-position:top;
	background-repeat:no-repeat;
	margin:15px 0 0 0;
}

#content_inner {
	padding:25px;
	width: 920px;

	
	/*background:url(images/content_bottom3.gif) no-repeat bottom;
	background-position:bottom left;
	background-repeat:no-repeat;*/
	
	background-image:url(images/content_slice3.gif);
	
	/*padding-bottom:20px;*/
}


/* Header Blocks */

#header {
	width: 950px;
	height: 137px;
	margin-right: 20px;
	overflow:hidden;
}
#header_left {
	width: 494px;
	height: 137px;
	float:left;
}
#header_right {
	width: 456px;
	height: 137px;
	text-align:right;
	line-height: 95px;
	color:#fff19e;
	float:right;
}
#header_right a {
	color: #fff19e;
	text-decoration:none;
}
#header_right a:hover {
	color: #ff7f67;
	text-decoration: none;
}


#footer {
	width: 970px;
	background:url(images/content_bottom3.gif) no-repeat top;
	padding-top:26px;
	/*margin-top: 5px;*/
}

#footer_inner {
	width: 970px;
	padding: 20px 0;
	background:url(images/bg_bot3.gif) repeat-x bottom #af004e;
	/*background: url(images/bg_bot_corner.gif) no-repeat bottom;*/
}

#footer_content {
	width: 970px;
	background: url(images/bg_footer_inner.gif) repeat-y left;
}

.footer_cell {
	width: 280px;
	margin-left: 36px;
	float:left;
	display:inline;
	text-align:left;
	font-size:11px;
	color:#fbc7e9;
}
.footer_cell a {
	color:#ffffff;
	text-decoration:none;
}
.footer_cell a:hover {
	color:#ffffff;
	text-decoration:underline;
}

#language {
	text-align:center;
	padding:10px 0;
	width:100%;
}
/* Homepage Stuff */

#home_left {
	width: 640px;
	height:500px;
	float:left;
	overflow:hidden;
	background: url(images/bg_search4.gif) no-repeat left top;
	position:relative;
}

.imgslideshow {
	position:absolute;
	top:100px;
	left:10px;
}


#home_right {
	width: 250px;
	float:right;
	overflow:hidden;
}

#home_slogan {
	width: 600px;
	margin: 0 20px;
	padding-top: 75px;
}

.home_note1 {
	font-size: 16px;
	/*line-height: 40px;*/
	line-height:30px;
	color: #555555;
	font-weight:400;
}
.home_note2 {
	font-size: 14px;
	line-height: 20px;
	color: #555555;
	font-weight:400;
	margin-top:13px;
}

*+html .home_note2 {
	margin-top:14px;
}

#home_join {
	width:190px;
	float:right;
}

#home_search {
	padding-top: 130px;
	padding-left: 340px;
}
.home_searchtitle {
	font-size: 24px;
	line-height: 38px;
	color: #555555;
	font-weight:400;
}
.home_searchtxt {
	font-size: 12px;
	color: #555555;
	font-weight:400;
}


.home_profile_box {
	width: 238px;
}

.home_profile_header {
	font-size: 18px;
	line-height: 18px;
	padding: 20px 10px 5px 10px;
	color:#555555;
	font-weight:400;
}

.home_profile_body {
	padding:  10px;
	text-align:center;
}

.home_tag_box {
	width: 240px;
	margin-top:10px;
}

.home_tag_header {
	font-size: 16px;
	line-height: 18px;
	padding: 5px 0;
	color:#555555;
	font-weight:400;
}

.home_tag_body {
	text-align: left;
}
.home_content_header {
	font-size: 18px;
	line-height: 18px;
	padding-bottom: 10px;
	color:#555555;
	font-weight:400;
	width:250px;
}

.home_content_body {
	padding-bottom: 10px;
	width:250px;
}


.tag1 a, .tag2 a, .tag3 a, .tag4 a, .tag5 a, .tag6 a, .tag7 a {
	color:#666666;
	font-weight:400;
	text-decoration:none;
}
.tag1 a:hover, .tag2 a:hover, .tag3 a:hover, .tag4 a:hover, .tag5 a:hover, .tag6 a:hover, .tag7 a:hover {
	color:#555555;
	font-weight:400;
	text-decoration:underline;
}
.tag1 {
	font-size:10px;
	padding:0 2px;
}
.tag2 {
	font-size:11px;
	padding:0 2px;
}
.tag3 {
	font-size:12px;
	padding:0 2px;
}
.tag4 {
	font-size:13px;
	padding:0 2px;
}
.tag5 {
	font-size:14px;
	padding:0 2px;
}
.tag6 {
	font-size:15px;
	padding:0 2px;
}
.tag7 {
	font-size:16px;
	padding:0 2px;
}
#home_profile {
	width: 100%;
}
#home_profile td {
	width: 25%;
	text-align:center;
}
#home_profile div a {
	font-size:10px;
	line-height: 12px;
	color: #555555;
	text-decoration: none;
}
#home_profile div a:hover {
	color: #555555;
}
a.profile_image img {
	padding: 5px 10px 10px 5px;
	margin-left: 5px;
	background:url(images/bg_profile.gif) no-repeat bottom right;
	width:70px;
	height:90px;
}
/* Nav main Menu */


#nav {
	width: 970px;
	height: 50px;
	background:url(images/bg_nav2.gif) top no-repeat;
	overflow:hidden;
	margin:15px 0px 0px 0px;
}
#nav_inner {
	padding: 0 10px;
	height: 50px;
	line-height: 50px;
	font-size: 12px;
	font-weight:700;
}
#nav_inner a {
	padding: 0 10px;
	/*background: url(images/bg_navlink.gif) right no-repeat;*/
	color:#fff19e;
	text-decoration:none;
	display:block;
	float:left;
}
#nav_inner a:hover {
	/*background: url(images/bg_navlink.gif) right no-repeat #cd0369;*/
	color:#ff7f67;
	text-decoration:none;
}
/* Forms */
input, textarea, select {
	font-size: 12px;
	font-family: Tahoma, Geneva, Arial, Helvetica, sans-serif;
	color: #555555;
}
.button { /*   all form buttons */
	font-size: 12px;
	font-family: Tahoma, Geneva, Arial, Helvetica, sans-serif;
	padding: 3px 7px;
	font-weight: 700;
	color: #fff19e;
	background-color: #af004e;
	border: none;
}
.clearBoth {
	clear:both!important;
	height:1px;
	line-height:1px;
	overflow:hidden;
}
