/* CSS Document */

body {
	font-family: Georgia;
	text-align: justify;
	padding-bottom: 0px;
	margin-bottom: 0px;
   padding-top: 0px;
   margin-top: 0px;
	padding-left: 0px;
	margin-left: 0px;
	padding-right: 0px;
	margin-right: 0px;
	line-height: 130%;
}

p {
	text-align: justify;
	line-height: 130%;
}

p.game-desc {
	margin-left: 174px;
}



/*
h1, h2, h3 {
	color: black;	
}
*/
h1 {
	font-size: 160%;
	font-weight: bold;
	clear: left;
}

h2 {
	font-size: 140%;
	font-weight: bold;
	clear: left;
}

ul {
margin-top: 4px;
margin-bottom: 4px;
}

li {
margin-top: 4px;
margin-bottom: 4px;
}

h3 {
	font-size: 120%;
	font-weight: bold;
	clear: left;	
}

div {
	margin: 0px;
	padding: 0px;	
}

img {
	margin: 0px;
	padding: 0px;	
	border: 0px;
}

div.top-header {
	background-color: #F06600;
	text-align: center;
	vertical-align: bottom;
	height: 104px; 
	margin-bottom: 2px;
}

div.top-header img {
	margin-top: 17px;
}

div.top-contacts {
	background-color: #189200;
	text-align: center;
	vertical-align: bottom;
   height: 20px; 
}

div.top-contacts img {
	margin-top: 2px;
}

div.bottom-contacts {
	background-color: #FFD9AE;
	text-align: center;
	vertical-align: bottom;
   height: 20px; 
}

div.bottom-contacts img {
	margin-top: 2px;
}

td.left-bar {
	background-image: url(../images/points-orange.gif);
	background-repeat: repeat-y;
}

td.right-bar {
	background-image: url(../images/points-green.gif);
}

td.left-menu {
   padding: 0.5em 0.5em 0em 1.2em;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12pt;
	vertical-align: top;
	text-align: left;
	line-height: normal;
}

td.left-menu p {
	margin-top: 0.5em;
	margin-bottom: 0em;
	padding-bottom: 0em;
}

td.left-menu ul {
	margin-top: 0px;
	padding-top: 0px;
	margin-left: 20px;
	padding-left: 0px;
	line-height: 120%;
}

td.left-menu li {
	font-size: smaller;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
}

td.content {
	padding: 0.5em 2em 1em 2em;
}

a, a:visited, a:link, a:focus {
	text-decoration: none;
	color: #189200; 
	font-weight: bold;
}

a:hover, a:active {
	color: #F06600; 
}

/*class for floating images in game reviews*/ 
img.game-review-image{
  float:left;
  clear: left;
  margin:0.4em 1.5em 1.5em 0em;
}

div.catalogue h3 {
	margin-top: 1.5em;
}

div.catalogue h2 {
	margin-top: 3.5em;
}
