/* Start of CMSMS style sheet 'layout' */
/* Main wrapper definitions */
#doc {
	width:1022px;
	text-align:left;
	margin-left:auto;
	margin-right:auto;
	background: #FFFFFF url(uploads/images/bg.gif);
}

#mast, #menutop-wrapper, #content-wrapper, #footer-wrapper {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	border-right: 1px solid #000000;
	border-left: 1px solid #000000;
}

#content-wrapper {
	overflow: hidden;
	background-color: #FFF;
        padding-bottom: 20px;
}

/*======= images =======*/

.fl{float: left; margin-right: 10px;}
.fr{float: right; margin-left: 10px;}

/*======= header =======*/
#header {}
#logo {
	height: 67px;
	width: 922px;
	margin-right: auto;
	margin-left: auto;
	background: #000000;
	padding-top: 9px;
	padding-right: 30px;
	padding-left: 30px;
	color: #FFFFFF;
	font-size: 16px;
	letter-spacing: 0.3em;
	font-weight: bold;
}
#addthis {float: right; padding-top: 12px;}
#mast {border-bottom: 1px solid #000000;}

/*======= menu =======*/

#menutop-wrapper {
	width: 940px;
	padding: 10px 20px;
	background-color: #689BF0;
	border-bottom: 1px solid #FFF;
	position: relative;
	text-align: center;
}

.menutop {
	margin: 0;
	padding: 0;
	font-size: 0px;
}

.menutop li {
	list-style-type: none;
	display: inline-block;
	margin-right: 6px;
}

.menutop a {
	display: block;
	color: #FF0;
	text-decoration: none;
	padding: 6px 10px;
	font-size: 14px;
	font-weight: bold;
	border: 1px solid #000;
	border-radius: 4px;
	background-color: #069;
}

.menutop a:hover, .menutop a:focus {
	color: #FFF;
	border-color: #FFFFFF;
	outline: 0;
}
.menutop li .menuactive {
    display: none;
  }

/*======= sidebar =======*/
.sidebar {
	width: 220px;
	float: left;
	background-color: #EFEFEF;
	border-right: 1px dotted #000;
        padding-bottom:9000px;
        margin-bottom:-9000px;
}

.sidebar .content {
	padding: 30px;
	font-size: 14px;
	line-height: 1.5em;
	font-style: italic;
}
/*======= main content=======*/

.main-content { margin-left: 220px; }

.main-content .content {
	padding: 30px;
	font-size: 14px;
	line-height: 1.5em;
}

.sample-title {
	background: #03BAD9;
	text-align: center;
	padding: 20px;
	border: thick groove #040482;
	font-size:182%;
	font-weight:bolder;
	color: #040482;
	line-height: 120%;
}

.hilightBlock {
	padding: 20px;
	border: thick groove #040482;
	text-align: center;
        width: 50%;
        margin-left: auto;
        margin-right: auto;
}

/*======= hot btns =======*/

#hotbtn {
	height: 146px;
}

#hotbtn a, #hotbtn a:visited {
	float: left;
	display:block;
	color: #FFFFFF;
	text-decoration: none;
	padding: 6px;
	font-size: 18px;
	font-weight: bold;
	background: url(uploads/images/hot_btn.gif) no-repeat;
	text-align: center;
	vertical-align: middle;
	margin-left: 47px;
	margin-bottom: 20px;
	height: 41px;
	width: 190px;
}

#hotbtn a:hover, #hotbtn a:focus {
	color: #FFFF00;
}

.blueline {
	background-color: #040482;
	height: 2px;
}

/*======= order tables =======*/

table.order {
    border: medium solid #040482;
}
table.order td {
	padding: 5px;
}
table.order tr {
	border-bottom: thin solid #040482;
}
table.info tr {
	border: none;
}

/*======= columns =======*/
.col1, .col2, .col3, .col4 { float:left}

#content .col_1 {
	width:320px;
	background: #FFFF00;
}
#content .col_2 {
	width:320px;
	background: #0000FF;
}
#content .col_3 {
	width:320px;
	background: #00FF00;
}

#page1 #content .col1 {
	width:240px;
	background: #FFFF00;
}
#page1 #content .col2 {
	width:720px;
	background: #0000FF;
}
#page1 #content .col3 {
	width:300px;
	background: #00FF00;
}
#page1 #content .col4 {
	width:420px;
	background: #FF0000;
}

#page2 #content .col1 { width:240px}
#page2 #content .col2 { width:240px}
#page2 #content .col3 { width:240px}
#page2 #content .col4 { width:240px}

/*======= footer =======*/
#footer-wrapper {background:#000000; height: 200px;}
.footer {
	padding: 10px 30px;
	font-size: 14px;
	color: #FFF;
	line-height: 30px;
}
.footer p.info {float: left;}
.footer p.copyright {float: right;}
.footer a { color: #689BF0; }
.footer a:hover, .footer a:focus { color: #FFF; }
/* End of 'layout' */

