/*  
Theme Name: Cinquer
Theme URI: http://cinquer.nl
Description: Cinquer
Version: 1.0
Author: Hatami Nugraha
Author URI: http://cinquer.nl
*/

/** BASIC */

body {
	margin: 0px;
	padding: 0px;
	background: #FFFFFF url(images/homepage01.jpg) repeat-x left top;
}

.table1 {
}

.table1 td {
	background: url(images/subpage1_03.gif) repeat left top;
}

/** FORMS */

form {
	margin: 0px;
	padding: 0px;
}

#inputtext1 {
	width: 144px;
	border: 1px solid #FFFFFF;
	border-top-color: #5886A3;
	border-right-color: #ECF1F4; 
	border-left-color: #ECF1F4;
}

#inputsubmit1 {
	width: 46px;
	height: 18px;
	background: url(images/subpage1_02.gif) no-repeat left top;
	border: none;
	font-size: 10px;
	color: #FFFFFF;
}

/** HEADINGS */

h1, h2, h3, h4, h5, h6 {
	margin: 0px;
}

/** TEXTS */

body, th, td, input, textarea, select {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666666;
}

p, blockquote, ul, ol, dl {
	margin-top: 0px;
	margin-bottom: 1em;
	text-align: justify;
}

.text1 {
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}

.text2 {
	color: #FFFFFF;
}

.text3 {
	font-size: 12px;
	color: #FFFFFF;
}

.text4 {
	margin-bottom: 15px;
	padding-left: 21px;
	background: url(images/homepage09.gif) no-repeat left center;
	font-size: 18px;
	font-weight: normal;
	color: #2A3338;
}

.text5 {
	font-size: 11px;
	font-weight: bold;
	color: #0072B3;
}

.text6 {
	font-size: 18px;
	font-weight: normal;
	color: #2A3338;
}

.text7 {
	font-size: 24px;
	font-weight: bold;
	color: #62911F;
}

.text8 {
	font-size: 12px;
}

/** LISTS */

.list1 {
	margin-left: 0px;
	padding-left: 0px;
	list-style: none;
	line-height: 18px;
}

.list1 li {
	padding-left: 13px;
	background: url(images/homepage10.gif) no-repeat left center;
}

/** LINKS */

a {
	color: #75A51E;
}

a:hover {
	text-decoration: none;
}

.link1, #menu a {
	text-decoration: none;
	font-size: 13px;
	color: #FFFFFF;
}

.link1:hover, #menu a:hover {
	text-decoration: underline;
}

.link2 {
	color: #FFFFFF;
}

/** STYLES */

.style1 {
	color: #A1A1A1;
}

.style1 a {
	color: #A1A1A1;
}

.style1 a:hover {
}

/** BACKGROUNDS */

.bg1 { background: url(images/subpage1_01.jpg) no-repeat left top; }
.bg2 { background: url(images/homepage06.jpg) no-repeat left top; }
.bg3 { background: url(images/homepage13.gif) no-repeat left bottom; }

/** MISC */

.align-justify { text-align: justify; }
.align-right { text-align: right; }

img { border: none; }

.img1 {
	float: left;
	margin: 3px 15px 0px 0px;
}

.img2 {
	float: right;
	margin: 3px 0px 0px 15px;
}

hr { display: none; }

.hr1 {
	height: 1px;
}

/** BASIC */

html, body {
	height: 100%;
}

.planbox {
	margin-bottom: 10px;
}

.planbox .title {
	height: 30px;
	margin: 0px 28px 0px 23px;
	padding: 15px 0px 0px 0px;
	background: url(images/homepage11.gif) repeat-x left bottom;
}

.planbox .text6 {
	float: left;
	padding-top: 5px;
}

.planbox .text7 {
	float: right;
}

.planbox .text8 {
	position: relative;
	top: -8px;
}

.planbox ul {
	width: 135px;
	margin: 0px;
	padding: 9px 0px 0px 23px;
	list-style: none;
}

.planbox li {
	padding-left: 14px;
	background: url(images/homepage14.gif) no-repeat left center;
}

/** HEADER */

#header {
	width: 778px;
	height: 105px;
	margin: 0px auto;
}

/** LOGO */

#logo {
	float: left;
	width: 250px;
	height: 105px;
	background: url(images/logo.png) no-repeat left top;
}

#logo h1, #logo h2 {
	display: none;
}

/** MENU */

#menu {
	float: right;
	width: 528px;
	height: 105px;
}

#menu ul {
	margin: 0px;
	padding: 43px 0px 0px 0px;
	list-style: none;
}

#menu li {
	display: block;
	float: left;
	height: 30px;
	padding: 13px 15px 0px 18px;
	background: url(images/homepage03.gif) no-repeat left top;
}

#menu li.first {
	background: none;
}

#menu a {
	padding-left: 12px;
	background: url(images/homepage04.gif) no-repeat left center;
}

/** SPLASH */

#splash {
	width: 778px;
	height: 156px;
	margin: 0px auto;
	padding:0;
	background: #004C79 url(images/homepage05.jpg) no-repeat left top;
}

#splash .text1 {
	padding-left: 17px;
}

/** SEARCH */

#search {
	width: 778px;
	height: 38px;
	margin: 0px auto;
}

#search form {
	float: right;
	padding: 7px 35px 0px 0px;
}

#search p {
	float: left;
	padding: 10px 0px 0px 30px;
}

/** PAGE */

#page {
	width: 722px;
	margin: 0px auto;
	padding: 40px 0px 20px 0px;
}

#content {
	float: left;
	width: 442px;
}

#sidebar {
	float: right;
	width: 258px;
}

#subpage #content {
	width: 490px;
}

#subpage #sidebar {
	width: 210px;
}

/** FOOTER */

#footer {
	clear: both;
	width: 722px;
	margin: 0px auto;
	padding: 20px 0px;
	font-size:11px;
	background: url(images/homepage11.gif) repeat-x left top;
}

#links {
	float: right;
}

#legal {
	float: left;
}

/** BOX1 */

#box1 {
	margin-bottom: 10px;
	padding-bottom: 10px;
	background: url(images/homepage11.gif) repeat-x left bottom;
}

/** BOX2 */

#box2 {
	float: left;
	width: 206px;
	padding-right:16px;
}

/** BOX3 */

#box3 {
	float: left;
	width: 204px;
	padding-left: 16px;
	background: url(images/homepage12.gif) repeat-y left top;
}

/** BOX4 */

#box4 {
	padding-bottom:5px;
}

#box4 .content {
	margin-bottom:0;
	background: url(images/homepage15.jpg) no-repeat right bottom;
}

/** BOX5 */

#box5 {
}

#box5 .content {
	background: url(images/homepage16.jpg) no-repeat right bottom;
}

/** BOX6 */

#box6 {
}

#box6 .content {
	background: url(images/homepage17.jpg) no-repeat right bottom;
}

/** BOX7 */

#box7 {
}

/** BOX8 */

#box8 {
}

#clear {
	clear:both;
	height:10px;
}

#partner img {
	margin:10px;
}

.pics {  
    height:  75px;  
    width:   317px;  
    padding: 0;  
    margin:  0;  
} 
 
.pics img {  
    padding:0;
    margin:46px 0 0 27px;  
    border:0  
    overflow: hidden;
} 

pre { display:none }