/*
VREZ Styles
Changed 17/6/08 | 10.30am
*/


/*
	Standard font family for site
*/

body, table, tr, td, a, p, h1, h2, h3, h4, h5
{
	font-family: arial, helvetica, sans-serif;
}


/*
	Page body style
*/

body
{
	margin: 0;
	padding: 0;
  color: #fff;
  background-color: #3f3e36;
}


/*
	Standard paragraph style
*/

p
{
	font-family: arial, helvetica, sans-serif;
	font-weight: normal;
	font-size: 0.7em;
	margin: 0 20px 10px 22px;
	padding: 0 0 0 0;
}

ul
{
	font-family: arial, helvetica, sans-serif;
	font-weight: normal;
	font-size: 0.7em;
	margin: 0 20px 10px 35px;
	padding: 0 0 0 0;
}


/*
	Headings
*/

h1
{
	font-weight: normal;
	font-size: 1em;
  color: #9c9b91;
  margin: 0 0 10px 22px;
	padding: 0 0 0 0;
}

h2
{
	font-weight: bold;
	font-size: 1.0em;
  margin: 0 0 0px 10px;
  padding-top: 8px;
}

h3
{
	font-weight: bold;
	font-size: 0.9em;
  margin: 0 0 12px 0;
  padding-top: 8px;
}



/*
	Style for standard links
*/

a
{
	color: #d6f949;
  text-decoration: none;
}

a:visited
{
  color: #ccc;
  text-decoration: underline;
}

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

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





/*
	Outer Container for page 
*/

#outer-container
{
	margin: 0 auto 0 auto;
  	padding: 20px 0 0 0;
	width: 920px;
}


/*
	Container for page 
*/

#container
{
	width: 920px
  	margin-left: 10px;
  	padding-bottom: 10px;
}


#header
{
	background-color: #;
  	margin: 0 0 20px 0;
  	width: 920px;
  	height: 55px;
}

#breadcrumbs
{
  	float: left;
}

#feedback
{
  	float: right;
}

#country-choice
{
  	float: left;
  	height: 50px;
	padding: 0 0 0 35px;
	margin: 0 0 0 15px;
	background-image: url("images/header/arrow.gif");
	background-repeat: no-repeat;
	background-position: left;
}

select.country-chooser
{
  padding: 0 0 0 0;
  margin: 15px 0 0 0;
  background-color: #686763;
  color: #fff;
}


/* BASIC BOX */

.box
{
	width: 230px;
	height: 230px;
	float: left;
	background-image: url("images/box_bottom.jpg");
	background-repeat: no-repeat;
	background-position: bottom;
	margin: 0 0 0 0;
	padding: 0 0 20px 0;
}


.logo
{
	margin: 0 0 0 22px;
	padding: 0 0 0 0;
}


.box h2
{
	font-weight: bold;
	font-size: 0.7em;
  margin: 0 22px 10px 22px;
  padding: 0 0 0 0;
}


/* DEVELOPER INFO BOX */

.developer-details-box
{
	width: 460px;
	height: 480px;
	float: left;
	background-image: url("images/developer_details_box_bottom.gif");
	background-repeat: no-repeat;
	background-position: bottom;
	margin: 0 0 0 0;
	padding: 0 0 20px 0;
}

.developer-details-box pre
{
	font-family: arial, helvetica, sans-serif;
	font-weight: normal;
	font-size: 0.7em;
	margin: 0 20px 10px 22px;
	padding: 0 0 0 0;
	width: 400px;
	white-space: pre-wrap;       /* css-3 */
 	white-space: -moz-pre-wrap !important;  /* Mozilla, since 1999 */
 	white-space: -pre-wrap;      /* Opera 4-6 */
 	white-space: -o-pre-wrap;    /* Opera 7 */
 	word-wrap: break-word;       /* Internet Explorer 5.5+ */  
}


.logo-wide-image /* Loses the left margin when in a div */
{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}


.logo-wide
{
  height: 105px;
  margin: 0 0 10px 22px;
  padding: 0 0 0 0;
  background-color: #;
}



/* BELOW FOR DEVELOPMENT PAGES */

/* GALLERY BOX */

.gallery-box
{
	width: 460px;
	min-height: 520px;
	height: 520px;
	float: left;
	background-image: url("images/development_gallery_box_bottom.jpg");
	background-repeat: no-repeat;
	background-position: bottom;
	margin: 0 0 0 0;
	padding: 0 0 20px 0;
}

.main-image
{
  width: 415px;
  min-height: 305px;
	margin: 0 0 10px 22px;
	padding: 0 0 0 0;
}


/* DEVELOPMENT DETAILS BOX */

.development-details-box
{
	width: 230px;
	min-height: 520px;
	height:  520px;
	float: left;
	background-image: url("images/box_bottom.jpg");
	background-repeat: no-repeat;
	background-position: bottom;
	margin: 0 0 0 0;
	padding: 0 0 20px 0;
}

.development-details-box h2
{
	font-weight: bold;
	font-size: 0.7em;
  margin: 0 22px 10px 22px;
  padding: 0 0 0 0;
}


.development-details-box pre
{
  	width: 190px;
  	font-family: arial, helvetica, sans-serif;
	font-weight: normal;
	font-size: 0.7em;
	margin: 0 0 10px 22px;
	padding: 0 0 0 0;
	white-space: -moz-pre-wrap; /* Mozilla, supported since 1999 */
	white-space: -pre-wrap; /* Opera 4 - 6 */
	white-space: -o-pre-wrap; /* Opera 7 */
	white-space: pre-wrap; /* CSS3 - Text module (Candidate Recommendation) http://www.w3.org/TR/css3-text/#white-space */
	word-wrap: break-word; /* IE 5.5+ */
}


/* BUTTONS FOR VIDEO/VIRTUAL TOUR */

.gallery-button-left
{
  margin: 0 0 5px 22px;
  padding: 0 0 0 0;
}



/* THUMBNAIL BOX */

.thumbnails-box
{
	width: 230px;
	min-height: 520px;
	height: 520px;
	float: left;
	background-image: url("images/box_bottom.jpg");
	background-repeat: no-repeat;
	background-position: bottom;
	margin: 0 0 0 0;
	padding: 0 0 20px 0;
}








/*
	Page footer
*/

#footer
{
	color: #62615a;
  border-top: 1px solid #62615a;
  margin: 20px 0 10px 0;
  padding: 10px 0 0 0;
}


/* Clearing element */

.clear
{
  position: relative; clear: both; height: 0; line-height: 0; font-size: 0;
}

/*
	Standard images
*/

img
{
	border: none;
}

