/************* GENERAL CSS ************/
html {
    margin:0;
    padding:0;
}

body {
    background-color: #FFF;
    background-image: url(/assets/templates/estringmedia/images/bg-page.gif);
    background-repeat: repeat;
    color: #70695A;
    font-family: verdana, arial, sans-serif;
    font-size: .70em;
    margin: 0;
    padding: 0;
    text-align: justify;
}

hr {
    height: 1px;
}

#content-wrapper {
    background: #FFF;
    margin:0 auto;
    padding:0;
    width: 960px
}

#links {
    background-color: #666666;
    background-image: url(/assets/templates/estringmedia/images/bg-page.gif);
    background-repeat: repeat-x;
    font-weight: normal;
    height: 20px;
    padding: 12px 8px 0 0;
    text-align:right;
}

#links a {
    color: #FFF;
}

#header {
    background-image: url(/assets/templates/estringmedia/images/banner_bg.gif);
    background-repeat: repeat-x;
    border-right:1px solid #000;
    border-top:1px solid #000;
    height: 109px;
}

#banner {
    background-image: url(/assets/templates/estringmedia/images/banner_bg.gif);
    background-repeat: repeat-x;
    clear: both;
    display: block;
    margin: 0;
    padding: 0;
    height: 109px;
    width: 100%;
}

#banner_left {

    background-image: url(/assets/templates/estringmedia/images/banner_left.gif);
    background-repeat: no-repeat;
    clear: none;
    float: left;
    height: 109px;
    margin: 0;
    padding: 0;
    width: 225px;
}

#banner_right {
    background-image: url(/assets/templates/estringmedia/images/banner_right.gif);
    background-repeat: no-repeat;
    clear: none;
    float: right;
    height: 109px;
    margin: 0;
    padding: 0;
    width: 225px;
}

#logo {
    background-image: url(/assets/templates/estringmedia/images/logo.gif);
    background-repeat: no-repeat;
    clear:none;
    height: 109px;
    margin: 0 auto 0 auto;
    padding: 0;
    width: 328px;
}

a {
    color: #CB7107;
    font-weight: bold;
    text-decoration: none;
}

a:hover {
    color: #333;
    text-decoration: underline;
}

h1 {
border-bottom: 1px solid ;
color: #EA8916;
font-family: arial,sans-serif;
font-size: 150%;
font-weight: normal;
letter-spacing: 0.1em;
margin: 0 0 12px 0;
padding: 6px 0 4px 0;
text-transform: uppercase;
}

h2 {

}

h3 {

}

h4 {

}

h3 a {
    color: #333;
}


/************* CONTENT ************/

#content {
    margin: 0 auto;
    padding: 20px 0 0 0;
    width: 958px;
}

#content p, 
#content ul, 
#content ol {
    line-height: 150%;
}

#left {
    float: left;
    padding: 0 20px 40px 20px;
    width: 650px;
}

#right {
    color: #99CCFF;
    float: right;
    margin: 0 10px;
    padding: 0 20px 40px -20px;
    text-align:left;
    width: 210px;
}

/* FORMS */

.required_marker {
    color: #FF0000;
}

.contactform {
    background-color: #F1F1C9;
    border: 1px solid #A6BE77;
    padding: .8em;
}

.contactform fieldset {
    border:none;
}

textarea {
    width:600px;
}
  
div.instruction_msg {
margin-bottom: 20px;
}

#img_vericode {
    float: left;
    margin: .5em .5em;
    padding: 5px 0 0 0 ;
}

#enter_vericode {
    margin-top: .5em;
}

div.errors {
    background-color: #FFCCCC;
    border: 1px dotted #CC0000;
    margin-bottom: .1em;
    padding: .5em;
}

div.fc-error {
background: #FBE6E6;
border: 1px dotted #CC0000;
}

div.fc-error p {
color: #333;
}

/************* Sidebar ************/
.sidebar-menu {
	margin-bottom: 10px;
}

.sidebar-menu .menu-title {
font-size:120%;
text-align: center;
width: 100%;
}

.sidebar-menu ul {
color:#333;
width:100%;
}
.sidebar-menu li {
width:100%;
list-style:none;
padding: .8em 0;
}

.sidebar-menu li a {
        color: #333;
	padding: .4em;
}

.sidebar-menu li.active {
background-color: #F1F1C9;

}

/* ROUNDED CORNERS */
.round{
	display:block;
}
.round * {
	display:block;
	height:1px;
	overflow:hidden;
	font-size:.01em;
	background:#DCDCAD;
}

.round1 {
  margin-left:3px;
  margin-right:3px;
  padding-left:1px;
  padding-right:1px;
  border-left:1px solid #ffeff2;
  border-right:1px solid #ffeff2;
  background:#DCDCAD;
  }
.round2{
  margin-left:1px;
  margin-right:1px;
  padding-right:1px;
  padding-left:1px;
  border-left:1px solid #fffbfc;
  border-right:1px solid #fffbfc;
  background:#DCDCAD;
  }
.round3{
  margin-left:1px;
  margin-right:1px;
  border-left:1px solid #ffe1e7;
  border-right:1px solid #ffe1e7;
  }
.round4{
  border-left:1px solid #ffeff2;
  border-right:1px solid #ffeff2;
  }
.round5{
  border-left:1px solid #ffe3e9;
  border-right:1px solid #ffe3e9;
  }
.round-content{
  background:#DCDCAD;
  }
  
  
.round-content {
	padding: 20px;
}


.round-content ul {
	margin:0;
	padding:.5em;
}

.round-content ul li {
border-bottom: 1px dotted #666;
color: #333;

}

.round-content,
.round-content a {
color: #666;
}


/************* FOOTER ************/

#footer {
    background-color:#EEE;
    background-image: url(/assets/templates/estringmedia/images/footer.gif);
    border-top: 1px solid #333;
    clear: both;
    color: #FFF;
    font-size: 9px;
    margin: 0 auto;
    padding: 10px 2px 10px 2px ;
    text-align: center;
    width: 954px;
}

/* PORTFOLIO */

.portfolio-prevnext {
display: block;
text-align:center;

}

.portfolio-prevnext a { 

font-weight: bold;
margin-right: 1.5em;
padding: .4em;
width: 180px;

}


.portfolio-list-item {
clear:both;
display:block;
margin-bottom: 1em;
overflow:hidden;

}


.portfolio-list-title a {
color: #333;
font-size: 1.2em;
}

.portfolio-link a {
font-weight: normal;
}

.portfolio-list-header {
margin-bottom: .5em;
}

.portfolio-title-wrapper {

margin:0; 
padding:0;
float:left;
width: 320px;
}

.portfolio-title-wrapper p {
margin:0; 
padding:0;
}

.portfolio-summary-wrapper {
float:left;
width: 300px;
}


ul.services {
    list-style-image: url(/assets/templates/estringmedia/images/checkmark.gif);
    line-height: 18px;
}

