* {
	margin: 0;
	padding: 0;
}

body {
	margin: 15px;
	font-size: 62.5%;
	background: url(images/sbg1.png) repeat;
}

p, li {
	font: 1.2em/1.8em Tahoma, sans-serif;
	margin-bottom: 10px;
	color: white;
}

a {
	font: 1.2em/1.8em Tahoma, sans-serif;
	margin-bottom: 10px;
	color: #447699;
}


h1 {
	font: 2.0em Tahoma, sans-serif;
	color: white;
	height: 0px;
}

h2 {
	font: 1.8em Tahoma, sans-serif;
	color: white;
	margin-bottom: 10px;
}

ul {
	margin-left: 25px;
}

img {
	border: none;
}

.small {

	height: 100px;
}

.small_c {

	height: 100px;
}

table {
	margin-top: 20px;
	border-collapse: collapse;
	border-spacing: 0;
} /* tables still need 'cellspacing="0"' in the markup */

td {
	font-size: 90%;
	vertical-align: top;
	padding: 15px;
	width: 250px;
}

td:hover {
	background: #444;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
}

table {	font-size: 100%; } /* IE inheritance fix */

iframe {

}

#page-wrap {
	background: black;
	
	min-width: 780px;
	max-width: 1260px;
	margin: 10px auto;
	}
	#page-wrap #inside {
			margin: 10px 10px 0px 10px;
		padding-top: 10px;
		padding-bottom: 10px;

	}
	
	
#main-content-wrapper {
	
}	
	
#main-content {
	
	
	background: #333333;
	padding-left: 30px;
	
	padding-right: 30px;
	overflow: auto;
}


#main-content-contact {
	
	min-height: 300px;
	background: #333333;
	padding-left: 30px;
	
	padding-right: 30px;
	overflow: auto;
}	
#header {
	position: relative;
	background: url(images/title3.jpg) no-repeat #565656;
	background-position:right top;
	text-align: center;
	height: 391px;
}
	
#left-sidebar {
	background: url('images/shlogo_side.jpg') no-repeat top left; 
	width: 20%;
	min-width: 250px;
	float: left;
	padding-left: 25px;
	padding-right: 15px;
	padding-top: 20px;
	height: 340px;
}

#footer {
	background: #565656;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
	color: white;
}

#cssmenu ul {
list-style-type:none;
width: 20%;
position:relative;
display:block;
height:33px;
font-size:.6em;
background: #000;
font-family:Verdana,Helvetica,Arial,sans-serif;
border:1px solid #000;
margin:0;
padding:0 38px 0 0;
font-size:10px;
top: 356px;
min-width: 250px;
}

#cssmenu li {
display:block;
float:left;
margin:0;
padding:0;
}

#cssmenu li a {
float:left;
color:#fff;
text-decoration:none;
height:24px;
padding: 4px 15px 0;
font-weight:normal;
}
#cssmenu ul{
background-color:#222;
}
#cssmenu li a:hover {
background-color:#333;
}


#popupContent {
position:absolute;
	margin: auto;
	width:70%;
	
	border: 1px solid #ccc;
	background-color: #111;
	padding: 20px;

}


.alertmessage {
	padding: 25px;
	background: #FFFFCC;
	color: #CC6600;
	font-size: 200%;
}


/* Mobile specific styles */
@media only screen and (max-width: 900px) {

	.catalog_title {
		height: 30px;
	}

	.small {
		height: 60px;
	}

	.small_c {
		height: 60px;
	}

}
                    