body {
    font-size:62.5%;
	width:100%;
}
#callme {
    -moz-border-radius-bottomleft:10px;
    -moz-border-radius-bottomright:10px;
    -moz-border-radius-topleft:10px;
    -moz-border-radius-topright:10px;
    background-color:#990000;
    padding-bottom:10px;
    width:212px;
	text-align:center;
}
#callme h2 {
    color:#AFA081;
    font-size:18px;
    margin:0;
    padding-top:2px;
    text-align:center;
    width:212px;
}

.clear {clear:both;}

.callContent {
    -moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background-color:#990000 ;
	border:1px solid #9B8B7A;
	margin: 5px 10px 0px 10px;
	padding:5px;
}
.callContent {
}
.callMeButton {
    cursor:pointer;
    color:#9B8B7A;
    text-align:center;
    padding:10px;
    font-size:18px;
}
.callMeConnected {
    color:#FFFFFF;
    text-align:center;
    padding:10px;
    font-size:18px;
}
.callMeConnect {
    -moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin: 5px 10px 0px 10px;
	padding:5px;
    background:#FFFFFF none repeat scroll 0 0;
    padding:2px;
    text-align:center;
    color:#ffffff;
    font-weight:bold;
    cursor:pointer;
    font-size:16px;
}
.callMeConnect:hover {
    background:#FF0000;
    color:#990000;
}
#callme label {
    width:50px;
    text-align:right;
    display:block;
    float:left;
    margin-top:3px;
    font-weight:bold;
    color:#AFA081;
}
#callme input {
    width:100px;
    font-size:10px;
	color:#990000;
    -moz-border-radius: 5px;
	-webkit-border-radius: 5px;
    background-color:#FFFFFF;
    border-color:#990000;
        border-style:solid;
    border-width:1px 1px 1px 13px;
    margin-left:3px;
    padding:2px;
}
#callme input.error {
    border-color:red;
}

#callme .row {
    clear:both;
    margin-bottom:5px;
	width:100%;
}


#portfolioSlider {
    width: 500px;
    height: 300px;
    overflow:hidden;
    position:relative;
    background:#FFFFFF;

}
#portfolioSlider .slide {
    position:relative;
    top:0;
    left:0;
    z-index:1;
}
#portfolioSlider .active {
    z-index:1000;
}
#portfolioSlider .control {
    position:relative;
    bottom: 10px;
    left:175px;
    width: 150px;
    background:#FFFFFF;
    height:30px;
    z-index:1001;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
}

#portfolioSlider .control .conButton {
    width:50px;
    height:16px;
    padding:2px;
    border:1px solid #9B8B7A;
    background:#990000;
    position:relative;
    font-size:12px;
    font-weight:bold;
    color:#990000;
    text-align:center;
    cursor:pointer;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}

#portfolioSlider .control .conButton:hover {
    color:#DE721B;
    background:#fff;
}

#portfolioSlider .control .prev {
    top:4px;
    left:5px;
}
#portfolioSlider .control .next {
    top:4px;
    right:5px;
}
#portfolioSlider .control .play {
    display:none;
}

.textbloc {
    padding-top:10px;
}
.portSite {
    width:100px;
    overflow:hidden;
    float:left;
    padding: 5px;
    height:50px;
}