/* CSS Document */

	body,
	html {
	margin:0;
	padding:0;
	background:#999999;
	color:#000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	}
	body {
		min-width:750px;
	}
	#wrap {
	background:#FFFFFF;
	margin:0 auto;
	width:750px;
	border-top-width: 15px;
	border-top-style: solid;
	border-top-color: #999999;
	}
	#header {
	background:#ddd url(images/cd-duplication-discmasters.jpg);
	height: 69px;
	}
	#nav {
		background:#c99;
		padding:5px;
	}
	#nav ul{
		margin:0;
		padding:0;
		list-style:none;
	}
	#nav li{
	display:inline;
	margin:0;
	padding:0;
	}
	#main {
	background:#FFFFFF;
	float:left;
	width:480px;
	margin: 10px 5px 20px 30px;
	}
	#sidebar {
	background:#FFFFFF;
	float:right;
	width:215px;
	padding-top: 10px;
	}
	#sidebar ul {
		margin-bottom:0;
    }
    #sidebar h3, #sidebar p {
	margin-left: 13px;
    }
	#footer {
		background:#E8E8E8;
		clear:both;
	}
	#footer p {
		padding:5px;
		margin:0;
    }
/*  NAVIGATION */

#menuList {
	margin: 0;
	padding: 0;
	width: 750px;
	border-right: 0 solid #ccc;
	border-left: 0 solid #ccc;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

#mainMenu {
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

#menuList ul {
	z-index:100;
	margin: 0px;
	padding: 0px;
}

#menuList li {
	z-index:100;
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: block;
	text-align: center;
	border-right: 1px solid #ccc;
	float: left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ccc;
}

#menuList a:link, #menuList a:visited, #active	{
	display: block;
	padding: 0.25em 0;
	font-weight: bold;
	text-decoration: none;
	color: #666;
	width: 106px;
	background: #f5f5f5;
	background-image: url(background.gif);
}

body.home #menuList li.home a,
body.concept #menuList li.concept a,
body.community #menuList li.community a,
body.products #menuList li.products a,
body.services #menuList li.services a,
body.about #menuList li.about a,
body.contact #menuList li.contact a,
body.login #menuList li.login a,
#menuList a:hover	{
	background:#1a92db;
	color: #FFF;
}

ul li.menubar {position: relative;}
.menu {
	text-align: left;
	position: absolute;
	visibility: hidden;
	z-index: 100;
}

.menu li {
	width:100%;
}

.menu li a {
	background: #CCC;
	z-index: 100;
	color: #666;
	display: block;
	width: 100%;
	font-size: 1em;
	padding: 2px;
	margin: 0px;
	padding-left: 5px;
	padding-right: 5px;
	text-decoration: none;
	margin-top: 0;
	border: 1px solid #666;
}

.menu li a:hover, .menu li a:active, .menu li a:focus {
	background-color: #FFF;
	color: #666;
	font-weight: bold;
	
/* Side box */
}

.roundcont {
        width: 200px;
        background-color: #1a92db;
        color: #fff;
}

.roundcont p {
	margin: 0 10px;
	font-family: Arial, Helvetica, sans-serif;
}

.roundtop { 
        background: url(images/tr.gif) no-repeat right top; 
}

.roundbottom {
        background: url(images/br.gif) no-repeat right top; 
}

img.corner {
   width: 15px;
   height: 15px;
   border: none;
   display: block !important;
}



/* Big box */

.roundcontbig {
	width: 480px;
	background-color: #E1E1E1;
	color: #000000;
}

.roundcontbig p {
	margin: 0 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.roundtopbig { 
        background: url(images/tr-g.gif) no-repeat right top; 
}

.roundbottombig {
        background: url(images/br-g.gif) no-repeat right top; 
}

img.cornerbig {
	width: 15px;
	height: 15px;
	border: none;
	display: block !important;
	background-color: #CCCCCC;
}


h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 19px;
	color: #198dd2;
	font-weight: normal;
}
.formheaders {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}
.formheadsmall {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
}
.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
}
.producttext {
	font-size: 11px;
	line-height: 14px;
}
.sidebartext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}
.header2 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 16px;
	color: #1A92DB;
	line-height: 18px;
}
.bigol {
	font-size: 30px;
}

a {
text-decoration: none;
}

a:hover {
text-decoration: underline;
}

#honeypot {
	display: none;
}
