@import url("reset.css");

body {
	background-color: #84a91e;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-align: center;
	color: #000000;
	font-size: 12px;
}

.clear {clear: both;}	

a:link, a:visited, a:active {
	color: #4f3d2a;
	text-decoration: underline;
	outline-color: invert;
	outline-style: none;
	outline-width: medium;	
}

a:hover {
	text-decoration: none;
}

h1 {
	font-size: 30px;
	color: #4f3d2a;
	padding-bottom: 5px;
	line-height: 30px;
}

h2 {
	font-size: 30px;
	color: #a95e06;
	padding-bottom: 5px;
	line-height: 30px;
}

h3 {
	font-size: 26px;
	color: #4f3d2a;
	padding-bottom: 5px;
	line-height: 26px;
}

h4 {
	font-size: 26px;
	color: #a95e06;
	padding-bottom: 5px;
}

h5 {
	font-size: 22px;
	color: #4f3d2a;
	padding-bottom: 5px;
}

h6 {
	font-size: 22px;
	color: #a95e06;
	padding-bottom: 5px;
	line-height: 22px;
}

p {
	margin-bottom: 10px;
}


#wrapper {
	margin: 0 auto;
	width: 1000px;
}

#wrapOuter {
	background: url(../images/wrap_mid.jpg) repeat-y left;
}

#wrapInner {
	background: url(../images/wrap_bottom.jpg) no-repeat left bottom;
	padding-bottom: 8px;
}

#wrap {
	background: url(../images/header_bg.jpg) no-repeat left top;
	padding: 8px 17px 0 16px;
	text-align: left;
}

#headerWrap {
	height: 122px;
}

#logo {
	float: left; 
	width: 200px;
	padding-top: 54px;
}

#logo a {
	height: 41px;
	width: 200px;
	display: block;
}

#header {
	float: right;
	width: 728px;
	padding-top: 18px;
}

#nav {
	background: url(../images/nav_bg.jpg) no-repeat left top;
	height: 39px;
	line-height: 39px;
	margin-bottom: 10px;
	font-family: Arial, Helvetica, sans-serif;
}

#nav ul li {
	float: left;
	background: url(../images/li_border.jpg) no-repeat left top;
	padding-left: 1px;
}

#nav ul li:first-child {
	background-image: none;
	padding-left: 0;
}

#nav ul li a:link, #nav ul li a:active, #nav ul li a:visited {
	float: left;
	padding: 0 9px;
	font-size: 12px;
	color: #fff;
	text-decoration: none;
}

#nav ul li a:hover {
	text-decoration: underline;
}

.module-glife {
	background: url(../images/the_glamorous-life.jpg) no-repeat top;
	height: 177px;
	color: #4f3d2a;
	font-size: 14px;
}

.module-glife .gcontent {
	width: 570px;
	height: 60px;
	padding-top: 98px;
	padding-left: 25px;
	float: left;
	word-spacing: -2px;
	color: #4f3d2a;
	font-family: Arial, Helevatica, sans-serif;
}

.module-glife h3 {
	color: #4f3d2a;
	font-size: 16px;
	font-weight: bold;
	padding-bottom: 0;
	line-height: normal;
	font-family:  Arial, Helevatica, sans-serif;
}

#container {
	padding-top: 10px;
}

#left {
	width: 320px;
	float: left;
	margin-right: 10px;
}

#left .normal {
	/*background: #c1ecff;*/
	margin-bottom: 10px;
	font-family: Arial, Helvetica, sans-serif;
}

#left .normal h4 {
	color: #626763;
	padding: 5px 0 5px 5px;
	font-size: 14px;
	font-weight: 600;
	font-family: Tahoma;
} 

#left .normal p {
	color: #626763;
	padding: 0 0 5px 5px;
	font-size: 13px;
}

#left .normal img {
	border: none;
	padding: 0;
	margin: 0;
}

#left .moduletable-tab {
	width: 320px;
	margin-bottom: 10px;
	color: #666666;
	font-size: 13px;
	font-family: Arial;
}

#left .moduletable-tab .tabMenu {
	height: 29px;
	padding: 0px;
	margin-left: -2px;
}

