/* HTML */

quotes: "\00ab" "\00bb";

html {
	margin: 0px;
	padding: 0px;
}

body {
	background-color: #fff;
	margin: 0px;
	padding: 30px 0px;
	font-family: Arial, Tahoma, Verdana, Georgia, sans-serif;
	font-size: 10pt;
	color: #333;
	background-image: url("/assets/templates/websy/img/shad.gif");
	background-position: top;
	background-repeat: repeat-x;
}

img {
	margin: 0px;
	padding: 0px;
	border: none;
}

h1 {
	text-transform: uppercase;
	font-size: 14px;
	font-weight: bold;
	color: #666;
	margin: 0px  0px 20px 0px;
	padding: 0px 0px 0px 20px;
	background-image: url("/assets/templates/websy/img/bullet.gif");
	background-position: left;
	background-repeat: no-repeat;
}

h2 {
	font-size: 13px;
	margin: 10px 0px;
	padding: 0px;
}

h3, h4, h5 {
	font-size: 13px;
	font-weight: bold;
	margin: 15px 0px;
	padding: 0px;
}

p {
	margin: 15px 0px;
	padding: 0px;
}

a:link, a:active {
	/*color: #0033cc;*/
	color: #333333;
}
a:visited {
	/*color: #330099;*/
	color: #333333;
}

ul li {
	padding: 3px 0px;
}

.border {
	border: solid 1px #ccc;
}

img.border {
	margin: 15px 0px 15px 0px;
}


.port-client-comment {
	/*border: 1px solid #ccc;
	background-color: #F4F4F4;
	padding: 5px 10px;*/
	margin-top: 30px;
}

.fancy img {
	cursor: url("/assets/templates/websy/img/zoomin.cur"), pointer !important;
}


/* STRUCTURE */


#container {
	width: 800px;
	margin: 0px auto;
	padding: 0px;
}

#header {
	position: relative;
	height: 50px;
}

#logo {
	position: absolute;
	left: 15px;
}

#menu, #menu a:link, #menu a:visited {
	text-transform: uppercase;
	font-size: 13px;
	font-weight: bold;
	color: #666;
	text-decoration: none;
}

#phone {
	position: absolute;
	right: 10px;
	top: 8px;
}

#maintext {
	margin: 0px 0px;
	padding: 20px 10px 30px 10px;
}


#leftcol {
	float: left;
	width: 490px;
	padding: 0px 35px 0px 5px;
	margin: 20px 0px;
	background-image: url("/assets/templates/websy/img/t.gif");
	background-position: right;
	background-repeat: repeat-y;

}

#rightcol {
	float: left;
	width: 228px;
	padding: 0px 5px 0px 35px;
	margin: 20px 0px;
}

#footer {
	clear: both;
	border-top: solid 1px #ccc;
	margin: 0px 0px 0px 0px;
	padding: 10px 5px;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

#footer, #footer a:link, #footer a:visited {
	color: #666;
}

#footer a:hover, #footer a:active {
	color: #000;
}

#copyrights {
	width: 295px;
	float: left;
}

#footmenu {
	width: 320px;
	float: left;
	padding: 10px 0px 0px 0px;
}

#counters {
	width: 170px;
	float: right;
	text-align: right;
}

.clear {
	clear: both;
}

#menu {
	width: 476px;
	height: 41px;
	background-image: url("/assets/templates/websy/img/menubg.gif");
	background-color: #f7f7f7;
	position: absolute;
	left: 170px;
	top: 5px;
}

#menu ul {
	padding: 0px;
	margin: 0px;
}

#menu ul li {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
	float: left;
}

#menu #m1, #menu #m1-act, #menu #m2, #menu #m2-act, #menu #m3, #menu #m3-act, #menu #m4, #menu #m4-act, #menu #m5, #menu #m5-act {
	float: left;
	text-align: center;
	height: 28px;
	padding-top: 13px;
}

#menu #m1, #menu #m1-act {
	width: 110px;
}

#menu #m1-act, #menu #m2-act, #menu #m3-act, #menu #m4-act, #menu #m5-act {
	background-image: url("/assets/templates/websy/img/on.gif");
	background-position: center top;
	background-repeat: no-repeat;

}

#menu #m2, #menu #m2-act {
	width: 82px;
}

#menu #m2-act {
}

#menu #m3, #menu #m3-act {
	width: 90px;
}

#menu #m4, #menu #m4-act {
	width: 75px;
}

#menu #m5, #menu #m5-act {
	width: 119px;
}



/*  OTHER */

/*
#visual {
	width: 832px;
	height: 257px;
	background-image: url("/assets/templates/websy/img/vis-1.jpg");
	background-color: #0d67d5;
}
*/

#phone-bottom {
	font-family: Arial, Tahoma, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding: 10px 0px;
}


#phone-top {
	font-family: Arial, Tahoma, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #888
}

#lastimg {
	width: 233px;
	height: 365px;
	background-image: url("/assets/templates/websy/img/lastimg.gif");
	background-repeat: no-repeat;
	text-align: center;
	padding: 15px 0px 0px 0px;
}
#lastimg .limg img {
	margin-bottom: 10px;
	border: solid 2px #fff;
}

#lastimg  #all-works-but {
	/*text-align: left;
	padding-left: 15px;*/
}


.my_table { 
	width: 100%;
	font-size: 100%;
	margin: 10px 0px;
	border-collapse: collapse;
}

.my_table td, .my_table th {
	border: 1px solid #999;
	padding: 5px 10px;
}

.my_table th {
	background-color: #f0f0f0;
	text-align: left;
}

.red, .errors {
	color: #e50000;
}

.portfolio {
	padding: 20px 0px 0px 0px;
}

.pic_img {
	position: relative;
}
.pic_img img {
	border: solid 1px #ccc;
}
.pic_zoom {
	position: absolute;
	bottom: 1px;
	right: 1px;
}
.pic_zoom img {
	border: none;
}

.pic_title {
	font-weight: bold;
	padding: 0px 0px 7px 0px;
	font-size: 12px;
}
.pic_descr {
	padding: 7px 0px 0px 0px;
	font-size: 12px;
}

.pic_descr a:link, .pic_descr a:active {
	color: #0033cc;
}
.pic_descr a:visited {
	color: #3d61cc;
}



/* portfolio */

.portf-item {
	padding: 10px 0px 25px 0px;
}

.portf-item .portf-pic {
	float: left;
	padding: 0px 20px 0px 0px;
	width: 200px;

}
.portf-item .portf-pic img {
	border: solid 1px #ccc;
}

.portf-item  .portf-descr {
	float: left;
	width: 270px;
}

.portf-item h2 {
	font-size: 14px;
	padding: 0px 0px 10px 0px;
	margin: 0px;
}

.portf-item h2 a {
	text-decoration: none;
	color: #444;
}

.portf-item h2 a:hover {
	/*text-decoration: underline;*/
}

.portf-item .portf-summary {
	/*font-size: 11px;*/
	margin: 0px 0px 10px 0px;
}

.portf-item .portf-url {
	padding: 0px 0px 10px 0px;
}

.portf-detail .portf-url {
	padding: 0px 0px 10px 0px;
}

.portf-item .portf-url a:link, .portf-detail .portf-url a:link {
	color: #0033cc;
}
.portf-item .portf-url a:visited, .portf-detail .portf-url a:visited {
	color: #3d61cc;
}

.portf-item .portf-lnk-det {
	padding-left: 0px;
}