
@import url(layouts.css);
@import url(components.css);
@import url(modules.css);
@import url(navigation.css);
@import url(misc.css);
@import url(forms.css);


/* #######################  GENERAL SETTINGS ############################ */

/*

html {
	color: #003366;
	font-size: 8px;
}

*/

body {
	background-color: #93c6d9;
	background-image: url(http://www.mmgames.ru/templates/mmgames_originalpro/design/site-back.jpg);
	background-repeat: no-repeat;
	background-position: 50% 0%;
	background-attachment: scroll;
	margin: 0px;
	padding: 0px;
}

/*body div {
	text-align: center;
}*/

body table {
	vertical-align: 0%;
	height: 100%;
}

p {
	margin-top: 5px;
	margin-bottom: 3px;
        background-color: none;
}

div {
	margin-top: 5px;
	margin-bottom: 3px;
        background-color: none;
}

.b {
	font-weight: bold;
}

.i {
	font-weight: bold;
}

img {
    border: 0;
}

.c {
    text-align:center;
}

.site-logo {
	position: static;
	left: 50%;
	top: 0px;
	z-index: 1;
}

.subscript {
	font-family: Arial, Helvetica, sans-serif;
	bottom: 5px;
	text-align: center;
	vertical-align: bottom;
	position: relative;
	right: 0px;
	background-image: url(http://www.mmgames.ru/templates/mmgames_originalpro/design/subscript_grad.png);
	background-repeat: no-repeat;
	background-position: 0% 100%;
	width: 315px;
	height: 45px;
	color: #000033;
	font-weight: bold;
	line-height: 10px;
	z-index: 1;
}

.subscript a:link {
	color: #000066;
	text-decoration: none;
}

.subscript a:hover {
	color: #0066CC;
	text-decoration: underline;
}

.subscript a:visited {
	color: #000033;
	text-decoration: none;
}

.subscript div {
	font-size: 9px;
	letter-spacing: 1px;
	line-height: 10px;
}

/*  Global Formatting */
/*Headings Tags*/
h1 {font-size:16px;line-height: 1em;font-weight: 900;}
h2 {font-size:15px;line-height: 1em;font-weight: 900;}
h3 {font-size:14px;line-height: 1em;font-weight: 900;}
h4 {font-size:13px;line-height: 1em;font-weight: 900;}
h5 {font-size:12px;line-height: 1em;font-weight: 900;}
h6 {font-size:11px;line-height: 1em;font-weight: 900;}

/*List Tags*/

ol li {
	margin-left: 20px;
    margin-right: 10px;
	text-align:left;
	list-style:circle;	
}

/* Links */
a {
	text-decoration: none;
	padding-top: 0px;
	padding-right: 1px;
	padding-bottom: 0px;
	padding-left: 1px;
}
a:link {color: #3399CC; text-decoration: none;}
a:visited {color: #006699; text-decoration: none;}
a:hover {color: #333333; text-decoration: none;}
img {border: 0 none;}

/* Clears Divs */
.clr{clear: both;}


/* #######################  END GENERAL SETTINGS ############################ */
/* Heading Color and Height control*/
#hd {
background-image:url(http://www.mmgames.ru/templates/mmgames_originalpro/images/brb.png);
background-repeat: repeat-x;
}

/* Grid Body margin Override would be 10px default*/
#doc3{margin: 0px;}

/* Footer Wrapper Trick */
.wrapper2 {
height:auto !important;
min-height:80%;
}

.ft{
background-color: #FFFFFF;
min-height:25%;
}


