/* Start of CMSMS style sheet 'Internet_corporation : Internet_corp stylesheet' */
/* 
	project:  internet corporation
	author:   luka cvrk (www.solucija.com)  
*/


* {
	margin: 0px;
	padding: 1px;
}
body { 
	font: .74em Verdana, Arial, "Trebuchet MS", Tahoma, sans-serif; 
	line-height: 1.6em;
	background: #fff url(uploads/Internet_corporation/bg.gif) repeat-x; 
	color: #444; 
}

a {
	color: #227cc2;
	background: inherit;
	text-decoration: none;
}
a:hover { color: #808080; background: inherit; }
img { border: 0px; }
p { margin: 0 0 15px 0; }
h1 { font: bold 1.7em Arial, Sans-Serif; margin-left: 40px; padding-top: 20px; }
h1 a { color: #fff; background: inherit;}
h1 a:hover { color: #E4FFD3; background: inherit; }
h2 { font: bold 1.6em Arial, Sans-Serif; margin: 0 0 12px; }
h4 { color: #808080; background: inherit; font-weight: normal; font-size: .9em; }
ul, ol {
	margin: 5px 10px;
	padding: 0 10px;
}
ul span, ol span {
	color: #666666;
}

#content { width: 900px; margin: 0 auto; }

#logo {
	margin: 0px;
	height: 70px;
	background: url(uploads/Internet_corporation/logobg.gif) no-repeat bottom left;
}
#logo img {
	float: right;
	display:inline;
	padding-top: 5px;
	padding-bottom: 5px;
}

#intro { 
	clear: both;
	background: transparent url(uploads/Internet_corporation/intro.jpg) no-repeat 0 0;
	color: #111;
	height: 155px;
	margin: 0px;
	padding: 45px 40px 0 0;
	text-align: right;
}
#intro h1 { margin: 0; }
#intro p { margin: 0; }

#claims {
	color: #111;
	height: 155px;
	margin: 5px;
	padding: 45px 40px 0 0;
	text-align: center;
}

#login { font-size: .9em; margin: 82px 0px 0px; }
#login a { color: #fff; background: #8BE1FA; padding: 4px 20px 6px;}
#login a:hover { color: #fff; background: #8BE1FA url(uploads/Internet_corporation/loginhover.gif) no-repeat; }

#left { clear: left; float: left; width: 190px; padding: 0 34px 0 15px; font-size: .9em; margin: 0 0 15px; }
/*	#leftmenu { list-style: none; margin: 0 0 20px 0;}
	#leftmenu li { padding: 0 0 5px 0px; background: #fff #46852F;list-style:none; }
	#leftmenu li a { background: #EAFFE3; color: #46852F; }*/

#right {
	margin: 0px 15px 20px 0px;
	padding: 0px 0px 0px 35px;
	border-left: 1px solid #999;
	float: right;
	width: 600px;
	text-align: justify;
}
	#notice { padding: 5px 14px 1px; background: #f4f4f4 url(uploads/Internet_corporation/noticebg.gif) no-repeat bottom right; color: #808080; }
	#left a, #right a { color: #317486; }

	#left h3 { border-bottom: 1px solid #aaa; padding: 0 0 7px; margin: 0 0 5px 0; }
	#right h2 { border-bottom: 1px solid #222; padding: 0 0 8px; }
	#right img { border: 0px; padding-left: 5px; background: #fff; }

#footer { clear: both; border-top: 1px solid #222; padding: 10px 0; margin: 0 0 15px; font-size: .9em; color: #808080; background: #fff; text-align: center;}
	#footer a { color: #4CA031; background: #fff; }
	#col1 { float: left; width: 274px; padding: 7px 0 0 15px; margin: 0 0 10px; }
	#col2 { float: left; width: 250px; border-left: 1px solid #ccc; padding: 7px 0 0 40px; }
	#col3 { float: right; width: 250px; border-left: 1px solid #ccc; padding: 7px 0 0 40px; }

