/*Tis is a document made by Creative Eye World Wide- A Web Design Company*/
@import "reset.css";
@import "fonts.css";
@import "contact.css";
@import "framework.css";
@import "products.css";
/*structure*/

#layout { margin:0 auto;}
#structure-left {}
#structure-main {}
#structure-right {}
#structure-column-01 {}

#header {  margin:0 auto; text-align:center;}
	.left-header { background:url(../images/header/left.png) top left no-repeat; }
	.rep-header { background:url(../images/header/repeat-horizontal.png) repeat-x; }
	.right-header { background:url(../images/header/right.png) top right no-repeat; }
	#logo { background:url(../images/structura/logo.gif) center no-repeat;}
	.default-logo {}
	#site-title {}
	.default-site-title {}
	#slogan {}
	.default-slogan {}
	#flags {}
	#flags ul,#flags li { list-style-type:none; }
	#flags li { width:33px; height:17px; cursor:pointer; text-indent:-9999px; margin-left:0.4em;}
	.ro { background:url(../images/structura/ro_flag.gif) top no-repeat; width:33px; height:17px; display:block; }
	.ro:hover { background:url(../images/structura/ro_flag_mo.gif) top no-repeat; }
	.en { background:url(../images/structura/en_flag.gif) top no-repeat; width:33px; height:17px; display:block;}
	.en:hover { background:url(../images/structura/en_flag_mo.gif) top no-repeat; }
	#admin {}
	.default-admin {}
	#slide {}
	.slide-default { background:url(../images/header/slide.png) top right no-repeat; }

#menu {}

#content { height:auto;}
#main-content {}
#left-column {}
#right-column {}
	#adress { display:block; background-color:#000000; border:solid 1px #333;}

#footer {margin:0 auto; text-align:center;}
	#footer-links {text-align:center;}
	#footer-links li { display:inline; margin:0 1.4em; }
	.left-footer { background:url(../images/footer/left.png) repeat-x; }
	.rep-footer { background:url(../images/footer/repeat-horizontal.png) repeat-x; text-align:center; }
	.right-footer { background:url(../images/footer/right.png) repeat-x; }
	#partners {}
	#partners li {display:inline;}
	.default-partners {}
	#copyright {}
	.default-copyright {text-align:center; font-size:105%;}
/*ie 6 hack for floats*/
* .ie6hack {height:1%;margin-left:-3%; }
