/**
* CSS-Reset
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, input, textarea, button, 
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size:100%;
	font-family: inherit;
	vertical-align: baseline;
}
body {
	background:#fff;
	color:#000;
	font-size:100.01%;
	line-height:1;
}
ol, ul {
	list-style: none;
}
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/**
* General Styles
*/
body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-align:center;
}

h1, h2, h3, h4, h5, h6, strong, b, label {
	font-weight:bold;
}

.clearer {
	clear:both;
}

br.clearer {
	font-size:1em;
	height:1em;
	line-height:1em;
}

label:hover, button:hover {
	cursor:pointer;
}

.right {
	margin-left:22.727em;
}

/**
* main wrapper
*/
#mainWrapper {
	font-size:68.75%; /* reset font size to 11px */
	margin:2.909em auto 0 auto;
	text-align:left;
	width:72em;
}

/**
* logo
*/
#logo {
	float:right;
}

#logo, #logo img {
	width:25.545em;
}

/**
* search form
*/
#keyword {
	background:#000;
	color:#fff;
	float:left;
	font-size:0.909em;
	padding:0.3em 0.5em;
	width:15.4em;
}

#submit {
	margin:0.4em 0 0 0.4em;
}

/**
* top menu
*/
#topmenu {
	clear:left;
	font-size:0.9em;
	margin:0.6em 0 0 0.5em;
}

#topmenu li {
	border-right:0.1em solid #8c8771;
	display:block;
	float:left;
	line-height:1.2em;
	margin-right:0.8em;
	padding-right:0.8em;
}

#topmenu li.last {
	border:none;
	margin-right:0;
	padding-right:0;
}

#topmenu a {
	color:#8c8771;
	text-decoration:none;
}

#topmenu a:hover, #topmenu li.current a {
	color:#000;
	text-decoration:underline;
}

/**
* main
*/
#main {
	clear:both;
	padding-top:2.363em;
}

/**
* main menu
*/
#mainmenu {
	float:left;
	width:20.181em;
}

#mainmenu a {
	background:url(../images/menubar.gif) right bottom no-repeat;
	color:#8c8771;
	display:block;
	text-align:right;
	text-decoration:none;
	text-transform:uppercase;
	padding-bottom:0.636em;
	width:9.090em;
}

#mainmenu a:hover {
	background:url(../images/menubar_active.gif) right bottom no-repeat;
}

#mainmenu a:hover, #mainmenu ul li.current a {
	color:#000;
}

#mainmenu li.current a {
	font-weight:bold;
}

#mainmenu li.current a, #mainmenu li.current a:hover {
	background:url(../images/menu_rectangle_large.gif) 0 0.181em no-repeat;
	color:#000;
	padding-bottom:0.363em;
}

#mainmenu ul li.current a, #mainmenu li.current li a:hover {
	background:none;
	text-decoration:underline;	
}

#mainmenu li {
	margin-bottom:1.090em;
}

#mainmenu ul {
	background:url(../images/menubar_active.gif) left top no-repeat;
	border-top:0.090em solid #000;
	padding-top:0.454em;
	padding-bottom:0.727em;
}

#mainmenu ul li {
	list-style:decimal-leading-zero inside;
	margin-bottom:0.454em;
	margin-left:8.545em;
	padding-left:1.727em;
}

#mainmenu ul a {
	background:none;
	color:#000;
	display:inline;
	text-decoration:none;
	text-transform:none;
	text-align:left;
	width:auto;
	padding-bottom:0;
}

#mainmenu ul li.current, #mainmenu ul li:hover {
	background:url(../images/menu_rectangle_small.gif) left center no-repeat;
}

#mainmenu li.current li a, #mainmenu ul a:hover {
	background:none;
	font-weight:normal;
}

/**
* key visual
*/
#keyvisual {
	background:#000;
	border:0.090em solid #727272;
	text-align:center;
}

#keyvisual img {
	margin:0.363em 0;
	width:48.090em;
}

/**
* prev next links
*/
#keyvisualmenu {
	background:#000 url(../images/bg_keyvisualmenu.gif) center top repeat-y;
	border-left:0.090em solid #727272;
	border-right:0.090em solid #727272;
	height:0px;
}

#keyvisualmenu li {
	font-size:0.818em;	
	padding:0.777em 0 0.666em 0;
	padding-top:11px;
}

