/* Import whitespace resetting code */

/*@import url(reset.css); */
*{ margin: 0; padding: 0; }


/* General Layout */
body {
	background: white none repeat scroll 0%;
	color: black;
	font-family: Trebuchet, Lucida Sans Unicode, Lucida Grande, Lucida Sans, Arial, sans-serif;
	font-size: 100%;
	text-align: center;
}

.innerWrap { width: 960px; margin: 0 auto; }

#Content { margin: 15px; text-align: justify; 
}

/*#Content a { text-decoration: underline; }
#Content a:hover { color: #E85623; }*/

#Content ol { margin-left: 15px; }

#Content ul { margin-left: 15px; }

/* ---------- gallery styles start here ----------------------- */
#Gallery { list-style: none; margin: 0; padding: 0; }

#Gallery a { text-decoration: none; }

#Gallery em {
	background: #fff url(../media/grey-gradient.gif) repeat-y;
	color: #000;
	font-style: normal;
	padding: 2px 10px;
	display: block;
	position: absolute;
	top: 110px;
	left: 9px;
	border: 1px solid #999;
	border-left-color: #888;
	font-size: 0.8em;
	text-align: left;
}

#Gallery img { background: #fff; border: solid 1px #888; padding: 5px; }

#Gallery li {
	padding: 10px;
	margin: 0;
	float: left;
	position: relative;
	width: 180px;
	height: 130px;
}

#Gallery li:hover em {
	background: #ffdb01 url(../media/orange-gradient.gif) repeat-y;
	border-color: #c25b08;
}

#Gallery li:hover img { border-color: #000; }


/* Header Styles */
#Header { 
  height: 292px;
  background: url(../media/header_bg.jpg) repeat-x scroll left top;
}

#Layout { font-size: 100%; }

#Layout td { vertical-align: top; }


#Logo {
  position:relative;
  height: 187px;
  padding: 64px 0 0 0;
  background: url(../media/header.jpg) no-repeat scroll left 64px;
}

#Languages {
	position: absolute;
	margin-top: -20px;
	margin-left: 10px;
	/*text-decoration: underline; */
	font-size: 1em;
	font-weight: bold;
	color: black;
}

#Skype {
	margin-top: 20px;
	text-align: center;
}


#Footer {
	border-top: 1px solid #FEF3D7;
	line-height:40px; 
}

#Footer .innerWrap {
	text-align: center;
}

#Nav {
  background: url(../media/menu_bg.jpg) repeat-x scroll left top;  
  float: left; 
  height: 40px;
  width: 100%;
  line-height: 40px;
}

#Nav li {
	float: left;
	margin: 0;
	padding: 0;
	letter-spacing: 1px;
	list-style: none;
	text-transform: uppercase;
	font-weight: bold;
}

#Nav li a {
	float: left;
	padding: 0 12px;
	text-decoration: none;
	border: none;
}

#Nav li a.current, #Nav li a.section{ background: #e7c572; text-decoration: none; }

#Nav li a.link:hover{
	background: #f0cf80;
	text-decoration: none;
}


#Main { 
  background: url(../media/page_bg.jpg) repeat-x scroll left top;
}

#Main .Sidebar{ 
  width: 180px; /* +30 padding */
  padding: 0 15px 15px 15px;
  background-color: #FEF3D7;
} 

#Main #Sidebar{ 
  float: left;
  width: 100%;
  text-align: left;
} 

#Main #Sidebar li{ 
  list-style: none;
} 

#Main #Sidebar h1 { 
  margin-top: 15px;
  font-size: 0.9em;
  text-align: center;
  border-bottom: 1px solid #E7C572;
}

#Main #Sidebar a { 
  text-decoration: none;
} 

#Main #Sidebar a:hover { 
  text-decoration: underline;
} 

#Main .Content{ 
  background: url(../media/content_bg.jpg) repeat-x scroll left top;
  /*width: 100%;*/
}

#Main .BannerSection {
	margin-top: 15px;
	font-family: Trebuchet, Tahoma, Arial, sans-serif;
	font-weight: bold;
	font-size: 0.9em;
	text-align: center;
	border-bottom: 1px solid #E7C572;
}

#Main .Banner {
	margin-bottom: 15px;
}

.Page {
	position: relative;
	margin: 0 auto;
	text-align: left;
	font-size: 0.8em;
}

.Page a { color: black; }

/*#Page a:hover { text-decoration: underline; }*/
.Page em { font-style: italic; }

.Page h1, h2, h3, h4 {
	font-family: Trebuchet, Tahoma, Arial, sans-serif;
	font-weight: bold;
	font-size: 1.3em;
	margin-bottom: 15px;
}

.Page hr {
	margin-bottom: 20px;
	border: none;
	width: 99%;
	color: #E7C572;
	background-color: #E7C572;
	height: 1px;
	clear: both;
}

.Page img{ border: none; }

.Page img.left{ float: left; margin: 0.1em 1em; }

.Page img.right{ float: right; margin: 1em; }

.Page ol { list-style: decimal inside; padding-left: 2em; }

.Page p { margin-bottom: 10px; }

.Page strong { font-weight: bold; }


.ProductImage {
	float: left;
	margin: 0 15px 15px 0;
}

.ProductTitle {
	float: left;
	margin: 0 15px 15px 0;
}

.ProductContent {
	clear: both;
}

.tblMeasurements .firstCol {
	width:70px;
	font-weight: bold;
}


.tblProducts .imageCol {
	width: 190px;
	padding: 5px 5px 5px 5px;
}

.tblProducts .descriptionCol {
  padding-left:15px;
	width: 99%;
}

.tblProducts .even {
	background-color: #FEECBE;
	height: 130px;
}

.tblProducts .odd {
	background-color: #FCE5AA;
	height: 130px;
}

.tblContacts .firstCol {
	font-weight:bold;
	width: 200px;
}

.FormTitle {
	padding-top:15px;
}


