html, body {
    margin: 0;
    padding: 0;
}

#head {
    height: 130px;
    width: 1000px;
    background: url('../img/logo.png') no-repeat 80px 20px;
}

#menu {
    width: 164px;
    min-height: 200px;
    float: left;
    margin: 40px 0 20px 0;
}

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

#menu li a {
    display: block;
    height: 22px;
    width: 134px;
    text-align: right;
    padding: 0 30px 0 0;
    margin: 0 0 7px 0;
}

#menu li a#about {
    background: url('../img/about.png') 
        right top no-repeat;
}

#menu li a#about:hover {
    background-position: right bottom;    
}

#menu li a#homepage {
    background: url('../img/homepage.png') 
        right top no-repeat;
}

#menu li a#homepage:hover {
    background-position: right bottom;    
}

#menu li a#download {
    background: url('../img/download.png') 
        right top no-repeat;
}

#menu li a#download:hover {
    background-position: right bottom;    
}

#menu li a#support {
    background: url('../img/support.png') 
        right top no-repeat;
}

#menu li a#support:hover {
    background-position: right bottom;    
}

#menu li a#buynow {
    background: url('../img/buynow.png') 
        right top no-repeat;
}

#menu li a#buynow:hover {
    background-position: right bottom;    
}


#menu li a#phones {
    background: url('../img/phones.png') 
        right top no-repeat;
}

#menu li a#phones:hover {
    background-position: right bottom;    
}

#menu li a#contact {
    background: url('../img/contact.png') 
        right top no-repeat;
}

#menu li a#contact:hover {
    background-position: right bottom;    
}

#content {
    width: 596px;
    min-height: 200px;
    float: left;
    margin: 0 0 20px 20px;
}

#content .teaser {
    width: 596px;
    border-bottom: 1px solid #808080;
}

#content .teaser:last-child {
    width: 596px;
}


#content .teaser h3 {
    font-family: 'Myriad Pro', Arial, Verdana, sans-serif;
    font-size: 14px;
    color: #333333;
}

h2 {
    font-family: 'Myriad Pro', Arial, Verdana, sans-serif;
    font-size: 14px;
    color: #333333;
}

li {
	list-style-type:none;
    font-family: 'Myriad Pro', Arial, Verdana, sans-serif;
    font-size: 13px;
    color: #333333;
}

li a {
    font-family: 'Myriad Pro', Arial, Verdana, sans-serif;
    color: #2f447b;
}


li a:visited {
    color: #2f447b;
}

a {
 	font-family: 'Myriad Pro', Arial, Verdana, sans-serif;
    color: #2f447b;
}

a:visited {
    color: #2f447b;
}


#content .teaser p {
    font-family: 'Myriad Pro', Arial, Verdana, sans-serif;
    font-size: 12px;
    color: #000000;
}

#content .part {
    width: 596px;
}

#content .part h3 {
    font-family: 'Myriad Pro', Arial, Verdana, sans-serif;
    font-size: 14px;
    color: #333333;
}

#content .part p {
    font-family: 'Myriad Pro', Arial, Verdana, sans-serif;
    font-size: 12px;
    color: #000000;
}

#solution_id {
    font-family: 'Myriad Pro', Arial, Verdana, sans-serif;
    font-size: 12px;
    color: #000000;
}

legend {
    font-family: 'Myriad Pro', Arial, Verdana, sans-serif;
    font-size: 12px;
    color: #000000;
}

.phpmyfaq_ul {
    font-family: 'Myriad Pro', Arial, Verdana, sans-serif;
    font-size: 12px;
    color: #000000;
}

.phpmyfaq_ul a {
    font-family: 'Myriad Pro', Arial, Verdana, sans-serif;
    font-size: 12px;
    color: #2f447b;
}

.phpmyfaq_ul a:visited {
	color: #2f447b;
}


#sidebox {
    width: 200px;
    min-height: 200px;
    float: left;
    margin: 0 0 20px 20px;
}

#sidebox h2 {
    background: url('../img/drw_head.png') no-repeat;
    text-indent: -10000px;
    margin: 0;
    padding: 0;
    height: 26px;
}

#sidebox #drawer {
    overflow: hidden;
    background: url('../img/drw_bg.png') left bottom;
    height: 380px;    
}

#sidebox #drawer ul {
    margin: 0 0 0 1px;
    padding: 0;
    list-style: none;
}

#sidebox #drawer li {
    width: 184px;
    padding: 0 7px 17px 7px;
    background: url('../img/drw_divide.png') #ffffff 
        no-repeat bottom left;
    overflow: hidden;
    
    font-family: Arial, sans-serif;
    font-size: 11px;
    color: #535353;
}