#keyvisualmenu a {
	color:#727272;
	text-decoration:none;
	text-transform:uppercase;
}

#keyvisualmenu a:hover {
	color:#fff;
}

#prev {
	float:left;
}

#prev a {
	background:url(../images/arrow_left_grey.gif) left bottom no-repeat;
	margin-left:1.818em;
	padding-left:2em;
}

#next {
	text-align:right;
}

#next a {
	background:url(../images/arrow_right_grey.gif) right bottom no-repeat;
	margin-right:1.818em;
	padding-right:2em;
}

/**
* intro
*/
#intro {
	background:#837e6b url(../images/bg_stripes.gif) top left;
	background:#000;
	color:#fff;
	padding:1.363em 6.363em 1.636em 3.090em;
}



#intro h2 {
	font-size:1.363em;
	text-transform:uppercase;
	margin-bottom:0.266em;
	visibility:hidden;
	position:absolute;
}

#intro div{
	visibility:hidden;
	position:absolute;
}

#intro #intro-content {
	line-height:1.090em;
}

#intro a {
	background:url(../images/arrow.gif) right bottom no-repeat;
	color:#fff;
	padding-right:1.545em;
}

#intro a:hover {
	color:#8c8771;
}

/**
* font size
*/
#fontsize {
	float:right;
	font-size:0.909em;
	line-height:1.2em;
	padding:0.8em 1.5em 1.4em 0;
	text-align:right;	
}

#fontsize a {
	/*border:0.1em solid #000;*/
	color:#000;
	/*width:1em;*/
	text-align:center;
	text-decoration:none;
	line-height:1em;
	margin-left:0.4em;
}

#fontsize a img {
	width: 2.5em;
}

#fontsize span {
	margin-right:0.4em;
}

#fontsize span, #fontsize a {
	display:block;
	float:left;
}

/**
* main 1
*/
#main1 {
	padding-top:1.363em;	
	margin-top:-180px;
}

/**
* customers
*/
#customers {
	float:left;
	text-align:center;
	width:17.272em;
	padding-top:1.818em;
}

#customers img {
	display:block;
	margin:0 auto 1.363em auto;
	width:9.818em;
}

/**
* content
*/
#content {
	background:url(../images/7pointmedia_logo_text.jpg) 0.363em 0 no-repeat;
	padding-left:3em;
	padding-top:0.090em;
	line-height:1.272em;
}

#content h2 {
	margin-bottom:1em;
}

#content p {
	margin-bottom:1.545em;
}

#content a {
	color:#000;
}

#content a:hover {
	text-decoration:none;
}

/**
* news
*/
#news {
	display:none;
	float:right;
	width:21.454em;
}

#news div {
	border:0.090em solid #837e6b;
	margin-bottom:2.363em;	
}

#news h2 {
	background:#837e6b url(../images/news_bg.gif) top left;
	line-height:1.636em;
	color:#fff;
}

#news h2, #news p {
	padding:0 0.909em 0 0.454em;
	margin-bottom:0.363em;
} 

#news a {
	color:#8c8771;
	font-weight:bold;
}

#news a:hover {
	color:#000;
}

/**
* main content
*/
#maincontent {
	padding-bottom:1.181em;
}

.narrow {
	/*margin-right:25.272em;*/
}

/**
* footer menu
*/
#footermenu {
	background:#8b8671;
	clear:right;
	font-size:0.909em;
	height:1.6em;
	margin-bottom:1.4em;
	text-align:center;
}

#footermenu li {
	border-right:0.1em solid #fff;
	border-right:1px solid #fff;
	display:inline;
	line-height:1.6em;
	margin-right:1.5em;
	padding-right:1.5em;
	text-align:center;	
}

#footermenu li.last {
	border:none;
	margin-right:0;
	padding-right:0;
}

#footermenu a {
	color:#fff;
	text-decoration:none;
}

#footermenu a:hover {
	color:#000;
}

/**
* footer
*/
#footer {
	font-size:0.909em;
}

#footer span {
	font-size:0.9em;
}

.inputText {
	background-color: #C3C1A8;
	border: 1px solid #000000;
	margin: 2px;
	padding: 2px;
}

.inputButton {
	background-color: #8B8671;
	color: #FFFFFF;
	border: 1px solid #000000;
	margin: 2px;
	padding: 0 2px;
}

.contact_c {
	display: none;
}