/** global **/
body {
	background:#cccccc;
	font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#53652d;
	margin:0 auto;
	padding:0;
}
* {
	margin:0;
	padding:0;
}


/** element defaults **/
table {
	width:100%;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	text-align:left;
}
th, td {
	padding:5px 10px;
}
th {
	color:#fff;
	border-top:3px solid #1D78D3;
	background-color:#3E91E5;
}
td {
	/* border-bottom:1px solid #f4f4f4; */
}

img {
        border:0px;
}

code, blockquote {
	display:block;
	border-left:5px solid #ddd;
	padding:10px;
	margin-bottom:20px;
}
blockquote p {
	font-style:italic;
	font-family:Georgia, "Times New Roman", Times, serif;
	margin:0;
	height: 1%;
}
p {
	line-height:1.5em;
	margin-bottom:10px;
}
a {
	color:#53652d; #937268;
        text-decoration: none;
}
a:hover {
	color:#53652d; #937268;
        text-decoration: underline;
}
a:focus {
	outline:none;
}
fieldset {
	display:block;
	border:none;
	border-top:1px solid #e0e0e0;
}
fieldset legend {
	font-weight:bold;
	font-size:13px;
	padding-right:10px;
	color:#222;
}
fieldset form {
	padding-top:15px;
}
fieldset p label {
	float:left;
	width:150px;
	font-family:Arial, Helvetica, sans-serif;
}
fieldset form input, fieldset form select, fieldset form textarea {
	padding:5px;
	color:#333333;
	font-size:13px;
	font-family:Arial, Helvetica, sans-serif;
	border:1px solid #ddd;
}
form input.formbutton {
	margin-left:150px;
	background:#3E91E5;
	border:none;
	font-family:Arial, Helvetica, sans-serif;
	border-bottom:3px solid #1D78D3;
	color:#ffffff;
	font-weight:bold;
	padding:5px 10px;
	font-size:12px;
}
h1 {
	font-size:45px;
}
h2 {
	color:#2f2f2f;
	font-family:Arial,Helvetica,sans-serif;
	font-size:30px;
	font-weight:bold;
	letter-spacing:-2px;
	padding:0 0 5px;
	margin:0;
}
h3 {
	color:#333333;
	font-size:20px;
	padding-bottom:10px;
}
h4 {
	padding-bottom:10px;
	font-size:14px;
	color:#333333;
}
h5 {
	padding-bottom:10px;
	font-size:13px;
	color:#333333;
}
ul, ol {
	margin:0 0 10px 20px;
}
li {
	padding-bottom:5px;
}

/** wrapper **/
div#wrapper {
	width:1000px;
	margin:0 auto;
	padding:0;
        border:1px solid #000000;
}


/** top-header **/
div#top-header {
        width:1000px;
        height:363px;
        margin:0 auto;
        padding:0px;
        background:transparent url('images/header-bg.png') repeat-x 0 0;
        border-bottom:1px solid #b9e363;
}

div#permen-asem-header-bg {
        width:1000px;
        height:363px;
        margin:0 auto;
        padding:0;
        background:transparent url('images/permen-asem-header-bg.png') no-repeat right top;
}

div#permen-asem-header-logo {
        width:576px;
        height:363px;
        margin:0 auto;
        padding:0;
        float:left;
        background:transparent url('images/permen-asem-header-logo.png') no-repeat 0 0;
}

div#header-tag-info {
        width:576px;
        height:363px;
        margin-top:200px;
        padding-left:30px;
        font-size:15px;
        font-weight: 500;
        font-smooth: always;
}

div#header-menu {
        float: right;
        width: 310px;
        padding-top:60px;
        font-size: 16px;
        font-weight: bold;
        line-height: 26px;
        padding-left: 30px;
}

div#menu-item {
        height: 35px;
        vertical-align:middle;
        width: 300px;
        padding-left: 0px;

}

div#menu-item img {
        background:transparent url('images/brown-dot-menu.png') no-repeat 2px 6px;
        padding-left: 15px;
}

div#menu-item img:hover {
        background:transparent url('images/red-dot-menu.png') no-repeat 2px 6px;
        padding-left: 15px;
        border-bottom:1px solid #b9e363;
}


div#contact-us {
        padding-left: 19px;
        padding-top: 12px;
}