.NewsSummaryLink {
	font-weight: bold;
}

/**********************************
DROP DOWN MENU
**********************************/
#nav {
	background: #555 url(uploads/Internet_corporation/gradient.png) repeat-x 0 -110px;
	-webkit-border-radius: 2em;
	-moz-border-radius: 2em;
	-webkit-box-shadow: 0px 1px 3px rgba(0,0,0, .4);
	-moz-box-shadow: 0px 1px 3px rgba(0,0,0, .4);
	padding: 10px;
}
#nav li {
	padding: 0 0 8px;
	margin: 0 5px;
	float: left;
	position: relative;
	list-style: none;
	font-size: 1.2em;
	display: inline;
}

/* main level link */
#nav a {
	font-weight: bold;
	color: #e7e5e5;
	text-decoration: none;
	display: block;
	padding:  5px 20px;
	margin: 0;
	-webkit-border-radius: 1.6em;
	-moz-border-radius: 1.6em;
	text-shadow: 0 1px 1px rgba(0,0,0, .3);
}
#nav a:hover {
	background: #EEE;
	color: #000;
}

/* main level link hover */
#nav .current a, #nav li:hover > a {
	background: #999 url(uploads/Internet_corporation/gradient.png) repeat-x 0 -80px;
	color: #000;
	-webkit-box-shadow: 0 1px 1px rgba(255,255,255, .2);
	-moz-box-shadow: 0 1px 1px rgba(255,255,255, .2);
	box-shadow: 0 2px 2px rgba(255,255,255, .2);
	color: #000;
}

/* sub levels link hover */
#nav ul li:hover a, #nav li:hover li a {
	background: none;
	border: none;
	color: #111;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	white-space: nowrap;
}
#nav ul a:hover {
	background: #0078ff url(uploads/Internet_corporation/gradient.png) repeat-x 0 -100px !important;
	background: #34b8ff url(uploads/Internet_corporation/gradient.png) repeat-x 0 -100px !important;
	color: #fff !important;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	text-shadow: 0 1px 1px rgba(0,0,0, .1);
}

/* dropdown */
#nav li:hover > ul {
	display: block;
	z-index: 10;
	white-space: nowrap;
	width: 250px;
}

/* level 2 list */
#nav ul {
	display: none;
	margin: 0px;
	padding: 0px;
	width: 185px;
	position: absolute;
	top: 35px;
	left: 0px;
	background: #ddd url(uploads/Internet_corporation/gradient.png) repeat-x 0 0;
	border: solid 1px #b4b4b4;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;

	-webkit-box-shadow: 0 1px 3px rgba(0,0,0, .3);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0, .3);
	box-shadow: 0 1px 3px rgba(0,0,0, .3);
}
#nav ul li {
	float: none;
	margin: 0px;
	padding: 0px;
}

#nav ul a {
	font-weight: normal;
	text-shadow: 0px 1px 0px #fff;
}

/* level 3+ list */
#nav ul ul {
	left: 181px;
	top: -3px;
}

/* rounded corners of first and last link */
#nav ul li:first-child > a {
	-webkit-border-top-left-radius: 9px;
	-moz-border-radius-topleft: 9px;

	-webkit-border-top-right-radius: 9px;
	-moz-border-radius-topright: 9px;
}
#nav ul li:last-child > a {
	-webkit-border-bottom-left-radius: 9px;
	-moz-border-radius-bottomleft: 9px;

	-webkit-border-bottom-right-radius: 9px;
	-moz-border-radius-bottomright: 9px;
}

/* clearfix */
#nav:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0px;
	height: 0px;
}
#nav {
	display: inline-block;
} 
html[xmlns] #nav {
	display: block;
}
 
* html #nav {
	height: 1%;
}
/* End of 'Internet_corporation : Internet_corp stylesheet' */

