?/**
  Theme Name: MSI to EXE
  Theme URI: 
  Version: 2.0
  Author: Max
  Author URI: http://www.convertmsitoexe.com/
  Tags:

*/

* {
	margin:0;
	padding:0;
}

html,
body {
  height:100%;
}

body {	
  background: #FFF url('images/top_bg.png') repeat-x;
	color: #211910;
	font-family: Arial, Verdana, Helvetica;
	font-size: 13px;
	min-height:100%;
	height: 100%;
}

#wrapper {
  height: auto !important;
  height: 100%;
  margin-left: auto;
	margin-right: auto;
	min-height:100%;	
	padding-bottom:175px;
	position:relative;
	width: 850px;
}

#header{
  height: 50px;
  margin-top: 25px;
}

  #header h1 a{
    background: url('images/logo.gif') no-repeat;
    display: block;
    float: left;
    height: 36px;
    text-indent: -3000px;
    width: 220px;
  }
  
  #header ul#menu{
    float: right;
    list-style-type: none;
    margin-top: 10px;
  }
  
    #header ul#menu li{
      float: left;
      margin-left: 10px;
    }
    
    #header ul#menu li a{
      color: #98CA00;
      font-weight: bold;
      padding: 5px 10px;
      text-decoration: none;
    }
    
    #header ul#menu li a:hover, #header ul#menu li.active a{
      background-color: #0F0A07;
      color: #F9F4DD;
      font-weight: bold;
      padding: 5px 10px;
      text-decoration: none;
      -moz-border-radius: 5px;
      -webkit-border-radius: 5px;
    }
    
#intro{
  background: url('images/home_main_image.jpg') no-repeat;
  display: block;
  height: 225px;
  width: 850px;
}

  #intro #right{
    font-family: "myriad pro", Arial, Verdana;
    padding-left: 420px;
    padding-top: 10px;
    width: 360px;
  }

    #intro h2{
      font-size: 2em;
      margin-bottom: 15px;
    }
    
    #intro p{
      font-size: 1.1em;
      font-weight: normal;
      line-height: 20px;
    }

#section{
  background: url('images/section_bg.png') no-repeat;
  display: block;
  height: 40px;
  padding: 20px;
  width: 810px;
}

  #section h2{
    float: left;
  }
  
  #section a.contactus{
    background: url('images/get-your-free-msi-to-exe-converter.png') no-repeat;
    display: block;
    float: right;
    height: 32px;
    width: 241px;    
  }
  
  #section a.contactus:hover{
    background-position: 0 -32px;
  }

ul#work-clients{
  list-style-type: none;
}

  ul#work-clients li{
    float: left;
    width: 390px;
    margin-bottom: 40px;
  }
  
  ul#work-clients li.left{
    margin-right: 70px;
  }
  
  ul#work-clients li img{
    border: 5px solid #E8E8E8;
    margin-bottom: 5px;
  }
  

#left{
  float: left;
  width: 850px;
}

  #left ul#work, #left ul#team, #left ul#posts, #left ul#comments{
    list-style-type: none;
  }
  
  #left ul#work li{
    float: left;
    margin-right: 10px;
  }
  
  #left ul#team li{
    border-bottom: 1px solid #C0CED0;
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
  
  #left ul#posts li{
    margin-bottom: 40px;
  }
  
    #left ul#posts li h2{
      font-size: 1.8em;
      margin-bottom: 0px;
    }
    
    #left ul#posts li h2 a{
      color: #211910;
      text-decoration: none;
    }
    
    #left ul#posts li p.meta, #left ul#posts li p.body{
      margin-bottom: 20px;
    }
    
    #left ul#posts li div.body p, #left ul#posts li div.body ul{
      padding-bottom: 10px;
    }
    
    #left ul#posts li div.body ul, #left ul#posts li div.body ol{
      list-style-position: inside;
      list-style-type: disc;
    }
    
    #left ul#posts li div.body ul li, #left ul#posts li div.body ol li{
      margin-bottom: 10px;
      line-height: 20px;
    }

  #left ul#comments li{
    border-top: 1px solid #e8e8e8;
    margin-bottom: 20px;
    padding-top: 20px;
  }
    
  #left ul#comments li div.body p{
    font-size: 0.9em;
    line-height: 18px;
  }
  
   #left ul#comments li p.footer{
     font-size: 0.9em;
     line-height: 18px;
     margin-top: 10px;
   }
    
    
