/* general settings */
body {
	background-color: #ffffff;
	background-image: url(../images/spindle_and_wheel_backsplash.jpg); 
	background-position: top;
	background-repeat: repeat-x;
}

td, tr, p, div {
	color: #2a0b35;
	font-family: Verdana, sans-serif;
	font-size: 12px;
}

.main {
	text-align: center;
	width: 780px;
	border-width: 1px;
	border-style: solid;
	border-color: #ab7ade;
	background-color: #ffffff;
}

.logo {
	background-image: url(../images/spindle_and_wheel_logo.jpg);
	background-repeat: no-repeat;
	height: 136px;
	width: 780px;
}

.header {
	border-width: 1px;
	border-style: solid;
	border-color: #ab7ade;
	height: 95px;
	width: 780px;
}

.contentwrapper {
	background-image: url(../images/outercontainer_bg.jpg);
	background-repeat: repeat-x;
	background-color: #ffffff;
	padding-top: 10px;
	width: 780px;
}

.leftsidebar {
	width: 100px;
	float: left;
}

.innercontent {
	width: 420px;
	float: left;
}

.rightsidebar {
	width: 160px;	
	float: right;
}

.copyright {
	color: #ab7ade;
	font-size: .9em;
	text-align: center;
}

/* main menu settings */
.topmenu {	
	float: left;
    width: auto;
	font-family: Verdana, sans-serif;
	font-size: 12px;
	height: 20px;
	margin-top: 100px;
	background-color: #ffffff;
}

.topmenu a {
    color: #ab7ade;
    white-space: nowrap;
}

.topmenu .selected {
    background-color: #ab7ade;
    color: #000000;
}

.topmenu .selected a {
    color: #000000;
}

nav ul ul {
	padding-left: 1px;
    display: none;
    background-color: #ffffff;
}

nav ul li:hover > ul {
    display: block;
}

nav ul {
    list-style: none;
    position: relative;
    display: inline-table;
}

nav ul:after {
    content: "";
    clear: both;
    display: block;
}

nav ul li {
    float: left;
    padding-left: 10px;
    padding-right: 10px;
}

nav ul li a {
    display: block;
    text-decoration: none;
}

nav ul ul {
    position: absolute;
    top: 100%;
}

nav ul ul li {
    float: none;
    position: relative;
}

nav ul ul ul {
    position: absolute;
    left: 100%;
    top:0;
}

/* other settings */
.rightsidebar .moduletable {
	width: 160px;
	border-width: 1px;
	border-style: solid;
	border-color: #ab7ade;
	margin-bottom: 2px;
}

.rightsidebar .moduletable th {
	background-image: url(../images/menu_header.jpg);
	background-repeat: no-repeat;
	color: #ffffff;
	font-size: 10px;
	font-weight: bold;
	height: 20px;
	text-align: center;
	text-transform: uppercase;
}

.rightsidebar ul {
	padding-left: 5px;
	padding-right: 5px;
	list-style: none;
}

.rightsidebar ul li {
	font-size: 10px;
	font-weight: bold;
	/*white-space: nowrap;*/
}

.rightsidebar ul li a:link, .rightsidebar ul li a:visited {
	color: #7b01c8;
	font-weight: bold;
	text-decoration: none;
}

.rightsidebar ul li a:hover {
	color: #260646;
	text-decoration: underline;
}