#left .moduletable-tab .tabMenu ul li {
	float: left;
	border-bottom: none;
	margin-left: 2px;
}

#left .moduletable-tab .tabMenu ul li a {
	background: url(../images/tab-left.jpg) no-repeat left top;
	text-decoration: none;
	color: #63616c;
	font-size: 12px;
	font-weight: bold;
	line-height: 29px;
	display: block;
	float: left;
	padding-left: 7px;
	width: 98px !important;
	width: 97px;	
	text-align: center;
}

#left .moduletable-tab .tabMenu ul li a span {
	background: url(../images/tab-right.jpg) no-repeat right top;
	display: block;
	padding-right: 7px;
}

#left .moduletable-tab .tabMenu ul li a:hover,
#left .moduletable-tab .tabMenu ul li a.active {
	background: url(../images/tab-left-active.jpg) no-repeat left top;
	color: #fff;
}

#left .moduletable-tab .tabMenu ul li a:hover span,
#left .moduletable-tab .tabMenu ul li a.active span {
	background: url(../images/tab-right-active.jpg) no-repeat right top;
}

#left .moduletable-tab .ratingBox {
	background: #c604ba url(../images/tabmodule-bottom.jpg) no-repeat left bottom;
	padding: 5px;
}
#left .moduletable-tab .tabcontent {
	background: #fff;
	padding: 5px;
	min-height: 190px;
	height: auto !important;
	height: 190px;
}

#left .moduletable-tab .tabcontent img {
	margin-right: 5px;
	border: none;
}

#left img {
	padding: 5px;
	border: 1px solid #bbbbbb;
	margin-bottom: 10px;
} 

#contentWrap {
	width: 445px;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 13px;		
}

#contentWrap img {
	margin-bottom: 10px;
}

#contentWrap .module-blue {
	background: #6FBEFF;
	width: 445px;	
	margin-bottom: 10px;
}

#contentWrap .module-blue div div div h3 {
	background: url(../images/blue-h3.jpg) no-repeat left top;
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;
	font-size: 16px;
	margin-bottom: 10px;
	font-weight: bold;
	text-indent: -9999px;
}

#contentWrap .module-blue .item h4, #contentWrap .module-blue .item h4 a {
	color: #ffffff;
	font-size: 16px;
	font-weight: bold;	
	font-family: Arial, Helvetica, sans-serif;
}

#contentWrap .module-blue img {
	margin: 0 5px 5px 0;
}  

#contentWrap .module-blue div {
	background: url(../images/blue-module_bottom.jpg) no-repeat left bottom;
	padding-bottom: 10px;
}

#contentWrap .module-blue div div div {
	background: url(../images/blue-module_top.jpg) no-repeat left top;
	padding: 10px 10px 0 10px;	
}

#contentWrap .module-blue div div, 
#contentWrap .module-blue div div div div {
	background-image: none;
	padding: 0;
    color: #000000;
}

#contentWrap .module-blue a:link,
#contentWrap .module-blue a:visited,
#contentWrap .module-blue a:active {
	color: #fff;
	text-decoration: none;
}

#contentWrap .module-blue a:hover {
	text-decoration: underline;
} 

#contentWrap .module-blue .item {
	margin-bottom: 12px;
	clear: both;
}

#contentWrap .module-orange {
	background: #FE9901;
	width: 445px;	
	margin-bottom: 10px;
}

#contentWrap .module-orange div div div h3 {
	background: url(../images/orange-h3.jpg) no-repeat left top;
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;
	font-size: 15px;
	margin-bottom: 10px;
	font-weight: bold;
	text-indent: -9999px;	
}

#contentWrap .module-orange .item h4, #contentWrap .module-orange .item h4 a {
	color: #fff;
	font-size: 16px;
	font-weight: bold;	
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}

#contentWrap .module-orange img {
	margin: 0 5px 5px 0;
}  

#contentWrap .module-orange div {
	background: url(../images/orange-module_bottom.jpg) no-repeat left bottom;
	padding-bottom: 10px;
}

#contentWrap .module-orange div div div {
	background: url(../images/orange-module_top.jpg) no-repeat left top;
	padding: 10px 10px 0 10px;	
}

#contentWrap .module-orange div div, 
#contentWrap .module-orange div div div div {
	background-image: none;
	padding: 0;
	color: #000000;
}

