body {
    font-family: Helvetica, sans-serif;
	font-size: 62.5%;
	color: #333333;
	background: url(images/bg.jpg) top repeat;
    padding: 0px;
    margin: 0px;
}
a:link {
	color: #FF9900;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FF9900;
}
a:hover {
	color: #FF6600;
	text-decoration: underline;
}
a {
    outline: none;
}
@font-face {
  font-family: "AmericanTypewriter";
  src: url(AmericanTypewriter.ttc) format("truetype");
}
h3 {
    margin: 0;
    padding: 0;
    margin-bottom: 8px;
}
.hr {
	background: url(images/hr.png) center center no-repeat;
	height: 30px;
	overflow: hidden;
	width: 100%;
}
#main {
    width: 900px;
    margin: 0px auto;
    overflow: hidden;
    clear: both;
}
#hwrap {
	float: left;
	padding-bottom: 1px;
	border-bottom: 1px solid #020100;
	overflow: hidden;
	width: 100%;
	margin-bottom: 20px;
}
#hwrap2 {
	width: 100%;
	background: url(images/bg.png) repeat-x;
	overflow: hidden;
}
#header {
    width: 900px;
    margin: 0px auto;
    overflow: none;
    height: 72px;
}
#header .l {
    float: left;
    width: 186px;
    height: 32px;
    margin-top: 26px;
}
#header .r {
    float: right;
    width: 500px;
    height: 52px;
    text-align: right;
    padding-top: 20px;
}
#header .showreel a {
    background: url(images/showreel.png) top no-repeat;
    height: 10px;
    width: 83px;
    float: right;
    margin-right: 12px;
}
#header .showreel a:hover {
    background: url(images/showreel.png) bottom no-repeat;
}
#header .hosting a {
    background: url(images/hosting.png) top no-repeat;
    height: 10px;
    width: 68px;
    float: right;
    margin-right: 12px;
}
#header .hosting a:hover {
    background: url(images/hosting.png) bottom no-repeat;
}
#header .contact a {
    background: url(images/contact.png) top no-repeat;
    height: 10px;
    width: 69px;
    float: right;
}
#header .contact a:hover {
    background: url(images/contact.png) bottom no-repeat;
}

#portfolio {
	float: left;
	overflow: hidden;
	clear: both;
}
#portfolio .item {
    display: block;
    float: left;
    size: auto;
    margin-bottom: 20px;
    width: 290px;
}
#portfolio .item a {
    display: block;
    padding: 4px;
	text-decoration: none;
	border: 1px solid #CCC;
	background: #FFF;
}
#portfolio .item a:hover {
    display: block;
	text-decoration: none;
	border: 1px solid #CCC;
	background: #EEE;
}
#portfolio .row {
	float: left;
}
#portfolio h2 {
	margin: 8px 0 0 0;
	color: #444;
	font-size: 1.5em;
}
#portfolio h4 {
	margin: 5px 0 0 0;
	font-weight: normal;
	color: #888;
	font-size: 1.2em;
}

#cs {
	background: #999;
}
#cs .left {
	float: left;
	width: 250px;
}
#cs .center {
	float: left;
	width: 200px;
}
#cs .right {
	float: left;
	width: 450px;
}
.b1 {
    background: url(images/b1.png) repeat;
    border-top: 1px solid #CCC;
    border-bottom: 1px solid #CCC;
    margin-bottom: 5px;
}
.b2 {
    background: url(images/b2.png) repeat;
    border-top: 1px solid #CCC;
    border-bottom: 1px solid #CCC;
    margin-bottom: 5px;
}
.stxt {
    background: url(images/tick.png) 5px center no-repeat;
    font-size: 1.2em;
    padding: 5px 8px 5px 29px;
}

.loader {

}

.bar{
  display:none;
  background: url(images/loader.gif) center center no-repeat;
  margin-left:20px;
  margin-top:50px;
  height:20px;
  width: 100%;
}

#contactForm{
  float:left;
  position:relative;
  width: 100%;
  position: relative;
  bottom: 12px;
}

#container {
  float:left;
  position:relative;
  width: 100%;
}

input[name=name99] {
	border: none;
	width: 416px;
	padding: 4px 6px 4px 28px;
	background: url(images/cname.png) 6px center no-repeat #e7dcc4;
	color: #a2916d;
	font-size: 1.2em;
}
input:focus[name=name99] {
	background: url(images/cedit.png) 6px center no-repeat #c7b897;
	color: #FFF;
}
input[name=email99] {
	border: none;
	width: 416px;
	padding: 4px 6px 4px 28px;
	background: url(images/cmail.png) 6px center no-repeat #e7dcc4;
	color: #a2916d;
	font-size: 1.2em;
}
input:focus[name=email99] {
	background: url(images/cedit.png) 6px center no-repeat #c7b897;
	color: #FFF;
}
input[name=subject99] {
	border: none;
	width: 416px;
	padding: 4px 6px 4px 28px;
	background: url(images/csubject.png) 6px center no-repeat #e7dcc4;
	color: #a2916d;
	font-size: 1.2em;
}
input:focus[name=subject99] {
	background: url(images/cedit.png) 6px center no-repeat #c7b897;
	color: #FFF;
}
textarea[name=comment99] {
	border: none;
	width: 438px;
	padding: 4px 6px 4px 6px;
	background: #e7dcc4;
	color: #a2916d;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
}
textarea:focus[name=comment99] {
	background: #c7b897;
	color: #FFF;
}
input[type=submit] { border: 1px solid #F1F1F1; color: #F1F1F1; font-weight: 700; background: #d60c0b; padding: 4px 7px; margin: 0; width: auto; height: auto; }
input[type=submit]:hover { background: #bb0100; cursor: pointer; }

label {
	margin-bottom: 4px;
	font-size: 1.2em;
}


#footerwrap {
    width: 100%;
    margin: 30px 0 0 0;
    border-top: 1px solid #cebd97;
}
#footer {
    width: 100%;
    text-align: center;
    background: url(images/footer.png) repeat;
    padding: 20px 0 35px 0;
    overflow: hidden;
    font-size: 1.2em;
    border-top: 1px solid #FFF;
}
#footer a {
	color: #333;
}
#footer a:hover {
	color: #bb1d1d;
	text-decoration: none;
}