
body {
	margin: 0;
	padding: 0;
	background: #f1f1ef url(images/default/img01.jpg) repeat-x left top;
	text-align: justify;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #404040;
}

form {
	margin: 0;
	padding: 0;
}

fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

input, textarea, select {
	font: normal 1em "Trebuchet MS", Arial, Helvetica, sans-serif;
}


h1, h2, h3 {
	font-weight: normal;
	color: #212121;
	
}

h1 {
	letter-spacing: 0px;
	font-size: 1.8em;
	/*background: url(images/default/title_underline.gif) repeat-x left bottom;*/
	padding: 8px 0px;
	
}

h2 {
	font-size: 1.8em;
	
}

h3 {
	font-size: 1.2em;
}

/*Bullets*/

#bullet1 ul {
	margin: 0;
	padding: 0;
	list-style: inside;
	
}

#bullet1 li {
	list-style-image:url(images/default/bullet1.png);
	vertical-align: bottom;
}

p, ul, ol {
}

.bullet li {
	list-style-image:url(images/default/bullet1.png);
	list-style-type: none;
     vertical-align: middle;
}

p {
}

.blockbg {
	background: #D9D785;
}

blockquote {
	/*background: url(images/default/img08.jpg) no-repeat left top;*/
	margin: 0 0 0 0px;
	padding: 0px 0px 0px 0px;
	font-size: 20px;
	color: #ababaa;
	text-shadow: 0px 1px 0px #ffffff;
}

ul {
}

ol {
}

a {
	color: #000000;
}

a:hover {
	text-decoration: none;
}

small {
}

hr {
	display: none;
}

img {
	border: none;
}

img.left {
	float: left;
	margin: 0 15px 0 0;
	border: #D9D785 1px dashed;
}

img.right {
	float: right;
	margin: 0 0 0 15px;
	border: #D9D785 1px dashed;
}

.first_page_phone {
	float:left;
	padding-bottom:50px;

}
.first_page_mail {
	float:right;
	padding-bottom:50px;

}

.text1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	margin: 0 0 0 0;
	padding: 20px 20px 20px 20px;
	font-size: 10px;
	color: #FFFFFF;
	text-align: left;
}

/* Header */

#header {
	width: 900px;
	margin: 0 auto;
	height: 71px;
	letter-spacing: -1px;
	font-family: Georgia, "Times New Roman", Times, serif;
}


#headerbg {
	clear: both;
	margin: 0 auto;
	width: 900px;
	height: 209px;
	background: url(images/default/header_image_1.jpg) no-repeat left top;
	margin: 0 auto;
	margin-top: 20px;
}

/* Logo */

#logo {
	float: left;
	margin-top: 30px;
}

#logo h1, #logo h2, #logo p {
	float: left;
	margin: 0;
	text-transform: lowercase;
}

#logo h1 {
	background: url(images/default/img04.jpg) no-repeat left 50%;
	padding-left: 60px;
	text-align: center;
	font-size: 3.2em;
	color: #000000;
}

#logo h1 a {
	color: #000000;
}

#logo p {
	padding-top: 27px;
	text-transform: uppercase;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color: #000000;
}

#logo h2 a, #logo p a {
	color: #000000;
}

#logo a {
	text-decoration: none;
}

/* Menu */

#menu {
	float: right;
	margin-top: 21px;
}

#menu ul {
	margin: 0;
	list-style: none;
}

#menu li {
	display: inline;
}


#menu a {
	display: block;
	float: left;
	padding: 30px 20px 5px 20px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	font-family: Helvetica, sans-serif;
	font-weight: bold;
	font-size: 10px;
	letter-spacing: 0px;
	color: #505050;
	background: url(images/default/button_inactive.png) no-repeat center top;
}

#menu a:hover {
	background: url(images/default/button_hover.png) no-repeat center top;
	color: #ffffff;
}

#menu .current_page_item a {
	background: url(images/default/button_active.png) no-repeat center top;
	color: #ffffff;
}


/* 2-level Menu */

#menu2 {
	padding: 0px;
	font-size: 12px;
	padding-bottom: 20px;
}

#menu2 ul {
	margin: 0;
	padding: 0;
	list-style: none;
	font-family: Helvetica, sans-serif;
	font-weight: bold;
	font-size: 10px;
	letter-spacing: 0px;
	text-transform: uppercase;
}

#menu2 li {
	padding: 10px 0px 0px 0px;
}

#menu2 a {
	text-decoration: none;
	color: #545252;
	background: url(images/default/button_inactive.png) no-repeat left center;
	padding-left: 30px;
}

#menu2 a:hover {
	text-decoration: none;
	color: #ffffff;
	background: url(images/default/button_hover.png) no-repeat left center;
	padding-left: 30px;
}

#menu2 .current_page_item a {
	color: #a7a6a6;
	background: url(images/default/button_active.png) no-repeat left center;
	padding-left: 30px;
	font-weight: bold;
}

#menu2 .title {
	margin: 0;
	border-bottom: 1px solid #bcbcb5;
	color: #acac65;
	text-shadow: 0px 1px 0px #ffffff;
	padding-bottom: 7px;
}

/* Lang */


#menu_lang {
	float: left;
	margin-top: 21px;
}

#menu_lang ul {
	margin: 0;
	list-style: none;
}

#menu_lang li {
	display: inline;
}


#menu_lang a {
	display: block;
	float: left;
	padding: 30px 20px 5px 20px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	font-family: Helvetica, sans-serif;
	font-weight: bold;
	font-size: 10px;
	letter-spacing: 0px;
	color: #505050;
	background: url(images/default/button_inactive.jpg) no-repeat center top;
}

