/* Amart Design- press, pre-press, photomasks, retouch, webdesign */

* {
	margin: 0;
	padding: 0;
}

body {
font-family:"Trebuchet MS", Verdana, Arial, sans-serif;
font-size: 0.9em;
line-height: 17px;
color: #000;
}

a {
text-decoration: none;
color: #4077B0;
}
a:hover {
text-decoration: underline;
color: #111;
}

#wrap {
margin: 0 auto;
width: 750px;
}

#header {
background: #fff;
height: 80px;
line-height: 60px;
padding: 10px 0 10px 0;
}
#header h1 {
color : #000; 
font-size: 20px;
width:800px;	
height:98px; 
outline:0;	
background: url(img/logo.jpg) 0 0 no-repeat; 
text-indent:-1000em;	
float:left;
}

#menu img {
margin: 0px;
} 

#menu {
background: #fff url(img/headerbg.jpg) repeat-x;
height: 40px;
}
#menu ul {
list-style-type: none;
padding-top: 20px;
padding-left: 10px;
}
#menu ul li {
display: block;
float: left;
}
#menu ul li a {
color: #545454;
padding: 0 20px 0 0;
text-decoration: none;
font-weight: bold;
font-size: 16px;
}
#menu ul li a:hover {
color: #111;
text-decoration: none;
}

#menu img {
border: none;
float: right;
} 

#contentins {
font-family:"Trebuchet MS", Verdana, Arial, sans-serif;
margin-top: 5px;
background: #DEF7FF;
padding: 30px;
font-size: 1em;
text-align: justify;
}

#contentins .img {
float: left;
margin-right: .9em;
}

#contentins ul li a {
text-align: left;
}


/* Begin recent clients list. */

#recent-clients {margin-bottom: 5px;
                 padding: 0;}

#recent-clients ul {margin: 0;
                    padding: 0;
                    list-style-type: none;}

#recent-clients li {display: inline;
                    padding: 0 1px 0 0;}

#recent-clients li a img {padding: 0;
                          margin: 0;
                          border: 2px solid #E0E0E0;}

#recent-clients li a:hover img {border: 2px solid #677C2F;}

/* End recent clients list. */

#columns {
margin-top: 10px;
border: 1px solid #D3D463;
background: #D2E975;
padding: 10px;
}

.column1 {
float: left;
width: 300px;
text-align: left;
}
.column2 {
float: right;
width: 350px;
text-align: left;
}
.column2 ul {
padding: 0 0 0 0;
list-style-type: none;
}
.column2 ul li a {
list-style-image: url(img/arrow.jpg);
list-style-position: inside;

text-decoration: none;
color: #0572AB;
}
.column2 ul li a:hover {
color: #111;
}


#nav { margin-top: 15px; float: left;}
#nav ul { list-style-type: none; display: inline; }
#nav ul li { float: left; margin-right: 30px; }
#nav ul li a { color: #1d7c00; text-decoration: none; font-weight: bold; font-size: 16px; display: block; }
#nav ul li a:hover { color: #1d7c00; text-decoration: underline; }
#nav ul li a.active { background: transparent url(img/thick.png) no-repeat scroll 50% 100%; padding-bottom: 14px; }

div#main-container { width: 750px; height: 282px; background: #DEF7FF; }

.left {	float: left; display: inline; margin: 25px 0 0 20px; width: 280px; }
.right { float: right; display: inline; width: 423px; height: 203px; margin: 20px 20px 0 0; }
.clear { clear: both; }

h2 { color: #0793C2; font-size: 24px; line-height: 1.4; font-weight: normal; margin-bottom: 10px; }
h3 { font-weight: bold; font-size: 14px; }
h4 { color: #DC555C; font-weight: bold; font-size: 14px; }
p.pres { color: #0793C2; font-size: 13px; line-height: 1.4; }
p.pres2 { color: #777; font-size: 12px; line-height: 1.2; }
p.pres2 a { color: #0793C2; }

#footer {
margin-top: 20px;
border-top: 1px solid #AEAEAE;
background: #ececec;
padding: 10px 0;
text-align: center;
font-size: 11px;
}

#footer-words {
margin:0 auto;
color : #333; 
font-size: 10px;
width:750px;	
outline:0;
}

/* jCarousel */


.jcarousel-container {
    position: relative;
}

.jcarousel-clip {
    z-index: 2;
    padding: 0;
    margin: 0;
    overflow: hidden;
    position: relative;
}

.jcarousel-list {
    z-index: 1;
    overflow: hidden;
    position: relative;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
}

.jcarousel-item {
    float: left;
    list-style: none;
    width: 750px;
    height: 282px;
}

.jcarousel-next {
    z-index: 3;
    display: none;
}

.jcarousel-prev {
    z-index: 3;
    display: none;
}


.jcarousel-skin-tango.jcarousel-container {
}

.jcarousel-skin-tango.jcarousel-container-horizontal {
}


.jcarousel-skin-tango .jcarousel-clip-horizontal {
    width:  750px;
    height: 282px;
}

.jcarousel-skin-tango .jcarousel-item {
    width: 750px;
    height: 275px;
}

.jcarousel-skin-tango .jcarousel-item-horizontal {
    margin-right: 10px;
}

.jcarousel-skin-tango .jcarousel-item-vertical {
    margin-bottom: 10px;
}

.jcarousel-skin-tango .jcarousel-item-placeholder {
    background: #fff;
    color: #000;
}

/**
 *  Horizontal Buttons
 */
.jcarousel-skin-tango .jcarousel-next-horizontal {
    position: absolute;
    top: 235px;
    left: 600px;
    width: 94px;
    height: 34px;
    cursor: pointer;
    background: transparent url(img/but-next.png) no-repeat 0 0;
}

.jcarousel-skin-tango .jcarousel-next-horizontal:hover {
    background-position: -94px 0;
}

.jcarousel-skin-tango .jcarousel-next-horizontal:active {
    background-position: -94px 0;
}

.jcarousel-skin-tango .jcarousel-next-disabled-horizontal,
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal:hover,
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal:active {
		visibility: hidden;
}


/* Contact */

#contactarea {
	width:550px;
	border: 1px solid #C6E9FC;
	background: transparent url(img/sendmail.png) no-repeat 100% 100%;
	margin:0px;
	text-align:left;
	padding:15px;
	font-weight: bold;
	font-size: 12px;
}

#inputbox {
	border: 1px outset #D2E975;
	width: 160px;
	padding: 2px;
	font-weight: bold;
	font-family: Verdana, Arial;
	font-size: 12px;
}

#inputboxsubj {
	border: 1px outset #D2E975;
	width: 350px;
	padding: 2px;
	font-weight: bold;
	font-family: Verdana, Arial;
	font-size: 12px;
}


#inputlabel {
	font-weight: bold;
}

#textarea {
	border: 1px outset #D2E975;
	padding: 1px;
	font-weight: bold;
	width:350px;
}

#submitbutton {
	border: 1px outset #d7b9c9;
	background-color: #eee;
	width:100px;

}

/* vtip */
p#vtip { display: none; position: absolute; padding: 10px; left: 5px; font-size: 0.8em; background-color: white; border: 1px solid #a6c9e2; -moz-border-radius: 5px; -webkit-border-radius: 5px; z-index: 9999 }
p#vtip #vtipArrow { position: absolute; top: -10px; left: 5px }