#contentWrap .module-orange a:link,
#contentWrap .momodule-orange a:visited,
#contentWrap .module-orange a:active {
	color: #fff;
	text-decoration: none;
}

#contentWrap .module-orange a:hover {
	text-decoration: underline;
} 

#contentWrap .module-orange .item {
	margin-bottom: 12px;
	clear: both;
}

#contentWrap .module-green {
	background: #96BE20; 
	width: 445px;	
	margin-bottom: 10px;
}

#contentWrap .module-green div div div h3 {
	background: url(../images/green-h3.jpg) no-repeat left top;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	margin-bottom: 10px;
	font-weight: bold;
	text-indent: -9999px;
}


#contentWrap .module-green h4, #contentWrap .module-green h4 a {
	color: #fff;
	font-size: 16px;
	font-weight: bold;	
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}

#contentWrap .module-green img {
	margin: 0 5px 5px 0;
}  

#contentWrap .module-green div {
	background: url(../images/green-module_bottom.jpg) no-repeat left bottom;
	padding-bottom: 10px;
}

#contentWrap .module-green div div div {
	background: url(../images/green-module_top.jpg) no-repeat left top;
	padding: 10px 10px 0 10px;	
}

#contentWrap .module-green div div, 
#contentWrap .module-green div div div div {
	background-image: none;
	padding: 0;
	color: #fff;
}

#contentWrap .module-green a:link,
#contentWrap .module-green a:visited,
#contentWrap .module-green a:active {
	color: #000;
	text-decoration: none;
}

#contentWrap .module-green a:hover {
	text-decoration: underline;
} 

#contentWrap .module-green .itemblog {
	padding-left: 10px;
	width: 200px;
	float: left;	
}
#content {
	margin-bottom: 10px;
}

#content ul {
	list-style-type: disc;
	list-style-position: outside;
	padding-left: 22px;
}

#content ol {
	list-style-type: decimal;
	list-style-position: outside;
	padding-left: 25px;
}

#content ul li, #content ol li {
	padding-bottom: 3px;
}

#right {
	width: 180px;
	float: right;
}

#right .module-name {
	background: url(../images/name-module_mid.jpg) repeat left top;
	width: 180px;	
	margin-bottom: 10px;
}

#right .module-name img,
#right .module-day img  {
	border: none;
	padding: 0px;
}

#right .module-name div div div h3 {
	background: url(../images/nameh3.jpg) no-repeat center top;
	height: 48px;
	text-indent: -9999px;
}

#right .module-name div {
	background: url(../images/name-module_bottom.jpg) no-repeat left bottom;
	padding-bottom: 0px;
}

#right .module-name div div div {
	background: url(../images/name-module_top.jpg) no-repeat center top;
	padding: 7px 0px 0px 3px;	
}

#right .module-name div div, #right .module-name div div div div {
	background-image: none;
	padding: 0;
}

#right .module-day {
	background: url(../images/day-module_mid.jpg) repeat left top;
	width: 180px;	
	margin-bottom: 10px;
}

#right .module-day div div div h3 {
	background: url(../images/dayh3.jpg) no-repeat center top;
	height: 48px;
	text-indent: -9999px;
}
 
.module-day div {
	background: url(../images/day-module_bottom.jpg) no-repeat left bottom;
	padding-bottom: 0px;
}

#right .module-day div div div {
	background: url(../images/day-module_top.jpg) no-repeat left top;
	padding: 7px 0px 0 0px;	
}

#right .module-day div div, #right .module-day div div div div {
	background-image: none;
	padding: 0;
}

#right .module-day a:link,
#right .module-day a:visited,
#right .module-day a:active {
	color: #fff;
	text-decoration: none;
}

#right .module-day a:hover {
	text-decoration: underline;
}

#right img {
	padding: 9px;
	border: 1px solid #bbbbbb;
	margin-bottom: 10px;	
} 

#footerWrap {
	margin: 0 auto;
	width: 1000px;
	margin-bottom: 20px;
	text-align: center;
}

#footerWrap .footer-logo {	
	margin: 10px 0;
}

#footerWrap .copyright {
	color: #fff;
	font-size: 11px;
}

