/*#############################################################
Name: Bright Pixel
Date: 2006-05-07
Author: Viktor Persson
URL: http://www.arcsin.se

Feel free to use and modify but please provide credits.
#############################################################*/
a {
	color: #000;
}
body {
	background: #CCC url(images/bg.gif) repeat-y fixed bottom center;
	color: #333;
	margin: 20px 0;
	text-align: center;
	font-family: sans-serif, Arial;
	font-size: 0.9em;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}
.gfxWelcome a {
	background: #F5F5F5 url(images/WMPSWelcomeWide.jpg) no-repeat; display: block; height: 240px;
}
.gfxNews a {
	background: #F5F5F5 url(images/WMPSLatestNews.jpg) no-repeat; display: block; height: 240px;
}
.gfxContactUs a {
	background: #F5F5F5 url(images/WMPSContactUs.jpg) no-repeat; display: block; height: 240px;
}
.gfxWhyUs a {
	background: #F5F5F5 url(images/WMPSWhyUs.jpg) no-repeat; display: block; height: 240px;
}

.gfx a {
	background: #F5F5F5 url(images/WMPSBanner.jpg) no-repeat; display: block; height: 240px;
}
.header {
	background: #FFF;
	border-bottom: 1px solid #E5E5E5;
	font: bold 2.6em Arial;
	line-height: 3em;
}
.main {
	background: #FFF; 
	border: 3px double #EEE; 
	border-color: #E4E4E4 #CFCFCF #CCC #CFCFCF; 
	margin: 5px auto 4px auto; 
	text-align: left;
	width: 924px; 
}
.menu a {
	background: #EEE;
	border-right: 1px solid #CECECE;
	border-top: 1px solid #E5E5E5;
	color: #c42722;
	float: left;
	padding-top: 4px;
	width: 87px;
	height: 36px;
	font-size: 0.7em;
}
.menu a span {
	padding-left: 6px;
}
.menu a:hover {
	background: #EEE url(images/bgmenu.gif) repeat-x;
	color: #117090;
}
.menu a#last {
	width: 112px;
	border-right: none;
}
.container {
	margin: 10px;
}
.content {
	background: #F5F5F5;
	border-top: 1px solid #E5E5E5;
	clear: both;
}
.content h1 {
	margin: 0;
	font: bold 1.1em sans-serif,Arial;
	color: #117090;
}
.content h2 {
	margin: 0;
	font: bold 1em sans-serif,Arial;
	color: #117090;
}
.content h3 {
	margin: 0;
	font: .9em sans-serif,Arial;
	color: #117090;
}


.content p {
	margin: 3px 0 6px; color: #666;
}
.item {
	background: #FCFCFC url(images/bgitem.gif) repeat-x;
	padding: 10px;
}
.main .container .content .item li {
	line-height: 120%;
	margin-bottom: 12px;
}

.footer {
	padding: 5px;
	background: #F5F5F5;
	color: #666;
} 

/* Rounded Bubble */
div.bubble div.rounded {
	margin-bottom: 10px;
	border: 3px solid #fff;
	background-color: #b7e0ff;
}
div.bubble div.rounded blockquote {
	border: 0;
	background-color: transparent;
}
div.bubble div.rounded blockquote p {
	margin: 0px 10px;
}
div.bubble cite.rounded {
	position: relative;
	margin: 0px;
	padding-left: 15px;
	padding-top: 12px;
	top: 9px;
	background: transparent url(tip-rounded.gif) no-repeat 15px 0;
}
.gfxSessionTimes a {

	background: #F5F5F5 url(images/WMPSSessionTimes.jpg) no-repeat; display: block; height: 240px;
}
.gfxComments a {
	display: block;
	height: 240px;
	background-color: #F5F5F5;
	background-image: url(images/WMPSComments.jpg);
	background-repeat: no-repeat;
}
.gfxWhyUs a {
	display: block;
	height: 240px;
	background-color: #F5F5F5;
	background-image: url(images/WMPSWhyUs.jpg);
	background-repeat: no-repeat;
}
.main .container .content .item a {

	color: #000000;
}
.main .container .menu a {
	color: #BD2D2C;
	text-decoration: none;
}
.main .container .content .item table tr th table tr td p a strong {
	color: #00F;
}

