@charset "UTF-8";
/* 
	CSS Document for Ekacitta Dian Persada
	Copyright (c) 2008 Neuro-Designs. All rights reserved.
	
*/

/* General Settings */
html {
	padding: 0px;
	margin: 0px;
	}

body {
	padding: 0px;
	margin: 0px;
	font: 10px/20px arial, helvetica, sans-serif;
	color: #333;
	background: #ec1c24 url("/static/ekacitta/images/bg_main.png") repeat-x;
	font-size: 62.5%;
	}

img {
	border: 0px;
	vertical-align: middle;
	}
	
a:link, a:visited {
	text-decoration: none;
	font-weight: bold;
	color: #be1e2d;
	}
	
	a:hover {
		color: #999;
		}

p, h1, h2, h3, h4, h5, h6 {
	margin-top: 0px;
	font-weight: bold;
	}

/*h2 {
	color: #be1e2d;
	font-size: 1.8em;
	padding-bottom: 5px;
	border-bottom: 1px dotted #999;
	}*/

h2 {
	font-size: 1.8em;
	}
	
h3 {
	color: #666;
	font-size: 1.4em;
	}
	
h4 {
	font-size: 1em;
	}

p {
	font-weight: normal;
	}

p.backToTop {
	text-align: right;
	font-size: 0.9em;
	}

.red {
	color: #f00;
	}
	
.nomargin, form {
	margin: 0px;
	}
	
.divider {
	margin-top: 10px;
	border-top: 1px solid #ccc;
	margin-bottom: 10px;
	clear: both;
	font-size: 1px;
	line-height: 1px;
	}
	
ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	}
	
	ul li {
		padding: 4px 6px;
		margin-bottom: 1px;
		background: #eaeaea;
		}

ul.sidebarMenu {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	margin-bottom: 20px;
	}
	
	ul.sidebarMenu li {
		margin-bottom: 1px;
		background: #be1e2d;
		padding: 0px;
		}

		ul.sidebarMenu a:link, ul.sidebarMenu a:visited {
			display: block;
			padding: 5px 8px;
			color: #fff;
			}
	
			ul.sidebarMenu a:hover {
			background: #999;
			color: #fff;
			}
	

/* Layout Settings */

#logo {
	width: 900px;
	margin: 15px auto;
	margin-bottom: 10px;
	padding: 0px 10px;
	text-align: right;
	overflow: hidden;
	}
	
	#logo h1 {
		width: 300px;
		height: 54px;
		float: right;
		}
	
	#logo h1 a{
		display: block;
		margin: 0px;
		width: 300px;
		height: 54px;
		text-indent: -80000em;
		text-decoration: none;
		z-index: 1000;
		text-align: left;
		background: url("/static/ekacitta/images/logo.png") 0 0 no-repeat;
		}

#header {
	width: 920px;
	margin: 0px auto;
	padding: 0px;
	padding-top: 10px;
	padding-bottom: 0px;
	background: url("/static/ekacitta/images/bg_top.png") top no-repeat;
	clear: both;
	}
	
	#header #sectionImage {
		width: 600px;
		height: 150px;
		overflow: hidden;
		float: left;
		border-left: 10px solid #fff;
		display: inline;
		}
		
	#header #nav {
		width: 279px;
		height: 130px;
		float: right;
		background: url("/static/ekacitta/images/bg_main.png") repeat-x;
		padding: 10px;
		font-size: 1.2em;
		border-right: 10px solid #fff;
		border-left: 1px solid #fff;
		display: inline;
		}
		
		#header #nav a.menuStart:link, #header #nav a.menuStart:visited {
			background: #ec1c24;
			color: #fff;
			border-left: 10px solid #fff;
			padding: 5px 10px;
			display: block;
			width: 250px;
			}
			
			#header #nav a.menuStart:hover {
				}
				
			#header #nav a.menuStart img {
				vertical-align: top;
				}