.left{
  float: left;
}

.right{
  margin-left: 130px;
}

#sidebar{
  float: right;
  width: 300px;
}
  
  #sidebar ul#items{
    list-style-type: none;
  }
  
  #sidebar ul#items li{
    margin-bottom: 20px;
  }
  
  #sidebar ul#items li ul{
    list-style-type: none;
    margin-top: 15px;
  }
  
  #sidebar ul#items li ul li{
    margin-bottom: 5px;
  }
  
  #sidebar .boxy{
    background-color: #F1F5F7;
    border: 2px dashed #C0CED0;
    padding: 10px;
  }
  
  #sidebar h2{
    font-size: 1.3em;
    margin-bottom: 0;
  }
  
  *:first-child+html, * html {
    
  }
  
  #sidebar h3{
    margin-bottom: 5px;
  }
  
  #sidebar  p{
    line-height: 20px;
  }
  
  #sidebar h2.phone{
    color: #F1592A;
    font-size: 1.8em;
    font-weight: bold;
    margin-bottom: 0;
  }
  
#footer{
  background: url('images/footer_bg.png') repeat-x;
  height: 145px;
  width: 850px;
  position:absolute;
  bottom:0;  
}

  #footer #container{
    padding: 40px;
    padding-top: 20px;
  }

  #footer h4{
    color: #211910;
    font-family: "myriad pro", Arial, Verdana;
    font-size: 1.6em;
    font-style: normal;
    margin-bottom: 5px;
  }

  #footer h5{
    color: #494236;
    font-family: "myriad pro", Arial, Verdana;
    font-size: 1.2em;
    margin-bottom: 5px;
  }
  
  #footer p{
    font-size: 0.8em;
    line-height: 16px;
    margin-top: 10px;
  }
  
  #footer #left{
    width: 300px;
  }
  
  #footer #sidebar{
    text-align: right;
  }
  
/* Text & Links */

h2{
  font-family: "myriad pro", Arial, Verdana;
  margin-bottom: 10px;
}

h4{
  color: #666666;
  font-style: italic;
  margin-bottom: 10px;
}

p{
  font-size: 13px;
  line-height: 24px;
}

a{
  color: #98CA00;
}
a:hover{
  background-color: #EAF4CC;
}

/* Images */

.img-left{
  float:left;
  margin-right: 20px;
}

.img-left-icon{
  float:left;
  margin-right: 20px;
  margin-top: -5px;
}

.img-right{
  float:right;
  margin-left: 5px;
}

.long-img-left{
  float:left;
  margin-right: 20px;
  padding-bottom: 50px;
}

.longer-img-left{
  float:left;
  margin-right: 20px;
  padding-bottom: 160px;
}

/* Forms */

label{
  font-weight: bold;
  padding-bottom: 10px;
}

.field{
  border: 1px solid #ccc;
  height: 22px;
  padding-top: 8px;
  padding-left: 5px;
  width: 260px;
}

.largefield{
  border: 1px solid #ccc;
  height: 220px;
  padding-top: 8px;
  padding-left: 5px;
  width: 500px;
}

/* Other */

.clear{
  clear: both;
}
#left ul{
	}
#left ul li{
	margin-left:40px;
}
.bottom-buy {padding:50px 0 0 150px;}
.bottom-buy img {margin-left:20px;}
#box{
  float: right;
  width: 320px;
}

#box .boxy{    background-color: #F1F5F7;
    border: 2px dashed #C0CED0;
    padding: 10px;
}
#box ul#items{
  list-style-type: none;
  }
  
#box ul#items li{
  margin-bottom: 20px;
  }
  
#box ul#items li ul{
   list-style-type: none;
   margin-top: 15px;
  }
  
#box ul#items li ul li{
   margin-bottom: 5px;
  }
#box h2 {
font-size:1.3em;
margin-bottom:0;
}
#header span a {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:transparent url(images/logo.gif) no-repeat scroll 0 0;
display:block;
float:left;
height:36px;
text-indent:-3000px;
width:220px;
}