#menu_lang a:hover {
	background: url(images/default/button_hover.jpg) no-repeat center top;
	color: #ffffff;
}

#menu_lang .current_page_item a {
	background: url(images/default/button_active.jpg) no-repeat center top;
	color: #ffffff;
}

/* Page */

#page {
	width: 900px;
	margin: 0 auto;
	padding-top: 21px;
	background: #f1f1ef;
}

#main-content {
	float: left;
	width: 570px;
	padding: 0px 20px 0px 20px;
	line-height: 25px;
	font-size: 12px;
}

#left-side {
	float: right;
	width: 245px;
	padding: 0px 20px 20px 20px;
	line-height: 25px;
	font-size: 12px;
}

#left-side .entry {
}

#left-side .entry a {
	background: #333333;
	padding: 5px 10px;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 10px;
	color: #CCCCCC;
}

#left-side .more {
	background: url(images/default/img04.gif) no-repeat left 50%;
	padding-left: 20px;
}

.content {
}

.content .title {
	margin: 0;
	border-bottom: 1px solid #bcbcb5;
	color: #acac65;
	text-shadow: 0px 1px 0px #ffffff;
	padding-bottom: 7px;
	}

.content .meta {
	margin: 0;
	padding-bottom: 10px;
	padding-top: 10px;
	line-height: normal;
	font-size: 13px;
	color: #505050;
}

.content .meta a {
	color: #000000;
}

.content .entry {
	margin-bottom: 20px;
	padding-bottom: 5px;
	/*border-bottom: #9C9C9C 1px dashed;*/

}

/* Works */
aa

/* Sidebar */

#sidebar {
	clear: both;
	width: 900px;
	background: #f1f1ef;
	color: #CCCCCC;
	padding: 10px 0 0 0;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
	display: block;
	float: left;
	width: 187px;
	padding: 10px 10px 10px 25px;
}

#sidebar li ul {
	line-height: 1.8em;
}

#sidebar li li {
	display: list-item;
	background: url(images/default/img07.gif) no-repeat left 50%;
	float: none;
	width: auto;
	padding: 0 0 0 10px;
	line-height: 25px;
}

#sidebar h2 {
	margin: 0 0 10px 0;
	color: #FFFFFF;
}

#sidebar a {
	text-decoration: none;
	color: #CCCCCC;
}

#sidebar a:hover {
	text-decoration: underline;
}

/* Footer */

#footer {
	width: 900px;
	height: 50px;
	margin: 0 auto;
	margin-bottom: 0px;
	background: url(images/default/img06.jpg) no-repeat left top;
	font-size: 11px;
	color: #CCCCCC;
}

#footerbig {
	background: url(images/default/bottom.jpg) repeat-x left bottom;
	font-size: 11px;
	height:95px;
	/*bottom: 0;*/
	color: #000;
	/*width: 80%;*/
	text-align: center;
	/*padding: 3% 10%;*/
}
#footer {
\width: 100%;
w\idth: 80%;
}
footersmall {font-size: 10px}


#footerbig p {
	/*display: compact;*/
	float: none;
	text-align: center;
	vertical-align: bottom;
	color:#CCCCCC;
}

#footerbig a {
	color: #ffffff;
}

#footer p {
	margin: 0;
	padding: 13px 20px 15px 20px;
}

#footer a {
	color: #FFFFFF;
}

#legal {
	float: left;
}

#links {
	float: right;
}

/* Styleswitch */

#styleswitch {
	background: url(images/default/styleswitch_default.gif) no-repeat left top;
	color:#FFFFFF;
	margin-top: 12px;
	margin-bottom: 5px;
	text-align: center;
	vertical-align: middle;
}

#styleswitch a {
	color:#ececec;
	font-size:11px;
	text-decoration: none;
}

#styleswitch a:hover {
	color:#30ac17;
	font-size:11px;
	text-decoration: none;
}

/* Skill table */

#table1 {
	border-collapse:collapse;
	text-align:left;
}

#table1 th {
	background: #a5a3a4;
	border-bottom:2px solid #c7c6ba;
	border-top:2px solid #c7c6ba;
	font-size:11px;
	font-weight:bold;
	padding: 5px;
	color:#ffffff;
}

#table1 tbody tr:hover td {
	background:#c7c6bb;
}

#table1 td {
	background:#e1e1e1;
	border-bottom:1px solid #bfbeb1;
	border-top:1px solid #f1f1ef;
	padding:5px 5px 5px 25px;
}

#table1 .border {
	border-left: 1px solid #f1f1ef;
}

/* Portfolio table */

#table2 .title_left {
	background: url(images/default/portfolio/portfolio_table_title_bg.jpg) no-repeat;
	border-bottom:0px solid #c7c6ba;
	border-top:0px solid #c7c6ba;
	font-size:11px;
	font-weight:bold;
    padding-left:50px;
	color:#ffffff;
	height:39px;
}

#table2 .title_right {
	background: url(images/default/portfolio/portfolio_table_title_bg_right.jpg) no-repeat;
	border-bottom:0px solid #c7c6ba;
	border-top:0px solid #c7c6ba;
	font-size:11px;
	font-weight:bold;
    padding-right:50px;
	color:#ffffff;
	height:39px;
}

#table2 .desc {
	border-bottom:1px solid #c7c6ba;
	padding: 5px;
	font-size:11px;
}

#table2 td.desc:hover { 
background:#c7c6bb; 
}

#table2 a {
color:#ffffff;
}

.portfolioTable {
	border:0px solid #c7c6ba;

}