#contents {
	clear: both;
	width: 900px;
	margin: 0px auto;
	padding: 0px;
	border-top: 1px solid #fff;
	border-left: 10px solid #fff;
	border-right: 10px solid #fff;
	background: #fff url("/static/ekacitta/images/bg_contents.png") no-repeat top center;
	overflow: hidden;
	}
	
	#contents #column {
		width: 600px;
		float: left;
		font-size: 1.15em;
		}
		
		#contents #column h2.title {
			background: #be1e2d;
			color: #fff;
			font-size: 1.8em;
			padding: 10px 20px;
			width: 560px;
			margin: 0px;
			}
		
	#contents #sidebar {
		width: 300px;
		float: right;
		background: #f2f2f2;
		font-size: 1.15em;
		}

		#contents .col2 {
			width: 560px;
			padding: 20px;
			}

		#contents .col1 {
			width: 260px;
			padding: 20px;
			min-height: 300px;
			}

#footer {
	width: 900px;
	height: 20px;
	margin: 0px auto;
	margin-bottom: 40px;
	padding: 5px 10px;
	background: url("/static/ekacitta/images/bg_bottom.png") bottom;
	border-top: 1px solid #ccc;
	color: #ccc;
	font-size: 1em;
	}
	
	#footer p {
		margin: 0px;
		}
	
	#footer a:link, #footer a:visited {
		color: #ccc;
		font-weight: bold;
		}
		
		#footer a:hover {
			color: #999;
			}
			

ul.news {
	margin: 0px;
	margin-bottom: 10px;
	padding: 0px;
	list-style-type: none;
	}
	
	ul.news li {
		padding: 5px 0px;
		border-bottom: 1px solid #ccc;
		background: none;
		}
		

.dropdown {
	float: none;
	position: absolute;
	visibility: hidden;
	margin: 1px 0px 0px 0px;
	padding: 0px;
	padding-bottom: 10px;
	width: 280px;
	z-index: 4000;
	font-size: 1.0em;
	background: url("/static/ekacitta/images/bg_dropdown.png") bottom no-repeat;
	}
	
	.dropdown ul {
		width: 258px;
		margin: 0px;
		margin-left: 10px;
		padding: 0px;
		list-style-type: none;
		}
		
	.dropdown ul li {
		margin: 0px;
		padding: 0px;
		}


	.dropdown a:link, .dropdown a:visited {
		display: block;
		background: #fff;
		padding: 5px 10px 5px 10px;
		color: #666;
		text-align: left;
		text-decoration: none;
		font-weight: bold;
		border-left: 10px solid #999;
		border-bottom: 1px solid #ccc;
		border-right: 1px solid #ccc;
		margin: 0px;
		}

	.dropdown a:hover {
		color: #fff;
		background: #999;
		}





/* Contact Form Settings */

.contactFormRow {
	width: 560px;
	overflow: hidden;
	}
	
	.contactFormRow .left {
		width: 70px;
		float: left;
		}
		
	.contactFormRow .right {
		width: 480px;
		float: right;
		}
		
input.defaultText, textarea.defaultText, select {
	border: 1px solid #ccc;
	background: #eee;
	padding: 4px;
	font-size: 1em;
	margin-top: 1px;
	}
	
	select {
		border: 1px solid #be1e2d;
		}
	
input.defaultButton {
	background: #be1e2d;
	color: #fff;
	font-weight: bold;
	border: 0px;
	font-size: 1.1em;
	padding: 5px 10px;
	margin-top: 1px;
	}
	
	input.defaultButton:hover {
		background: #999;
		}


.pagination {
	overflow: hidden;
	clear: both;
	}
	
	.pagination a:link, .pagination a:visited {
		background: #ccc;
		padding: 0px 5px;
		display: block;
		float: left;
		margin-right: 1px;
		margin-bottom: 1px;
		}
		
		.pagination a:hover {
			background: #be1e2d;
			color: #fff;
			}
			
	.pagination a.selected:link, .pagination a.selected:visited {
		background: #be1e2d;
		padding: 0px 5px;
		display: block;
		float: left;
		margin-right: 1px;
		margin-bottom: 1px;
		color: #fff;
		}
		
		.pagination a.selected:hover {
			background: #ccc;
			color: #be1e2d;
			}

	#contents #sidebar .pagination a:link, #contents #sidebar .pagination a:visited {
		width: 15px;
		text-align: center;
		}
			
table.productDetail td {
	background: #eaeaea;
	padding: 2px 6px;
	}
	
	table.productDetail td.title {
		background: #be1e2d;
		padding: 2px 6px;
		color: #fff;
		font-weight: bold;
		}
