/* - - - - - - - - - - - - - - - - - - - - -

Title : Calti Ltd '06 design
Author : Gerhard Lazu
URL : http://www.gerhardlazu.com/

Created : 1st August 2006
Last Modified : 15th February 2007

1. CSS
2. IDS
3. CLASSES
4. TEXT FORMATTING
5. HEADINGS
6. PARAGRAPHS
7. LINKS
8. LISTS
9. IMAGES
10. FORMS
11. TABLES

- - - - - - - - - - - - - - - - - - - - - */



/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 1. CSS */

* {
 	margin: 0;
 	padding: 0;
}

html {
 	width: 100%;
 	height: 100%;
}

body {
	width: 100%;
	height: 100%;
	font: 10px "Lucida Grande", Verdana, Helvetica, sans-serif;
/*	font: 62.5% "Lucida Grande", Verdana, Helvetica, sans-serif; */
	line-height: 1.8em;
	color: #777;
	background: #fff;
}



/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 2. IDS */

#container {
	width: 75em;
	margin: 0 auto;
	font-size: 1.1em;
}

#header {
	border-bottom: 0.5em solid #fbc0ff;
	padding-top: 1em;
	margin-bottom: 1em;
	clear: both;
}

#styles {
	float: left;
	margin: -2em 0 0 19em !important;
	margin: -2em 0 0 9.7em;
/*	border: 1px solid #f00; */
}

#navigation {
	margin: 1.5em 0 0 0;
}

#content {
	width: 36.2em;
	margin: 2em 19em;
}

#sidebar {
	float: right;
	width: 17.5em;
	margin: -0.5em 0 2em 0;
}

#footer {
	clear: both;
	padding: 0 0.5em !important;
	padding: 0 0.5em 0.8em 0.5em;
	background-color: #fbc0ff;
}



/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 3. CLASSES */

.highlight_green,
.highlight_red {
	font-family: "Lucida Grande", Verdana, sans-serif;
	font-weight: 700;
}
.highlight_green {
	color: #44ad41;
}
.highlight_red {
	color: #c00;
}

.highlight_v_important {
    font-size: 120%;
    font-weight: 700;
    color: #000;
}

.small {
	font-size: 100%;
}
.medium {
	font-size: 140%;
}
.large {
	font-size: 180%;
}

.left {
	float: left;
}

.right {
	float: right;
}
.align_right {
	text-align: right;
}

.align_center {
	text-align: center;
}

.active {
    display: block;
	width: 14em;
	padding: 0.5em;
	font-size: 1.1em;
	font-weight: 700;
	color:#000;
	border-bottom: 0.1em solid #eee;
}

.even {
    background: #fde7ff;
}



/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 4. TEXT FORMATTING */

blockquote {
	text-indent: 25px;
	background: url(images/site/quotes_open.png);
	background-position: 0 2px;
	background-repeat: no-repeat;
}



/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 5. HEADINGS */


h1,
h2,
h3 {
	font-family: Arial, Tahoma, sans-serif;
	font-weight: 500;
	color: #555;
	background-color: #fff;

}

h1 {
	margin: 0.5em 0;
	font-size: 3.2em;
}
#header h1 {
    position: absolute;
    top: -10000px;
}

h2 {
	margin: 0.2em 0;
	font-size: 2.4em;
}

h3 {
	margin: 0.5em 0 0 0;
	font-size: 1.6em;
}
#content h3 {
	padding: 0.5em 0;
}



/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 6. PARAGRAPHS */

/* the slogan */
#header p { 
	margin: 0 0 0.2em 3.5em;
	color: #999;
}

#navigation p {
	width: 15.5em;
	margin: 3em 0 0 0;
	padding: 0.5em;
}

#content p {
	padding-top: 0.5em;
	padding-bottom: 0.5em;
}

p#backtotop {
    padding: 1em 0;
}

#sidebar p,
p.testimonial {
	padding: 1em 0;
	color: #555;
	border-bottom: 0.1em solid #ddd;
}