#sidebox #drawer #drw1 {
    top: 0px;
    position: relative;
    z-index: 3;
}

#sidebox #drawer #drw2 {
    top: -110px;
    position:relative;
    z-index: 2;
}

#sidebox #drawer #drw3 {
    top: -220px;
    position: relative;
}

#sidebox #drawer li:hover {
    background-position: bottom right;
}

#sidebox #drawer .thumbnail {
    width: 100%;
    margin: 3px 0;    

    text-align: center;
}

#sidebox #drawer h3 {
    margin: 0;
    padding: 0 0 3px 0;

    font-family: 'Myriad Pro', Arial, Verdana, sans-serif;
    font-size: 14px;
    color: #333333;
}

#sidebox #drawer a {
    display: block;
    background: url('../img/drw_arrow.png') no-repeat
        right;
    float: left;
    padding: 3px 20px 3px 0;

    color: #2f447b;
    text-decoration: none;
}

#sidebox #drawer a:hover {
    text-decoration: underline;
}

#footer {
    width: 814px;
    margin: 0 0 0 186px;
    padding: 5px 0 0 0;
    height: 50px;
    clear: both;
    border-top: 1px solid #808080;

    font-family: Arial, sans-serif;
    font-size: 10px;
    color: #808080;
}

#footer a {
    color: #2F447B;
    text-decoration: none; 
}

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

.nocss {
    display: none;
}

#imagegallery{
	background:#F2F2F2;
	clear:left;
	padding:10px;
	height:800px;
}


#items{
	text-align:center;
	width: 100%;
	height: 100px;
	border: 1px solid #DFDFDF;
	background:white;
	vertical-align: bottom;
}

#items .item {
	text-align:center;
	float: left;
	padding:5px;
	position: relative;
	width: 50px;
	height:70px;
	margin-left: 15px;
	margin-right: 15px;
	margin-top:10px;
	margin-bottom:10px;
	background-color: #fff;
	cursor: pointer;
	border: 1px solid white;
	vertical-align: bottom;
}

#items .item:hover{border: 1px solid #ddd;}
#items .item img {
	text-align:center;
	width:50px;
	vertical-align: bottom;

}


#large{
	border: 1px solid #DFDFDF;
	width: 100%;
	background-color: #fff;
	text-align:center;
	font-family:Georgia, Times, san-serif;
	font-size:12px;
}
#large .info{
	font-size: 1.2em;
	text-align: center;
	font-weight: bold;
	padding:10px;
	color:#B3B3B3;
}
#items  p{display:none;}
#large .item {
	margin-top:8px;
	margin-bottom:8px;
	border-width: 1px;
	cursor: default;
	text-align:center;
}
#large .item img{
	max-width:600px;
	max-height: 600px;
}
#large .item p {
    font-family: 'Myriad Pro', Arial, Verdana, sans-serif;
    font-size: 13px;
    color: #333333;
}

#contact {
	border:0px;
	padding:0px;
}

.contacthead {
	background: url('../img/contactform.png') no-repeat;
	border:0px;
	height:26px;
	width:378px;
	padding-left:-5px;
	text-align:center;
	font-family: 'Myriad Pro', Arial, Verdana, sans-serif;
    font-size: 13px;
}

.contactform {
	background: url('../img/contactform.png') no-repeat;
	border:0px;
	height:26px;
    margin-top:16px;
	width:378px;
    padding-top:26px;
	text-align:center;
	font-family: 'Myriad Pro', Arial, Verdana, sans-serif;
    font-size: 13px;
}

.contactleft {
	background:#DFDFDF;
	border:0px;
	height:16px;
	width:363px;
	padding-left:5px;
    padding-top:5px;
	text-align:left;
	margin-left:5px;
	font-family: 'Myriad Pro', Arial, Verdana, sans-serif;
    font-size: 12px;
    border-bottom: 1px solid #FFFFFF;
    float:left;
}

.contactright {
	background:#DFDFDF;
	border:0px;
	width:363px;
	padding-left:5px;
	text-align:left;
	margin-left:5px;
	font-family: 'Myriad Pro', Arial, Verdana, sans-serif;
    font-size: 12px;
    border-bottom: 1px solid #FFFFFF;
    float: left;
}


.contactcontent {
	background:#DFDFDF;
	border:0px;
	height:26px;
	width:378px;
	padding-left:-5px;
	text-align:left;
	margin-left:5px;
	font-family: 'Myriad Pro', Arial, Verdana, sans-serif;
    font-size: 12px;
    border-bottom: 1px solid #FFFFFF;
}

.formerror {
	background-color:#819cc3;
}

.center {
text-align:center;
}
