/* @group Tags */

* {
	margin: 0;
	padding: 0;
}

body {
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	line-height: 120%;
	background-color: #EEF;
}

div {
	font-size: 14px;
	line-height: 120%;
	color: #000;
}

h1 {
	font-size: 22px;
	color: #06C;
	margin-top: 9px;
	margin-bottom: 19px;
	line-height: 100%
}

h2 {
	font-size: 20px;
	color:  #06C;
	margin-top: 9px;
	margin-bottom: 9px;
	line-height: 100%
}

h3 {
	font-size: 18px;
	color: #693;
	margin-top: 18px;
	margin-bottom: 6px;
}

h4 {
	font-size: 14px;
	color: #606;
	margin-top: 9px;
	margin-bottom: 3px;
}

p {
	font-size: 14px;
	line-height: 120%;
	color: #000;
	margin-bottom: 9px;
}

ul {
	margin-left: 18px;
}

li {
	font-size: 14px;
	line-height: 120%;
	color: #000;
}

li li {
	margin-left: 9px;
}

li li li {
	margin-left: 9px;
}

address {
	display: inline;
	font-style: normal;
}

img {
	border:  0;
}

/* @end */

/* @group links */

a:link, a:visited {
	color: #603;
}

a:hover {
	color: #F00;
}

a:active {
	color: #0F0;
}

h3 a:link, h4 a:link, h3 a:visited, h4 a:visited {
	text-decoration: none;
	color: #693;
}

h1 a:link, h2 a:link, h1 a:visited, h2 a:visited {
	text-decoration: none;
	color: #06C;
}

h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover {
	color: #606;
	text-decoration: none;
}

h1 a:active, h3 a:active, h4 a:active {
	color: #F00;
	text-decoration: none;
}

#topmenu a:link, #topmenu a:visited {
	color: #FFF;
	text-decoration: none;
}

#topmenu a:hover {
	color: #606;
	font-weight: bold;
	text-decoration: none;
}

#topmenu a:active {
	color: #F00;
	text-decoration: none;
}

#header h1 a {
	color: #693;
	text-decoration: none;
}

/* @end */

/* @group Header */

#header {
	margin-bottom: 36px;
	margin-top: 9px;
}

#header h1 {
	font-size: 82px;
	font-weight: bold;
	color: #693;
	text-transform: lowercase;
	margin-left: 72px;
	margin-top: 0;
	margin-bottom: 0;
}

#header h2 {
	font-size: 20px; 
	color: #06C;
	margin-left: 106px; /* 142 with > image */
	margin-top: 0;
	margin-bottom: 0;
}

#menubar {
	width: 100%;
	margin-bottom: 0px;
	display: block;
	float: left;
	clear: both;
}

.mbitem {
	font-size: 16px;
	line-height: 35px;
	color: #FFF;
	text-align: center;
	width: 145px;
	height: 36px;
	display: inline;
	float: left;
	border-right: 1px solid #FFF;
	background-image: url(http://www.gotoipmg.com//images/f60tab.gif);
	text-transform: lowercase;
}

.submenu {
	background-color: #F60;
	width: 800px;
	margin-right: 0px;
	padding: 10px 0px;
	display: inline;
	float: left;
}

.subitem {
	font-size: 16px;
	text-align: center;
	color: #FFF;
	float: left;
	text-transform: lowercase;
	padding: 0 18px;
}

#container {
	width: 800px;
	padding:  18px 72px;
	margin: 0 auto;
	background: #FFF url(http://www.gotoipmg.com//images/circles.png) no-repeat;
}

/* @end */

/* @group Index */

#middle {
	clear: both;
}

#main {
	width: 511px;
	float: left;
	margin: 36px 36px;
}

.main-item {
	margin-bottom: 9px;
	padding: 9px 18px;
	background: #FFF;
	border: #EEF solid 1px;
}

/* @end */

/* @group Sides */

#right-side {
	font-size: 12px;
	color: #000;
	width: 190px;
	float: right;
	margin-top: 36px;
	padding: 0;
	margin-right: 18px;
	margin-left: 9px;
}

.side-item {
	background-color: #EEF;
	padding: 8px;
	margin: 0 6px 0 0px;
	border-left: 1pt solid #CCF;
	border-right: 1pt solid #CCF;
}

.side-item-color {
	background-color: #FFC481;
	padding: 8px;
	margin: 0 6px 0 0px;
	border-left: 1pt solid #CCF;
	border-right: 1pt solid #CCF;
	font-size: 8pt;
}

.sitop {
	background: url(http://www.gotoipmg.com//images/bluetop.gif) no-repeat;
	margin-bottom: -8px;
}

.sibottom {
	background: url(http://www.gotoipmg.com//images/bluebottom.gif) no-repeat;
	margin-top:-8px;
	margin-bottom: 4px;
}

.side-item p {
	font-size: 13px;
	line-height: 120%;
}

.formlabel {
	font-size: 11px;
}

.formbutton {
	text-align: right;
}

.forminput {
	text-align: center;
}

/*

 @end */

/* @group Footer */

#footer {
	font-size: 10px;
	color: #999;
	text-align: center;
	clear: both;
	margin-top: 36px;
}

#footer a {
	color: #999;
	text-decoration: none;
}

/* @end */

/* @group Archive */

h2.archive-header, h2.comments-header {
	font-size: 16px;
	color: #693;
	margin-top: 9px;
	margin-bottom: 6px;
}

.archive-content {
	margin-left: 36px;
}

/* @end */

/* @group Random MT Classes */

.asset-meta {
	font-size: 10px;
	color:  #999;
}

.asset-meta a {
	color:  #999;
	text-decoration: none;
}

.asset-more-link {
	font-size: smaller;
	font-style: italic;
	text-align: right;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-right: 18px;
}

.comment-header .asset-meta {
	margin-top: 9px;
	margin-bottom: 3px;
}

.content-nav {
	margin:  9px;
}

.entry-categories-header {
	font-size: 9px;
	color: #999;
	font-weight: bold;
}

.entry-categories-list {
	font-size: 9px;
	color: #999;
	font-weight: normal;
}

.entry-categories-list a:link, .entry-categories-list a:visited {
	font-size: 9px;
	color: #99C;
	font-weight: normal;
	text-decoration: none;	
}

.entry-categories-list a:hover, .entry-categories-list a:active {
	font-size: 9px;
	color: #C99;
	font-weight: normal;
	text-decoration: none;
}

/* @end */

/* @group Utility Classes */

.clear {
	clear: both;
}

.clearleft {
	clear: left;
}

.center {
	text-align: center;
}


/* @end */

/* @group Page Styles */



#mainpage {
	width: 800px;
	margin: 36px 0 0;
}

.page-item {
	margin-bottom: 9px;
	padding: 36px 72px;
	background: #FFF;
	border: #EEF solid 1px;
}

#contacts table	{
	border: none;
	width:  100%;
}

#contacts th {
	text-align: left;
	padding: 9px 9px 9px 0;
}

#contacts td {
	width: 33%;
	margin: 3px;
	text-align: left;
	vertical-align: top;
}

.contact {
	line-height: 100%;
}


/* @end */
