@charset "utf-8";


body {
	margin:0;
	padding:0;
	width:100%;
	background-color: #FFF;
}

/*
body {
	margin:0;
	padding:0;
	width:100%;
	background:#ccf7fe url(images/sparkle.jpg) repeat;
	}
*/
html {
	padding:0;
	margin:0;
}
a {
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
/* main */
.main {
	width:1054px;
	padding:0;
	margin:0 auto;
	background:#FFF;
}
/********** header **********/
.header {
	height:121px;
	width:1001px;
	margin:0 auto;
	background:url(images/top.png) repeat-x top;
}
/* logo */
.logo {
	padding:0px 0px 0 35px;
	margin:0;
	width:300px;
	float:left;
}
/* contact top */
.contact_top {
	float:left;
	width:330px;
	padding:18px 0 0 325px;
	height:85px;
}
.contact_top ul {
	margin:0;
	padding:13px 0 0 40px;
	list-style:none;
}
.contact_top ul li {
	margin:0;
	padding:0;
	color:#FFF;
	font:normal 10px Century Gothic, sans-serif;
	line-height:1.8em;
}
/* search */
.search {
	float:right;
	width:300px;
	padding-top:10px;
	margin:0;
	height:100px;
	background:url(images/top_r.png) no-repeat right top;
}
.search form {
	display:block;
	float:left;
	padding:40px 10px 0 10px;
}
.search b {
	display:block;
	float:left;
	padding:5px;
	color:#bcbcbc;
	font:normal 12px Century Gothic, sans-serif;
}
.search span.bgs {
	float:left;
	display:block;
	background:url(images/search_bg_r.gif) no-repeat right;
	height:24px;
	margin:0 10px;
	width:170px;
}
.search span.bgs span {
	display:block;
	background:url(images/search_bg_l.gif) no-repeat left;
	height:24px;
}
.search form .keywords {
	background:none;
	border:0;
	height:14px;
	width:180px;
	padding:5px;
	line-height:14px;
	margin:0;
	font:normal 11px Century Gothic, sans-serif;
	color:#9c9c9c;
}
.search form .button {
	float:left;
	margin:0;
}
/* menu */	
.menu {
	padding:10px 0 0 0;
	height:44px;
	margin:0 auto;
	width:1001px;
	background:url(images/menu_bg.png) 0 15px no-repeat;
}
.menu ul {
	height:44px;
	padding:0 15px;
	margin:0;
	list-style:none;
	border:0;
}
.menu ul li {
	float:left;
	padding:11px;
	margin:0;
	border:0;
	;
}
.menu ul li a {
	color:#00AEDA;
	font:normal 16px Century Gothic, sans-serif;
	text-decoration:none;
	line-height:1.2em;
	font-weight: bold;
}
.menu ul li a.active {
	color:#75cfd9;
}
.menu ul li a:hover {
	color:#1B4298;
	text-decoration:underline;
}
/* block header */
.block_header {
	
	width:1054px;
	
}
/* slider */
/*.slider {
	background:url(images/slider_bg.jpg) no-repeat top;
	height:252px;
	width:1054px;
}

.slider {
	
}
*/
.glitterglue {
	background:url(images/glitter_glue.jpg) no-repeat left;
	height:252px;
	width:351px;
	float:left;
}

.glitter {
	background:url(images/glitter.jpg) no-repeat left;
	height:252px;
	width:360px;
	float:left;
}

.sequins {
	background:url(images/sequins.jpg) no-repeat left;
	height:252px;
	width:335px;
	float:left;
}

.block_header h2 {
	color:#9453a3;
	font:bold 28px;
	margin:0;
	padding:40px 10px 10px 10px;
	line-height:1.4em;
	font-family:Century Gothic, sans-serif;
}
.block_header p {
	color:#f3f4f4;
	font:normal 12px Century Gothic, sans-serif;
	margin:0;
	padding:10px;
	line-height:1.8em;
}
.slider a img {
	color:#f3f4f4;
	font:normal 12px Century Gothic, sans-serif;
	margin:0;
	padding:5px 0 0 20px;
	line-height:1.8em;
}
.slider div.img {
	float:right;
	padding:0;
	width:260px;
}
/* title header */
.title_header {
	background:url(images/header_title.png) no-repeat top;
	height:107px;
}
.title_header h2 {
	float:left;
	width:310px;
	padding:30px 10px 10px 60px;
}
.title_header p {
	float:left;
	width:600px;
	padding:30px 10px 10px 10px;
	color:#fffff;
}
.title_header img {
	float:left;
}
/* header panel */
.header_panel {
	background:#fefda0 url(images/box_top.png) no-repeat top;
	padding:0;
	width:1001px;
	margin:0 auto 10px auto;
}
.header_panel .panel_bot {
	background:url(images/box_bot.png) no-repeat bottom;
	padding:10px;
}
.header_panel h2 {
	color:#9453a3;
	font:normal 22px Century Gothic, sans-serif;
	margin:0;
	padding:10px 5px;
}
.header_panel p {
	font:italic 12px Century Gothic, sans-serif;
	color:#828282;
	line-height:1.8em;
	margin:0;
	padding:5px;
}
.header_panel strong {
	font:bold 12px Century Gothic, sans-serif;
	line-height:1.8em;
}
.panel_left {
	float:left;
	padding:10px;
	margin:0 5px;
	width:440px;
}
.panel_center {
	float:left;
	padding:10px;
	margin:0 0px;
	width:310px;
}
.panel_right {
	float:right;
	padding:5px 40px 0 0px;
	margin:0;
	width:125px;
}
/********** body **********/
.body {
	margin:0 auto;
	width:1001px;
	padding:0 0 20px 0;
}
.body_center {
	float:left;
	width:535px;
	padding:0 30px;
}
.body_right {
	float:right;
	width:345px;
	padding:0 30px;
}
.body h2 {
	color:#1B4298;
	font:normal 24px Century Gothic, sans-serif;
	border-bottom:1px solid #dbdbdb;
	margin:5px 0;
	padding:10px 5px;
}
.body h2 span {
	color:#898989;
	font:normal 11px Century Gothic, sans-serif;
	display:block;
	line-height:1.8em;
}
.body h3 {
	color:#1B4298;
	font:normal 20px Century Gothic, sans-serif;
	margin:5px 0;
	padding:5px;
}
.body p {
	font:normal 12px Century Gothic, sans-serif;
	color:#414141;
	line-height:1.8em;
	padding:5px;
	margin:0;
}
.body a {
	font:normal 11px Century Gothic, sans-serif;
	color:#3AD7F2;
	line-height:1.8em;
}
.body ul.list {
	padding:5px;
	margin:0 10px;
	list-style:none;
}
.body ul.list li {
	padding:0 20px;
	margin:0 10px;
	background:url(images/str.gif) no-repeat left center;
	font:normal 11px Century Gothic, sans-serif;
	color:#414141;
	line-height:1.8em;
}
/* sub nav */
ul.sub_nav {
	padding:10px;
	margin:0;
	list-style:none;
}
ul.sub_nav li {
	padding:2px 10px;
	margin:0;
}
ul.sub_nav li a {
	background: url(images/sub_nav.gif) no-repeat left;
	padding:0 0 0 20px;
	color:#7ad1ec;
}
ul.sub_nav li a:hover {
	text-decoration:underline;
}
/* service */
.service {
	width:50%;
	float:left;
}
.service img.img {
	float:left;
	width:110px;
	padding:10px;
}
/* poortfolio */
.poortfolio {
	width:100%;
	float:left;
}
.poortfolio img.img {
	float:left;
	width:265px;
	padding:10px 20px 10px 10px;
}
/* lister */
ul.lister {
	padding:0;
	margin:0;
	list-style:none;
	float:right;
}
ul.lister li {
	padding:0;
	margin:25px 3px 0 3px;
	float:left;
}
ul.lister li a {
	display:block;
	background:url(images/lister.gif) no-repeat;
	width:17px;
	height:16px;
	text-align:center;
	color:#FFF;
	font:normal 12px Century Gothic, sans-serif;
	text-decoration:none;
}
ul.lister li a:hover {
	background:url(images/lister_h.gif) no-repeat;
	color:#6f6f6f;
}
ul.lister li a.active {
	background:url(images/lister_h.gif) no-repeat;
	color:#6f6f6f;
}
/********** footer **********/
.footer {
	width:1001px;
	margin:20px auto;
	padding:40px 40px 0px 0;
	background:url(images/footer_line.png) no-repeat top center
}
.footer ul {
	margin:0;
	padding:0 10px;
	list-style:none;
	float:left;
}
.footer ul li {
	margin:0;
	padding:0 10px;
	float:left;
}
.footer p {
	margin:0;
	padding:0 0px;
	float:right;
	color:#000000;
	font:normal 11px Century Gothic, sans-serif;
	line-height:1.8em;
}
.footer a {
	color:#00AEDA;
	font:normal 11px Century Gothic, sans-serif;
	text-decoration:none;
	line-height:1.8em;
}
.footer a:hover {
	text-decoration:underline;
}
/********** contact form **********/
#contactform {
	margin:0;
	padding:5px 10px;
}
#contactform * {
	color:#222222;
}
#contactform ol {
	margin:0;
	padding:0;
	list-style:none;
}
#contactform li {
	margin:0;
	padding:0;
	background:none;
	border:none;
	display:block;
}
#contactform li.buttons {
	margin:5px 0 5px 120px;
}
#contactform label {
	margin:2px 10px 2px 0;
	width:110px;
	display:block;
	padding:5px 0;
	color:#6e6e6e;
	font:normal 11px Century Gothic, sans-serif;
	text-transform:capitalize;
	float:left;
	text-align:right;
}
#contactform label span {
	color:#2c2c2c;
}
#contactform input.text {
	width:380px;
	border:1px solid #dcdcdc;
	margin:3px 0;
	padding:3px 2px;
	height:16px;
	background:#FFF;
	float:left;
}
#contactform textarea {
	width:380px;
	border:1px solid #dcdcdc;
	margin:5px 0;
	padding:3px 2px;
	background:#FFF;
	float:left;
}
#contactform li.buttons input {
	padding:3px 0;
	margin:0;
	border:0;
	color:#FFF;
	float:left;
}
p.response {
	text-align:center;
	color:red;
	font: bold 11px Century Gothic, sans-serif;
	line-height:1.8em;
	width:auto;
}
p.clr, .clr {
	clear:both;
	padding:0;
	margin:0;
}
li.bg, .bg {
	clear:both;
	border-bottom:1px solid #e3e3e3;
	padding:10px 0 0 0;
	margin:0 0 10px 0;
	background:none;
	list-style:none;
}
li.line, .line {
	border-top:1px solid #d9d9d9;
	padding:0;
	margin:10px 0;
	background:none;
	list-style:none;
}