/** Top Menu - Links **/
div#top-menu {
        float:left;
        background-color:transparent;
        width:655px;
        height: 20px;
        padding-top:80px;
}

div#top-menu ul {
        list-style:none;
	margin:0 24px 0;
	padding:0px 0 0;
        margin-left:5px;
}

div#top-menu ul li {
	float:left;
	display:block;
	padding:0;
}

div#top-menu ul li a.first {
        background:none;
        border:none;
}

div#top-menu ul li a {
	padding:0px 8px 0px 8px;
        text-shadow: #000000 1px 1px 2px;
	float:left;
	color:#cfb7a3;
	text-decoration:none;
	display:block;
	font-size:11px;
	font-weight:normal;
        /* background:transparent url('images/dotmenu.png') no-repeat 0 3px; */
        text-transform: uppercase;
        border-left:1px solid #fefefe;
}
div#top-menu ul li.selected a,
div#top-menu ul li.selected a:hover {
	border:none;
        color:red;
}
div#top-menu ul li a:hover {
	text-decoration:underline;
}



/** header **/
div#header {
	background-color:#EB6BAB;
	padding:25px;
	border-bottom:10px solid #E8549E;
}
div#header h2, div#header h3 {
	color:#fff;
}
div#header h2 {
	font-weight:normal;
	letter-spacing:0;
}
div#header h3 {
	font-size:16px;
}

/** body **/
div#body {
	background-color:#ffffff;
	padding:10px;
}


/** MIDDLE CONTENT **/
div#middle-content {
        width:1000px;
        min-height:445px;
        margin:0 auto;
        padding:0px;
        background-color:#13110c;
}


div#site-content {
        padding-top:20px;
}

div#content-top-border {
        margin:0 auto;
        width:973px;
        height:16px;
        background:transparent url('images/content-top-border.png') no-repeat 0 0;
}


div#main-content {
        margin:0 auto;
        width:969px;
        min-height:370px;
        border-left:2px solid #b9e363;
        border-right:2px solid #b9e363;
        background-color:#fef5e9;
}

div#contents-here {
        padding-left:14px;
        padding-right:14px;
        width:943px;
}


div#content-bottom-border {
        margin:0 auto;
        width:973px;
        height:16px;
        background:transparent url('images/content-bottom-border.png') no-repeat 0 0;
        padding-bottom:24px;
}


/** bottom footer **/
div#bottom-footer {
        width:1000px;
        height:93px;
        margin:0 auto;
        padding:0px;
        background:#ffffff url('images/footer-bg.png') repeat-y 0 0;
        border-top:1px solid #b9e363;
}

div#permen-asem-footer {
        width:1000px;
        height:93px;
        background:transparent url('images/permen-asem-footer.png') no-repeat 414px 0;
}

div#footer-message {
        width:760px;
        height:93px;
        float:left;
        background-color:transparent;
}

div#permen-asem-footer-logo {
        width:240px;
        height:93px;
        float:left;
}


/** Bottom Menu - Links **/
div#bottom-menu {
        float:right;
        width:580px;
        /* height: 30px; */
        padding-top:20px;
}

div#bottom-menu ul {
        list-style:none;
	margin:0 24px 0;
	padding:0px 0 0;
        margin-left:5px;
}

div#bottom-menu ul li {
	float:left;
	display:block;
	padding:0;
}

div#bottom-menu ul li a.first {
        background:none;
        border:none;
}

div#bottom-menu ul li a {
	padding:0px 8px 0px 8px;
	float:left;
	color:#f6bf76;
	text-decoration:none;
	display:block;
	font-size:10px;
	font-weight:normal;
        /* background:transparent url('images/dotmenu.png') no-repeat 0 3px; */
        text-transform: uppercase;
        border-left:1px solid white;
}
div#bottom-menu ul li.selected a,
div#bottom-menu ul li.selected a:hover {
	border:none;
        color:red;
}
div#bottom-menu ul li a:hover {
	text-decoration:underline;
}


/** Designed by **/
div#designed-by {
        margin-left:30px;
        font-family:verdana;
	font-size:9px;
        color:#b9e363;
        padding-top:20px;
}

div#designed-by a {
        text-decoration:none;
        color:#000000;
}

/** clear **/
.clear:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clear {
	display: inline-block;
}
.clear {
	display: block;
}