#footer p {
	color: #777;
	padding: 0.5em;
}

blockquote p {
	display: inline;
	margin: 0;
	font-family: Georgia, serif;
	padding-right: 24px;
	background: url(images/site/quotes_close.png);
	background-position: bottom right;
	background-repeat: no-repeat;
}



/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 7. LINKS */

a {
	color: #d08dd6;
	text-decoration: none;
}
a:hover {
	color: #000;
}

#styles a,
#styles span {
	font-family: Arial, Tahoma, sans-serif;
	padding: 0 0.2em 0 0;
}

li.main_nav a {
	display: block;
	width: 14em;
	padding: 0.5em;
	font-family: Arial, Tahoma, sans-serif;
	font-size: 1.1em;
	font-weight: 700;
	border-bottom: 0.1em solid #eee;
}
li.main_nav a:link {
	color:#d08dd6;
	text-decoration: none;
}
li.main_nav a:hover {
	background: #fde7ff url(images/site/arrow.gif) 96% 50% no-repeat;
	color:#000;
}

#navigation p a,
#navigation p a:link {
	color: #d08dd6;
	text-decoration: none;
}
#navigation p a:hover {
	color: #000;
}

p#backtotop a,
ul#pagination a {
	font-family: Arial, Tahoma, sans-serif;
    font-size: 1.1em;
    font-weight: 700;
}

#footer a {
	color: #d08dd6;
	font-weight: 700;
}
#footer a:hover {
	color: #000;
	border-bottom: 0.1em solid #000;
}



/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 8. LISTS */

#navigation ul {
	float: left;
	width: 14em;
	margin: 0 0 3em 0;
	padding: 0;
	list-style-type: none;			
}

#content ul {
    margin: 0 0 1em 1.3em;
    list-style-type: none;
}
#content ul.portfolio {
	margin-left: 0;
	padding-bottom: 1em;
	border-bottom: 0.1em solid #ddd;
}

#content ul li {
    padding: 0 0 0 1.7em;
    background: #fff url(images/site/bullet.gif) 0 50% no-repeat;
}

ul#pagination {
    margin: 0;
    list-style-type: none;
}

/*ul#portfolio li {
    float: left;
    width: 8em;
    height: 5.5em;
    padding: 1em 1em 0 0;
    background: none;
}*/

ul#pagination {
    padding: 1em 0 2em 0;
}

ul#pagination li {
    padding: 0;
    background: none;
}


/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 9. IMAGES */

img {
	border: 0;
}

img.portfolio_image {
    width: 36.2em;
}



/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 10. FORMS */

form {
	float: right;
	margin-top: -2.9em !important;
	margin-top: -2.7em;
	font-size: 0.9em;
}

input#search_input {
	width: 13.3em !important;
	width: 13.7em;
	padding: 0.3em;
	font-size: 1.1em;
	color: #999;
	background-color: #fff;
	border: 0.1em solid #ccc;
}

button {
    width: 3em;
    height: 2.2em;
    margin: 0 0 0 0.5em;
	padding: 0;
	font-size: 1em;
	font-weight: 500 !important;
	font-weight: 700;
	color: #fff;
	background-color: #d08dd6;
	border: 0.1em solid #ccc;
}



/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 11. TABLES */

#content table {
    width: 100%;
    border: 1px solid #ccc;
}

#content table thead {
    font-size: 1.1em;
    font-weight: 700;
    color: #fff;
    background: #d08dd6;
}
#content table thead td {
    padding: 0.5em 1.5em 0.5em 0;
    text-align: right;
}
#content table thead td.table_title {
    padding: 0.5em 1em;
    font-size: 1.2em;
    text-align: left;
}

#content table tbody td {
    padding: 0.3em 1.5em 0.3em 0;
    text-align: right;
}
#content table tbody td.row_head {
    padding: 0.3em 1em;
    font-weight: 700;
    text-align: left;
}