html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* end reset */

/* Body */

body {
margin: 0;
background-image: url(../images/bg.jpg);
font: 11px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
line-height: 1.231;
}

body, button, input, select, textarea {
    color: #d1cece;
    font: 11px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
    letter-spacing: 1px;
}

#body-wrap{
//width:960px;
//margin: 20px 20px;
width:99%;
float:right;
}


/* Header & Footer */

#logo-left{
float:left;
margin-top: 18px;
}

#logo-right{
float:right;
}

#header{
background: #dddddd;
}

#horizontal-line-top {
    background-image: url("../images/horiz-line.png");
    height: 2px;
    //margin: 0px 0px 20px 0px;
	clear:both;
}

#horizontal-line-bottom {
    background-image: url("../images/horiz-line.png");
    height: 2px;
    //margin: 12px 0px 0px 0px;
	clear:both;
}

#footer{
margin: 10px 0;
}

#footer-left{
float:left;
 font-size:12px;
 color:#d1cece;
}

#footer-right{
float:right;
margin:0px 25px 18px 0px;
}

/* Main & Nav & General Styles  */

#main {
}

.lang ul a:hover, .links ul a:hover, .projects-links  ul a:hover{
 text-decoration:none;
 color:#908b8b;
}

.selected {
 color:#ffffff !important;
}

.lang  ul {
 margin:3px 0 39px 2px;
 padding:0px;
 color:#ffffff;
 font-size:15px;
}

 ul li{
 display:inline;
}

.lang  ul a{
 text-decoration:none;
 color:#ffffff;
}

.links  ul {
 margin:0px 0 0px 2px;
 padding:0px;
 font-size:12px;
 color:#d1cece;
}

.links  ul a{
 text-decoration:none;
 color:#d1cece;
}

.page-title-links  ul a{
 text-decoration:none;
 color:#a3b7d6; 
}

.page-title-links  ul a:hover{
 text-decoration:none;
 color:#908B8B; 
}

.page-title-links  ul {
 margin:0px 2px 10px 2px;
 padding:0px;
 font-size:16px;
 font-weight:bold;
 color:#d1cece;
}


.small {
 font-size:11px;
}

.red {
 color:#ec2f2f;
}

h3 {
 font-size:15px;
 font-weight:bold;
}


/* Page Specific Styles */

.order-form-content-wrap{
width:540px;
}

.order-form-content{
margin: 0px 0px 0px 10px;
padding: 5px 0px 5px 0px;
border-bottom: 1px dotted #656565;
}

.order-form-content-bottom{
margin: 0px 0px 0px 10px;
padding: 5px 0px 5px 0px;
border-bottom: none;
}

.order-form-extra{
float:left;
}


.input-text {
color: #454545;
margin:4px 6px 0px 0px;
border:1px solid #6f6f6f;
background: #dddddd;
padding:3px;
height:18px;
}

.input-qty-text {
color: #454545;
margin:0px 8px 0px 0px;
border:1px solid #6f6f6f;
background: #dddddd;
padding:3px;
}

.format-price-wrap {
float:left;
}

.retail_price_static{
color:#fff;
padding-right:5px;
}

.retail_price{
text-decoration: line-through;
color:#fff;
padding-right:5px;
}

.sale_price{
color:#ff4c4c;
}

.qty-buy-wrap{
float:left;
margin-left:5px;
}

.width30 {
width:30px;
}

.width60 {
width:60px;

}

.button {
margin: 5px 0px 0 10px;
padding: 5px 0;
vertical-align:top;
}

strong {
font-weight:bold;
}

/* Contact */


#contactForm {
  margin-top: 30px;
  width: 500px;
}
#contactForm input, #contactForm textarea {
  border: 1px solid #ccc;
  color: #666262;
  font-size: 14px;
  margin: 0px 0px 10px 0px;
  padding: 2px;
  width: 379px;
}
#contactForm textarea {
  height: 120px;
}
#contactForm textarea:focus, #contactForm input:focus {
  border: 1px solid #888;
}
#contactForm label {
  float: left;
  font-size: 14px;
  margin-right: 15px;
  text-align: right;
  width: 100px;
}

#contactForm .captcha-text {
  float: left;
  font-size: 11px;
  //margin-right: 15px;
  //margin-left: 125px;
  margin: -5px 15px 10px 85px;
  text-align: right;
  width: 300px;

}

#contactForm input.submit {
  cursor: pointer;
  float: right;
  width: 130px;
  color:#414144;
}
#contactForm h2, #contactForm h3 {
  margin-left: 115px;
}
#contactForm .error {
  color: #ff0000;
  margin-left: 115px;
}

#contact-right{
float:left;
width:240px;
margin:75px 10px 15px 35px;
font-size: 13px;
}

#contact-page{
float:left;
//width:550px;
margin: 25px 0px;
}

/* Default Page Style */

#projects-page{
float:left;
width:300px;
margin: 25px 0px;
}

#default-page{
float:left;
width:700px;
margin: 25px 0px;
}

#trailer{
float:right;
width:600px;
margin:20px 25px 20px 0px;
}

.project-box{
//margin: 0 0 0px 2px;
}

.project-box p{
 //margin: 10px 0px;
 padding:5px 0px;
}

.project-text-box{
 margin: 5px 0px 0px 0px;  
 font-size:12px;

}

.project-dvd-info{
 margin: 10px 0px 0px 0px;
 font-size:12px;
 font-weight:bold;
}

.project-buy-box{
 margin: 10px 0px 0px 0px;
 font-size:12px;
 font-weight:bold;
}

